1 2015-11-09 Ryan Haddad <ryanhaddad@apple.com>
3 Marking jquery/manipulation.html as a flaky timeout on Win debug
4 https://bugs.webkit.org/show_bug.cgi?id=151027
6 Unreviewed test gardening.
9 * platform/win/TestExpectations:
11 2015-11-09 Sergio Villar Senin <svillar@igalia.com>
13 Unreviewed. Rebaselined several tests with 1px differences.
15 * platform/gtk/editing/pasteboard/innerText-inline-table-expected.txt:
16 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt:
17 * platform/gtk/fast/borders/border-radius-different-width-001-expected.txt: Added.
18 * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Added.
19 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
20 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
21 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
22 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
23 * platform/gtk/http/tests/misc/generated-content-inside-table-expected.txt:
24 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase-expected.txt: Added.
25 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-expected.txt: Added.
26 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase-expected.txt: Added.
27 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-expected.txt: Added.
28 * platform/gtk/imported/blink/media/track/media-element-move-to-new-document-assert-expected.txt: Added.
30 2015-11-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
32 [Streams API] Shield implementation from mangling then and catch promise methods
33 https://bugs.webkit.org/show_bug.cgi?id=150934
35 Reviewed by Youenn Fablet.
37 * streams/streams-promises.html: Added tests from about replacing
38 the prototype, then and catch methods. Renamed all tests as well.
39 * streams/streams-promises-expected.txt: Added expectations.
41 2015-11-02 Sergio Villar Senin <svillar@igalia.com>
43 [css-grid] Improve grid container sizing with size constraints and intrinsic sizes
44 https://bugs.webkit.org/show_bug.cgi?id=150679
46 Reviewed by Darin Adler.
48 * fast/css-grid-layout/absolute-positioning-definite-sizes-expected.txt: Added.
49 * fast/css-grid-layout/absolute-positioning-definite-sizes.html: Added.
50 * fast/css-grid-layout/flex-and-intrinsic-sizes-expected.txt: Added.
51 * fast/css-grid-layout/flex-and-intrinsic-sizes.html: Added.
52 * fast/css-grid-layout/grid-element-change-columns-repaint.html:
53 * fast/css-grid-layout/grid-item-change-column-repaint.html:
54 * fast/css-grid-layout/grid-preferred-logical-widths.html:
55 * fast/css-grid-layout/maximize-tracks-definite-indefinite-height-expected.txt: Added.
56 * fast/css-grid-layout/maximize-tracks-definite-indefinite-height.html: Added.
57 * fast/css-grid-layout/maximize-tracks-definite-indefinite-width-expected.txt: Added.
58 * fast/css-grid-layout/maximize-tracks-definite-indefinite-width.html: Added.
59 * fast/css-grid-layout/percent-of-indefinite-track-size.html:
60 * fast/events/key-events-in-editable-gridbox-expected.txt:
61 * fast/events/key-events-in-editable-gridbox.html: Added more test
62 cases for intrinsic and fixed sized heights.
64 2015-11-05 Sergio Villar Senin <svillar@igalia.com>
66 [css-grid] Grid placement conflict handling
67 https://bugs.webkit.org/show_bug.cgi?id=150891
69 Reviewed by Darin Adler.
71 Updated the expectations for
72 named-grid-lines-with-named-grid-areas-dynamic-get-set.html
73 because two of the tests where positioning an item with a
74 start-line > end-line (it was removing the end line instead of
77 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set.html:
78 * fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line-expected.html: Added.
79 * fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line.html: Added.
81 2015-11-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
85 * platform/win/TestExpectations: Marked 150976 as dup of 147933.
87 2015-11-07 Chris Dumez <cdumez@apple.com>
89 Unreviewed gardening, update fast/replaced/replaced-breaking.html
91 Update fast/replaced/replaced-breaking.html so that it outputs the
92 same result on all platforms.
94 * fast/replaced/replaced-breaking.html:
96 2015-11-07 Zalan Bujtas <zalan@apple.com>
98 DRT does not reset the frame rect between 2 runs.
99 https://bugs.webkit.org/show_bug.cgi?id=151003
101 Set the min frame rect for 800*600 for now.
103 Unreviewed gardening.
105 * fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html:
107 2015-11-07 Zalan Bujtas <zalan@apple.com>
109 Crash when subtree layout is set on FrameView while auto size mode is enabled.
110 https://bugs.webkit.org/show_bug.cgi?id=150995
111 rdar://problem/22785262
113 Reviewed by Beth Dakin.
115 Autosizing initiates multiple synchronous layouts to calculate preferred view width for current content.
116 FrameView::autoSizeIfEnabled() is called from FrameView::layout() while we are in InPreLayout state.
117 It is safe to do during full layout.
118 However, since we setup the subtree state just before the autoSizeIfEnabled() call, reentering it with
119 a newly issued layout confuses SubtreeLayoutStateMaintainer.
121 This patch reverses the order of autoSizeIfEnabled() call and the subtree layout state setup.
122 It also ensures that the first layout requested by autoSizeIfEnabled() always runs on the whole tree.
124 * fast/dynamic/crash-subtree-layout-when-auto-size-enabled-expected.txt: Added.
125 * fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html: Added.
127 2015-11-07 Chris Dumez <cdumez@apple.com>
129 embed element without src and type attributes should represent nothing
130 https://bugs.webkit.org/show_bug.cgi?id=148853
131 <rdar://problem/22588235>
133 Reviewed by Zalan Bujtas.
136 Unskip 2 ref-tests that were previously failing.
138 * accessibility/inline-block-assertion-expected.txt:
139 * editing/execCommand/crash-140261-expected.txt:
140 * fast/block/float/4145535Crash-expected.txt:
141 * fast/dom/HTMLDocument/document-plugins-expected.txt:
142 * fast/dom/insertedIntoDocument-child-expected.txt:
143 * fast/dom/insertedIntoDocument-sibling-expected.txt:
144 * fast/dom/plugin-attributes-enumeration-expected.txt:
145 * fast/replaced/percent-height-in-anonymous-block-widget.html:
146 * fast/replaced/replaced-breaking.html:
147 * fast/replaced/table-percent-height.html:
148 * fast/text/international/embed-bidi-style-in-isolate-crash-expected.txt:
149 * imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item-expected.txt:
150 Rebaseline / update existing tests.
152 2015-11-06 Scott Valentine <svalentine@ikayzo.com>
154 Adding new tests for exporting generated RSA keys.
155 https://bugs.webkit.org/show_bug.cgi?id=144938
157 Reviewed by Alexey Proskuryakov.
159 * crypto/subtle/rsa-export-generated-keys-expected.txt: Added.
160 * crypto/subtle/rsa-export-generated-keys.html: Added.
162 2015-11-06 Wenson Hsieh <wenson_hsieh@apple.com>
164 Scrolling iframe inside scrollable div does not work with trackpad
165 https://bugs.webkit.org/show_bug.cgi?id=150168
166 <rdar://problem/23143931>
168 Reviewed by Brent Fulgham.
170 Tests that an iframe nested under an overflow scrolling div can be scrolled.
172 * fast/scrolling/latching/scroll-iframe-in-overflow-expected.txt: Added.
173 * fast/scrolling/latching/scroll-iframe-in-overflow.html: Added.
175 2015-11-06 Myles C. Maxfield <mmaxfield@apple.com>
177 REGRESSION(r182286): Tatechuyoko following ruby is drawn too far to the right
178 https://bugs.webkit.org/show_bug.cgi?id=150923
180 Reviewed by Zalan Bujtas.
182 * fast/text/ruby-justify-tatechuyoko-expected.html: Added.
183 * fast/text/ruby-justify-tatechuyoko.html: Added.
185 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
187 Marking fast/canvas/webgl/oes-texture-half-float-linear.html as flaky on mac
188 https://bugs.webkit.org/show_bug.cgi?id=150978
190 Unreviewed test gardening.
192 * platform/mac/TestExpectations:
194 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
196 Marking streams/reference-implementation/count-queuing-strategy.html as flaky on Win debug
197 https://bugs.webkit.org/show_bug.cgi?id=150976
199 Unreviewed test gardening.
201 * platform/win/TestExpectations:
203 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
205 Marking three sputnik/Conformance tests as flaky timeouts on win debug
206 https://bugs.webkit.org/show_bug.cgi?id=150973
208 Unreviewed test gardening.
210 * platform/win/TestExpectations:
212 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
214 Fixing typo in win TestExpectations file
215 https://bugs.webkit.org/show_bug.cgi?id=150949
217 Unreviewed test gardening.
219 * platform/win/TestExpectations:
221 2015-11-06 Mario Sanchez Prada <mario@endlessm.com>
223 Layout Test accessibility/win/linked-elements.html is crashing on win debug
224 https://bugs.webkit.org/show_bug.cgi?id=150944
226 Reviewed by Chris Fleizach.
228 Removed accessibility/win/linked-elements.html crashing expectation.
230 * platform/win/TestExpectations: Removed crashing expectation.
232 2015-11-05 Sukolsak Sakshuwong <sukolsak@gmail.com>
234 Layout Test js/intl-collator.html is crashing on win 7 debug
235 https://bugs.webkit.org/show_bug.cgi?id=150943
237 Reviewed by Geoffrey Garen.
239 * platform/win/TestExpectations:
241 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
243 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata.html is a flaky timout
244 https://bugs.webkit.org/show_bug.cgi?id=150956
246 Unreviewed test gardening.
248 * platform/mac/TestExpectations:
250 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
252 Marking imported/blink/fast/css/transformed-overflow-hidden-clips-fixed.html as failing on win debug
253 https://bugs.webkit.org/show_bug.cgi?id=150949
255 Unreviewed test gardening.
257 * platform/win/TestExpectations:
259 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
261 Marking imported/blink/transitions/unprefixed-transform.html as flaky on win debug
262 https://bugs.webkit.org/show_bug.cgi?id=150948
264 Unreviewed test gardening.
266 * platform/win/TestExpectations:
268 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
270 Marking scrollbars/custom-scrollbar-appearance-property.html as a crash on win debug.
271 https://bugs.webkit.org/show_bug.cgi?id=150946
273 Unreviewed test gardening.
275 * platform/win/TestExpectations:
277 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
279 Marking accessibility/win/linked-elements.html as a crash on win debug.
280 https://bugs.webkit.org/show_bug.cgi?id=150944
282 Unreviewed test gardening.
284 * platform/win/TestExpectations:
286 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
288 Marking js/intl-collator.html as a crash on win debug.
289 https://bugs.webkit.org/show_bug.cgi?id=150943
291 Unreviewed test gardening.
293 * platform/win/TestExpectations:
295 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
297 Marking animations/multiple-backgrounds.html as flaky on mac-wk2
298 https://bugs.webkit.org/show_bug.cgi?id=150942
300 Unreviewed test gardening.
302 * platform/mac-wk2/TestExpectations:
304 2015-11-05 Chris Dumez <cdumez@apple.com>
306 Add regression test for Bug 150937
307 https://bugs.webkit.org/show_bug.cgi?id=150937
309 Reviewed by Geoffrey Garen.
311 Add regression test for Bug 150937:
312 Regression(r192038): Safari cannot load any pages
314 The new test makes sure that load deferring works as intended. The fix
315 for this already landed in r192060.
317 * loader/load-defer-expected.txt: Added.
318 * loader/load-defer.html: Added.
320 2015-11-05 Brady Eidson <beidson@apple.com>
322 Modern IDB: Implement IDBIndex get/getKey/count requests.
323 https://bugs.webkit.org/show_bug.cgi?id=150910
325 Reviewed by Alex Christensen.
327 * storage/indexeddb/modern/index-get-count-basic-expected.txt: Added.
328 * storage/indexeddb/modern/index-get-count-basic.html: Added.
329 * storage/indexeddb/modern/index-get-count-failures-expected.txt: Added.
330 * storage/indexeddb/modern/index-get-count-failures.html: Added.
332 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
334 Rebaselining fast/text/tatechuyoko.html on win
335 https://bugs.webkit.org/show_bug.cgi?id=150935
337 Unreviewed test gardening.
339 * platform/win/fast/text/tatechuyoko-expected.txt:
341 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
343 Marking http/tests/contentextensions/async-xhr-onerror.html as flaky on mac-wk2
344 https://bugs.webkit.org/show_bug.cgi?id=150577
346 Unreviewed test gardening.
348 * platform/mac-wk2/TestExpectations:
350 2015-11-05 Xabier Rodriguez Calvar <calvaris@igalia.com>
352 [Streams API] Shield implementation from user mangling Promise.reject and resolve methods
353 https://bugs.webkit.org/show_bug.cgi?id=150895
355 Reviewed by Youenn Fablet.
357 * streams/streams-promises.html: Improved some style issues. Added tests about changing Promise.resolve and
359 * streams/streams-promises-expected.txt: Added expectations.
361 2015-11-05 Manuel Rego Casasnovas <rego@igalia.com>
363 [css-grid] Support positioned grid children
364 https://bugs.webkit.org/show_bug.cgi?id=150837
366 Reviewed by Darin Adler.
368 * fast/css-grid-layout/absolute-positioning-grid-container-containing-block-expected.txt: Added.
369 * fast/css-grid-layout/absolute-positioning-grid-container-containing-block.html: Added.
370 * fast/css-grid-layout/absolute-positioning-grid-container-parent-expected.txt: Added.
371 * fast/css-grid-layout/absolute-positioning-grid-container-parent.html: Added.
372 * fast/css-grid-layout/grid-positioned-items-background-expected.html: Added.
373 * fast/css-grid-layout/grid-positioned-items-background.html: Added.
374 * fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt: Added.
375 * fast/css-grid-layout/grid-positioned-items-implicit-grid-line-expected.txt: Added.
376 * fast/css-grid-layout/grid-positioned-items-implicit-grid-line.html: Added.
377 * fast/css-grid-layout/grid-positioned-items-implicit-grid.html: Added.
378 * fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line-expected.txt: Added.
379 * fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line.html: Added.
380 * fast/css-grid-layout/grid-sizing-positioned-items-expected.txt: Added.
381 * fast/css-grid-layout/grid-sizing-positioned-items.html: Added.
382 * fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks-expected.txt: Added.
383 * fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks.html: Added.
384 * fast/css-grid-layout/positioned-grid-items-should-not-take-up-space-expected.txt: Added.
385 * fast/css-grid-layout/positioned-grid-items-should-not-take-up-space.html: Added.
386 * fast/css-grid-layout/resources/grid.css: Added some common CSS classes.
388 2015-11-04 Jiewen Tan <jiewen_tan@apple.com>
390 Null dereference loading Blink layout test editing/execCommand/delete-hidden-crash.html
391 https://bugs.webkit.org/show_bug.cgi?id=149289
392 <rdar://problem/22746352>
394 Reviewed by Enrica Casucci.
396 * editing/execCommand/delete-hidden-crash-expected.txt: Added.
397 * editing/execCommand/delete-hidden-crash.html: Added.
399 2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
401 Ruby base ending in tatechuyoko forces a line break before the tatechuyoko
402 https://bugs.webkit.org/show_bug.cgi?id=150883
404 Reviewed by Darin Adler.
406 * platform/mac/fast/text/international/text-combine-image-test-expected.txt: Updated.
407 * platform/mac/fast/text/tatechuyoko-expected.txt: Ditto.
408 * fast/text/ruby-tatechuyoko-expected.html: Added.
409 * fast/text/ruby-tatechuyoko.html: Added.
411 2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
413 Updating expectations for fast/forms/HTMLOptionElement_label03.html on win
414 https://bugs.webkit.org/show_bug.cgi?id=150909
416 Unreviewed test gardening.
418 * platform/win/TestExpectations:
420 2015-11-04 Joseph Pecoraro <pecoraro@apple.com>
422 Web Inspector: Support #rgba and #rrggbbaa syntax
423 https://bugs.webkit.org/show_bug.cgi?id=150894
425 Reviewed by Timothy Hatcher.
427 * inspector/model/color-expected.txt: Added.
428 * inspector/model/color.html: Added.
430 2015-11-04 Wenson Hsieh <wenson_hsieh@apple.com>
432 Fix crashing and flaky UIScriptController-based tests in fast/events/ios
433 https://bugs.webkit.org/show_bug.cgi?id=150901
434 <rdar://problem/23261499>
436 Reviewed by Simon Fraser.
438 Several changes to tests in fast/events/ios that address flaky behavior when running these tests.
439 Removes an unnecessary (and flaky) check for the initial innerHeight in
440 keyboard-should-not-trigger-resize.html, refactors unscalable-viewport-clicks-on-doubletap.html to
441 send successive taps like the other fast-clicking tests, and adjusts input-value-after-oninput.html
442 to no longer break if typing in an input autocapitalizes the first letter.
444 * fast/events/ios/input-value-after-oninput.html:
445 * fast/events/ios/keyboard-should-not-trigger-resize-expected.txt:
446 * fast/events/ios/keyboard-should-not-trigger-resize.html:
447 * fast/events/ios/unscalable-viewport-clicks-on-doubletap-expected.txt:
448 * fast/events/ios/unscalable-viewport-clicks-on-doubletap.html:
450 2015-11-04 Wenson Hsieh <wenson_hsieh@apple.com>
452 Fix crashing fast-clicking WK2 tests on iOS
453 https://bugs.webkit.org/show_bug.cgi?id=150896
454 <rdar://problem/23344491>
456 Reviewed by Simon Fraser.
458 Fix the fast-clicking tests by making them fire an exact number of times rather than
459 sending continuously until a minimum number of clicks are fired. This causes us to
460 avoid crashing during the following test when the marker events corresponding to single
461 taps fired after the test has completed have been handled.
463 * css3/touch-action/touch-action-manipulation-fast-clicks.html:
464 * fast/events/ios/viewport-device-width-at-initial-scale-fast-clicks.html:
466 2015-10-30 Keith Miller <keith_miller@apple.com>
468 Fix endless OSR exits when creating a rope that contains an object that ToPrimitive's to a number.
469 https://bugs.webkit.org/show_bug.cgi?id=150583
471 Reviewed by Benjamin Poulain.
473 Created a regression test to look for OSRing in string concatenation when
474 valueOf returns a non-string primitive.
476 * js/regress/script-tests/string-rope-with-object.js: Added.
478 (body.String.prototype.valueOf):
481 * js/regress/string-rope-with-object-expected.txt: Added.
482 * js/regress/string-rope-with-object.html: Added.
484 2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
486 Rebaselining LayoutTest fast/text/international/thai-baht-space.html on win
487 https://bugs.webkit.org/show_bug.cgi?id=150865
489 Unreviewed test gardening.
491 * platform/win/fast/text/international/thai-baht-space-expected.txt:
493 2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
495 Fixing test added with r192022
496 https://bugs.webkit.org/show_bug.cgi?id=150670
498 Unreviewed test gardening.
500 * accessibility/list-item-with-pseudo-element-crash.html:
502 2015-11-03 Dean Jackson <dino@apple.com>
504 Accept 8 and 4 value hex colors (#RRGGBBAA)
505 https://bugs.webkit.org/show_bug.cgi?id=150853
506 <rdar://problem/23380930>
508 Reviewed by Simon Fraser.
510 Add a new test for hex colors that covers 4 and 8 value forms.
511 Also update existing tests now that the syntax has changed.
513 For the deleted philip tests, they are now in the W3C web-latform-tests import.
515 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex4-expected.txt: Removed.
516 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex4.html: Removed.
517 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex8-expected.txt: Removed.
518 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html: Removed.
519 * fast/css/hex-colors-expected.txt: Added.
520 * fast/css/hex-colors.html: Added.
521 * fast/css/invalid-hex-color-expected.txt:
522 * fast/css/invalid-hex-color.html:
523 * fast/css/invalid-predefined-color-expected.txt:
524 * fast/css/invalid-predefined-color.html:
525 * fast/css/script-tests/invalid-predefined-color.js:
526 * fast/dom/attribute-legacy-colors-expected.txt:
527 * fast/dom/script-tests/attribute-legacy-colors.js:
528 * svg/dom/rgb-color-parser-expected.txt:
529 * svg/dom/rgb-color-parser.html:
531 2015-11-04 Joanmarie Diggs <jdiggs@igalia.com>
533 [AX] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on textUnderElement
534 https://bugs.webkit.org/show_bug.cgi?id=150670
536 Reviewed by Chris Fleizach.
538 * accessibility/list-item-with-pseudo-element-crash-expected.txt: Added.
539 * accessibility/list-item-with-pseudo-element-crash.html: Added.
541 2015-11-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
543 [Streams API] Shield streams against user replacing the Promise constructor
544 https://bugs.webkit.org/show_bug.cgi?id=150887
546 Reviewed by Youenn Fablet.
548 * streams/streams-promises-expected.txt: Added.
549 * streams/streams-promises.html: Added.
551 2015-11-04 Antoine Quint <graouts@apple.com>
553 SVG: hit testing region for <text> elements is incorrect
554 https://bugs.webkit.org/show_bug.cgi?id=150838
556 Reviewed by Dean Jackson.
558 * svg/hittest/text-dominant-baseline-hanging-expected.svg: Added.
559 * svg/hittest/text-dominant-baseline-hanging.svg: Added.
560 * svg/hittest/text-multiple-dx-values-expected.svg: Added.
561 * svg/hittest/text-multiple-dx-values.svg: Added.
562 * svg/hittest/text-with-multiple-tspans-expected.svg: Added.
563 * svg/hittest/text-with-multiple-tspans.svg: Added.
564 * svg/hittest/text-with-text-node-and-content-elements-expected.svg: Added.
565 * svg/hittest/text-with-text-node-and-content-elements.svg: Added.
566 * svg/hittest/text-with-text-node-only-expected.svg: Added.
567 * svg/hittest/text-with-text-node-only.svg: Added.
568 * svg/hittest/text-with-text-path-expected.svg: Added.
569 * svg/hittest/text-with-text-path.svg: Added.
571 2015-11-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
575 * platform/win/TestExpectations: Marked 150867 as duplicate of 147933.
577 2015-11-04 Chris Dumez <cdumez@apple.com>
579 Regression(r191652): Colloquy doesn’t render any chat content
580 https://bugs.webkit.org/show_bug.cgi?id=150861
581 <rdar://problem/23381007>
583 Reviewed by Antti Koivisto.
585 Update / rebaseline a couple of tests as this patch restores the
586 pre-r191652 behavior.
588 * fast/dom/Window/window-special-properties-expected.txt:
589 * fast/frames/iframe-no-name-expected.txt:
590 * fast/frames/iframe-no-name.html:
592 2015-11-03 Brady Eidson <beidson@apple.com>
594 Modern IDB: Fill out IDBIndex, create MemoryIndex in backing store.
595 https://bugs.webkit.org/show_bug.cgi?id=150868
597 Reviewed by Alex Christensen.
599 * platform/mac-wk2/TestExpectations:
600 * storage/indexeddb/modern/create-index-failures-expected.txt: Added.
601 * storage/indexeddb/modern/create-index-failures.html: Added.
602 * storage/indexeddb/modern/get-index-failures-expected.txt: Added.
603 * storage/indexeddb/modern/get-index-failures.html: Added.
604 * storage/indexeddb/modern/idbindex-properties-basic-expected.txt: Added.
605 * storage/indexeddb/modern/idbindex-properties-basic.html: Added.
607 2015-11-03 Jiewen Tan <jiewen_tan@apple.com>
609 [WK1] Null dereference loading Blink layout test editing/input/text-input-controller-no-editable-no-crash.html
610 https://bugs.webkit.org/show_bug.cgi?id=149484
611 <rdar://problem/22811338>
613 Reviewed by Darin Adler.
615 This test is from Blink r194870:
616 https://codereview.chromium.org/1122593004
618 * editing/mac/input/text-input-controller-no-editable-no-crash-expected.txt: Added.
619 * editing/mac/input/text-input-controller-no-editable-no-crash.html: Added.
620 * platform/wk2/TestExpectations:
622 2015-11-03 Alexey Proskuryakov <ap@apple.com>
624 [iOS] Skip the touch tests
625 https://bugs.webkit.org/show_bug.cgi?id=150863
627 Reviewed by Darin Adler.
629 * platform/ios-simulator-wk1/TestExpectations:
630 * platform/ios-simulator-wk2/TestExpectations:
631 * platform/ios-simulator/TestExpectations:
633 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
635 Marking streams/reference-implementation/writable-stream-abort.html as flaky on win
636 https://bugs.webkit.org/show_bug.cgi?id=150867
638 Unreviewed test gardening.
640 * platform/win/TestExpectations:
642 2015-11-03 Jiewen Tan <jiewen_tan@apple.com>
644 Null dereference loading Blink layout test scrollbars/custom-scrollbar-appearance-property.html
645 https://bugs.webkit.org/show_bug.cgi?id=149312
646 <rdar://problem/22748910>
648 Reviewed by Darin Adler.
650 * scrollbars/custom-scrollbar-appearance-property-expected.txt: Added.
651 * scrollbars/custom-scrollbar-appearance-property.html: Added.
653 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
655 Correcting win test expectation for flaky test fast/text/multiple-feature-properties.html
656 https://bugs.webkit.org/show_bug.cgi?id=150808
658 Unreviewed test gardening.
660 * platform/win/TestExpectations:
662 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
664 Skipping test added with r191979 on win
665 https://bugs.webkit.org/show_bug.cgi?id=150830
667 Unreviewed test gardening.
669 * platform/win/TestExpectations:
671 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
673 Skipping tests added with r191968 on win.
674 https://bugs.webkit.org/show_bug.cgi?id=149771
676 Unreviewed test gardening.
678 * platform/win/TestExpectations:
680 2015-10-30 Jon Honeycutt <jhoneycutt@apple.com>
682 Implement support for the autocomplete attribute
683 https://bugs.webkit.org/show_bug.cgi?id=150731
684 rdar://problem/21078968
686 Reviewed by Brent Fulgham.
688 * fast/forms/autocomplete-tokens-expected.txt: Added.
689 * fast/forms/autocomplete-tokens.html: Added.
691 2015-11-03 Nan Wang <n_wang@apple.com>
693 AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
694 https://bugs.webkit.org/show_bug.cgi?id=138566
696 Skip failing tests on windows platform.
698 Reviewed by Chris Fleizach.
700 * platform/win/TestExpectations:
702 2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
704 font-variant-* properties in @font-face declarations should be honored
705 https://bugs.webkit.org/show_bug.cgi?id=149771
707 Reviewed by Simon Fraser.
709 * css3/font-variant-font-face-override-expected.html: Added
710 * css3/font-variant-font-face-override.html: Added
711 * css3/font-feature-settings-font-face-rendering-expected.html: Added.
712 * css3/font-feature-settings-font-face-rendering.html: Added.
713 * css3/font-variant-font-face-all-expected.html: Added.
714 * css3/font-variant-font-face-all.html: Added.
716 2015-11-03 Keith Rollin <krollin@apple.com>
718 HTMLOptionElement.text should never return the value of label
719 https://bugs.webkit.org/show_bug.cgi?id=148862
720 rdar://problem/22589226
722 Reviewed by Darin Adler.
724 Rebaseline tests to reflect new behavior of option.text. Convert some
725 render tests to reference tests.
727 * dom/xhtml/level2/html/HTMLOptionElement04-expected.txt:
728 * fast/dom/HTMLOptionElement/option-text-expected.txt:
729 * fast/dom/HTMLOptionElement/option-text.html:
730 * fast/forms/HTMLOptionElement_label01-expected.html: Added.
731 * fast/forms/HTMLOptionElement_label01.html:
732 * fast/forms/HTMLOptionElement_label02-expected.html: Added.
733 * fast/forms/HTMLOptionElement_label02.html:
734 * fast/forms/HTMLOptionElement_label03-expected.html: Added.
735 * fast/forms/HTMLOptionElement_label03.html:
736 * fast/forms/HTMLOptionElement_label04-expected.html: Added.
737 * fast/forms/HTMLOptionElement_label04.html:
738 * fast/forms/HTMLOptionElement_label05-expected.html: Added.
739 * fast/forms/HTMLOptionElement_label05.html:
740 * fast/forms/HTMLOptionElement_label06-expected.html: Added.
741 * fast/forms/HTMLOptionElement_label06.html:
742 * fast/forms/HTMLOptionElement_label07-expected.html: Added.
743 * fast/forms/HTMLOptionElement_label07.html:
744 * fast/forms/option-value-and-label-expected.txt:
745 * fast/forms/option-value-and-label.html:
746 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
747 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
748 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
749 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
750 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
751 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
752 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
753 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
754 * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
755 * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
756 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
757 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
758 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
759 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
760 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
761 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
762 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
763 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
764 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
765 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
766 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
767 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
768 * platform/gtk/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
769 * platform/gtk/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
770 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
771 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
772 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
773 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
774 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
775 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
776 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
777 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
778 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
779 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
780 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
781 * platform/ios-simulator/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
782 * platform/ios-simulator/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
783 * platform/ios-simulator/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
784 * platform/ios-simulator/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
785 * platform/ios-simulator/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
786 * platform/ios-simulator/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
787 * platform/ios-simulator/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
788 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
789 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
790 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
791 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
792 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
793 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
794 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
795 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
796 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
797 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
798 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
799 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
800 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
801 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
802 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
803 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
804 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
805 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
806 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
807 * platform/mac/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
808 * platform/mac/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
809 * platform/mac/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
810 * platform/mac/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
811 * platform/win/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
812 * platform/win/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
813 * platform/win/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
814 * platform/win/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
815 * platform/win/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
816 * platform/win/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
817 * platform/win/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
818 * platform/win/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
819 * platform/win/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
820 * platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
821 * platform/win/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
823 2015-11-02 Wenson Hsieh <wenson_hsieh@apple.com>
825 Tapping *below* some <input>s can focus them in Mobile Safari
826 https://bugs.webkit.org/show_bug.cgi?id=146244
827 <rdar://problem/21509310>
829 Reviewed by Darin Adler.
831 Enables a now-passing WK1 editing test (editing/selection/click-outside-editable-div.html) and also add a new
832 WK2 test that verifies an input node won't be focused by clicking anywhere in the document outside of the body.
834 * fast/events/ios/clicking-document-should-not-trigger-focus-expected.txt: Added.
835 * fast/events/ios/clicking-document-should-not-trigger-focus.html: Added.
836 * platform/ios-simulator-wk1/TestExpectations: No longer disable editing/selection/click-outside-editable-div.html.
838 2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
840 Update to match text-orientation spec
841 https://bugs.webkit.org/show_bug.cgi?id=150765
843 Reviewed by Darin Adler.
845 * fast/text/orientation-sideways-right-expected.html: Added.
846 * fast/text/orientation-sideways-right.html: Added.
848 2015-11-03 Youenn Fablet <youenn.fablet@crf.canon.fr>
850 Move webkitGetUserMedia to JS Builtin
851 https://bugs.webkit.org/show_bug.cgi?id=149499
853 Reviewed by Darin Adler.
855 * fast/mediastream/argument-types-expected.txt:
856 * fast/mediastream/getusermedia-expected.txt:
857 * fast/mediastream/getusermedia.html:
858 * fast/mediastream/script-tests/argument-types.js:
859 * http/tests/media/media-stream/disconnected-frame-already-expected.txt:
861 2015-11-02 Keith Rollin <krollin@apple.com>
863 input[type=number] does not increment/decrement integers with trailing decimal characters
864 https://bugs.webkit.org/show_bug.cgi?id=148867
865 rdar://problem/22589693
867 Reviewed by Chris Dumez.
869 New tests for input[type=number].skipUp/Down when .value ends in a
870 decimal point (with no additional trailing digits). Also some coverage
871 for input[type=range] which shares some same code.
873 * fast/forms/number/number-stepup-stepdown-expected.txt:
874 * fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt:
875 * fast/forms/number/number-stepup-stepdown-from-renderer.html:
876 * fast/forms/number/number-stepup-stepdown.html:
877 * fast/forms/range/range-stepup-stepdown-expected.txt:
878 * fast/forms/range/range-stepup-stepdown-from-renderer-expected.txt:
879 * fast/forms/range/range-stepup-stepdown-from-renderer.html:
880 * fast/forms/range/range-stepup-stepdown.html:
881 * fast/forms/range/input-appearance-range-decimals-expected.html: Added
882 * fast/forms/range/input-appearance-range-decimals.html: Added
884 2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
890 s/Failure/ImageOnlyFailure/
892 * platform/mac/TestExpectations:
894 2015-11-02 Jiewen Tan <jiewen_tan@apple.com>
896 Null dereference loading Blink layout test fast/css/background-repeat-null-y-crash.html
897 https://bugs.webkit.org/show_bug.cgi?id=150211
898 <rdar://problem/23137321>
900 Reviewed by Alex Christensen.
902 * fast/css/background-repeat-null-y-crash-expected.txt: Added.
903 * fast/css/background-repeat-null-y-crash.html: Added.
905 2015-11-02 Michael Saboff <msaboff@apple.com>
907 WebInspector crashed while viewing Timeline when refreshing cnn.com while it was already loading
908 https://bugs.webkit.org/show_bug.cgi?id=150745
910 Reviewed by Geoffrey Garen.
912 New regression tests.
914 * js/regress-150745-expected.txt: Added.
915 * js/regress-150745.html: Added.
916 * js/script-tests/regress-150745.js: Added.
918 (Test.prototype.get sum):
919 (Test.prototype.doSum):
922 2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
924 [Vertical Writing Mode] Rename "vertical-right" CSS value to match spec
925 https://bugs.webkit.org/show_bug.cgi?id=150766
927 Reviewed by Darin Adler.
929 * fast/css/getComputedStyle/computed-style-expected.txt:
930 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
931 * fast/css/inherited-properties-rare-text-expected.txt:
932 * fast/text/vertical-mixed-expected.html: Added.
933 * fast/text/vertical-mixed.html: Added.
934 * svg/css/getComputedStyle-basic-expected.txt:
936 2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
938 [Cocoa] Support WOFF2
939 https://bugs.webkit.org/show_bug.cgi?id=150830
941 Reviewed by Zalan Bujtas.
943 * platform/mac/TestExpectations: Disable the test on Operating Systems which don't support WOFF2.
944 * fast/text/resources/ahem.woff2: Added.
945 * fast/text/woff2-expected.html: Added.
946 * fast/text/woff2.html: Added.
948 2015-11-02 Nan Wang <n_wang@apple.com>
950 AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
951 https://bugs.webkit.org/show_bug.cgi?id=138566
953 Reviewed by Chris Fleizach.
955 * accessibility/aria-modal-expected.txt: Added.
956 * accessibility/aria-modal-multiple-dialogs-expected.txt: Added.
957 * accessibility/aria-modal-multiple-dialogs.html: Added.
958 * accessibility/aria-modal.html: Added.
960 2015-11-02 Brady Eidson <beidson@apple.com>
962 Modern IDB: IBDObjectStore.delete() support.
963 https://bugs.webkit.org/show_bug.cgi?id=150784
965 Reviewed by Alex Christensen.
967 * storage/indexeddb/modern/idbobjectstore-delete-1-expected.txt: Added.
968 * storage/indexeddb/modern/idbobjectstore-delete-1.html: Added.
969 * storage/indexeddb/modern/idbobjectstore-delete-2-expected.txt: Added.
970 * storage/indexeddb/modern/idbobjectstore-delete-2.html: Added.
971 * storage/indexeddb/modern/idbobjectstore-delete-failures-expected.txt: Added.
972 * storage/indexeddb/modern/idbobjectstore-delete-failures.html: Added.
974 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
976 Marking imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm as flaky on mac
977 https://bugs.webkit.org/show_bug.cgi?id=150823
979 Unreviewed test gardening.
981 * platform/mac/TestExpectations:
983 2015-11-02 Brady Eidson <beidson@apple.com>
985 REGRESSION (191898) idbobjectstore-*-failures.html tests fail in Release builds.
986 https://bugs.webkit.org/show_bug.cgi?id=150815
988 Reviewed by NOBODY (Fix failing/flaky tests from my previous check-in)
990 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html:
991 * storage/indexeddb/modern/idbobjectstore-count-failures.html:
992 * storage/indexeddb/modern/idbobjectstore-get-failures.html:
993 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html:
995 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
997 Marking fast/text/multiple-feature-properties.html as flaky on win
998 https://bugs.webkit.org/show_bug.cgi?id=150808
1000 Unreviewed test gardening.
1002 * platform/win/TestExpectations:
1004 2015-11-02 Brady Eidson <beidson@apple.com>
1006 storage/indexeddb/modern/idbobjectstore-get-failures.html is flaky on mac-wk1
1007 https://bugs.webkit.org/show_bug.cgi?id=150804
1009 Reviewed by Beth Dakin's rubberstamp.
1011 * platform/mac-wk1/TestExpectations:
1012 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html:
1013 * storage/indexeddb/modern/idbobjectstore-count-failures.html:
1014 * storage/indexeddb/modern/idbobjectstore-get-failures.html:
1015 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html:
1017 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1019 Marking fast/text/multiple-feature-properties.html as flaky on win
1020 https://bugs.webkit.org/show_bug.cgi?id=150808
1022 Unreviewed test gardening.
1024 * platform/win/TestExpectations:
1026 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1028 Marking imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm as flaky on Mac
1029 https://bugs.webkit.org/show_bug.cgi?id=150806
1031 Unreviewed test gardening.
1033 * platform/mac/TestExpectations:
1035 2015-11-02 Frederic Wang <fred.wang@free.fr>
1037 [Win] Add support for the USE_TYPO_METRICS flag
1038 https://bugs.webkit.org/show_bug.cgi?id=150451
1040 Reviewed by Darin Adler.
1042 Remove failure expectation for fonts/use-typo-metrics-1.html on Windows.
1044 * platform/win/TestExpectations:
1046 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1048 Marking the following tests as flaky on win
1049 editing/input/reveal-caret-of-multiline-contenteditable.html
1050 editing/input/reveal-caret-of-multiline-input.html
1051 https://bugs.webkit.org/show_bug.cgi?id=150684
1053 Unreviewed test gardening.
1055 * platform/win/TestExpectations:
1057 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1059 Marking storage/indexeddb/modern/idbobjectstore-count-failures.html as flaky on mac-wk1
1060 https://bugs.webkit.org/show_bug.cgi?id=150805
1062 Unreviewed test gardening.
1064 * platform/mac-wk1/TestExpectations:
1066 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1068 Marking storage/indexeddb/modern/idbobjectstore-get-failures.html as flaky on mac-wk1
1069 https://bugs.webkit.org/show_bug.cgi?id=150804
1071 Unreviewed test gardening.
1073 * platform/mac-wk1/TestExpectations:
1075 2015-11-02 Hyunduk Kim <hyunduk.kim@samsung.com>
1077 Enable MediaSource::isTypeSupported() to handle the upper-cased MIME type & Codec
1078 I got the changes from
1079 https://github.com/w3c/web-platform-tests/blob/master/media-source/mediasource-is-type-supported.html
1080 https://bugs.webkit.org/show_bug.cgi?id=150436
1082 Reviewed by Darin Adler.
1084 * http/tests/media/media-source/mediasource-is-type-supported-expected.txt:
1085 * http/tests/media/media-source/mediasource-is-type-supported.html:
1086 * platform/mac/http/tests/media/media-source/mediasource-is-type-supported-expected.txt:
1088 2015-10-29 Sergio Villar Senin <svillar@igalia.com>
1090 [CSS Grid Layout] min-content row does not always shrink
1091 https://bugs.webkit.org/show_bug.cgi?id=144581
1093 Reviewed by Zalan Bujtas.
1095 Based on Blink's r191001 by <jfernandez@igalia.com>.
1097 * fast/css-grid-layout/min-content-row-must-shrink-when-column-grows-expected.txt: Added.
1098 * fast/css-grid-layout/min-content-row-must-shrink-when-column-grows.html: Added.
1099 * fast/css-grid-layout/relayout-indefinite-heights-expected.txt: Added.
1100 * fast/css-grid-layout/relayout-indefinite-heights.html: Added.
1102 2015-11-01 Brady Eidson <beidson@apple.com>
1104 Modern IDB: IBDObjectStore.count() support.
1105 https://bugs.webkit.org/show_bug.cgi?id=150785
1107 Reviewed by Darin Adler.
1109 * storage/indexeddb/modern/idbobjectstore-count-1-expected.txt: Added.
1110 * storage/indexeddb/modern/idbobjectstore-count-1.html: Added.
1111 * storage/indexeddb/modern/idbobjectstore-count-failures-expected.txt: Added.
1112 * storage/indexeddb/modern/idbobjectstore-count-failures.html: Added.
1115 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1117 [ES6] Support Generator Syntax
1118 https://bugs.webkit.org/show_bug.cgi?id=150769
1120 Reviewed by Geoffrey Garen.
1122 Change "yield" from reserved-if-strict word to keyword.
1123 http://ecma-international.org/ecma-262/6.0/#sec-keywords
1125 * js/dom/reserved-words-as-property-expected.txt:
1126 * js/keywords-and-reserved_words-expected.txt:
1127 * js/let-syntax-expected.txt:
1128 * js/reserved-words-strict-expected.txt:
1129 * js/script-tests/keywords-and-reserved_words.js:
1130 * js/script-tests/reserved-words-strict.js:
1132 2015-11-01 Darin Adler <darin@apple.com>
1134 Re-land a piece of the patch for:
1135 [ES6] Add support for toStringTag
1136 https://bugs.webkit.org/show_bug.cgi?id=150696
1138 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
1139 * http/tests/security/cross-frame-access-custom-expected.txt:
1140 * http/tests/security/cross-frame-access-history-get-expected.txt:
1141 * http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
1143 2015-11-01 Alexey Proskuryakov <ap@apple.com>
1145 [ES6] Add support for toStringTag
1146 https://bugs.webkit.org/show_bug.cgi?id=150696
1148 Re-landing, as this wasn't the culprit.
1150 * js/Object-getOwnPropertyNames-expected.txt:
1151 * js/script-tests/Object-getOwnPropertyNames.js:
1153 2015-11-01 Commit Queue <commit-queue@webkit.org>
1155 Unreviewed, rolling out r191815 and r191821.
1156 https://bugs.webkit.org/show_bug.cgi?id=150781
1158 Seems to have broken JSC API tests on some platforms
1159 (Requested by ap on #webkit).
1161 Reverted changesets:
1163 "[ES6] Add support for toStringTag"
1164 https://bugs.webkit.org/show_bug.cgi?id=150696
1165 http://trac.webkit.org/changeset/191815
1167 "Unreviewed, forgot to mark tests as passing for new feature."
1168 http://trac.webkit.org/changeset/191821
1170 2015-10-31 Brady Eidson <beidson@apple.com>
1172 IDB: Date objects don't work as keys or values.
1173 https://bugs.webkit.org/show_bug.cgi?id=150743
1175 Reviewed by Darin Adler.
1177 * storage/indexeddb/modern/date-basic-expected.txt: Added.
1178 * storage/indexeddb/modern/date-basic.html: Added.
1179 * storage/indexeddb/modern/get-keyrange-expected.txt:
1180 * storage/indexeddb/modern/get-keyrange.html:
1182 2015-10-31 Brady Eidson <beidson@apple.com>
1184 storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html is flaky.
1185 https://bugs.webkit.org/show_bug.cgi?id=150735
1187 Reviewed by Darin Adler.
1189 * platform/mac-wk1/TestExpectations: Reenable the test.
1191 2015-10-30 Joseph Pecoraro <pecoraro@apple.com>
1193 Web Inspector: Test Debugger.scriptParsed events received after opening inspector frontend
1194 https://bugs.webkit.org/show_bug.cgi?id=150753
1196 Reviewed by Timothy Hatcher.
1198 Explicit test for the scriptParsed events we expect to see
1199 when first opening the inspector on an already open page.
1200 We do not expect to see some scripts (built-ins) but do expect
1201 to see all user scripts evaluated on the page.
1203 * inspector/debugger/scriptParsed-expected.txt: Added.
1204 * inspector/debugger/scriptParsed.html: Added.
1206 2015-10-28 Wenson Hsieh <wenson_hsieh@apple.com>
1208 Inner height behavior when the keyboard is shown should match on WKWebView and MobileSafari
1209 https://bugs.webkit.org/show_bug.cgi?id=150634
1210 <rdar://problem/23202254>
1212 Reviewed by Benjamin Poulain.
1214 Tests that WKWebViews do not fire resize events or change window.innerHeight when showing or
1215 hiding the keyboard. This behavior is consistent with mobile Safari.
1217 * fast/events/ios/keyboard-should-not-trigger-resize-expected.txt: Added.
1218 * fast/events/ios/keyboard-should-not-trigger-resize.html: Added.
1220 2015-10-30 Brady Eidson <beidson@apple.com>
1222 Modern IDB: Support IDBObjectStore.get() for IDBKeyRanges.
1223 https://bugs.webkit.org/show_bug.cgi?id=150718
1225 Reviewed by Alex Christensen.
1227 * storage/indexeddb/modern/get-keyrange.html: Added.
1228 * storage/indexeddb/modern/get-keyrange-expected.txt: Added.
1230 2015-10-30 Brady Eidson <beidson@apple.com>
1232 Modern IDB: IDBObjectStore.clear() support.
1233 https://bugs.webkit.org/show_bug.cgi?id=150733
1235 Reviewed by Alex Christensen.
1237 * storage/indexeddb/modern/idbobjectstore-clear-1-expected.txt: Added.
1238 * storage/indexeddb/modern/idbobjectstore-clear-1.html: Added.
1239 * storage/indexeddb/modern/idbobjectstore-clear-2-expected.txt: Added.
1240 * storage/indexeddb/modern/idbobjectstore-clear-2.html: Added.
1241 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-expected.txt: Added.
1242 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html: Added.
1244 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1246 Marking imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm as flaky on win
1247 https://bugs.webkit.org/show_bug.cgi?id=150594
1249 Unreviewed test gardening.
1251 * platform/win/TestExpectations:
1253 2015-10-30 Keith Miller <keith_miller@apple.com>
1255 [ES6] Add support for toStringTag
1256 https://bugs.webkit.org/show_bug.cgi?id=150696
1258 Reviewed by Geoffrey Garen.
1260 Symbol now has toStringTag as a member. Since Object.prototype.toString()
1261 now does a [[Get]] on the object being stringed there are new console
1262 error messages when accessing another window's properties.
1264 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
1265 * http/tests/security/cross-frame-access-custom-expected.txt:
1266 * http/tests/security/cross-frame-access-history-get-expected.txt:
1267 * http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
1268 * js/Object-getOwnPropertyNames-expected.txt:
1269 * js/script-tests/Object-getOwnPropertyNames.js:
1271 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1273 http/tests/notifications/legacy/events.html flakily asserts on mac-wk2, updating expectations
1274 https://bugs.webkit.org/show_bug.cgi?id=150736
1276 Unreviewed test gardening.
1278 * platform/mac-wk2/TestExpectations:
1280 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1282 Marking storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html as flaky on mac-wk1
1283 https://bugs.webkit.org/show_bug.cgi?id=150735
1285 Unreviewed test gardening.
1287 * platform/mac-wk1/TestExpectations:
1289 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1291 Marking js/regress/ftl-object-sub.html as a flaky timeout
1292 https://bugs.webkit.org/show_bug.cgi?id=150730
1294 Unreviewed test gardening.
1298 2015-10-30 Brady Eidson <beidson@apple.com>
1300 Modern IDB: IDBObjectStore.add() support.
1301 https://bugs.webkit.org/show_bug.cgi?id=150711
1303 Reviewed by Alex Christensen.
1305 * storage/indexeddb/modern/basic-add-expected.txt: Added.
1306 * storage/indexeddb/modern/basic-add.html: Added.
1308 2015-10-29 Ryan Haddad <ryanhaddad@apple.com>
1310 Removing flaky expectations for storage/indexeddb/modern tests since the failure was fixed in r191758
1311 https://bugs.webkit.org/show_bug.cgi?id=150678
1313 Unreviewed test gardening.
1315 * platform/mac-wk1/TestExpectations:
1317 2015-10-29 Brady Eidson <beidson@apple.com>
1319 Modern IDB: autoIncrement support.
1320 https://bugs.webkit.org/show_bug.cgi?id=150695
1322 Reviewed by Alex Christensen.
1324 * storage/indexeddb/modern/autoincrement-abort-expected.txt: Added.
1325 * storage/indexeddb/modern/autoincrement-abort.html: Added.
1327 2015-10-29 Michael Saboff <msaboff@apple.com>
1329 Crash making a tail call from a getter to a host function
1330 https://bugs.webkit.org/show_bug.cgi?id=150663
1332 Reviewed by Geoffrey Garen.
1334 New regression tests.
1336 * js/regress-150663-expected.txt: Added.
1337 * js/regress-150663.html: Added.
1338 * js/script-tests/regress-150663.js: Added.
1340 (Test.prototype.get sum):
1342 2015-10-29 Brady Eidson <beidson@apple.com>
1344 Modern IDB: deleteObjectStore support.
1345 https://bugs.webkit.org/show_bug.cgi?id=150673
1347 Reviewed by Alex Christensen.
1349 * storage/indexeddb/modern/deleteobjectstore-1-expected.txt: Added.
1350 * storage/indexeddb/modern/deleteobjectstore-1.html: Added.
1351 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: Added.
1352 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html: Added.
1353 * storage/indexeddb/modern/idbobjectstore-get-failures-expected.txt: Added.
1354 * storage/indexeddb/modern/idbobjectstore-get-failures.html: Added.
1356 2015-10-29 Wenson Hsieh <wenson_hsieh@apple.com>
1358 Date input values should not overlap with menu list dropdown button on iOS
1359 https://bugs.webkit.org/show_bug.cgi?id=150681
1360 <rdar://problem/19965078>
1362 Reviewed by Zalan Bujtas.
1364 Tests that date and time inputs render properly. Namely, the text should not
1365 be rendered such that it covers the dropdown button on the right of the menu
1368 * fast/forms/date/date-input-rendering-basic-expected.txt: Added.
1369 * fast/forms/date/date-input-rendering-basic.html: Added.
1370 * fast/forms/time/time-input-rendering-basic-expected.txt: Added.
1371 * fast/forms/time/time-input-rendering-basic.html: Added.
1373 2015-10-29 Ryan Haddad <ryanhaddad@apple.com>
1375 storage/indexeddb/modern tests crashing frequently on mac-wk1, marking as flaky crashers
1376 https://bugs.webkit.org/show_bug.cgi?id=150678
1378 Unreviewed test gardening.
1380 * platform/mac-wk1/TestExpectations:
1382 2015-10-29 Said Abou-Hallawa <sabouhallawa@apple.com>
1384 Exploitable crash happens when an SVG contains an indirect resource inheritance cycle
1385 https://bugs.webkit.org/show_bug.cgi?id=150203
1387 Reviewed by Brent Fulgham.
1389 Ensure that we do not crash when an SVG has an indirect cyclic resource
1390 inheritance. Make sure the cyclic resource was just ignored as if it did
1393 * svg/custom/pattern-content-inheritance-cycle-expected.svg: Added.
1394 * svg/custom/pattern-content-inheritance-cycle.svg: Added.
1396 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1398 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1400 * platform/gtk/editing/selection/5057506-expected.txt:
1401 * platform/gtk/editing/selection/display-table-text-expected.txt:
1402 * platform/gtk/editing/selection/iframe-expected.txt:
1403 * platform/gtk/editing/selection/mixed-editability-3-expected.txt:
1404 * platform/gtk/editing/selection/mixed-editability-4-expected.txt:
1405 * platform/gtk/editing/selection/mixed-editability-5-expected.txt:
1406 * platform/gtk/editing/selection/mixed-editability-8-expected.txt:
1407 * platform/gtk/editing/selection/mixed-editability-9-expected.txt:
1408 * platform/gtk/fast/css-generated-content/015-expected.txt:
1409 * platform/gtk/fast/css/acid2-expected.txt:
1410 * platform/gtk/fast/css/acid2-pixel-expected.txt:
1411 * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt:
1412 * platform/gtk/fast/css/caption-width-absolute-position-expected.txt: Added.
1413 * platform/gtk/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
1414 * platform/gtk/fast/css/caption-width-fixed-position-expected.txt: Added.
1415 * platform/gtk/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
1416 * platform/gtk/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added.
1417 * platform/gtk/tables/mozilla/bugs/bug101674-expected.txt:
1418 * platform/gtk/tables/mozilla/bugs/bug106795-expected.txt:
1419 * platform/gtk/tables/mozilla/bugs/bug106816-expected.txt:
1420 * platform/gtk/tables/mozilla/bugs/bug110566-expected.txt:
1421 * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt:
1422 * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt:
1423 * platform/gtk/tables/mozilla/bugs/bug113424-expected.txt:
1424 * platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
1425 * platform/gtk/tables/mozilla/bugs/bug126742-expected.txt:
1426 * platform/gtk/tables/mozilla/bugs/bug128229-expected.txt:
1427 * platform/gtk/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
1428 * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
1429 * platform/gtk/tables/mozilla/bugs/bug133756-2-expected.txt:
1430 * platform/gtk/tables/mozilla/bugs/bug133948-expected.txt:
1431 * platform/gtk/tables/mozilla/bugs/bug139524-4-expected.txt:
1432 * platform/gtk/tables/mozilla/bugs/bug157890-expected.txt:
1433 * platform/gtk/tables/mozilla/bugs/bug1818-3-expected.txt: Added.
1434 * platform/gtk/tables/mozilla/bugs/bug1818-6-expected.txt: Added.
1435 * platform/gtk/tables/mozilla/bugs/bug196870-expected.txt: Added.
1436 * platform/gtk/tables/mozilla/bugs/bug219693-1-expected.txt:
1437 * platform/gtk/tables/mozilla/bugs/bug219693-2-expected.txt:
1438 * platform/gtk/tables/mozilla/bugs/bug222467-expected.txt: Added.
1439 * platform/gtk/tables/mozilla/bugs/bug278385-expected.txt:
1440 * platform/gtk/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
1441 * platform/gtk/tables/mozilla/bugs/bug63785-expected.txt:
1442 * platform/gtk/tables/mozilla/bugs/bug67864-expected.txt:
1443 * platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt:
1444 * platform/gtk/tables/mozilla/bugs/bug68998-expected.txt:
1445 * platform/gtk/tables/mozilla/bugs/bug69187-expected.txt:
1446 * platform/gtk/tables/mozilla/bugs/bug69382-1-expected.txt:
1447 * platform/gtk/tables/mozilla/bugs/bug69382-2-expected.txt:
1448 * platform/gtk/tables/mozilla/bugs/bug73321-expected.txt:
1449 * platform/gtk/tables/mozilla/bugs/bug78162-expected.txt:
1450 * platform/gtk/tables/mozilla/bugs/bug8032-2-expected.txt: Added.
1451 * platform/gtk/tables/mozilla/bugs/bug81934-expected.txt:
1452 * platform/gtk/tables/mozilla/bugs/bug82946-1-expected.txt:
1453 * platform/gtk/tables/mozilla/bugs/bug86708-expected.txt:
1454 * platform/gtk/tables/mozilla/bugs/bug88035-1-expected.txt:
1455 * platform/gtk/tables/mozilla/bugs/bug88035-2-expected.txt:
1456 * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Added.
1457 * platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
1458 * platform/gtk/tables/mozilla/bugs/bug97138-expected.txt:
1459 * platform/gtk/tables/mozilla/bugs/bug97383-expected.txt:
1460 * platform/gtk/tables/mozilla/bugs/bug98196-expected.txt:
1461 * platform/gtk/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added.
1462 * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt:
1463 * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
1464 * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
1465 * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
1466 * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
1467 * platform/gtk/tables/mozilla/marvin/th_valign_baseline-expected.txt:
1468 * platform/gtk/tables/mozilla/marvin/th_valign_bottom-expected.txt:
1469 * platform/gtk/tables/mozilla/marvin/th_valign_middle-expected.txt:
1470 * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt:
1471 * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt:
1472 * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt:
1473 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
1474 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
1475 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
1476 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
1477 * platform/gtk/tables/mozilla/marvin/x_th_align_center-expected.txt:
1478 * platform/gtk/tables/mozilla/marvin/x_th_align_char-expected.txt:
1479 * platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt:
1480 * platform/gtk/tables/mozilla/marvin/x_th_align_left-expected.txt:
1481 * platform/gtk/tables/mozilla/marvin/x_th_align_right-expected.txt:
1482 * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
1483 * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
1484 * platform/gtk/tables/mozilla/marvin/x_th_class-expected.txt:
1485 * platform/gtk/tables/mozilla/marvin/x_th_colspan-expected.txt:
1486 * platform/gtk/tables/mozilla/marvin/x_th_height-expected.txt:
1487 * platform/gtk/tables/mozilla/marvin/x_th_id-expected.txt:
1488 * platform/gtk/tables/mozilla/marvin/x_th_nowrap-expected.txt:
1489 * platform/gtk/tables/mozilla/marvin/x_th_rowspan-expected.txt:
1490 * platform/gtk/tables/mozilla/marvin/x_th_style-expected.txt:
1491 * platform/gtk/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
1492 * platform/gtk/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
1493 * platform/gtk/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
1494 * platform/gtk/tables/mozilla/marvin/x_th_valign_top-expected.txt:
1495 * platform/gtk/tables/mozilla/marvin/x_th_width-expected.txt:
1496 * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt:
1497 * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt:
1498 * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt:
1499 * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt:
1500 * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt:
1501 * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt:
1502 * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt:
1503 * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
1504 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
1505 * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
1506 * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
1507 * platform/gtk/tables/mozilla/marvin/x_tr_align_char-expected.txt:
1508 * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
1509 * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
1510 * platform/gtk/tables/mozilla/marvin/x_tr_class-expected.txt:
1511 * platform/gtk/tables/mozilla/marvin/x_tr_id-expected.txt:
1512 * platform/gtk/tables/mozilla/marvin/x_tr_style-expected.txt:
1513 * platform/gtk/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
1514 * platform/gtk/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
1515 * platform/gtk/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
1516 * platform/gtk/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
1517 * platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
1518 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
1519 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
1520 * platform/gtk/tables/table-section-overflow-clip-crash-expected.txt: Added.
1522 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1524 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1526 * platform/gtk/tables/mozilla/bugs/bug100334-expected.txt:
1527 * platform/gtk/tables/mozilla/bugs/bug101201-expected.txt:
1528 * platform/gtk/tables/mozilla/bugs/bug102145-1-expected.txt:
1529 * platform/gtk/tables/mozilla/bugs/bug102145-2-expected.txt:
1530 * platform/gtk/tables/mozilla/bugs/bug102145-3-expected.txt:
1531 * platform/gtk/tables/mozilla/bugs/bug102145-4-expected.txt:
1532 * platform/gtk/tables/mozilla/bugs/bug103533-expected.txt:
1533 * platform/gtk/tables/mozilla/bugs/bug106158-1-expected.txt:
1534 * platform/gtk/tables/mozilla/bugs/bug106158-2-expected.txt:
1535 * platform/gtk/tables/mozilla/bugs/bug108340-expected.txt:
1536 * platform/gtk/tables/mozilla/bugs/bug120107-expected.txt: Added.
1537 * platform/gtk/tables/mozilla/bugs/bug120364-expected.txt:
1538 * platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
1539 * platform/gtk/tables/mozilla/bugs/bug133756-1-expected.txt:
1540 * platform/gtk/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
1541 * platform/gtk/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
1542 * platform/gtk/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
1543 * platform/gtk/tables/mozilla/bugs/bug138725-expected.txt:
1544 * platform/gtk/tables/mozilla/bugs/bug139524-1-expected.txt:
1545 * platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt:
1546 * platform/gtk/tables/mozilla/bugs/bug139524-3-expected.txt:
1547 * platform/gtk/tables/mozilla/bugs/bug145572-expected.txt:
1548 * platform/gtk/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
1549 * platform/gtk/tables/mozilla/bugs/bug154780-expected.txt:
1550 * platform/gtk/tables/mozilla/bugs/bug159108-expected.txt:
1551 * platform/gtk/tables/mozilla/bugs/bug175455-4-expected.txt:
1552 * platform/gtk/tables/mozilla/bugs/bug215629-expected.txt:
1553 * platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
1554 * platform/gtk/tables/mozilla/bugs/bug221784-1-expected.txt:
1555 * platform/gtk/tables/mozilla/bugs/bug221784-2-expected.txt:
1556 * platform/gtk/tables/mozilla/bugs/bug222336-expected.txt: Added.
1557 * platform/gtk/tables/mozilla/bugs/bug269566-expected.txt: Added.
1558 * platform/gtk/tables/mozilla/bugs/bug275625-expected.txt:
1559 * platform/gtk/tables/mozilla/bugs/bug277062-expected.txt: Added.
1560 * platform/gtk/tables/mozilla/bugs/bug278266-expected.txt:
1561 * platform/gtk/tables/mozilla/bugs/bug72359-expected.txt:
1562 * platform/gtk/tables/mozilla/bugs/bug75250-expected.txt:
1563 * platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
1564 * platform/gtk/tables/mozilla/bugs/bug83786-expected.txt: Added.
1565 * platform/gtk/tables/mozilla/bugs/bug88524-expected.txt:
1566 * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
1567 * platform/gtk/tables/mozilla/bugs/bug93363-expected.txt:
1568 * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
1569 * platform/gtk/tables/mozilla/bugs/bug96343-expected.txt:
1570 * platform/gtk/tables/mozilla/bugs/bug99923-expected.txt:
1571 * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt:
1573 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1575 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1577 * platform/gtk/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1578 * platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
1579 * platform/gtk/tables/mozilla/bugs/bug17130-1-expected.txt:
1580 * platform/gtk/tables/mozilla/bugs/bug17138-expected.txt:
1581 * platform/gtk/tables/mozilla/bugs/bug17168-expected.txt:
1582 * platform/gtk/tables/mozilla/bugs/bug17548-expected.txt:
1583 * platform/gtk/tables/mozilla/bugs/bug17587-expected.txt:
1584 * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
1585 * platform/gtk/tables/mozilla/bugs/bug18440-expected.txt:
1586 * platform/gtk/tables/mozilla/bugs/bug18558-expected.txt:
1587 * platform/gtk/tables/mozilla/bugs/bug18664-expected.txt:
1588 * platform/gtk/tables/mozilla/bugs/bug18955-expected.txt:
1589 * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt:
1590 * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt:
1591 * platform/gtk/tables/mozilla/bugs/bug19356-expected.txt:
1592 * platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
1593 * platform/gtk/tables/mozilla/bugs/bug20804-expected.txt:
1594 * platform/gtk/tables/mozilla/bugs/bug21299-expected.txt:
1595 * platform/gtk/tables/mozilla/bugs/bug21918-expected.txt:
1596 * platform/gtk/tables/mozilla/bugs/bug22019-expected.txt:
1597 * platform/gtk/tables/mozilla/bugs/bug22246-2-expected.txt:
1598 * platform/gtk/tables/mozilla/bugs/bug22246-2a-expected.txt:
1599 * platform/gtk/tables/mozilla/bugs/bug22246-3-expected.txt:
1600 * platform/gtk/tables/mozilla/bugs/bug22246-3a-expected.txt:
1601 * platform/gtk/tables/mozilla/bugs/bug22513-expected.txt:
1602 * platform/gtk/tables/mozilla/bugs/bug23072-expected.txt:
1603 * platform/gtk/tables/mozilla/bugs/bug23151-expected.txt: Added.
1604 * platform/gtk/tables/mozilla/bugs/bug23235-expected.txt:
1605 * platform/gtk/tables/mozilla/bugs/bug23299-expected.txt:
1606 * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
1607 * platform/gtk/tables/mozilla/bugs/bug24503-expected.txt:
1608 * platform/gtk/tables/mozilla/bugs/bug24627-expected.txt:
1609 * platform/gtk/tables/mozilla/bugs/bug24880-expected.txt:
1610 * platform/gtk/tables/mozilla/bugs/bug25004-expected.txt:
1611 * platform/gtk/tables/mozilla/bugs/bug25074-expected.txt:
1612 * platform/gtk/tables/mozilla/bugs/bug25086-expected.txt:
1613 * platform/gtk/tables/mozilla/bugs/bug25367-expected.txt:
1614 * platform/gtk/tables/mozilla/bugs/bug25663-expected.txt:
1615 * platform/gtk/tables/mozilla/bugs/bug26178-expected.txt:
1616 * platform/gtk/tables/mozilla/bugs/bug26553-expected.txt: Added.
1617 * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt:
1618 * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt:
1619 * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt:
1620 * platform/gtk/tables/mozilla/bugs/bug27993-1-expected.txt:
1621 * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
1622 * platform/gtk/tables/mozilla/bugs/bug28933-expected.txt: Added.
1623 * platform/gtk/tables/mozilla/bugs/bug29058-1-expected.txt:
1624 * platform/gtk/tables/mozilla/bugs/bug29157-expected.txt:
1625 * platform/gtk/tables/mozilla/bugs/bug29314-expected.txt: Added.
1626 * platform/gtk/tables/mozilla/bugs/bug29429-expected.txt:
1627 * platform/gtk/tables/mozilla/bugs/bug30273-expected.txt:
1628 * platform/gtk/tables/mozilla/bugs/bug30418-expected.txt:
1629 * platform/gtk/tables/mozilla/bugs/bug30559-expected.txt:
1630 * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt:
1631 * platform/gtk/tables/mozilla/bugs/bug30985-expected.txt:
1632 * platform/gtk/tables/mozilla/bugs/bug32205-2-expected.txt:
1633 * platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
1634 * platform/gtk/tables/mozilla/bugs/bug32205-5-expected.txt:
1635 * platform/gtk/tables/mozilla/bugs/bug32447-expected.txt:
1636 * platform/gtk/tables/mozilla/bugs/bug32841-expected.txt:
1637 * platform/gtk/tables/mozilla/bugs/bug33137-expected.txt:
1638 * platform/gtk/tables/mozilla/bugs/bug33855-expected.txt:
1639 * platform/gtk/tables/mozilla/bugs/bug34176-expected.txt:
1640 * platform/gtk/tables/mozilla/bugs/bug34538-expected.txt:
1641 * platform/gtk/tables/mozilla/bugs/bug35662-expected.txt:
1642 * platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
1643 * platform/gtk/tables/mozilla/bugs/bug39209-expected.txt:
1644 * platform/gtk/tables/mozilla/bugs/bug40828-expected.txt:
1645 * platform/gtk/tables/mozilla/bugs/bug41890-expected.txt:
1646 * platform/gtk/tables/mozilla/bugs/bug42187-expected.txt:
1647 * platform/gtk/tables/mozilla/bugs/bug42443-expected.txt:
1648 * platform/gtk/tables/mozilla/bugs/bug43039-expected.txt:
1649 * platform/gtk/tables/mozilla/bugs/bug43204-expected.txt:
1650 * platform/gtk/tables/mozilla/bugs/bug43854-2-expected.txt:
1651 * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt:
1652 * platform/gtk/tables/mozilla/bugs/bug44523-expected.txt:
1653 * platform/gtk/tables/mozilla/bugs/bug45055-2-expected.txt:
1654 * platform/gtk/tables/mozilla/bugs/bug45055-expected.txt:
1655 * platform/gtk/tables/mozilla/bugs/bug45350-expected.txt:
1656 * platform/gtk/tables/mozilla/bugs/bug45486-expected.txt:
1657 * platform/gtk/tables/mozilla/bugs/bug46268-1-expected.txt:
1658 * platform/gtk/tables/mozilla/bugs/bug46268-2-expected.txt:
1659 * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt:
1660 * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt:
1661 * platform/gtk/tables/mozilla/bugs/bug46268-expected.txt:
1662 * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
1663 * platform/gtk/tables/mozilla/bugs/bug46480-1-expected.txt:
1664 * platform/gtk/tables/mozilla/bugs/bug46480-2-expected.txt:
1665 * platform/gtk/tables/mozilla/bugs/bug46623-1-expected.txt:
1666 * platform/gtk/tables/mozilla/bugs/bug46623-2-expected.txt:
1667 * platform/gtk/tables/mozilla/bugs/bug46944-expected.txt:
1668 * platform/gtk/tables/mozilla/bugs/bug47432-expected.txt:
1669 * platform/gtk/tables/mozilla/bugs/bug48028-1-expected.txt:
1670 * platform/gtk/tables/mozilla/bugs/bug48028-2-expected.txt:
1671 * platform/gtk/tables/mozilla/bugs/bug48827-expected.txt:
1672 * platform/gtk/tables/mozilla/bugs/bug50695-1-expected.txt:
1673 * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt:
1674 * platform/gtk/tables/mozilla/bugs/bug51140-expected.txt:
1675 * platform/gtk/tables/mozilla/bugs/bug51727-expected.txt:
1676 * platform/gtk/tables/mozilla/bugs/bug52505-expected.txt:
1677 * platform/gtk/tables/mozilla/bugs/bug52506-expected.txt:
1678 * platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt:
1679 * platform/gtk/tables/mozilla/bugs/bug53690-2-expected.txt:
1680 * platform/gtk/tables/mozilla/bugs/bug53891-expected.txt:
1681 * platform/gtk/tables/mozilla/bugs/bug55527-expected.txt:
1682 * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
1683 * platform/gtk/tables/mozilla/bugs/bug55694-expected.txt:
1684 * platform/gtk/tables/mozilla/bugs/bug55789-expected.txt:
1685 * platform/gtk/tables/mozilla/bugs/bug56201-expected.txt:
1686 * platform/gtk/tables/mozilla/bugs/bug56405-expected.txt:
1687 * platform/gtk/tables/mozilla/bugs/bug57300-expected.txt:
1688 * platform/gtk/tables/mozilla/bugs/bug57378-expected.txt:
1689 * platform/gtk/tables/mozilla/bugs/bug57828-2-expected.txt:
1690 * platform/gtk/tables/mozilla/bugs/bug57828-expected.txt:
1691 * platform/gtk/tables/mozilla/bugs/bug58402-1-expected.txt:
1692 * platform/gtk/tables/mozilla/bugs/bug59354-expected.txt:
1693 * platform/gtk/tables/mozilla/bugs/bug60013-expected.txt:
1694 * platform/gtk/tables/mozilla/bugs/bug60749-expected.txt:
1695 * platform/gtk/tables/mozilla/bugs/bug60804-expected.txt:
1696 * platform/gtk/tables/mozilla/bugs/bug60807-expected.txt:
1697 * platform/gtk/tables/mozilla/bugs/bug60992-expected.txt:
1698 * platform/gtk/tables/mozilla/marvin/th_valign_top-expected.txt:
1699 * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt:
1700 * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt:
1701 * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt:
1702 * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt:
1703 * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt:
1704 * platform/gtk/tables/mozilla/marvin/thead_char-expected.txt:
1705 * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
1706 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
1707 * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt:
1708 * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt:
1709 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
1710 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
1711 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
1712 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
1713 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
1714 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
1715 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
1716 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
1717 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
1718 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
1719 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
1720 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
1721 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
1722 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
1723 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
1724 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
1725 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
1726 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
1727 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
1728 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
1729 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
1730 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
1731 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
1732 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
1733 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
1734 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
1735 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
1736 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
1737 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
1738 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
1739 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
1740 * platform/gtk/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
1741 * platform/gtk/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
1742 * platform/gtk/tables/mozilla/marvin/tr_valign_middle-expected.txt:
1743 * platform/gtk/tables/mozilla/marvin/tr_valign_top-expected.txt:
1744 * platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
1745 * platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.txt:
1746 * platform/gtk/tables/mozilla/marvin/x_col_align_char-expected.txt:
1747 * platform/gtk/tables/mozilla/marvin/x_col_span-expected.txt:
1748 * platform/gtk/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
1749 * platform/gtk/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
1750 * platform/gtk/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
1751 * platform/gtk/tables/mozilla/marvin/x_col_valign_top-expected.txt:
1752 * platform/gtk/tables/mozilla/marvin/x_col_width_pct-expected.txt:
1753 * platform/gtk/tables/mozilla/marvin/x_col_width_px-expected.txt:
1754 * platform/gtk/tables/mozilla/marvin/x_col_width_rel-expected.txt:
1755 * platform/gtk/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
1756 * platform/gtk/tables/mozilla/marvin/x_colgroup_span-expected.txt:
1757 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
1758 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
1759 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
1760 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
1761 * platform/gtk/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
1762 * platform/gtk/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
1763 * platform/gtk/tables/mozilla/marvin/x_table-expected.txt:
1764 * platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt:
1765 * platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.txt:
1766 * platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.txt:
1767 * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
1768 * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
1769 * platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt:
1770 * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt:
1771 * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt:
1772 * platform/gtk/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
1773 * platform/gtk/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
1774 * platform/gtk/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
1775 * platform/gtk/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
1776 * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt:
1777 * platform/gtk/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
1778 * platform/gtk/tables/mozilla/marvin/x_table_rules_none-expected.txt:
1779 * platform/gtk/tables/mozilla/marvin/x_table_style-expected.txt:
1780 * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
1781 * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
1782 * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
1783 * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
1784 * platform/gtk/tables/mozilla/marvin/x_tbody_class-expected.txt:
1785 * platform/gtk/tables/mozilla/marvin/x_tbody_id-expected.txt:
1786 * platform/gtk/tables/mozilla/marvin/x_tbody_style-expected.txt:
1787 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
1788 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
1789 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
1790 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
1791 * platform/gtk/tables/mozilla/marvin/x_td_align_center-expected.txt:
1792 * platform/gtk/tables/mozilla/marvin/x_td_align_char-expected.txt:
1793 * platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt:
1794 * platform/gtk/tables/mozilla/marvin/x_td_align_left-expected.txt:
1795 * platform/gtk/tables/mozilla/marvin/x_td_align_right-expected.txt:
1796 * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
1797 * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
1798 * platform/gtk/tables/mozilla/marvin/x_td_class-expected.txt:
1799 * platform/gtk/tables/mozilla/marvin/x_td_colspan-expected.txt:
1800 * platform/gtk/tables/mozilla/marvin/x_td_height-expected.txt:
1801 * platform/gtk/tables/mozilla/marvin/x_td_id-expected.txt:
1802 * platform/gtk/tables/mozilla/marvin/x_td_nowrap-expected.txt:
1803 * platform/gtk/tables/mozilla/marvin/x_td_rowspan-expected.txt:
1804 * platform/gtk/tables/mozilla/marvin/x_td_style-expected.txt:
1805 * platform/gtk/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
1806 * platform/gtk/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
1807 * platform/gtk/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
1808 * platform/gtk/tables/mozilla/marvin/x_td_valign_top-expected.txt:
1809 * platform/gtk/tables/mozilla/marvin/x_td_width-expected.txt:
1810 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
1811 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
1812 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
1813 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
1814 * platform/gtk/tables/mozilla/other/slashlogo-expected.txt:
1815 * platform/gtk/tables/mozilla/other/test3-expected.txt:
1816 * platform/gtk/tables/mozilla/other/test6-expected.txt:
1817 * platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
1818 * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
1820 2015-10-29 Hunseop Jeong <hs85.jeong@samsung.com>
1822 Unreviewed. EFL gardening: rebaseline more tests after r191623.
1824 * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
1825 * platform/efl/editing/selection/4818145-expected.txt:
1826 * platform/efl/editing/selection/4889598-expected.txt:
1827 * platform/efl/editing/selection/5076323-1-expected.txt:
1828 * platform/efl/editing/selection/5076323-2-expected.txt:
1829 * platform/efl/editing/selection/5076323-3-expected.txt:
1830 * platform/efl/editing/selection/7152-1-expected.txt:
1831 * platform/efl/editing/selection/7152-2-expected.txt:
1832 * platform/efl/editing/selection/display-table-text-expected.txt:
1833 * platform/efl/editing/selection/mixed-editability-3-expected.txt:
1834 * platform/efl/editing/selection/mixed-editability-4-expected.txt:
1835 * platform/efl/editing/selection/mixed-editability-5-expected.txt:
1836 * platform/efl/editing/selection/mixed-editability-8-expected.txt:
1837 * platform/efl/editing/selection/mixed-editability-9-expected.txt:
1838 * platform/efl/editing/selection/table-caret-1-expected.txt:
1839 * platform/efl/editing/selection/table-caret-2-expected.txt:
1840 * platform/efl/fast/table/035-vertical-expected.txt:
1841 * platform/efl/fast/table/038-vertical-expected.txt:
1842 * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
1844 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1846 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1848 * platform/gtk/editing/selection/inline-table-expected.txt:
1849 * platform/gtk/editing/selection/move-by-line-001-expected.txt:
1850 * platform/gtk/fast/borders/table-borders-expected.txt:
1851 * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
1852 * platform/gtk/tables/mozilla/bugs/bug10009-expected.txt:
1853 * platform/gtk/tables/mozilla/bugs/bug10036-expected.txt:
1854 * platform/gtk/tables/mozilla/bugs/bug10269-1-expected.txt:
1855 * platform/gtk/tables/mozilla/bugs/bug10269-2-expected.txt:
1856 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
1857 * platform/gtk/tables/mozilla/bugs/bug10296-2-expected.txt:
1858 * platform/gtk/tables/mozilla/bugs/bug10565-expected.txt:
1859 * platform/gtk/tables/mozilla/bugs/bug10633-expected.txt:
1860 * platform/gtk/tables/mozilla/bugs/bug11321-expected.txt:
1861 * platform/gtk/tables/mozilla/bugs/bug11384q-expected.txt:
1862 * platform/gtk/tables/mozilla/bugs/bug11384s-expected.txt:
1863 * platform/gtk/tables/mozilla/bugs/bug11944-expected.txt:
1864 * platform/gtk/tables/mozilla/bugs/bug12008-expected.txt:
1865 * platform/gtk/tables/mozilla/bugs/bug12268-expected.txt:
1866 * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
1867 * platform/gtk/tables/mozilla/bugs/bug12709-expected.txt:
1868 * platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt:
1869 * platform/gtk/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
1870 * platform/gtk/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
1871 * platform/gtk/tables/mozilla/bugs/bug13105-expected.txt:
1872 * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt:
1873 * platform/gtk/tables/mozilla/bugs/bug13169-expected.txt: Added.
1874 * platform/gtk/tables/mozilla/bugs/bug13484-expected.txt:
1875 * platform/gtk/tables/mozilla/bugs/bug13526-expected.txt:
1876 * platform/gtk/tables/mozilla/bugs/bug14159-3-expected.txt:
1877 * platform/gtk/tables/mozilla/bugs/bug14323-expected.txt:
1878 * platform/gtk/tables/mozilla/bugs/bug14929-expected.txt:
1879 * platform/gtk/tables/mozilla/bugs/bug15247-expected.txt:
1880 * platform/gtk/tables/mozilla/bugs/bug15544-expected.txt:
1881 * platform/gtk/tables/mozilla/bugs/bug15933-expected.txt:
1882 * platform/gtk/tables/mozilla/bugs/bug16012-expected.txt:
1883 * platform/gtk/tables/mozilla/bugs/bug3977-expected.txt:
1884 * platform/gtk/tables/mozilla/bugs/bug4284-expected.txt:
1885 * platform/gtk/tables/mozilla/bugs/bug4385-expected.txt:
1886 * platform/gtk/tables/mozilla/bugs/bug4427-expected.txt:
1887 * platform/gtk/tables/mozilla/bugs/bug4429-expected.txt:
1888 * platform/gtk/tables/mozilla/bugs/bug4501-expected.txt:
1889 * platform/gtk/tables/mozilla/bugs/bug4520-expected.txt:
1890 * platform/gtk/tables/mozilla/bugs/bug4523-expected.txt:
1891 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
1892 * platform/gtk/tables/mozilla/bugs/bug4576-expected.txt:
1893 * platform/gtk/tables/mozilla/bugs/bug4739-expected.txt:
1894 * platform/gtk/tables/mozilla/bugs/bug4803-expected.txt:
1895 * platform/gtk/tables/mozilla/bugs/bug4849-2-expected.txt:
1896 * platform/gtk/tables/mozilla/bugs/bug4849-expected.txt:
1897 * platform/gtk/tables/mozilla/bugs/bug5188-expected.txt:
1898 * platform/gtk/tables/mozilla/bugs/bug5538-expected.txt:
1899 * platform/gtk/tables/mozilla/bugs/bug5797-expected.txt:
1900 * platform/gtk/tables/mozilla/bugs/bug5798-expected.txt:
1901 * platform/gtk/tables/mozilla/bugs/bug5799-expected.txt:
1902 * platform/gtk/tables/mozilla/bugs/bug5835-expected.txt:
1903 * platform/gtk/tables/mozilla/bugs/bug5838-expected.txt:
1904 * platform/gtk/tables/mozilla/bugs/bug6184-expected.txt:
1905 * platform/gtk/tables/mozilla/bugs/bug6304-expected.txt:
1906 * platform/gtk/tables/mozilla/bugs/bug6404-expected.txt:
1907 * platform/gtk/tables/mozilla/bugs/bug6674-expected.txt:
1908 * platform/gtk/tables/mozilla/bugs/bug7112-1-expected.txt:
1909 * platform/gtk/tables/mozilla/bugs/bug7112-2-expected.txt:
1910 * platform/gtk/tables/mozilla/bugs/bug7121-1-expected.txt:
1911 * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
1912 * platform/gtk/tables/mozilla/bugs/bug7471-expected.txt:
1913 * platform/gtk/tables/mozilla/bugs/bug7714-expected.txt:
1914 * platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt:
1915 * platform/gtk/tables/mozilla/bugs/bug8361-expected.txt:
1916 * platform/gtk/tables/mozilla/bugs/bug8381-expected.txt:
1917 * platform/gtk/tables/mozilla/bugs/bug8858-expected.txt:
1918 * platform/gtk/tables/mozilla/bugs/bug8950-expected.txt:
1919 * platform/gtk/tables/mozilla/bugs/bug9072-expected.txt:
1920 * platform/gtk/tables/mozilla/bugs/bug9123-1-expected.txt:
1921 * platform/gtk/tables/mozilla/bugs/bug9123-2-expected.txt:
1922 * platform/gtk/tables/mozilla/bugs/bug9271-1-expected.txt:
1923 * platform/gtk/tables/mozilla/bugs/bug9879-1-expected.txt:
1924 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
1925 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
1926 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
1927 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
1928 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
1929 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
1930 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
1931 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
1932 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
1933 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
1934 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
1935 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
1936 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
1937 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
1938 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
1939 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
1940 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
1941 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
1942 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
1943 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
1944 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
1945 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
1946 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
1947 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
1948 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
1949 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
1950 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
1951 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
1952 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
1953 * platform/gtk/tables/mozilla/marvin/tables_border_0-expected.txt:
1954 * platform/gtk/tables/mozilla/marvin/tables_border_1-expected.txt:
1955 * platform/gtk/tables/mozilla/marvin/tables_border_2-expected.txt:
1956 * platform/gtk/tables/mozilla/marvin/tables_border_3-expected.txt:
1957 * platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
1958 * platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
1959 * platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
1960 * platform/gtk/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
1961 * platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
1962 * platform/gtk/tables/mozilla/marvin/tables_default-expected.txt:
1963 * platform/gtk/tables/mozilla/marvin/tables_id-expected.txt:
1964 * platform/gtk/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
1965 * platform/gtk/tables/mozilla/marvin/tables_td_align_center-expected.txt:
1966 * platform/gtk/tables/mozilla/marvin/tables_td_align_left-expected.txt:
1967 * platform/gtk/tables/mozilla/marvin/tables_td_align_right-expected.txt:
1968 * platform/gtk/tables/mozilla/marvin/tables_td_colspan-expected.txt:
1969 * platform/gtk/tables/mozilla/marvin/tables_td_height-expected.txt:
1970 * platform/gtk/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
1971 * platform/gtk/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
1972 * platform/gtk/tables/mozilla/marvin/tables_td_width-expected.txt:
1973 * platform/gtk/tables/mozilla/marvin/tables_th_align_center-expected.txt:
1974 * platform/gtk/tables/mozilla/marvin/tables_th_align_left-expected.txt:
1975 * platform/gtk/tables/mozilla/marvin/tables_th_align_right-expected.txt:
1976 * platform/gtk/tables/mozilla/marvin/tables_th_colspan-expected.txt:
1977 * platform/gtk/tables/mozilla/marvin/tables_th_height-expected.txt:
1978 * platform/gtk/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
1979 * platform/gtk/tables/mozilla/marvin/tables_th_width-expected.txt:
1980 * platform/gtk/tables/mozilla/marvin/tables_width_percent-expected.txt:
1981 * platform/gtk/tables/mozilla/marvin/tables_width_px-expected.txt:
1982 * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt:
1983 * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt:
1984 * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt:
1985 * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt:
1986 * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt:
1987 * platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt:
1988 * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
1989 * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
1990 * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
1991 * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt:
1992 * platform/gtk/tables/mozilla/marvin/td_valign_baseline-expected.txt:
1993 * platform/gtk/tables/mozilla/marvin/td_valign_bottom-expected.txt:
1994 * platform/gtk/tables/mozilla/marvin/td_valign_middle-expected.txt:
1995 * platform/gtk/tables/mozilla/marvin/td_valign_top-expected.txt:
1996 * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt:
1997 * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt:
1998 * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
1999 * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt:
2000 * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt:
2001 * platform/gtk/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
2002 * platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
2003 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
2004 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
2005 * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
2006 * platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
2007 * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
2008 * platform/gtk/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
2009 * platform/gtk/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
2010 * platform/gtk/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
2011 * platform/gtk/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
2012 * platform/gtk/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2013 * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
2014 * platform/gtk/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2015 * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
2016 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
2017 * platform/gtk/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
2018 * platform/gtk/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
2019 * platform/gtk/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
2020 * platform/gtk/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
2021 * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
2022 * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
2023 * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
2024 * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
2025 * platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
2026 * platform/gtk/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2027 * platform/gtk/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
2028 * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
2029 * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
2030 * platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
2031 * platform/gtk/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2032 * platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
2033 * platform/gtk/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
2034 * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
2035 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2036 * platform/gtk/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
2037 * platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
2038 * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2039 * platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2040 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
2041 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
2042 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
2043 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
2044 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
2045 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
2046 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
2047 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
2048 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
2049 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
2050 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
2051 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
2052 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
2053 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
2054 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
2055 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
2056 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
2057 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
2058 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
2059 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
2060 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
2061 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
2062 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
2063 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
2064 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
2065 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
2066 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
2067 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
2068 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Copied from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
2069 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Copied from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
2070 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
2071 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
2072 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
2073 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
2074 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
2075 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
2076 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
2077 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
2078 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
2079 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
2080 * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
2081 * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
2082 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
2083 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
2084 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
2085 * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
2086 * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
2087 * platform/gtk/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
2088 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
2089 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
2090 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
2091 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
2092 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
2093 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
2094 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
2095 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
2096 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
2097 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
2098 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
2099 * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
2101 2015-10-28 Brady Eidson <beidson@apple.com>
2103 Modern IDB: Support IDBDatabase.transaction() (and transaction scheduling in general).
2104 https://bugs.webkit.org/show_bug.cgi?id=150614
2106 Reviewed by Alex Christensen.
2108 * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: Added.
2109 * storage/indexeddb/modern/idbdatabase-transaction-failures.html: Added.
2110 * storage/indexeddb/modern/transaction-scheduler-1-expected.txt: Added.
2111 * storage/indexeddb/modern/transaction-scheduler-1.html: Added.
2112 * storage/indexeddb/modern/transaction-scheduler-2-expected.txt: Added.
2113 * storage/indexeddb/modern/transaction-scheduler-2.html: Added.
2114 * storage/indexeddb/modern/transaction-scheduler-3-expected.txt: Added.
2115 * storage/indexeddb/modern/transaction-scheduler-3.html: Added.
2116 * storage/indexeddb/modern/transaction-scheduler-4-expected.txt: Added.
2117 * storage/indexeddb/modern/transaction-scheduler-4.html: Added.
2118 * storage/indexeddb/modern/transaction-scheduler-5-expected.txt: Added.
2119 * storage/indexeddb/modern/transaction-scheduler-5.html: Added.
2120 * storage/indexeddb/modern/transaction-scheduler-6-expected.txt: Added.
2121 * storage/indexeddb/modern/transaction-scheduler-6.html: Added.
2123 2015-10-28 Andy Estes <aestes@apple.com>
2125 [Content Filtering] Crash when allowing a 0-byte resource to load
2126 https://bugs.webkit.org/show_bug.cgi?id=150644
2127 <rdar://problem/23288538>
2129 Reviewed by Darin Adler.
2131 * contentfiltering/allow-empty-document-expected.html: Added.
2132 * contentfiltering/allow-empty-document.html: Added.
2133 * contentfiltering/resources/empty.html: Added.
2135 2015-10-28 Mark Lam <mark.lam@apple.com>
2137 Update FTL to support UntypedUse operands for op_sub.
2138 https://bugs.webkit.org/show_bug.cgi?id=150562
2142 * js/regress/script-tests/ftl-object-sub.js:
2143 - Removed a debugging print() that was accidentally left in.
2145 2015-10-28 Chris Dumez <cdumez@apple.com>
2147 Assertion failure in WebCore::FrameLoader::stopLoading() running fast/events tests
2148 https://bugs.webkit.org/show_bug.cgi?id=150624
2149 <rdar://problem/23294110>
2151 Reviewed by Darin Adler.
2153 * fast/events/form-iframe-target-before-load-crash2.html:
2154 Set the frame name so that the test still tests the same thing as it was
2155 originally testing before r191652. This is needed because the frame id
2156 no longer sets the window name and therefore no longer matches the form's
2159 * fast/events/form-iframe-target-before-load-crash3-expected.txt: Added.
2160 * fast/events/form-iframe-target-before-load-crash3.html: Added.
2161 This is a version on fast/events/form-iframe-target-before-load-crash.html
2162 with the frame name set so that it tests the same thing it was originally
2163 testing before r191652. form-iframe-target-before-load-crash.html is kept
2164 as is (without frame name) as it exposed a new crash.
2166 2015-10-28 Mark Lam <mark.lam@apple.com>
2168 Update FTL to support UntypedUse operands for op_sub.
2169 https://bugs.webkit.org/show_bug.cgi?id=150562
2171 Reviewed by Geoffrey Garen.
2173 * js/regress/ftl-sub-expected.txt: Added.
2174 * js/regress/ftl-sub.html: Added.
2175 * js/regress/script-tests/ftl-sub.js: Added.
2180 2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
2182 Unreviewed. EFL gardening: rebaseline more tests after r191623.
2183 https://bugs.webkit.org/show_bug.cgi?id=150628
2185 * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
2186 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
2187 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
2188 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2189 * platform/efl/tables/layering/paint-test-layering-1-expected.txt:
2190 * platform/efl/tables/layering/paint-test-layering-2-expected.txt:
2191 * platform/efl/tables/mozilla/bugs/bug10009-expected.txt:
2192 * platform/efl/tables/mozilla/bugs/bug100334-expected.txt:
2193 * platform/efl/tables/mozilla/bugs/bug10036-expected.txt:
2194 * platform/efl/tables/mozilla/bugs/bug101201-expected.txt:
2195 * platform/efl/tables/mozilla/bugs/bug101674-expected.txt:
2196 * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt:
2197 * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt:
2198 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
2199 * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt:
2200 * platform/efl/tables/mozilla/bugs/bug103533-expected.txt:
2201 * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt:
2202 * platform/efl/tables/mozilla/bugs/bug10565-expected.txt:
2203 * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt:
2204 * platform/efl/tables/mozilla/bugs/bug106158-2-expected.txt:
2205 * platform/efl/tables/mozilla/bugs/bug10633-expected.txt:
2206 * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt:
2207 * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt:
2208 * platform/efl/tables/mozilla/bugs/bug106795-expected.txt:
2209 * platform/efl/tables/mozilla/bugs/bug106816-expected.txt:
2210 * platform/efl/tables/mozilla/bugs/bug108340-expected.txt:
2211 * platform/efl/tables/mozilla/bugs/bug110566-expected.txt:
2212 * platform/efl/tables/mozilla/bugs/bug11321-expected.txt:
2213 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt:
2214 * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
2215 * platform/efl/tables/mozilla/bugs/bug113424-expected.txt:
2216 * platform/efl/tables/mozilla/bugs/bug11384q-expected.txt:
2217 * platform/efl/tables/mozilla/bugs/bug11384s-expected.txt:
2218 * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt:
2219 * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
2220 * platform/efl/tables/mozilla/bugs/bug11944-expected.txt:
2221 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
2222 * platform/efl/tables/mozilla/bugs/bug12008-expected.txt:
2223 * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added.
2224 * platform/efl/tables/mozilla/bugs/bug120364-expected.txt:
2225 * platform/efl/tables/mozilla/bugs/bug1220-expected.txt:
2226 * platform/efl/tables/mozilla/bugs/bug1224-expected.txt:
2227 * platform/efl/tables/mozilla/bugs/bug12268-expected.txt:
2228 * platform/efl/tables/mozilla/bugs/bug12384-expected.txt:
2229 * platform/efl/tables/mozilla/bugs/bug1261-expected.txt:
2230 * platform/efl/tables/mozilla/bugs/bug126742-expected.txt:
2231 * platform/efl/tables/mozilla/bugs/bug12709-expected.txt:
2232 * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added.
2233 * platform/efl/tables/mozilla/bugs/bug128229-expected.txt:
2234 * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt:
2235 * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
2236 * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
2237 * platform/efl/tables/mozilla/bugs/bug1296-expected.txt:
2238 * platform/efl/tables/mozilla/bugs/bug1302-expected.txt:
2239 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
2240 * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt:
2241 * platform/efl/tables/mozilla/bugs/bug13105-expected.txt:
2242 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
2243 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
2244 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
2245 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
2246 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
2247 * platform/efl/tables/mozilla/bugs/bug13484-expected.txt:
2248 * platform/efl/tables/mozilla/bugs/bug13526-expected.txt:
2249 * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
2250 * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
2251 * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
2252 * platform/efl/tables/mozilla/bugs/bug138725-expected.txt:
2253 * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt:
2254 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
2255 * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt:
2256 * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt:
2257 * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt:
2258 * platform/efl/tables/mozilla/bugs/bug1430-expected.txt:
2259 * platform/efl/tables/mozilla/bugs/bug14323-expected.txt:
2260 * platform/efl/tables/mozilla/bugs/bug145572-expected.txt:
2261 * platform/efl/tables/mozilla/bugs/bug1474-expected.txt:
2262 * platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
2263 * platform/efl/tables/mozilla/bugs/bug14929-expected.txt:
2264 * platform/efl/tables/mozilla/bugs/bug15247-expected.txt:
2265 * platform/efl/tables/mozilla/bugs/bug154780-expected.txt:
2266 * platform/efl/tables/mozilla/bugs/bug15544-expected.txt:
2267 * platform/efl/tables/mozilla/bugs/bug157890-expected.txt:
2268 * platform/efl/tables/mozilla/bugs/bug159108-expected.txt:
2269 * platform/efl/tables/mozilla/bugs/bug15933-expected.txt:
2270 * platform/efl/tables/mozilla/bugs/bug16012-expected.txt:
2271 * platform/efl/tables/mozilla/bugs/bug16252-expected.txt:
2272 * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt:
2273 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
2274 * platform/efl/tables/mozilla/bugs/bug17168-expected.txt:
2275 * platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt:
2276 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
2277 * platform/efl/tables/mozilla/bugs/bug17587-expected.txt:
2278 * platform/efl/tables/mozilla/bugs/bug1800-expected.txt:
2279 * platform/efl/tables/mozilla/bugs/bug1802-expected.txt:
2280 * platform/efl/tables/mozilla/bugs/bug1802s-expected.txt:
2281 * platform/efl/tables/mozilla/bugs/bug1809-expected.txt:
2282 * platform/efl/tables/mozilla/bugs/bug1828-expected.txt:
2283 * platform/efl/tables/mozilla/bugs/bug18359-expected.txt:
2284 * platform/efl/tables/mozilla/bugs/bug18440-expected.txt:
2285 * platform/efl/tables/mozilla/bugs/bug18558-expected.txt:
2286 * platform/efl/tables/mozilla/bugs/bug18664-expected.txt:
2287 * platform/efl/tables/mozilla/bugs/bug18955-expected.txt:
2288 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
2289 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
2290 * platform/efl/tables/mozilla/bugs/bug19356-expected.txt:
2291 * platform/efl/tables/mozilla/bugs/bug2050-expected.txt:
2292 * platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
2293 * platform/efl/tables/mozilla/bugs/bug20804-expected.txt:
2294 * platform/efl/tables/mozilla/bugs/bug2123-expected.txt:
2295 * platform/efl/tables/mozilla/bugs/bug21299-expected.txt:
2296 * platform/efl/tables/mozilla/bugs/bug215629-expected.txt:
2297 * platform/efl/tables/mozilla/bugs/bug21918-expected.txt:
2298 * platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt:
2299 * platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt:
2300 * platform/efl/tables/mozilla/bugs/bug22019-expected.txt:
2301 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
2302 * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt:
2303 * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt:
2304 * platform/efl/tables/mozilla/bugs/bug222336-expected.txt: Added.
2305 * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt:
2306 * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt:
2307 * platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt:
2308 * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt:
2309 * platform/efl/tables/mozilla/bugs/bug22513-expected.txt:
2310 * platform/efl/tables/mozilla/bugs/bug2267-expected.txt:
2311 * platform/efl/tables/mozilla/bugs/bug2296-expected.txt:
2312 * platform/efl/tables/mozilla/bugs/bug23072-expected.txt:
2313 * platform/efl/tables/mozilla/bugs/bug23151-expected.txt: Added.
2314 * platform/efl/tables/mozilla/bugs/bug23235-expected.txt:
2315 * platform/efl/tables/mozilla/bugs/bug23299-expected.txt:
2316 * platform/efl/tables/mozilla/bugs/bug24200-expected.txt:
2317 * platform/efl/tables/mozilla/bugs/bug24503-expected.txt:
2318 * platform/efl/tables/mozilla/bugs/bug24627-expected.txt:
2319 * platform/efl/tables/mozilla/bugs/bug2469-expected.txt:
2320 * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt:
2321 * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:
2322 * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt:
2323 * platform/efl/tables/mozilla/bugs/bug24880-expected.txt:
2324 * platform/efl/tables/mozilla/bugs/bug25004-expected.txt:
2325 * platform/efl/tables/mozilla/bugs/bug25074-expected.txt:
2326 * platform/efl/tables/mozilla/bugs/bug25086-expected.txt:
2327 * platform/efl/tables/mozilla/bugs/bug2516-expected.txt:
2328 * platform/efl/tables/mozilla/bugs/bug25367-expected.txt:
2329 * platform/efl/tables/mozilla/bugs/bug25663-expected.txt:
2330 * platform/efl/tables/mozilla/bugs/bug2585-expected.txt:
2331 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
2332 * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Added.
2333 * platform/efl/tables/mozilla/bugs/bug2684-expected.txt:
2334 * platform/efl/tables/mozilla/bugs/bug269566-expected.txt: Added.
2335 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
2336 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
2337 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt:
2338 * platform/efl/tables/mozilla/bugs/bug275625-expected.txt:
2339 * platform/efl/tables/mozilla/bugs/bug2757-expected.txt:
2340 * platform/efl/tables/mozilla/bugs/bug277062-expected.txt: Added.
2341 * platform/efl/tables/mozilla/bugs/bug2773-expected.txt:
2342 * platform/efl/tables/mozilla/bugs/bug278266-expected.txt:
2343 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
2344 * platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt:
2345 * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Added.
2346 * platform/efl/tables/mozilla/bugs/bug2886-expected.txt:
2347 * platform/efl/tables/mozilla/bugs/bug28928-expected.txt:
2348 * platform/efl/tables/mozilla/bugs/bug28933-expected.txt: Added.
2349 * platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt:
2350 * platform/efl/tables/mozilla/bugs/bug29157-expected.txt:
2351 * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Added.
2352 * platform/efl/tables/mozilla/bugs/bug29429-expected.txt:
2353 * platform/efl/tables/mozilla/bugs/bug2947-expected.txt:
2354 * platform/efl/tables/mozilla/bugs/bug2954-expected.txt: Added.
2355 * platform/efl/tables/mozilla/bugs/bug2973-expected.txt:
2356 * platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt:
2357 * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt:
2358 * platform/efl/tables/mozilla/bugs/bug2997-expected.txt:
2359 * platform/efl/tables/mozilla/bugs/bug30273-expected.txt:
2360 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt:
2361 * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt:
2362 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
2363 * platform/efl/tables/mozilla/bugs/bug30559-expected.txt:
2364 * platform/efl/tables/mozilla/bugs/bug30692-expected.txt:
2365 * platform/efl/tables/mozilla/bugs/bug30985-expected.txt:
2366 * platform/efl/tables/mozilla/bugs/bug3103-expected.txt:
2367 * platform/efl/tables/mozilla/bugs/bug3191-expected.txt:
2368 * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt:
2369 * platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt:
2370 * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt:
2371 * platform/efl/tables/mozilla/bugs/bug32447-expected.txt:
2372 * platform/efl/tables/mozilla/bugs/bug3260-expected.txt:
2373 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
2374 * platform/efl/tables/mozilla/bugs/bug32841-expected.txt:
2375 * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt:
2376 * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt:
2377 * platform/efl/tables/mozilla/bugs/bug33137-expected.txt:
2378 * platform/efl/tables/mozilla/bugs/bug33855-expected.txt:
2379 * platform/efl/tables/mozilla/bugs/bug34176-expected.txt:
2380 * platform/efl/tables/mozilla/bugs/bug34538-expected.txt:
2381 * platform/efl/tables/mozilla/bugs/bug3454-expected.txt:
2382 * platform/efl/tables/mozilla/bugs/bug35662-expected.txt:
2383 * platform/efl/tables/mozilla/bugs/bug3681-1-expected.txt:
2384 * platform/efl/tables/mozilla/bugs/bug3681-2-expected.txt:
2385 * platform/efl/tables/mozilla/bugs/bug3718-expected.txt:
2386 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
2387 * platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
2388 * platform/efl/tables/mozilla/bugs/bug3977-expected.txt:
2389 * platform/efl/tables/mozilla/bugs/bug40828-expected.txt:
2390 * platform/efl/tables/mozilla/bugs/bug4093-expected.txt:
2391 * platform/efl/tables/mozilla/bugs/bug41890-expected.txt:
2392 * platform/efl/tables/mozilla/bugs/bug42187-expected.txt:
2393 * platform/efl/tables/mozilla/bugs/bug42443-expected.txt:
2394 * platform/efl/tables/mozilla/bugs/bug4284-expected.txt:
2395 * platform/efl/tables/mozilla/bugs/bug43039-expected.txt:
2396 * platform/efl/tables/mozilla/bugs/bug43204-expected.txt:
2397 * platform/efl/tables/mozilla/bugs/bug4385-expected.txt:
2398 * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt:
2399 * platform/efl/tables/mozilla/bugs/bug4427-expected.txt:
2400 * platform/efl/tables/mozilla/bugs/bug4429-expected.txt:
2401 * platform/efl/tables/mozilla/bugs/bug44505-expected.txt:
2402 * platform/efl/tables/mozilla/bugs/bug44523-expected.txt:
2403 * platform/efl/tables/mozilla/bugs/bug4501-expected.txt:
2404 * platform/efl/tables/mozilla/bugs/bug45055-2-expected.txt:
2405 * platform/efl/tables/mozilla/bugs/bug45055-expected.txt:
2406 * platform/efl/tables/mozilla/bugs/bug4520-expected.txt:
2407 * platform/efl/tables/mozilla/bugs/bug4523-expected.txt:
2408 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
2409 * platform/efl/tables/mozilla/bugs/bug45350-expected.txt:
2410 * platform/efl/tables/mozilla/bugs/bug45486-expected.txt:
2411 * platform/efl/tables/mozilla/bugs/bug4576-expected.txt:
2412 * platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt:
2413 * platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt:
2414 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
2415 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
2416 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
2417 * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt:
2418 * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt:
2419 * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt:
2420 * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt:
2421 * platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt:
2422 * platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt:
2423 * platform/efl/tables/mozilla/bugs/bug46944-expected.txt:
2424 * platform/efl/tables/mozilla/bugs/bug4739-expected.txt:
2425 * platform/efl/tables/mozilla/bugs/bug47432-expected.txt:
2426 * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt:
2427 * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt:
2428 * platform/efl/tables/mozilla/bugs/bug4803-expected.txt:
2429 * platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt:
2430 * platform/efl/tables/mozilla/bugs/bug4849-expected.txt:
2431 * platform/efl/tables/mozilla/bugs/bug48827-expected.txt:
2432 * platform/efl/tables/mozilla/bugs/bug51037-expected.txt:
2433 * platform/efl/tables/mozilla/bugs/bug51140-expected.txt:
2434 * platform/efl/tables/mozilla/bugs/bug51727-expected.txt:
2435 * platform/efl/tables/mozilla/bugs/bug5188-expected.txt:
2436 * platform/efl/tables/mozilla/bugs/bug52505-expected.txt:
2437 * platform/efl/tables/mozilla/bugs/bug52506-expected.txt:
2438 * platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt:
2439 * platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt:
2440 * platform/efl/tables/mozilla/bugs/bug53891-expected.txt:
2441 * platform/efl/tables/mozilla/bugs/bug5538-expected.txt:
2442 * platform/efl/tables/mozilla/bugs/bug55527-expected.txt:
2443 * platform/efl/tables/mozilla/bugs/bug55545-expected.txt:
2444 * platform/efl/tables/mozilla/bugs/bug55694-expected.txt:
2445 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
2446 * platform/efl/tables/mozilla/bugs/bug56201-expected.txt:
2447 * platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
2448 * platform/efl/tables/mozilla/bugs/bug57300-expected.txt:
2449 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
2450 * platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt:
2451 * platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
2452 * platform/efl/tables/mozilla/bugs/bug5797-expected.txt:
2453 * platform/efl/tables/mozilla/bugs/bug5798-expected.txt:
2454 * platform/efl/tables/mozilla/bugs/bug5799-expected.txt:
2455 * platform/efl/tables/mozilla/bugs/bug5835-expected.txt:
2456 * platform/efl/tables/mozilla/bugs/bug5838-expected.txt:
2457 * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt:
2458 * platform/efl/tables/mozilla/bugs/bug59354-expected.txt:
2459 * platform/efl/tables/mozilla/bugs/bug60013-expected.txt:
2460 * platform/efl/tables/mozilla/bugs/bug60749-expected.txt:
2461 * platform/efl/tables/mozilla/bugs/bug60804-expected.txt:
2462 * platform/efl/tables/mozilla/bugs/bug60807-expected.txt:
2463 * platform/efl/tables/mozilla/bugs/bug60992-expected.txt:
2464 * platform/efl/tables/mozilla/bugs/bug6184-expected.txt:
2465 * platform/efl/tables/mozilla/bugs/bug625-expected.txt:
2466 * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
2467 * platform/efl/tables/mozilla/bugs/bug63785-expected.txt:
2468 * platform/efl/tables/mozilla/bugs/bug6404-expected.txt:
2469 * platform/efl/tables/mozilla/bugs/bug647-expected.txt:
2470 * platform/efl/tables/mozilla/bugs/bug650-expected.txt:
2471 * platform/efl/tables/mozilla/bugs/bug6674-expected.txt:
2472 * platform/efl/tables/mozilla/bugs/bug67864-expected.txt:
2473 * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt:
2474 * platform/efl/tables/mozilla/bugs/bug68998-expected.txt:
2475 * platform/efl/tables/mozilla/bugs/bug69187-expected.txt:
2476 * platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt:
2477 * platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt:
2478 * platform/efl/tables/mozilla/bugs/bug709-expected.txt:
2479 * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt:
2480 * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt:
2481 * platform/efl/tables/mozilla/bugs/bug7121-1-expected.txt:
2482 * platform/efl/tables/mozilla/bugs/bug72359-expected.txt:
2483 * platform/efl/tables/mozilla/bugs/bug73321-expected.txt:
2484 * platform/efl/tables/mozilla/bugs/bug7342-expected.txt:
2485 * platform/efl/tables/mozilla/bugs/bug7471-expected.txt:
2486 * platform/efl/tables/mozilla/bugs/bug75250-expected.txt:
2487 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
2488 * platform/efl/tables/mozilla/bugs/bug78162-expected.txt:
2489 * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt:
2490 * platform/efl/tables/mozilla/bugs/bug81934-expected.txt:
2491 * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt:
2492 * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt:
2493 * platform/efl/tables/mozilla/bugs/bug8361-expected.txt:
2494 * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Added.
2495 * platform/efl/tables/mozilla/bugs/bug8381-expected.txt:
2496 * platform/efl/tables/mozilla/bugs/bug86708-expected.txt:
2497 * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
2498 * platform/efl/tables/mozilla/bugs/bug8950-expected.txt:
2499 * platform/efl/tables/mozilla/bugs/bug9072-expected.txt:
2500 * platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt:
2501 * platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt:
2502 * platform/efl/tables/mozilla/bugs/bug92143-expected.txt:
2503 * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
2504 * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt:
2505 * platform/efl/tables/mozilla/bugs/bug93363-expected.txt:
2506 * platform/efl/tables/mozilla/bugs/bug963-expected.txt:
2507 * platform/efl/tables/mozilla/bugs/bug96334-expected.txt:
2508 * platform/efl/tables/mozilla/bugs/bug96343-expected.txt:
2509 * platform/efl/tables/mozilla/bugs/bug965-expected.txt:
2510 * platform/efl/tables/mozilla/bugs/bug97138-expected.txt:
2511 * platform/efl/tables/mozilla/bugs/bug97383-expected.txt:
2512 * platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt:
2513 * platform/efl/tables/mozilla/bugs/bug99923-expected.txt:
2514 * platform/efl/tables/mozilla/bugs/bug99948-expected.txt:
2515 * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt:
2516 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
2517 * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2518 * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
2519 * platform/efl/tables/mozilla/core/borders-expected.txt:
2520 * platform/efl/tables/mozilla/core/captions-expected.txt:
2521 * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
2522 * platform/efl/tables/mozilla/core/col_span-expected.txt:
2523 * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt:
2524 * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
2525 * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
2526 * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
2527 * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt:
2528 * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
2529 * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt:
2530 * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
2531 * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
2532 * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt:
2533 * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
2534 * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt:
2535 * platform/efl/tables/mozilla/core/margins-expected.txt:
2536 * platform/efl/tables/mozilla/core/misc-expected.txt:
2537 * platform/efl/tables/mozilla/core/nested1-expected.txt:
2538 * platform/efl/tables/mozilla/core/one_row-expected.txt:
2539 * platform/efl/tables/mozilla/core/row_span-expected.txt:
2540 * platform/efl/tables/mozilla/core/table_frame-expected.txt:
2541 * platform/efl/tables/mozilla/core/table_rules-expected.txt:
2542 * platform/efl/tables/mozilla/core/table_widths-expected.txt:
2543 * platform/efl/tables/mozilla/dom/appendCol2-expected.txt:
2544 * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt:
2545 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
2546 * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
2547 * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
2548 * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
2549 * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt:
2550 * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt:
2551 * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt:
2552 * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt:
2553 * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt:
2554 * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
2555 * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
2556 * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
2557 * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
2558 * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt:
2559 * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt:
2560 * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
2561 * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
2562 * platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt:
2563 * platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt:
2564 * platform/efl/tables/mozilla/dom/insertCols1-expected.txt:
2565 * platform/efl/tables/mozilla/dom/insertCols2-expected.txt:
2566 * platform/efl/tables/mozilla/dom/insertCols3-expected.txt:
2567 * platform/efl/tables/mozilla/dom/insertCols4-expected.txt:
2568 * platform/efl/tables/mozilla/dom/insertCols5-expected.txt:
2569 * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt:
2570 * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
2571 * platform/efl/tables/mozilla/dom/tableDom-expected.txt:
2572 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
2573 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
2574 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
2575 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
2576 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
2577 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
2578 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
2579 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
2580 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
2581 * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt:
2582 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
2583 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
2584 * platform/efl/tables/mozilla/marvin/col_span-expected.txt:
2585 * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt:
2586 * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
2587 * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt:
2588 * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt:
2589 * platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt:
2590 * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
2591 * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
2592 * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
2593 * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
2594 * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
2595 * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt:
2596 * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt:
2597 * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt:
2598 * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: Added.
2599 * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
2600 * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt:
2601 * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt:
2602 * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt:
2603 * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt:
2604 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
2605 * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt:
2606 * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt:
2607 * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt:
2608 * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt:
2609 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
2610 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
2611 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
2612 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
2613 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
2614 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
2615 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
2616 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
2617 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
2618 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
2619 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
2620 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
2621 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
2622 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
2623 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
2624 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
2625 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
2626 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
2627 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
2628 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
2629 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
2630 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
2631 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
2632 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
2633 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
2634 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
2635 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
2636 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
2637 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
2638 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
2639 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
2640 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
2641 * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt:
2642 * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt:
2643 * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt:
2644 * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt:
2645 * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
2646 * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
2647 * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt:
2648 * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
2649 * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
2650 * platform/efl/tables/mozilla/marvin/tables_default-expected.txt:
2651 * platform/efl/tables/mozilla/marvin/tables_id-expected.txt:
2652 * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
2653 * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt:
2654 * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt:
2655 * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt:
2656 * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt:
2657 * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt:
2658 * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
2659 * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
2660 * platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt:
2661 * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt:
2662 * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt:
2663 * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt:
2664 * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt:
2665 * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt:
2666 * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
2667 * platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt:
2668 * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt:
2669 * platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt:
2670 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
2671 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
2672 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
2673 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
2674 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
2675 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
2676 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
2677 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
2678 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
2679 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt:
2680 * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt:
2681 * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt:
2682 * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt:
2683 * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt:
2684 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
2685 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
2686 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
2687 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
2688 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
2689 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
2690 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
2691 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
2692 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
2693 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
2694 * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt:
2695 * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt:
2696 * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt:
2697 * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt:
2698 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
2699 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
2700 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
2701 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
2702 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
2703 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
2704 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
2705 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
2706 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt:
2707 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt:
2708 * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
2709 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
2710 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
2711 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
2712 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
2713 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
2714 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
2715 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
2716 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
2717 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
2718 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
2719 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
2720 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
2721 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
2722 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
2723 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
2724 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
2725 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
2726 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
2727 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
2728 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
2729 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
2730 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
2731 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
2732 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
2733 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
2734 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
2735 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
2736 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
2737 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
2738 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
2739 * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
2740 * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
2741 * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt:
2742 * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt:
2743 * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
2744 * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt:
2745 * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt:
2746 * platform/efl/tables/mozilla/marvin/x_col_span-expected.txt:
2747 * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
2748 * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
2749 * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
2750 * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt:
2751 * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt:
2752 * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt:
2753 * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
2754 * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt:
2755 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
2756 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
2757 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
2758 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
2759 * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
2760 * platform/efl/tables/mozilla/marvin/x_table-expected.txt:
2761 * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt:
2762 * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt:
2763 * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt:
2764 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
2765 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
2766 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
2767 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
2768 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
2769 * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
2770 * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
2771 * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
2772 * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
2773 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
2774 * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
2775 * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt:
2776 * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt:
2777 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
2778 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
2779 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
2780 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
2781 * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt:
2782 * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt:
2783 * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt:
2784 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
2785 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
2786 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
2787 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
2788 * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt:
2789 * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt:
2790 * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt:
2791 * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt:
2792 * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt:
2793 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
2794 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
2795 * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt:
2796 * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt:
2797 * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt:
2798 * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt:
2799 * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt:
2800 * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt:
2801 * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt:
2802 * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
2803 * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
2804 * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
2805 * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt:
2806 * platform/efl/tables/mozilla/marvin/x_td_width-expected.txt:
2807 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
2808 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
2809 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
2810 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
2811 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
2812 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
2813 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
2814 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
2815 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
2816 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
2817 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
2818 * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt:
2819 * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt:
2820 * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt:
2821 * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt:
2822 * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt:
2823 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
2824 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
2825 * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt:
2826 * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt:
2827 * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt:
2828 * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt:
2829 * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt:
2830 * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt:
2831 * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt:
2832 * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
2833 * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
2834 * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
2835 * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt:
2836 * platform/efl/tables/mozilla/marvin/x_th_width-expected.txt:
2837 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
2838 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
2839 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
2840 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
2841 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
2842 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
2843 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
2844 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
2845 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
2846 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
2847 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
2848 * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt:
2849 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
2850 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
2851 * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt:
2852 * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt:
2853 * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt:
2854 * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
2855 * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
2856 * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
2857 * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
2858 * platform/efl/tables/mozilla/other/body_col-expected.txt:
2859 * platform/efl/tables/mozilla/other/cell_widths-expected.txt:
2860 * platform/efl/tables/mozilla/other/cellspacing-expected.txt:
2861 * platform/efl/tables/mozilla/other/move_row-expected.txt:
2862 * platform/efl/tables/mozilla/other/ms-expected.txt:
2863 * platform/efl/tables/mozilla/other/nested2-expected.txt:
2864 * platform/efl/tables/mozilla/other/nestedTables-expected.txt:
2865 * platform/efl/tables/mozilla/other/padding-expected.txt:
2866 * platform/efl/tables/mozilla/other/slashlogo-expected.txt:
2867 * platform/efl/tables/mozilla/other/test3-expected.txt:
2868 * platform/efl/tables/mozilla/other/test6-expected.txt:
2869 * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
2870 * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:
2871 * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt:
2872 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
2873 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
2874 * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
2875 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
2876 * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
2877 * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
2878 * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
2879 * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
2880 * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
2881 * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
2882 * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
2883 * platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
2884 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
2885 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
2886 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
2887 * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
2888 * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
2889 * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
2890 * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
2891 * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
2892 * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
2893 * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2894 * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
2895 * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2896 * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
2897 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
2898 * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2899 * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
2900 * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
2901 * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
2902 * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
2903 * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
2904 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
2905 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
2906 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
2907 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
2908 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
2909 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
2910 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
2911 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
2912 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
2913 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
2914 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
2915 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
2916 * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
2917 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2918 * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
2919 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
2920 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
2921 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
2922 * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2923 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
2924 * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
2925 * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
2926 * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
2927 * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
2928 * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
2929 * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
2930 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
2931 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2932 * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
2933 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
2934 * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2935 * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2936 * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
2937 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
2938 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2939 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2940 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
2941 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
2942 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt:
2943 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
2944 * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt:
2945 * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt:
2946 * platform/efl/tables/mozilla_expected_failures/core/columns-expected.txt:
2947 * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt:
2948 * platform/efl/tables/mozilla_expected_failures/core/standards1-expected.txt:
2949 * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
2950 * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
2951 * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
2952 * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
2953 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
2954 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
2955 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
2956 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
2957 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
2958 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
2959 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
2960 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
2961 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
2962 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2963 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
2964 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
2965 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
2966 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
2967 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
2968 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
2969 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
2970 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
2971 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
2972 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
2973 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
2974 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
2975 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
2976 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
2977 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
2978 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
2979 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
2980 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
2981 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
2982 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
2983 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
2984 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
2985 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
2986 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
2987 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
2988 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
2989 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
2990 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
2991 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
2992 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Copied from LayoutTests/platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
2993 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Copied from LayoutTests/platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
2994 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
2995 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
2996 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
2997 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
2998 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
2999 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
3000 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
3001 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
3002 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
3003 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
3004 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
3005 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
3006 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
3007 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
3008 * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
3009 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
3010 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
3011 * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
3012 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
3013 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
3014 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
3015 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
3016 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
3017 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
3018 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
3019 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
3020 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
3021 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
3022 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
3023 * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
3024 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
3026 2015-10-28 Zalan Bujtas <zalan@apple.com>
3028 Should never be reached failure in WebCore::backgroundRectForBox
3029 https://bugs.webkit.org/show_bug.cgi?id=150232
3031 Reviewed by Simon Fraser.
3033 We should never end up with simple container for composited layer when background-clip: text is present.
3034 (not even when the box has no decoration to paint)
3036 * fast/backgrounds/background-clip-text-with-simple-container-expected.txt: Added.
3037 * fast/backgrounds/background-clip-text-with-simple-container.html: Added.
3039 2015-10-28 Ryan Haddad <ryanhaddad@apple.com>
3041 Adding imported/w3c/web-platform-tests/XMLHttpRequest/response-method.htm to the list of flaky tests on win
3042 https://bugs.webkit.org/show_bug.cgi?id=150594
3044 Unreviewed test gardening
3046 * platform/win/TestExpectations:
3048 2015-10-28 Brady Eidson <beidson@apple.com>
3050 Modern IDB: Implement most readonly attributes of IDBObjectStore.
3051 https://bugs.webkit.org/show_bug.cgi?id=150617
3053 Reviewed by Alex Christensen.
3055 * storage/indexeddb/modern/objectstore-attributes-expected.txt: Added.
3056 * storage/indexeddb/modern/objectstore-attributes.html: Added.
3058 2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
3060 Unreviewed. EFL gardening: rebaseline more tests after r191623.
3061 https://bugs.webkit.org/show_bug.cgi?id=150626
3063 * platform/efl/editing/deleting/4922367-expected.txt:
3064 * platform/efl/editing/deleting/5099303-expected.txt:
3065 * platform/efl/editing/deleting/5126166-expected.txt:
3066 * platform/efl/editing/deleting/5144139-2-expected.txt:
3067 * platform/efl/editing/deleting/5206311-1-expected.txt:
3068 * platform/efl/editing/deleting/5433862-2-expected.txt:
3069 * platform/efl/editing/deleting/5483370-expected.txt:
3070 * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
3071 * platform/efl/editing/deleting/table-cells-expected.txt:
3072 * platform/efl/editing/execCommand/5481523-expected.txt:
3073 * platform/efl/editing/inserting/5058163-1-expected.txt:
3074 * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
3075 * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
3076 * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
3077 * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
3078 * platform/efl/editing/selection/3690703-2-expected.txt:
3079 * platform/efl/editing/selection/3690703-expected.txt:
3080 * platform/efl/editing/selection/3690719-expected.txt:
3081 * platform/efl/editing/selection/4895428-2-expected.txt:
3082 * platform/efl/editing/selection/5057506-2-expected.txt:
3083 * platform/efl/editing/selection/5057506-expected.txt:
3084 * platform/efl/editing/selection/5131716-1-expected.txt:
3085 * platform/efl/editing/selection/5131716-2-expected.txt:
3086 * platform/efl/editing/selection/5131716-3-expected.txt:
3087 * platform/efl/editing/selection/5131716-4-expected.txt:
3088 * platform/efl/editing/selection/iframe-expected.txt:
3089 * platform/efl/editing/selection/inline-table-expected.txt:
3090 * platform/efl/editing/selection/move-by-line-001-expected.txt:
3091 * platform/efl/editing/selection/select-all-004-expected.txt: Added.
3092 * platform/efl/editing/selection/table-caret-3-expected.txt:
3093 * platform/efl/editing/style/5017613-1-expected.txt:
3094 * platform/efl/editing/style/5017613-2-expected.txt:
3095 * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
3096 * platform/efl/editing/style/table-selection-expected.txt:
3097 * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
3098 * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
3099 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
3100 * platform/efl/fast/block/basic/016-expected.txt:
3101 * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Added.
3102 * platform/efl/fast/block/float/011-expected.txt:
3103 * platform/efl/fast/block/float/015-expected.txt:
3104 * platform/efl/fast/block/float/025-expected.txt:
3105 * platform/efl/fast/block/float/026-expected.txt:
3106 * platform/efl/fast/block/float/027-expected.txt:
3107 * platform/efl/fast/block/float/028-expected.txt:
3108 * platform/efl/fast/block/margin-collapse/001-expected.txt:
3109 * platform/efl/fast/block/margin-collapse/005-expected.txt:
3110 * platform/efl/fast/block/margin-collapse/006-expected.txt:
3111 * platform/efl/fast/block/margin-collapse/010-expected.txt:
3112 * platform/efl/fast/block/margin-collapse/011-expected.txt:
3113 * platform/efl/fast/block/margin-collapse/012-expected.txt:
3114 * platform/efl/fast/block/margin-collapse/015-expected.txt:
3115 * platform/efl/fast/block/margin-collapse/016-expected.txt:
3116 * platform/efl/fast/block/margin-collapse/017-expected.txt:
3117 * platform/efl/fast/block/margin-collapse/018-expected.txt:
3118 * platform/efl/fast/block/margin-collapse/019-expected.txt:
3119 * platform/efl/fast/block/margin-collapse/020-expected.txt:
3120 * platform/efl/fast/block/margin-collapse/021-expected.txt:
3121 * platform/efl/fast/block/margin-collapse/022-expected.txt:
3122 * platform/efl/fast/block/margin-collapse/025-expected.txt:
3123 * platform/efl/fast/block/margin-collapse/032-expected.txt:
3124 * platform/efl/fast/block/margin-collapse/033-expected.txt:
3125 * platform/efl/fast/block/margin-collapse/034-expected.txt:
3126 * platform/efl/fast/block/margin-collapse/041-expected.txt:
3127 * platform/efl/fast/block/margin-collapse/042-expected.txt:
3128 * platform/efl/fast/block/margin-collapse/055-expected.txt:
3129 * platform/efl/fast/block/margin-collapse/056-expected.txt:
3130 * platform/efl/fast/block/margin-collapse/057-expected.txt:
3131 * platform/efl/fast/block/margin-collapse/058-expected.txt:
3132 * platform/efl/fast/block/margin-collapse/059-expected.txt:
3133 * platform/efl/fast/block/margin-collapse/104-expected.txt:
3134 * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
3135 * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
3136 * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
3137 * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3138 * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3139 * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3140 * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3141 * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3142 * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
3143 * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
3144 * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
3145 * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3146 * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
3147 * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
3148 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
3149 * platform/efl/fast/block/positioning/053-expected.txt:
3150 * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
3151 * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
3152 * platform/efl/fast/borders/bidi-009a-expected.txt:
3153 * platform/efl/fast/borders/border-antialiasing-expected.txt:
3154 * platform/efl/fast/borders/border-radius-different-width-001-expected.txt: Copied from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt.
3155 * platform/efl/fast/borders/table-borders-expected.txt:
3156 * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
3157 * platform/efl/fast/css-generated-content/015-expected.txt:
3158 * platform/efl/fast/css-generated-content/details-summary-before-after-expected.txt:
3159 * platform/efl/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Added.
3160 * platform/efl/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Added.
3161 * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
3162 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
3163 * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
3164 * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
3165 * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
3166 * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
3167 * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
3168 * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
3169 * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
3170 * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
3171 * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
3172 * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
3173 * platform/efl/fast/css/003-expected.txt:
3174 * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
3175 * platform/efl/fast/css/acid2-expected.txt:
3176 * platform/efl/fast/css/acid2-pixel-expected.txt:
3177 * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
3178 * platform/efl/fast/css/box-shadow-and-border-radius-expected.txt: Added.
3179 * platform/efl/fast/css/caption-width-absolute-position-expected.txt: Added.
3180 * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
3181 * platform/efl/fast/css/caption-width-fixed-position-expected.txt: Added.
3182 * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
3183 * platform/efl/fast/css/caption-width-relative-position-expected.txt: Added.
3184 * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
3185 * platform/efl/fast/css/css3-nth-child-expected.txt:
3186 * platform/efl/fast/css/first-letter-float-expected.txt:
3187 * platform/efl/fast/css/focus-ring-detached-expected.txt:
3188 * platform/efl/fast/css/focus-ring-multiline-expected.txt:
3189 * platform/efl/fast/css/h1-in-section-elements-expected.txt:
3190 * platform/efl/fast/css/image-rendering-expected.txt:
3191 * platform/efl/fast/css/layerZOrderCrash-expected.txt:
3192 * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt: Added.
3193 * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Added.
3194 * platform/efl/fast/css/percentage-non-integer-expected.txt:
3195 * platform/efl/fast/css/table-text-align-quirk-expected.txt:
3196 * platform/efl/fast/css/table-text-align-strict-expected.txt:
3197 * platform/efl/fast/dom/34176-expected.txt:
3198 * platform/efl/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt: Added.
3199 * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
3200 * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
3201 * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
3202 * platform/efl/fast/dom/row-inner-text-expected.txt:
3203 * platform/efl/fast/dynamic/001-expected.txt: Added.
3204 * platform/efl/fast/dynamic/007-expected.txt:
3205 * platform/efl/fast/dynamic/013-expected.txt:
3206 * platform/efl/fast/dynamic/014-expected.txt:
3207 * platform/efl/fast/dynamic/015-expected.txt:
3208 * platform/efl/fast/dynamic/containing-block-change-expected.txt:
3209 * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
3210 * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
3211 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
3212 * platform/efl/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
3213 * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
3214 * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
3215 * platform/efl/fast/forms/001-expected.txt:
3216 * platform/efl/fast/forms/005-expected.txt: Added.
3217 * platform/efl/fast/forms/basic-buttons-expected.txt:
3218 * platform/efl/fast/forms/button-white-space-expected.txt:
3219 * platform/efl/fast/forms/file/file-input-direction-expected.txt:
3220 * platform/efl/fast/forms/form-added-to-table-expected.txt:
3221 * platform/efl/fast/forms/form-element-geometry-expected.txt:
3222 * platform/efl/fast/forms/form-hides-table-expected.txt:
3223 * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
3224 * platform/efl/fast/forms/formmove3-expected.txt:
3225 * platform/efl/fast/forms/input-appearance-spinbutton-expected.txt: Added.
3226 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3227 * platform/efl/fast/forms/input-table-expected.txt:
3228 * platform/efl/fast/forms/input-value-expected.txt:
3229 * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
3230 * platform/efl/fast/forms/minWidthPercent-expected.txt:
3231 * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
3232 * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
3233 * platform/efl/fast/html/details-writing-mode-expected.txt:
3234 * platform/efl/fast/inline-block/001-expected.txt:
3235 * platform/efl/fast/inline-block/overflow-clip-expected.txt:
3236 * platform/efl/fast/invalid/012-expected.txt:
3237 * platform/efl/fast/invalid/018-expected.txt:
3238 * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
3239 * platform/efl/fast/invalid/td-inside-object-expected.txt:
3240 * platform/efl/fast/lists/004-expected.txt:
3241 * platform/efl/fast/lists/list-marker-before-content-table-expected.txt: Added.
3242 * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
3243 * platform/efl/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Added.
3244 * platform/efl/fast/multicol/table-vertical-align-expected.txt:
3245 * platform/efl/fast/overflow/002-expected.txt:
3246 * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
3247 * platform/efl/fast/overflow/overflow-rtl-expected.txt:
3248 * platform/efl/fast/overflow/overflow-rtl-vertical-expected.txt:
3249 * platform/efl/fast/overflow/table-overflow-float-expected.txt:
3250 * platform/efl/fast/reflections/table-cell-expected.txt: Added.
3251 * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
3252 * platform/efl/fast/repaint/float-overflow-expected.txt: Added.
3253 * platform/efl/fast/repaint/float-overflow-right-expected.txt: Added.
3254 * platform/efl/fast/repaint/subtree-root-clip-3-expected.txt: Added.
3255 * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
3256 * platform/efl/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
3257 * platform/efl/fast/repaint/table-cell-move-expected.txt:
3258 * platform/efl/fast/repaint/table-cell-overflow-expected.txt: Added.
3259 * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.txt: Added.
3260 * platform/efl/fast/repaint/table-col-background-expected.txt: Added.
3261 * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
3262 * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
3263 * platform/efl/fast/repaint/table-hover-on-link-expected.txt: Added.
3264 * platform/efl/fast/repaint/table-outer-border-expected.txt: Added.
3265 * platform/efl/fast/repaint/table-row-expected.txt: Added.
3266 * platform/efl/fast/repaint/table-section-overflow-expected.txt: Added.
3267 * platform/efl/fast/repaint/table-section-repaint-expected.txt: Added.
3268 * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
3269 * platform/efl/fast/repaint/table-writing-modes-h-expected.txt: Added.
3270 * platform/efl/fast/repaint/table-writing-modes-v-expected.txt: Added.
3271 * platform/efl/fast/replaced/005-expected.txt:
3272 * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.txt: Added.
3273 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
3274 * platform/efl/fast/replaced/selection-rect-expected.txt: Added.
3275 * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
3276 * platform/efl/fast/replaced/table-percent-height-positioned-expected.txt: Added.
3277 * platform/efl/fast/replaced/width100percent-button-expected.txt:
3278 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
3279 * platform/efl/fast/replaced/width100percent-image-expected.txt:
3280 * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
3281 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
3282 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
3283 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
3284 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
3285 * platform/efl/fast/ruby/ruby-inline-table-expected.txt:
3286 * platform/efl/fast/selectors/018-expected.txt:
3287 * platform/efl/fast/selectors/018b-expected.txt:
3288 * platform/efl/fast/selectors/032-expected.txt:
3289 * platform/efl/fast/selectors/043-expected.txt:
3290 * platform/efl/fast/selectors/043b-expected.txt:
3291 * platform/efl/fast/selectors/044-expected.txt:
3292 * platform/efl/fast/selectors/044b-expected.txt:
3293 * platform/efl/fast/selectors/077-expected.txt:
3294 * platform/efl/fast/selectors/077b-expected.txt:
3295 * platform/efl/fast/selectors/078b-expected.txt:
3296 * platform/efl/fast/table/001-expected.txt:
3297 * platform/efl/fast/table/002-expected.txt:
3298 * platform/efl/fast/table/003-expected.txt:
3299 * platform/efl/fast/table/004-expected.txt:
3300 * platform/efl/fast/table/005-expected.txt:
3301 * platform/efl/fast/table/006-expected.txt:
3302 * platform/efl/fast/table/007-expected.txt:
3303 * platform/efl/fast/table/008-expected.txt: Added.
3304 * platform/efl/fast/table/009-expected.txt:
3305 * platform/efl/fast/table/010-expected.txt:
3306 * platform/efl/fast/table/011-expected.txt:
3307 * platform/efl/fast/table/012-expected.txt:
3308 * platform/efl/fast/table/013-expected.txt:
3309 * platform/efl/fast/table/015-expected.txt:
3310 * platform/efl/fast/table/016-expected.txt:
3311 * platform/efl/fast/table/017-expected.txt:
3312 * platform/efl/fast/table/020-expected.txt:
3313 * platform/efl/fast/table/021-expected.txt:
3314 * platform/efl/fast/table/022-expected.txt:
3315 * platform/efl/fast/table/023-expected.txt:
3316 * platform/efl/fast/table/024-expected.txt: Added.
3317 * platform/efl/fast/table/025-expected.txt:
3318 * platform/efl/fast/table/026-expected.txt:
3319 * platform/efl/fast/table/027-expected.txt:
3320 * platform/efl/fast/table/027-vertical-expected.txt:
3321 * platform/efl/fast/table/028-expected.txt:
3322 * platform/efl/fast/table/028-vertical-expected.txt:
3323 * platform/efl/fast/table/029-expected.txt:
3324 * platform/efl/fast/table/030-expected.txt:
3325 * platform/efl/fast/table/031-expected.txt: Added.
3326 * platform/efl/fast/table/032-expected.txt: Added.
3327 * platform/efl/fast/table/033-expected.txt:
3328 * platform/efl/fast/table/034-expected.txt: Added.
3329 * platform/efl/fast/table/035-expected.txt:
3330 * platform/efl/fast/table/037-expected.txt:
3331 * platform/efl/fast/table/038-expected.txt:
3332 * platform/efl/fast/table/039-expected.txt:
3333 * platform/efl/fast/table/040-expected.txt:
3334 * platform/efl/fast/table/040-vertical-expected.txt:
3335 * platform/efl/fast/table/041-expected.txt:
3336 * platform/efl/fast/table/100-percent-cell-width-expected.txt:
3337 * platform/efl/fast/table/add-before-anonymous-child-expected.txt:
3338 * platform/efl/fast/table/append-cells-expected.txt:
3339 * platform/efl/fast/table/append-cells2-expected.txt:
3340 * platform/efl/fast/table/auto-with-percent-height-expected.txt: