1 2015-11-09 Sergio Villar Senin <svillar@igalia.com>
3 Unreviewed. Rebaselined several tests with 1px differences.
5 * platform/gtk/editing/pasteboard/innerText-inline-table-expected.txt:
6 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt:
7 * platform/gtk/fast/borders/border-radius-different-width-001-expected.txt: Added.
8 * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Added.
9 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
10 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
11 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
12 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
13 * platform/gtk/http/tests/misc/generated-content-inside-table-expected.txt:
14 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase-expected.txt: Added.
15 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-expected.txt: Added.
16 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase-expected.txt: Added.
17 * platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-expected.txt: Added.
18 * platform/gtk/imported/blink/media/track/media-element-move-to-new-document-assert-expected.txt: Added.
20 2015-11-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
22 [Streams API] Shield implementation from mangling then and catch promise methods
23 https://bugs.webkit.org/show_bug.cgi?id=150934
25 Reviewed by Youenn Fablet.
27 * streams/streams-promises.html: Added tests from about replacing
28 the prototype, then and catch methods. Renamed all tests as well.
29 * streams/streams-promises-expected.txt: Added expectations.
31 2015-11-02 Sergio Villar Senin <svillar@igalia.com>
33 [css-grid] Improve grid container sizing with size constraints and intrinsic sizes
34 https://bugs.webkit.org/show_bug.cgi?id=150679
36 Reviewed by Darin Adler.
38 * fast/css-grid-layout/absolute-positioning-definite-sizes-expected.txt: Added.
39 * fast/css-grid-layout/absolute-positioning-definite-sizes.html: Added.
40 * fast/css-grid-layout/flex-and-intrinsic-sizes-expected.txt: Added.
41 * fast/css-grid-layout/flex-and-intrinsic-sizes.html: Added.
42 * fast/css-grid-layout/grid-element-change-columns-repaint.html:
43 * fast/css-grid-layout/grid-item-change-column-repaint.html:
44 * fast/css-grid-layout/grid-preferred-logical-widths.html:
45 * fast/css-grid-layout/maximize-tracks-definite-indefinite-height-expected.txt: Added.
46 * fast/css-grid-layout/maximize-tracks-definite-indefinite-height.html: Added.
47 * fast/css-grid-layout/maximize-tracks-definite-indefinite-width-expected.txt: Added.
48 * fast/css-grid-layout/maximize-tracks-definite-indefinite-width.html: Added.
49 * fast/css-grid-layout/percent-of-indefinite-track-size.html:
50 * fast/events/key-events-in-editable-gridbox-expected.txt:
51 * fast/events/key-events-in-editable-gridbox.html: Added more test
52 cases for intrinsic and fixed sized heights.
54 2015-11-05 Sergio Villar Senin <svillar@igalia.com>
56 [css-grid] Grid placement conflict handling
57 https://bugs.webkit.org/show_bug.cgi?id=150891
59 Reviewed by Darin Adler.
61 Updated the expectations for
62 named-grid-lines-with-named-grid-areas-dynamic-get-set.html
63 because two of the tests where positioning an item with a
64 start-line > end-line (it was removing the end line instead of
67 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set.html:
68 * fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line-expected.html: Added.
69 * fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line.html: Added.
71 2015-11-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
75 * platform/win/TestExpectations: Marked 150976 as dup of 147933.
77 2015-11-07 Chris Dumez <cdumez@apple.com>
79 Unreviewed gardening, update fast/replaced/replaced-breaking.html
81 Update fast/replaced/replaced-breaking.html so that it outputs the
82 same result on all platforms.
84 * fast/replaced/replaced-breaking.html:
86 2015-11-07 Zalan Bujtas <zalan@apple.com>
88 DRT does not reset the frame rect between 2 runs.
89 https://bugs.webkit.org/show_bug.cgi?id=151003
91 Set the min frame rect for 800*600 for now.
95 * fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html:
97 2015-11-07 Zalan Bujtas <zalan@apple.com>
99 Crash when subtree layout is set on FrameView while auto size mode is enabled.
100 https://bugs.webkit.org/show_bug.cgi?id=150995
101 rdar://problem/22785262
103 Reviewed by Beth Dakin.
105 Autosizing initiates multiple synchronous layouts to calculate preferred view width for current content.
106 FrameView::autoSizeIfEnabled() is called from FrameView::layout() while we are in InPreLayout state.
107 It is safe to do during full layout.
108 However, since we setup the subtree state just before the autoSizeIfEnabled() call, reentering it with
109 a newly issued layout confuses SubtreeLayoutStateMaintainer.
111 This patch reverses the order of autoSizeIfEnabled() call and the subtree layout state setup.
112 It also ensures that the first layout requested by autoSizeIfEnabled() always runs on the whole tree.
114 * fast/dynamic/crash-subtree-layout-when-auto-size-enabled-expected.txt: Added.
115 * fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html: Added.
117 2015-11-07 Chris Dumez <cdumez@apple.com>
119 embed element without src and type attributes should represent nothing
120 https://bugs.webkit.org/show_bug.cgi?id=148853
121 <rdar://problem/22588235>
123 Reviewed by Zalan Bujtas.
126 Unskip 2 ref-tests that were previously failing.
128 * accessibility/inline-block-assertion-expected.txt:
129 * editing/execCommand/crash-140261-expected.txt:
130 * fast/block/float/4145535Crash-expected.txt:
131 * fast/dom/HTMLDocument/document-plugins-expected.txt:
132 * fast/dom/insertedIntoDocument-child-expected.txt:
133 * fast/dom/insertedIntoDocument-sibling-expected.txt:
134 * fast/dom/plugin-attributes-enumeration-expected.txt:
135 * fast/replaced/percent-height-in-anonymous-block-widget.html:
136 * fast/replaced/replaced-breaking.html:
137 * fast/replaced/table-percent-height.html:
138 * fast/text/international/embed-bidi-style-in-isolate-crash-expected.txt:
139 * imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item-expected.txt:
140 Rebaseline / update existing tests.
142 2015-11-06 Scott Valentine <svalentine@ikayzo.com>
144 Adding new tests for exporting generated RSA keys.
145 https://bugs.webkit.org/show_bug.cgi?id=144938
147 Reviewed by Alexey Proskuryakov.
149 * crypto/subtle/rsa-export-generated-keys-expected.txt: Added.
150 * crypto/subtle/rsa-export-generated-keys.html: Added.
152 2015-11-06 Wenson Hsieh <wenson_hsieh@apple.com>
154 Scrolling iframe inside scrollable div does not work with trackpad
155 https://bugs.webkit.org/show_bug.cgi?id=150168
156 <rdar://problem/23143931>
158 Reviewed by Brent Fulgham.
160 Tests that an iframe nested under an overflow scrolling div can be scrolled.
162 * fast/scrolling/latching/scroll-iframe-in-overflow-expected.txt: Added.
163 * fast/scrolling/latching/scroll-iframe-in-overflow.html: Added.
165 2015-11-06 Myles C. Maxfield <mmaxfield@apple.com>
167 REGRESSION(r182286): Tatechuyoko following ruby is drawn too far to the right
168 https://bugs.webkit.org/show_bug.cgi?id=150923
170 Reviewed by Zalan Bujtas.
172 * fast/text/ruby-justify-tatechuyoko-expected.html: Added.
173 * fast/text/ruby-justify-tatechuyoko.html: Added.
175 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
177 Marking fast/canvas/webgl/oes-texture-half-float-linear.html as flaky on mac
178 https://bugs.webkit.org/show_bug.cgi?id=150978
180 Unreviewed test gardening.
182 * platform/mac/TestExpectations:
184 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
186 Marking streams/reference-implementation/count-queuing-strategy.html as flaky on Win debug
187 https://bugs.webkit.org/show_bug.cgi?id=150976
189 Unreviewed test gardening.
191 * platform/win/TestExpectations:
193 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
195 Marking three sputnik/Conformance tests as flaky timeouts on win debug
196 https://bugs.webkit.org/show_bug.cgi?id=150973
198 Unreviewed test gardening.
200 * platform/win/TestExpectations:
202 2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
204 Fixing typo in win TestExpectations file
205 https://bugs.webkit.org/show_bug.cgi?id=150949
207 Unreviewed test gardening.
209 * platform/win/TestExpectations:
211 2015-11-06 Mario Sanchez Prada <mario@endlessm.com>
213 Layout Test accessibility/win/linked-elements.html is crashing on win debug
214 https://bugs.webkit.org/show_bug.cgi?id=150944
216 Reviewed by Chris Fleizach.
218 Removed accessibility/win/linked-elements.html crashing expectation.
220 * platform/win/TestExpectations: Removed crashing expectation.
222 2015-11-05 Sukolsak Sakshuwong <sukolsak@gmail.com>
224 Layout Test js/intl-collator.html is crashing on win 7 debug
225 https://bugs.webkit.org/show_bug.cgi?id=150943
227 Reviewed by Geoffrey Garen.
229 * platform/win/TestExpectations:
231 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
233 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata.html is a flaky timout
234 https://bugs.webkit.org/show_bug.cgi?id=150956
236 Unreviewed test gardening.
238 * platform/mac/TestExpectations:
240 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
242 Marking imported/blink/fast/css/transformed-overflow-hidden-clips-fixed.html as failing on win debug
243 https://bugs.webkit.org/show_bug.cgi?id=150949
245 Unreviewed test gardening.
247 * platform/win/TestExpectations:
249 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
251 Marking imported/blink/transitions/unprefixed-transform.html as flaky on win debug
252 https://bugs.webkit.org/show_bug.cgi?id=150948
254 Unreviewed test gardening.
256 * platform/win/TestExpectations:
258 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
260 Marking scrollbars/custom-scrollbar-appearance-property.html as a crash on win debug.
261 https://bugs.webkit.org/show_bug.cgi?id=150946
263 Unreviewed test gardening.
265 * platform/win/TestExpectations:
267 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
269 Marking accessibility/win/linked-elements.html as a crash on win debug.
270 https://bugs.webkit.org/show_bug.cgi?id=150944
272 Unreviewed test gardening.
274 * platform/win/TestExpectations:
276 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
278 Marking js/intl-collator.html as a crash on win debug.
279 https://bugs.webkit.org/show_bug.cgi?id=150943
281 Unreviewed test gardening.
283 * platform/win/TestExpectations:
285 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
287 Marking animations/multiple-backgrounds.html as flaky on mac-wk2
288 https://bugs.webkit.org/show_bug.cgi?id=150942
290 Unreviewed test gardening.
292 * platform/mac-wk2/TestExpectations:
294 2015-11-05 Chris Dumez <cdumez@apple.com>
296 Add regression test for Bug 150937
297 https://bugs.webkit.org/show_bug.cgi?id=150937
299 Reviewed by Geoffrey Garen.
301 Add regression test for Bug 150937:
302 Regression(r192038): Safari cannot load any pages
304 The new test makes sure that load deferring works as intended. The fix
305 for this already landed in r192060.
307 * loader/load-defer-expected.txt: Added.
308 * loader/load-defer.html: Added.
310 2015-11-05 Brady Eidson <beidson@apple.com>
312 Modern IDB: Implement IDBIndex get/getKey/count requests.
313 https://bugs.webkit.org/show_bug.cgi?id=150910
315 Reviewed by Alex Christensen.
317 * storage/indexeddb/modern/index-get-count-basic-expected.txt: Added.
318 * storage/indexeddb/modern/index-get-count-basic.html: Added.
319 * storage/indexeddb/modern/index-get-count-failures-expected.txt: Added.
320 * storage/indexeddb/modern/index-get-count-failures.html: Added.
322 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
324 Rebaselining fast/text/tatechuyoko.html on win
325 https://bugs.webkit.org/show_bug.cgi?id=150935
327 Unreviewed test gardening.
329 * platform/win/fast/text/tatechuyoko-expected.txt:
331 2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
333 Marking http/tests/contentextensions/async-xhr-onerror.html as flaky on mac-wk2
334 https://bugs.webkit.org/show_bug.cgi?id=150577
336 Unreviewed test gardening.
338 * platform/mac-wk2/TestExpectations:
340 2015-11-05 Xabier Rodriguez Calvar <calvaris@igalia.com>
342 [Streams API] Shield implementation from user mangling Promise.reject and resolve methods
343 https://bugs.webkit.org/show_bug.cgi?id=150895
345 Reviewed by Youenn Fablet.
347 * streams/streams-promises.html: Improved some style issues. Added tests about changing Promise.resolve and
349 * streams/streams-promises-expected.txt: Added expectations.
351 2015-11-05 Manuel Rego Casasnovas <rego@igalia.com>
353 [css-grid] Support positioned grid children
354 https://bugs.webkit.org/show_bug.cgi?id=150837
356 Reviewed by Darin Adler.
358 * fast/css-grid-layout/absolute-positioning-grid-container-containing-block-expected.txt: Added.
359 * fast/css-grid-layout/absolute-positioning-grid-container-containing-block.html: Added.
360 * fast/css-grid-layout/absolute-positioning-grid-container-parent-expected.txt: Added.
361 * fast/css-grid-layout/absolute-positioning-grid-container-parent.html: Added.
362 * fast/css-grid-layout/grid-positioned-items-background-expected.html: Added.
363 * fast/css-grid-layout/grid-positioned-items-background.html: Added.
364 * fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt: Added.
365 * fast/css-grid-layout/grid-positioned-items-implicit-grid-line-expected.txt: Added.
366 * fast/css-grid-layout/grid-positioned-items-implicit-grid-line.html: Added.
367 * fast/css-grid-layout/grid-positioned-items-implicit-grid.html: Added.
368 * fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line-expected.txt: Added.
369 * fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line.html: Added.
370 * fast/css-grid-layout/grid-sizing-positioned-items-expected.txt: Added.
371 * fast/css-grid-layout/grid-sizing-positioned-items.html: Added.
372 * fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks-expected.txt: Added.
373 * fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks.html: Added.
374 * fast/css-grid-layout/positioned-grid-items-should-not-take-up-space-expected.txt: Added.
375 * fast/css-grid-layout/positioned-grid-items-should-not-take-up-space.html: Added.
376 * fast/css-grid-layout/resources/grid.css: Added some common CSS classes.
378 2015-11-04 Jiewen Tan <jiewen_tan@apple.com>
380 Null dereference loading Blink layout test editing/execCommand/delete-hidden-crash.html
381 https://bugs.webkit.org/show_bug.cgi?id=149289
382 <rdar://problem/22746352>
384 Reviewed by Enrica Casucci.
386 * editing/execCommand/delete-hidden-crash-expected.txt: Added.
387 * editing/execCommand/delete-hidden-crash.html: Added.
389 2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
391 Ruby base ending in tatechuyoko forces a line break before the tatechuyoko
392 https://bugs.webkit.org/show_bug.cgi?id=150883
394 Reviewed by Darin Adler.
396 * platform/mac/fast/text/international/text-combine-image-test-expected.txt: Updated.
397 * platform/mac/fast/text/tatechuyoko-expected.txt: Ditto.
398 * fast/text/ruby-tatechuyoko-expected.html: Added.
399 * fast/text/ruby-tatechuyoko.html: Added.
401 2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
403 Updating expectations for fast/forms/HTMLOptionElement_label03.html on win
404 https://bugs.webkit.org/show_bug.cgi?id=150909
406 Unreviewed test gardening.
408 * platform/win/TestExpectations:
410 2015-11-04 Joseph Pecoraro <pecoraro@apple.com>
412 Web Inspector: Support #rgba and #rrggbbaa syntax
413 https://bugs.webkit.org/show_bug.cgi?id=150894
415 Reviewed by Timothy Hatcher.
417 * inspector/model/color-expected.txt: Added.
418 * inspector/model/color.html: Added.
420 2015-11-04 Wenson Hsieh <wenson_hsieh@apple.com>
422 Fix crashing and flaky UIScriptController-based tests in fast/events/ios
423 https://bugs.webkit.org/show_bug.cgi?id=150901
424 <rdar://problem/23261499>
426 Reviewed by Simon Fraser.
428 Several changes to tests in fast/events/ios that address flaky behavior when running these tests.
429 Removes an unnecessary (and flaky) check for the initial innerHeight in
430 keyboard-should-not-trigger-resize.html, refactors unscalable-viewport-clicks-on-doubletap.html to
431 send successive taps like the other fast-clicking tests, and adjusts input-value-after-oninput.html
432 to no longer break if typing in an input autocapitalizes the first letter.
434 * fast/events/ios/input-value-after-oninput.html:
435 * fast/events/ios/keyboard-should-not-trigger-resize-expected.txt:
436 * fast/events/ios/keyboard-should-not-trigger-resize.html:
437 * fast/events/ios/unscalable-viewport-clicks-on-doubletap-expected.txt:
438 * fast/events/ios/unscalable-viewport-clicks-on-doubletap.html:
440 2015-11-04 Wenson Hsieh <wenson_hsieh@apple.com>
442 Fix crashing fast-clicking WK2 tests on iOS
443 https://bugs.webkit.org/show_bug.cgi?id=150896
444 <rdar://problem/23344491>
446 Reviewed by Simon Fraser.
448 Fix the fast-clicking tests by making them fire an exact number of times rather than
449 sending continuously until a minimum number of clicks are fired. This causes us to
450 avoid crashing during the following test when the marker events corresponding to single
451 taps fired after the test has completed have been handled.
453 * css3/touch-action/touch-action-manipulation-fast-clicks.html:
454 * fast/events/ios/viewport-device-width-at-initial-scale-fast-clicks.html:
456 2015-10-30 Keith Miller <keith_miller@apple.com>
458 Fix endless OSR exits when creating a rope that contains an object that ToPrimitive's to a number.
459 https://bugs.webkit.org/show_bug.cgi?id=150583
461 Reviewed by Benjamin Poulain.
463 Created a regression test to look for OSRing in string concatenation when
464 valueOf returns a non-string primitive.
466 * js/regress/script-tests/string-rope-with-object.js: Added.
468 (body.String.prototype.valueOf):
471 * js/regress/string-rope-with-object-expected.txt: Added.
472 * js/regress/string-rope-with-object.html: Added.
474 2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
476 Rebaselining LayoutTest fast/text/international/thai-baht-space.html on win
477 https://bugs.webkit.org/show_bug.cgi?id=150865
479 Unreviewed test gardening.
481 * platform/win/fast/text/international/thai-baht-space-expected.txt:
483 2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
485 Fixing test added with r192022
486 https://bugs.webkit.org/show_bug.cgi?id=150670
488 Unreviewed test gardening.
490 * accessibility/list-item-with-pseudo-element-crash.html:
492 2015-11-03 Dean Jackson <dino@apple.com>
494 Accept 8 and 4 value hex colors (#RRGGBBAA)
495 https://bugs.webkit.org/show_bug.cgi?id=150853
496 <rdar://problem/23380930>
498 Reviewed by Simon Fraser.
500 Add a new test for hex colors that covers 4 and 8 value forms.
501 Also update existing tests now that the syntax has changed.
503 For the deleted philip tests, they are now in the W3C web-latform-tests import.
505 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex4-expected.txt: Removed.
506 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex4.html: Removed.
507 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex8-expected.txt: Removed.
508 * canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html: Removed.
509 * fast/css/hex-colors-expected.txt: Added.
510 * fast/css/hex-colors.html: Added.
511 * fast/css/invalid-hex-color-expected.txt:
512 * fast/css/invalid-hex-color.html:
513 * fast/css/invalid-predefined-color-expected.txt:
514 * fast/css/invalid-predefined-color.html:
515 * fast/css/script-tests/invalid-predefined-color.js:
516 * fast/dom/attribute-legacy-colors-expected.txt:
517 * fast/dom/script-tests/attribute-legacy-colors.js:
518 * svg/dom/rgb-color-parser-expected.txt:
519 * svg/dom/rgb-color-parser.html:
521 2015-11-04 Joanmarie Diggs <jdiggs@igalia.com>
523 [AX] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on textUnderElement
524 https://bugs.webkit.org/show_bug.cgi?id=150670
526 Reviewed by Chris Fleizach.
528 * accessibility/list-item-with-pseudo-element-crash-expected.txt: Added.
529 * accessibility/list-item-with-pseudo-element-crash.html: Added.
531 2015-11-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
533 [Streams API] Shield streams against user replacing the Promise constructor
534 https://bugs.webkit.org/show_bug.cgi?id=150887
536 Reviewed by Youenn Fablet.
538 * streams/streams-promises-expected.txt: Added.
539 * streams/streams-promises.html: Added.
541 2015-11-04 Antoine Quint <graouts@apple.com>
543 SVG: hit testing region for <text> elements is incorrect
544 https://bugs.webkit.org/show_bug.cgi?id=150838
546 Reviewed by Dean Jackson.
548 * svg/hittest/text-dominant-baseline-hanging-expected.svg: Added.
549 * svg/hittest/text-dominant-baseline-hanging.svg: Added.
550 * svg/hittest/text-multiple-dx-values-expected.svg: Added.
551 * svg/hittest/text-multiple-dx-values.svg: Added.
552 * svg/hittest/text-with-multiple-tspans-expected.svg: Added.
553 * svg/hittest/text-with-multiple-tspans.svg: Added.
554 * svg/hittest/text-with-text-node-and-content-elements-expected.svg: Added.
555 * svg/hittest/text-with-text-node-and-content-elements.svg: Added.
556 * svg/hittest/text-with-text-node-only-expected.svg: Added.
557 * svg/hittest/text-with-text-node-only.svg: Added.
558 * svg/hittest/text-with-text-path-expected.svg: Added.
559 * svg/hittest/text-with-text-path.svg: Added.
561 2015-11-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
565 * platform/win/TestExpectations: Marked 150867 as duplicate of 147933.
567 2015-11-04 Chris Dumez <cdumez@apple.com>
569 Regression(r191652): Colloquy doesn’t render any chat content
570 https://bugs.webkit.org/show_bug.cgi?id=150861
571 <rdar://problem/23381007>
573 Reviewed by Antti Koivisto.
575 Update / rebaseline a couple of tests as this patch restores the
576 pre-r191652 behavior.
578 * fast/dom/Window/window-special-properties-expected.txt:
579 * fast/frames/iframe-no-name-expected.txt:
580 * fast/frames/iframe-no-name.html:
582 2015-11-03 Brady Eidson <beidson@apple.com>
584 Modern IDB: Fill out IDBIndex, create MemoryIndex in backing store.
585 https://bugs.webkit.org/show_bug.cgi?id=150868
587 Reviewed by Alex Christensen.
589 * platform/mac-wk2/TestExpectations:
590 * storage/indexeddb/modern/create-index-failures-expected.txt: Added.
591 * storage/indexeddb/modern/create-index-failures.html: Added.
592 * storage/indexeddb/modern/get-index-failures-expected.txt: Added.
593 * storage/indexeddb/modern/get-index-failures.html: Added.
594 * storage/indexeddb/modern/idbindex-properties-basic-expected.txt: Added.
595 * storage/indexeddb/modern/idbindex-properties-basic.html: Added.
597 2015-11-03 Jiewen Tan <jiewen_tan@apple.com>
599 [WK1] Null dereference loading Blink layout test editing/input/text-input-controller-no-editable-no-crash.html
600 https://bugs.webkit.org/show_bug.cgi?id=149484
601 <rdar://problem/22811338>
603 Reviewed by Darin Adler.
605 This test is from Blink r194870:
606 https://codereview.chromium.org/1122593004
608 * editing/mac/input/text-input-controller-no-editable-no-crash-expected.txt: Added.
609 * editing/mac/input/text-input-controller-no-editable-no-crash.html: Added.
610 * platform/wk2/TestExpectations:
612 2015-11-03 Alexey Proskuryakov <ap@apple.com>
614 [iOS] Skip the touch tests
615 https://bugs.webkit.org/show_bug.cgi?id=150863
617 Reviewed by Darin Adler.
619 * platform/ios-simulator-wk1/TestExpectations:
620 * platform/ios-simulator-wk2/TestExpectations:
621 * platform/ios-simulator/TestExpectations:
623 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
625 Marking streams/reference-implementation/writable-stream-abort.html as flaky on win
626 https://bugs.webkit.org/show_bug.cgi?id=150867
628 Unreviewed test gardening.
630 * platform/win/TestExpectations:
632 2015-11-03 Jiewen Tan <jiewen_tan@apple.com>
634 Null dereference loading Blink layout test scrollbars/custom-scrollbar-appearance-property.html
635 https://bugs.webkit.org/show_bug.cgi?id=149312
636 <rdar://problem/22748910>
638 Reviewed by Darin Adler.
640 * scrollbars/custom-scrollbar-appearance-property-expected.txt: Added.
641 * scrollbars/custom-scrollbar-appearance-property.html: Added.
643 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
645 Correcting win test expectation for flaky test fast/text/multiple-feature-properties.html
646 https://bugs.webkit.org/show_bug.cgi?id=150808
648 Unreviewed test gardening.
650 * platform/win/TestExpectations:
652 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
654 Skipping test added with r191979 on win
655 https://bugs.webkit.org/show_bug.cgi?id=150830
657 Unreviewed test gardening.
659 * platform/win/TestExpectations:
661 2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
663 Skipping tests added with r191968 on win.
664 https://bugs.webkit.org/show_bug.cgi?id=149771
666 Unreviewed test gardening.
668 * platform/win/TestExpectations:
670 2015-10-30 Jon Honeycutt <jhoneycutt@apple.com>
672 Implement support for the autocomplete attribute
673 https://bugs.webkit.org/show_bug.cgi?id=150731
674 rdar://problem/21078968
676 Reviewed by Brent Fulgham.
678 * fast/forms/autocomplete-tokens-expected.txt: Added.
679 * fast/forms/autocomplete-tokens.html: Added.
681 2015-11-03 Nan Wang <n_wang@apple.com>
683 AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
684 https://bugs.webkit.org/show_bug.cgi?id=138566
686 Skip failing tests on windows platform.
688 Reviewed by Chris Fleizach.
690 * platform/win/TestExpectations:
692 2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
694 font-variant-* properties in @font-face declarations should be honored
695 https://bugs.webkit.org/show_bug.cgi?id=149771
697 Reviewed by Simon Fraser.
699 * css3/font-variant-font-face-override-expected.html: Added
700 * css3/font-variant-font-face-override.html: Added
701 * css3/font-feature-settings-font-face-rendering-expected.html: Added.
702 * css3/font-feature-settings-font-face-rendering.html: Added.
703 * css3/font-variant-font-face-all-expected.html: Added.
704 * css3/font-variant-font-face-all.html: Added.
706 2015-11-03 Keith Rollin <krollin@apple.com>
708 HTMLOptionElement.text should never return the value of label
709 https://bugs.webkit.org/show_bug.cgi?id=148862
710 rdar://problem/22589226
712 Reviewed by Darin Adler.
714 Rebaseline tests to reflect new behavior of option.text. Convert some
715 render tests to reference tests.
717 * dom/xhtml/level2/html/HTMLOptionElement04-expected.txt:
718 * fast/dom/HTMLOptionElement/option-text-expected.txt:
719 * fast/dom/HTMLOptionElement/option-text.html:
720 * fast/forms/HTMLOptionElement_label01-expected.html: Added.
721 * fast/forms/HTMLOptionElement_label01.html:
722 * fast/forms/HTMLOptionElement_label02-expected.html: Added.
723 * fast/forms/HTMLOptionElement_label02.html:
724 * fast/forms/HTMLOptionElement_label03-expected.html: Added.
725 * fast/forms/HTMLOptionElement_label03.html:
726 * fast/forms/HTMLOptionElement_label04-expected.html: Added.
727 * fast/forms/HTMLOptionElement_label04.html:
728 * fast/forms/HTMLOptionElement_label05-expected.html: Added.
729 * fast/forms/HTMLOptionElement_label05.html:
730 * fast/forms/HTMLOptionElement_label06-expected.html: Added.
731 * fast/forms/HTMLOptionElement_label06.html:
732 * fast/forms/HTMLOptionElement_label07-expected.html: Added.
733 * fast/forms/HTMLOptionElement_label07.html:
734 * fast/forms/option-value-and-label-expected.txt:
735 * fast/forms/option-value-and-label.html:
736 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
737 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
738 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
739 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
740 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
741 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
742 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
743 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
744 * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
745 * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
746 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
747 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
748 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
749 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
750 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
751 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
752 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
753 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
754 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
755 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
756 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
757 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
758 * platform/gtk/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
759 * platform/gtk/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
760 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
761 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
762 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
763 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
764 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
765 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
766 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
767 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
768 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
769 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
770 * platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
771 * platform/ios-simulator/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
772 * platform/ios-simulator/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
773 * platform/ios-simulator/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
774 * platform/ios-simulator/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
775 * platform/ios-simulator/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
776 * platform/ios-simulator/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
777 * platform/ios-simulator/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
778 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
779 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
780 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
781 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
782 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
783 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
784 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
785 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
786 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
787 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
788 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
789 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
790 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
791 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
792 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
793 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
794 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
795 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
796 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
797 * platform/mac/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
798 * platform/mac/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
799 * platform/mac/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
800 * platform/mac/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
801 * platform/win/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
802 * platform/win/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
803 * platform/win/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
804 * platform/win/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
805 * platform/win/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
806 * platform/win/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
807 * platform/win/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
808 * platform/win/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
809 * platform/win/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
810 * platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
811 * platform/win/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
813 2015-11-02 Wenson Hsieh <wenson_hsieh@apple.com>
815 Tapping *below* some <input>s can focus them in Mobile Safari
816 https://bugs.webkit.org/show_bug.cgi?id=146244
817 <rdar://problem/21509310>
819 Reviewed by Darin Adler.
821 Enables a now-passing WK1 editing test (editing/selection/click-outside-editable-div.html) and also add a new
822 WK2 test that verifies an input node won't be focused by clicking anywhere in the document outside of the body.
824 * fast/events/ios/clicking-document-should-not-trigger-focus-expected.txt: Added.
825 * fast/events/ios/clicking-document-should-not-trigger-focus.html: Added.
826 * platform/ios-simulator-wk1/TestExpectations: No longer disable editing/selection/click-outside-editable-div.html.
828 2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
830 Update to match text-orientation spec
831 https://bugs.webkit.org/show_bug.cgi?id=150765
833 Reviewed by Darin Adler.
835 * fast/text/orientation-sideways-right-expected.html: Added.
836 * fast/text/orientation-sideways-right.html: Added.
838 2015-11-03 Youenn Fablet <youenn.fablet@crf.canon.fr>
840 Move webkitGetUserMedia to JS Builtin
841 https://bugs.webkit.org/show_bug.cgi?id=149499
843 Reviewed by Darin Adler.
845 * fast/mediastream/argument-types-expected.txt:
846 * fast/mediastream/getusermedia-expected.txt:
847 * fast/mediastream/getusermedia.html:
848 * fast/mediastream/script-tests/argument-types.js:
849 * http/tests/media/media-stream/disconnected-frame-already-expected.txt:
851 2015-11-02 Keith Rollin <krollin@apple.com>
853 input[type=number] does not increment/decrement integers with trailing decimal characters
854 https://bugs.webkit.org/show_bug.cgi?id=148867
855 rdar://problem/22589693
857 Reviewed by Chris Dumez.
859 New tests for input[type=number].skipUp/Down when .value ends in a
860 decimal point (with no additional trailing digits). Also some coverage
861 for input[type=range] which shares some same code.
863 * fast/forms/number/number-stepup-stepdown-expected.txt:
864 * fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt:
865 * fast/forms/number/number-stepup-stepdown-from-renderer.html:
866 * fast/forms/number/number-stepup-stepdown.html:
867 * fast/forms/range/range-stepup-stepdown-expected.txt:
868 * fast/forms/range/range-stepup-stepdown-from-renderer-expected.txt:
869 * fast/forms/range/range-stepup-stepdown-from-renderer.html:
870 * fast/forms/range/range-stepup-stepdown.html:
871 * fast/forms/range/input-appearance-range-decimals-expected.html: Added
872 * fast/forms/range/input-appearance-range-decimals.html: Added
874 2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
880 s/Failure/ImageOnlyFailure/
882 * platform/mac/TestExpectations:
884 2015-11-02 Jiewen Tan <jiewen_tan@apple.com>
886 Null dereference loading Blink layout test fast/css/background-repeat-null-y-crash.html
887 https://bugs.webkit.org/show_bug.cgi?id=150211
888 <rdar://problem/23137321>
890 Reviewed by Alex Christensen.
892 * fast/css/background-repeat-null-y-crash-expected.txt: Added.
893 * fast/css/background-repeat-null-y-crash.html: Added.
895 2015-11-02 Michael Saboff <msaboff@apple.com>
897 WebInspector crashed while viewing Timeline when refreshing cnn.com while it was already loading
898 https://bugs.webkit.org/show_bug.cgi?id=150745
900 Reviewed by Geoffrey Garen.
902 New regression tests.
904 * js/regress-150745-expected.txt: Added.
905 * js/regress-150745.html: Added.
906 * js/script-tests/regress-150745.js: Added.
908 (Test.prototype.get sum):
909 (Test.prototype.doSum):
912 2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
914 [Vertical Writing Mode] Rename "vertical-right" CSS value to match spec
915 https://bugs.webkit.org/show_bug.cgi?id=150766
917 Reviewed by Darin Adler.
919 * fast/css/getComputedStyle/computed-style-expected.txt:
920 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
921 * fast/css/inherited-properties-rare-text-expected.txt:
922 * fast/text/vertical-mixed-expected.html: Added.
923 * fast/text/vertical-mixed.html: Added.
924 * svg/css/getComputedStyle-basic-expected.txt:
926 2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
928 [Cocoa] Support WOFF2
929 https://bugs.webkit.org/show_bug.cgi?id=150830
931 Reviewed by Zalan Bujtas.
933 * platform/mac/TestExpectations: Disable the test on Operating Systems which don't support WOFF2.
934 * fast/text/resources/ahem.woff2: Added.
935 * fast/text/woff2-expected.html: Added.
936 * fast/text/woff2.html: Added.
938 2015-11-02 Nan Wang <n_wang@apple.com>
940 AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
941 https://bugs.webkit.org/show_bug.cgi?id=138566
943 Reviewed by Chris Fleizach.
945 * accessibility/aria-modal-expected.txt: Added.
946 * accessibility/aria-modal-multiple-dialogs-expected.txt: Added.
947 * accessibility/aria-modal-multiple-dialogs.html: Added.
948 * accessibility/aria-modal.html: Added.
950 2015-11-02 Brady Eidson <beidson@apple.com>
952 Modern IDB: IBDObjectStore.delete() support.
953 https://bugs.webkit.org/show_bug.cgi?id=150784
955 Reviewed by Alex Christensen.
957 * storage/indexeddb/modern/idbobjectstore-delete-1-expected.txt: Added.
958 * storage/indexeddb/modern/idbobjectstore-delete-1.html: Added.
959 * storage/indexeddb/modern/idbobjectstore-delete-2-expected.txt: Added.
960 * storage/indexeddb/modern/idbobjectstore-delete-2.html: Added.
961 * storage/indexeddb/modern/idbobjectstore-delete-failures-expected.txt: Added.
962 * storage/indexeddb/modern/idbobjectstore-delete-failures.html: Added.
964 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
966 Marking imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm as flaky on mac
967 https://bugs.webkit.org/show_bug.cgi?id=150823
969 Unreviewed test gardening.
971 * platform/mac/TestExpectations:
973 2015-11-02 Brady Eidson <beidson@apple.com>
975 REGRESSION (191898) idbobjectstore-*-failures.html tests fail in Release builds.
976 https://bugs.webkit.org/show_bug.cgi?id=150815
978 Reviewed by NOBODY (Fix failing/flaky tests from my previous check-in)
980 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html:
981 * storage/indexeddb/modern/idbobjectstore-count-failures.html:
982 * storage/indexeddb/modern/idbobjectstore-get-failures.html:
983 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html:
985 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
987 Marking fast/text/multiple-feature-properties.html as flaky on win
988 https://bugs.webkit.org/show_bug.cgi?id=150808
990 Unreviewed test gardening.
992 * platform/win/TestExpectations:
994 2015-11-02 Brady Eidson <beidson@apple.com>
996 storage/indexeddb/modern/idbobjectstore-get-failures.html is flaky on mac-wk1
997 https://bugs.webkit.org/show_bug.cgi?id=150804
999 Reviewed by Beth Dakin's rubberstamp.
1001 * platform/mac-wk1/TestExpectations:
1002 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html:
1003 * storage/indexeddb/modern/idbobjectstore-count-failures.html:
1004 * storage/indexeddb/modern/idbobjectstore-get-failures.html:
1005 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html:
1007 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1009 Marking fast/text/multiple-feature-properties.html as flaky on win
1010 https://bugs.webkit.org/show_bug.cgi?id=150808
1012 Unreviewed test gardening.
1014 * platform/win/TestExpectations:
1016 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1018 Marking imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm as flaky on Mac
1019 https://bugs.webkit.org/show_bug.cgi?id=150806
1021 Unreviewed test gardening.
1023 * platform/mac/TestExpectations:
1025 2015-11-02 Frederic Wang <fred.wang@free.fr>
1027 [Win] Add support for the USE_TYPO_METRICS flag
1028 https://bugs.webkit.org/show_bug.cgi?id=150451
1030 Reviewed by Darin Adler.
1032 Remove failure expectation for fonts/use-typo-metrics-1.html on Windows.
1034 * platform/win/TestExpectations:
1036 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1038 Marking the following tests as flaky on win
1039 editing/input/reveal-caret-of-multiline-contenteditable.html
1040 editing/input/reveal-caret-of-multiline-input.html
1041 https://bugs.webkit.org/show_bug.cgi?id=150684
1043 Unreviewed test gardening.
1045 * platform/win/TestExpectations:
1047 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1049 Marking storage/indexeddb/modern/idbobjectstore-count-failures.html as flaky on mac-wk1
1050 https://bugs.webkit.org/show_bug.cgi?id=150805
1052 Unreviewed test gardening.
1054 * platform/mac-wk1/TestExpectations:
1056 2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
1058 Marking storage/indexeddb/modern/idbobjectstore-get-failures.html as flaky on mac-wk1
1059 https://bugs.webkit.org/show_bug.cgi?id=150804
1061 Unreviewed test gardening.
1063 * platform/mac-wk1/TestExpectations:
1065 2015-11-02 Hyunduk Kim <hyunduk.kim@samsung.com>
1067 Enable MediaSource::isTypeSupported() to handle the upper-cased MIME type & Codec
1068 I got the changes from
1069 https://github.com/w3c/web-platform-tests/blob/master/media-source/mediasource-is-type-supported.html
1070 https://bugs.webkit.org/show_bug.cgi?id=150436
1072 Reviewed by Darin Adler.
1074 * http/tests/media/media-source/mediasource-is-type-supported-expected.txt:
1075 * http/tests/media/media-source/mediasource-is-type-supported.html:
1076 * platform/mac/http/tests/media/media-source/mediasource-is-type-supported-expected.txt:
1078 2015-10-29 Sergio Villar Senin <svillar@igalia.com>
1080 [CSS Grid Layout] min-content row does not always shrink
1081 https://bugs.webkit.org/show_bug.cgi?id=144581
1083 Reviewed by Zalan Bujtas.
1085 Based on Blink's r191001 by <jfernandez@igalia.com>.
1087 * fast/css-grid-layout/min-content-row-must-shrink-when-column-grows-expected.txt: Added.
1088 * fast/css-grid-layout/min-content-row-must-shrink-when-column-grows.html: Added.
1089 * fast/css-grid-layout/relayout-indefinite-heights-expected.txt: Added.
1090 * fast/css-grid-layout/relayout-indefinite-heights.html: Added.
1092 2015-11-01 Brady Eidson <beidson@apple.com>
1094 Modern IDB: IBDObjectStore.count() support.
1095 https://bugs.webkit.org/show_bug.cgi?id=150785
1097 Reviewed by Darin Adler.
1099 * storage/indexeddb/modern/idbobjectstore-count-1-expected.txt: Added.
1100 * storage/indexeddb/modern/idbobjectstore-count-1.html: Added.
1101 * storage/indexeddb/modern/idbobjectstore-count-failures-expected.txt: Added.
1102 * storage/indexeddb/modern/idbobjectstore-count-failures.html: Added.
1105 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1107 [ES6] Support Generator Syntax
1108 https://bugs.webkit.org/show_bug.cgi?id=150769
1110 Reviewed by Geoffrey Garen.
1112 Change "yield" from reserved-if-strict word to keyword.
1113 http://ecma-international.org/ecma-262/6.0/#sec-keywords
1115 * js/dom/reserved-words-as-property-expected.txt:
1116 * js/keywords-and-reserved_words-expected.txt:
1117 * js/let-syntax-expected.txt:
1118 * js/reserved-words-strict-expected.txt:
1119 * js/script-tests/keywords-and-reserved_words.js:
1120 * js/script-tests/reserved-words-strict.js:
1122 2015-11-01 Darin Adler <darin@apple.com>
1124 Re-land a piece of the patch for:
1125 [ES6] Add support for toStringTag
1126 https://bugs.webkit.org/show_bug.cgi?id=150696
1128 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
1129 * http/tests/security/cross-frame-access-custom-expected.txt:
1130 * http/tests/security/cross-frame-access-history-get-expected.txt:
1131 * http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
1133 2015-11-01 Alexey Proskuryakov <ap@apple.com>
1135 [ES6] Add support for toStringTag
1136 https://bugs.webkit.org/show_bug.cgi?id=150696
1138 Re-landing, as this wasn't the culprit.
1140 * js/Object-getOwnPropertyNames-expected.txt:
1141 * js/script-tests/Object-getOwnPropertyNames.js:
1143 2015-11-01 Commit Queue <commit-queue@webkit.org>
1145 Unreviewed, rolling out r191815 and r191821.
1146 https://bugs.webkit.org/show_bug.cgi?id=150781
1148 Seems to have broken JSC API tests on some platforms
1149 (Requested by ap on #webkit).
1151 Reverted changesets:
1153 "[ES6] Add support for toStringTag"
1154 https://bugs.webkit.org/show_bug.cgi?id=150696
1155 http://trac.webkit.org/changeset/191815
1157 "Unreviewed, forgot to mark tests as passing for new feature."
1158 http://trac.webkit.org/changeset/191821
1160 2015-10-31 Brady Eidson <beidson@apple.com>
1162 IDB: Date objects don't work as keys or values.
1163 https://bugs.webkit.org/show_bug.cgi?id=150743
1165 Reviewed by Darin Adler.
1167 * storage/indexeddb/modern/date-basic-expected.txt: Added.
1168 * storage/indexeddb/modern/date-basic.html: Added.
1169 * storage/indexeddb/modern/get-keyrange-expected.txt:
1170 * storage/indexeddb/modern/get-keyrange.html:
1172 2015-10-31 Brady Eidson <beidson@apple.com>
1174 storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html is flaky.
1175 https://bugs.webkit.org/show_bug.cgi?id=150735
1177 Reviewed by Darin Adler.
1179 * platform/mac-wk1/TestExpectations: Reenable the test.
1181 2015-10-30 Joseph Pecoraro <pecoraro@apple.com>
1183 Web Inspector: Test Debugger.scriptParsed events received after opening inspector frontend
1184 https://bugs.webkit.org/show_bug.cgi?id=150753
1186 Reviewed by Timothy Hatcher.
1188 Explicit test for the scriptParsed events we expect to see
1189 when first opening the inspector on an already open page.
1190 We do not expect to see some scripts (built-ins) but do expect
1191 to see all user scripts evaluated on the page.
1193 * inspector/debugger/scriptParsed-expected.txt: Added.
1194 * inspector/debugger/scriptParsed.html: Added.
1196 2015-10-28 Wenson Hsieh <wenson_hsieh@apple.com>
1198 Inner height behavior when the keyboard is shown should match on WKWebView and MobileSafari
1199 https://bugs.webkit.org/show_bug.cgi?id=150634
1200 <rdar://problem/23202254>
1202 Reviewed by Benjamin Poulain.
1204 Tests that WKWebViews do not fire resize events or change window.innerHeight when showing or
1205 hiding the keyboard. This behavior is consistent with mobile Safari.
1207 * fast/events/ios/keyboard-should-not-trigger-resize-expected.txt: Added.
1208 * fast/events/ios/keyboard-should-not-trigger-resize.html: Added.
1210 2015-10-30 Brady Eidson <beidson@apple.com>
1212 Modern IDB: Support IDBObjectStore.get() for IDBKeyRanges.
1213 https://bugs.webkit.org/show_bug.cgi?id=150718
1215 Reviewed by Alex Christensen.
1217 * storage/indexeddb/modern/get-keyrange.html: Added.
1218 * storage/indexeddb/modern/get-keyrange-expected.txt: Added.
1220 2015-10-30 Brady Eidson <beidson@apple.com>
1222 Modern IDB: IDBObjectStore.clear() support.
1223 https://bugs.webkit.org/show_bug.cgi?id=150733
1225 Reviewed by Alex Christensen.
1227 * storage/indexeddb/modern/idbobjectstore-clear-1-expected.txt: Added.
1228 * storage/indexeddb/modern/idbobjectstore-clear-1.html: Added.
1229 * storage/indexeddb/modern/idbobjectstore-clear-2-expected.txt: Added.
1230 * storage/indexeddb/modern/idbobjectstore-clear-2.html: Added.
1231 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-expected.txt: Added.
1232 * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html: Added.
1234 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1236 Marking imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm as flaky on win
1237 https://bugs.webkit.org/show_bug.cgi?id=150594
1239 Unreviewed test gardening.
1241 * platform/win/TestExpectations:
1243 2015-10-30 Keith Miller <keith_miller@apple.com>
1245 [ES6] Add support for toStringTag
1246 https://bugs.webkit.org/show_bug.cgi?id=150696
1248 Reviewed by Geoffrey Garen.
1250 Symbol now has toStringTag as a member. Since Object.prototype.toString()
1251 now does a [[Get]] on the object being stringed there are new console
1252 error messages when accessing another window's properties.
1254 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
1255 * http/tests/security/cross-frame-access-custom-expected.txt:
1256 * http/tests/security/cross-frame-access-history-get-expected.txt:
1257 * http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
1258 * js/Object-getOwnPropertyNames-expected.txt:
1259 * js/script-tests/Object-getOwnPropertyNames.js:
1261 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1263 http/tests/notifications/legacy/events.html flakily asserts on mac-wk2, updating expectations
1264 https://bugs.webkit.org/show_bug.cgi?id=150736
1266 Unreviewed test gardening.
1268 * platform/mac-wk2/TestExpectations:
1270 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1272 Marking storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html as flaky on mac-wk1
1273 https://bugs.webkit.org/show_bug.cgi?id=150735
1275 Unreviewed test gardening.
1277 * platform/mac-wk1/TestExpectations:
1279 2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
1281 Marking js/regress/ftl-object-sub.html as a flaky timeout
1282 https://bugs.webkit.org/show_bug.cgi?id=150730
1284 Unreviewed test gardening.
1288 2015-10-30 Brady Eidson <beidson@apple.com>
1290 Modern IDB: IDBObjectStore.add() support.
1291 https://bugs.webkit.org/show_bug.cgi?id=150711
1293 Reviewed by Alex Christensen.
1295 * storage/indexeddb/modern/basic-add-expected.txt: Added.
1296 * storage/indexeddb/modern/basic-add.html: Added.
1298 2015-10-29 Ryan Haddad <ryanhaddad@apple.com>
1300 Removing flaky expectations for storage/indexeddb/modern tests since the failure was fixed in r191758
1301 https://bugs.webkit.org/show_bug.cgi?id=150678
1303 Unreviewed test gardening.
1305 * platform/mac-wk1/TestExpectations:
1307 2015-10-29 Brady Eidson <beidson@apple.com>
1309 Modern IDB: autoIncrement support.
1310 https://bugs.webkit.org/show_bug.cgi?id=150695
1312 Reviewed by Alex Christensen.
1314 * storage/indexeddb/modern/autoincrement-abort-expected.txt: Added.
1315 * storage/indexeddb/modern/autoincrement-abort.html: Added.
1317 2015-10-29 Michael Saboff <msaboff@apple.com>
1319 Crash making a tail call from a getter to a host function
1320 https://bugs.webkit.org/show_bug.cgi?id=150663
1322 Reviewed by Geoffrey Garen.
1324 New regression tests.
1326 * js/regress-150663-expected.txt: Added.
1327 * js/regress-150663.html: Added.
1328 * js/script-tests/regress-150663.js: Added.
1330 (Test.prototype.get sum):
1332 2015-10-29 Brady Eidson <beidson@apple.com>
1334 Modern IDB: deleteObjectStore support.
1335 https://bugs.webkit.org/show_bug.cgi?id=150673
1337 Reviewed by Alex Christensen.
1339 * storage/indexeddb/modern/deleteobjectstore-1-expected.txt: Added.
1340 * storage/indexeddb/modern/deleteobjectstore-1.html: Added.
1341 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: Added.
1342 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html: Added.
1343 * storage/indexeddb/modern/idbobjectstore-get-failures-expected.txt: Added.
1344 * storage/indexeddb/modern/idbobjectstore-get-failures.html: Added.
1346 2015-10-29 Wenson Hsieh <wenson_hsieh@apple.com>
1348 Date input values should not overlap with menu list dropdown button on iOS
1349 https://bugs.webkit.org/show_bug.cgi?id=150681
1350 <rdar://problem/19965078>
1352 Reviewed by Zalan Bujtas.
1354 Tests that date and time inputs render properly. Namely, the text should not
1355 be rendered such that it covers the dropdown button on the right of the menu
1358 * fast/forms/date/date-input-rendering-basic-expected.txt: Added.
1359 * fast/forms/date/date-input-rendering-basic.html: Added.
1360 * fast/forms/time/time-input-rendering-basic-expected.txt: Added.
1361 * fast/forms/time/time-input-rendering-basic.html: Added.
1363 2015-10-29 Ryan Haddad <ryanhaddad@apple.com>
1365 storage/indexeddb/modern tests crashing frequently on mac-wk1, marking as flaky crashers
1366 https://bugs.webkit.org/show_bug.cgi?id=150678
1368 Unreviewed test gardening.
1370 * platform/mac-wk1/TestExpectations:
1372 2015-10-29 Said Abou-Hallawa <sabouhallawa@apple.com>
1374 Exploitable crash happens when an SVG contains an indirect resource inheritance cycle
1375 https://bugs.webkit.org/show_bug.cgi?id=150203
1377 Reviewed by Brent Fulgham.
1379 Ensure that we do not crash when an SVG has an indirect cyclic resource
1380 inheritance. Make sure the cyclic resource was just ignored as if it did
1383 * svg/custom/pattern-content-inheritance-cycle-expected.svg: Added.
1384 * svg/custom/pattern-content-inheritance-cycle.svg: Added.
1386 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1388 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1390 * platform/gtk/editing/selection/5057506-expected.txt:
1391 * platform/gtk/editing/selection/display-table-text-expected.txt:
1392 * platform/gtk/editing/selection/iframe-expected.txt:
1393 * platform/gtk/editing/selection/mixed-editability-3-expected.txt:
1394 * platform/gtk/editing/selection/mixed-editability-4-expected.txt:
1395 * platform/gtk/editing/selection/mixed-editability-5-expected.txt:
1396 * platform/gtk/editing/selection/mixed-editability-8-expected.txt:
1397 * platform/gtk/editing/selection/mixed-editability-9-expected.txt:
1398 * platform/gtk/fast/css-generated-content/015-expected.txt:
1399 * platform/gtk/fast/css/acid2-expected.txt:
1400 * platform/gtk/fast/css/acid2-pixel-expected.txt:
1401 * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt:
1402 * platform/gtk/fast/css/caption-width-absolute-position-expected.txt: Added.
1403 * platform/gtk/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
1404 * platform/gtk/fast/css/caption-width-fixed-position-expected.txt: Added.
1405 * platform/gtk/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
1406 * platform/gtk/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added.
1407 * platform/gtk/tables/mozilla/bugs/bug101674-expected.txt:
1408 * platform/gtk/tables/mozilla/bugs/bug106795-expected.txt:
1409 * platform/gtk/tables/mozilla/bugs/bug106816-expected.txt:
1410 * platform/gtk/tables/mozilla/bugs/bug110566-expected.txt:
1411 * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt:
1412 * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt:
1413 * platform/gtk/tables/mozilla/bugs/bug113424-expected.txt:
1414 * platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
1415 * platform/gtk/tables/mozilla/bugs/bug126742-expected.txt:
1416 * platform/gtk/tables/mozilla/bugs/bug128229-expected.txt:
1417 * platform/gtk/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
1418 * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
1419 * platform/gtk/tables/mozilla/bugs/bug133756-2-expected.txt:
1420 * platform/gtk/tables/mozilla/bugs/bug133948-expected.txt:
1421 * platform/gtk/tables/mozilla/bugs/bug139524-4-expected.txt:
1422 * platform/gtk/tables/mozilla/bugs/bug157890-expected.txt:
1423 * platform/gtk/tables/mozilla/bugs/bug1818-3-expected.txt: Added.
1424 * platform/gtk/tables/mozilla/bugs/bug1818-6-expected.txt: Added.
1425 * platform/gtk/tables/mozilla/bugs/bug196870-expected.txt: Added.
1426 * platform/gtk/tables/mozilla/bugs/bug219693-1-expected.txt:
1427 * platform/gtk/tables/mozilla/bugs/bug219693-2-expected.txt:
1428 * platform/gtk/tables/mozilla/bugs/bug222467-expected.txt: Added.
1429 * platform/gtk/tables/mozilla/bugs/bug278385-expected.txt:
1430 * platform/gtk/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
1431 * platform/gtk/tables/mozilla/bugs/bug63785-expected.txt:
1432 * platform/gtk/tables/mozilla/bugs/bug67864-expected.txt:
1433 * platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt:
1434 * platform/gtk/tables/mozilla/bugs/bug68998-expected.txt:
1435 * platform/gtk/tables/mozilla/bugs/bug69187-expected.txt:
1436 * platform/gtk/tables/mozilla/bugs/bug69382-1-expected.txt:
1437 * platform/gtk/tables/mozilla/bugs/bug69382-2-expected.txt:
1438 * platform/gtk/tables/mozilla/bugs/bug73321-expected.txt:
1439 * platform/gtk/tables/mozilla/bugs/bug78162-expected.txt:
1440 * platform/gtk/tables/mozilla/bugs/bug8032-2-expected.txt: Added.
1441 * platform/gtk/tables/mozilla/bugs/bug81934-expected.txt:
1442 * platform/gtk/tables/mozilla/bugs/bug82946-1-expected.txt:
1443 * platform/gtk/tables/mozilla/bugs/bug86708-expected.txt:
1444 * platform/gtk/tables/mozilla/bugs/bug88035-1-expected.txt:
1445 * platform/gtk/tables/mozilla/bugs/bug88035-2-expected.txt:
1446 * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Added.
1447 * platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
1448 * platform/gtk/tables/mozilla/bugs/bug97138-expected.txt:
1449 * platform/gtk/tables/mozilla/bugs/bug97383-expected.txt:
1450 * platform/gtk/tables/mozilla/bugs/bug98196-expected.txt:
1451 * platform/gtk/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added.
1452 * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt:
1453 * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
1454 * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
1455 * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
1456 * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
1457 * platform/gtk/tables/mozilla/marvin/th_valign_baseline-expected.txt:
1458 * platform/gtk/tables/mozilla/marvin/th_valign_bottom-expected.txt:
1459 * platform/gtk/tables/mozilla/marvin/th_valign_middle-expected.txt:
1460 * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt:
1461 * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt:
1462 * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt:
1463 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
1464 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
1465 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
1466 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
1467 * platform/gtk/tables/mozilla/marvin/x_th_align_center-expected.txt:
1468 * platform/gtk/tables/mozilla/marvin/x_th_align_char-expected.txt:
1469 * platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt:
1470 * platform/gtk/tables/mozilla/marvin/x_th_align_left-expected.txt:
1471 * platform/gtk/tables/mozilla/marvin/x_th_align_right-expected.txt:
1472 * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
1473 * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
1474 * platform/gtk/tables/mozilla/marvin/x_th_class-expected.txt:
1475 * platform/gtk/tables/mozilla/marvin/x_th_colspan-expected.txt:
1476 * platform/gtk/tables/mozilla/marvin/x_th_height-expected.txt:
1477 * platform/gtk/tables/mozilla/marvin/x_th_id-expected.txt:
1478 * platform/gtk/tables/mozilla/marvin/x_th_nowrap-expected.txt:
1479 * platform/gtk/tables/mozilla/marvin/x_th_rowspan-expected.txt:
1480 * platform/gtk/tables/mozilla/marvin/x_th_style-expected.txt:
1481 * platform/gtk/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
1482 * platform/gtk/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
1483 * platform/gtk/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
1484 * platform/gtk/tables/mozilla/marvin/x_th_valign_top-expected.txt:
1485 * platform/gtk/tables/mozilla/marvin/x_th_width-expected.txt:
1486 * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt:
1487 * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt:
1488 * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt:
1489 * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt:
1490 * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt:
1491 * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt:
1492 * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt:
1493 * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
1494 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
1495 * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
1496 * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
1497 * platform/gtk/tables/mozilla/marvin/x_tr_align_char-expected.txt:
1498 * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
1499 * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
1500 * platform/gtk/tables/mozilla/marvin/x_tr_class-expected.txt:
1501 * platform/gtk/tables/mozilla/marvin/x_tr_id-expected.txt:
1502 * platform/gtk/tables/mozilla/marvin/x_tr_style-expected.txt:
1503 * platform/gtk/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
1504 * platform/gtk/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
1505 * platform/gtk/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
1506 * platform/gtk/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
1507 * platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
1508 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
1509 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
1510 * platform/gtk/tables/table-section-overflow-clip-crash-expected.txt: Added.
1512 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1514 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1516 * platform/gtk/tables/mozilla/bugs/bug100334-expected.txt:
1517 * platform/gtk/tables/mozilla/bugs/bug101201-expected.txt:
1518 * platform/gtk/tables/mozilla/bugs/bug102145-1-expected.txt:
1519 * platform/gtk/tables/mozilla/bugs/bug102145-2-expected.txt:
1520 * platform/gtk/tables/mozilla/bugs/bug102145-3-expected.txt:
1521 * platform/gtk/tables/mozilla/bugs/bug102145-4-expected.txt:
1522 * platform/gtk/tables/mozilla/bugs/bug103533-expected.txt:
1523 * platform/gtk/tables/mozilla/bugs/bug106158-1-expected.txt:
1524 * platform/gtk/tables/mozilla/bugs/bug106158-2-expected.txt:
1525 * platform/gtk/tables/mozilla/bugs/bug108340-expected.txt:
1526 * platform/gtk/tables/mozilla/bugs/bug120107-expected.txt: Added.
1527 * platform/gtk/tables/mozilla/bugs/bug120364-expected.txt:
1528 * platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
1529 * platform/gtk/tables/mozilla/bugs/bug133756-1-expected.txt:
1530 * platform/gtk/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
1531 * platform/gtk/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
1532 * platform/gtk/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
1533 * platform/gtk/tables/mozilla/bugs/bug138725-expected.txt:
1534 * platform/gtk/tables/mozilla/bugs/bug139524-1-expected.txt:
1535 * platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt:
1536 * platform/gtk/tables/mozilla/bugs/bug139524-3-expected.txt:
1537 * platform/gtk/tables/mozilla/bugs/bug145572-expected.txt:
1538 * platform/gtk/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
1539 * platform/gtk/tables/mozilla/bugs/bug154780-expected.txt:
1540 * platform/gtk/tables/mozilla/bugs/bug159108-expected.txt:
1541 * platform/gtk/tables/mozilla/bugs/bug175455-4-expected.txt:
1542 * platform/gtk/tables/mozilla/bugs/bug215629-expected.txt:
1543 * platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
1544 * platform/gtk/tables/mozilla/bugs/bug221784-1-expected.txt:
1545 * platform/gtk/tables/mozilla/bugs/bug221784-2-expected.txt:
1546 * platform/gtk/tables/mozilla/bugs/bug222336-expected.txt: Added.
1547 * platform/gtk/tables/mozilla/bugs/bug269566-expected.txt: Added.
1548 * platform/gtk/tables/mozilla/bugs/bug275625-expected.txt:
1549 * platform/gtk/tables/mozilla/bugs/bug277062-expected.txt: Added.
1550 * platform/gtk/tables/mozilla/bugs/bug278266-expected.txt:
1551 * platform/gtk/tables/mozilla/bugs/bug72359-expected.txt:
1552 * platform/gtk/tables/mozilla/bugs/bug75250-expected.txt:
1553 * platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
1554 * platform/gtk/tables/mozilla/bugs/bug83786-expected.txt: Added.
1555 * platform/gtk/tables/mozilla/bugs/bug88524-expected.txt:
1556 * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
1557 * platform/gtk/tables/mozilla/bugs/bug93363-expected.txt:
1558 * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
1559 * platform/gtk/tables/mozilla/bugs/bug96343-expected.txt:
1560 * platform/gtk/tables/mozilla/bugs/bug99923-expected.txt:
1561 * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt:
1563 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1565 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1567 * platform/gtk/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1568 * platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
1569 * platform/gtk/tables/mozilla/bugs/bug17130-1-expected.txt:
1570 * platform/gtk/tables/mozilla/bugs/bug17138-expected.txt:
1571 * platform/gtk/tables/mozilla/bugs/bug17168-expected.txt:
1572 * platform/gtk/tables/mozilla/bugs/bug17548-expected.txt:
1573 * platform/gtk/tables/mozilla/bugs/bug17587-expected.txt:
1574 * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
1575 * platform/gtk/tables/mozilla/bugs/bug18440-expected.txt:
1576 * platform/gtk/tables/mozilla/bugs/bug18558-expected.txt:
1577 * platform/gtk/tables/mozilla/bugs/bug18664-expected.txt:
1578 * platform/gtk/tables/mozilla/bugs/bug18955-expected.txt:
1579 * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt:
1580 * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt:
1581 * platform/gtk/tables/mozilla/bugs/bug19356-expected.txt:
1582 * platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
1583 * platform/gtk/tables/mozilla/bugs/bug20804-expected.txt:
1584 * platform/gtk/tables/mozilla/bugs/bug21299-expected.txt:
1585 * platform/gtk/tables/mozilla/bugs/bug21918-expected.txt:
1586 * platform/gtk/tables/mozilla/bugs/bug22019-expected.txt:
1587 * platform/gtk/tables/mozilla/bugs/bug22246-2-expected.txt:
1588 * platform/gtk/tables/mozilla/bugs/bug22246-2a-expected.txt:
1589 * platform/gtk/tables/mozilla/bugs/bug22246-3-expected.txt:
1590 * platform/gtk/tables/mozilla/bugs/bug22246-3a-expected.txt:
1591 * platform/gtk/tables/mozilla/bugs/bug22513-expected.txt:
1592 * platform/gtk/tables/mozilla/bugs/bug23072-expected.txt:
1593 * platform/gtk/tables/mozilla/bugs/bug23151-expected.txt: Added.
1594 * platform/gtk/tables/mozilla/bugs/bug23235-expected.txt:
1595 * platform/gtk/tables/mozilla/bugs/bug23299-expected.txt:
1596 * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
1597 * platform/gtk/tables/mozilla/bugs/bug24503-expected.txt:
1598 * platform/gtk/tables/mozilla/bugs/bug24627-expected.txt:
1599 * platform/gtk/tables/mozilla/bugs/bug24880-expected.txt:
1600 * platform/gtk/tables/mozilla/bugs/bug25004-expected.txt:
1601 * platform/gtk/tables/mozilla/bugs/bug25074-expected.txt:
1602 * platform/gtk/tables/mozilla/bugs/bug25086-expected.txt:
1603 * platform/gtk/tables/mozilla/bugs/bug25367-expected.txt:
1604 * platform/gtk/tables/mozilla/bugs/bug25663-expected.txt:
1605 * platform/gtk/tables/mozilla/bugs/bug26178-expected.txt:
1606 * platform/gtk/tables/mozilla/bugs/bug26553-expected.txt: Added.
1607 * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt:
1608 * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt:
1609 * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt:
1610 * platform/gtk/tables/mozilla/bugs/bug27993-1-expected.txt:
1611 * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
1612 * platform/gtk/tables/mozilla/bugs/bug28933-expected.txt: Added.
1613 * platform/gtk/tables/mozilla/bugs/bug29058-1-expected.txt:
1614 * platform/gtk/tables/mozilla/bugs/bug29157-expected.txt:
1615 * platform/gtk/tables/mozilla/bugs/bug29314-expected.txt: Added.
1616 * platform/gtk/tables/mozilla/bugs/bug29429-expected.txt:
1617 * platform/gtk/tables/mozilla/bugs/bug30273-expected.txt:
1618 * platform/gtk/tables/mozilla/bugs/bug30418-expected.txt:
1619 * platform/gtk/tables/mozilla/bugs/bug30559-expected.txt:
1620 * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt:
1621 * platform/gtk/tables/mozilla/bugs/bug30985-expected.txt:
1622 * platform/gtk/tables/mozilla/bugs/bug32205-2-expected.txt:
1623 * platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
1624 * platform/gtk/tables/mozilla/bugs/bug32205-5-expected.txt:
1625 * platform/gtk/tables/mozilla/bugs/bug32447-expected.txt:
1626 * platform/gtk/tables/mozilla/bugs/bug32841-expected.txt:
1627 * platform/gtk/tables/mozilla/bugs/bug33137-expected.txt:
1628 * platform/gtk/tables/mozilla/bugs/bug33855-expected.txt:
1629 * platform/gtk/tables/mozilla/bugs/bug34176-expected.txt:
1630 * platform/gtk/tables/mozilla/bugs/bug34538-expected.txt:
1631 * platform/gtk/tables/mozilla/bugs/bug35662-expected.txt:
1632 * platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
1633 * platform/gtk/tables/mozilla/bugs/bug39209-expected.txt:
1634 * platform/gtk/tables/mozilla/bugs/bug40828-expected.txt:
1635 * platform/gtk/tables/mozilla/bugs/bug41890-expected.txt:
1636 * platform/gtk/tables/mozilla/bugs/bug42187-expected.txt:
1637 * platform/gtk/tables/mozilla/bugs/bug42443-expected.txt:
1638 * platform/gtk/tables/mozilla/bugs/bug43039-expected.txt:
1639 * platform/gtk/tables/mozilla/bugs/bug43204-expected.txt:
1640 * platform/gtk/tables/mozilla/bugs/bug43854-2-expected.txt:
1641 * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt:
1642 * platform/gtk/tables/mozilla/bugs/bug44523-expected.txt:
1643 * platform/gtk/tables/mozilla/bugs/bug45055-2-expected.txt:
1644 * platform/gtk/tables/mozilla/bugs/bug45055-expected.txt:
1645 * platform/gtk/tables/mozilla/bugs/bug45350-expected.txt:
1646 * platform/gtk/tables/mozilla/bugs/bug45486-expected.txt:
1647 * platform/gtk/tables/mozilla/bugs/bug46268-1-expected.txt:
1648 * platform/gtk/tables/mozilla/bugs/bug46268-2-expected.txt:
1649 * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt:
1650 * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt:
1651 * platform/gtk/tables/mozilla/bugs/bug46268-expected.txt:
1652 * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
1653 * platform/gtk/tables/mozilla/bugs/bug46480-1-expected.txt:
1654 * platform/gtk/tables/mozilla/bugs/bug46480-2-expected.txt:
1655 * platform/gtk/tables/mozilla/bugs/bug46623-1-expected.txt:
1656 * platform/gtk/tables/mozilla/bugs/bug46623-2-expected.txt:
1657 * platform/gtk/tables/mozilla/bugs/bug46944-expected.txt:
1658 * platform/gtk/tables/mozilla/bugs/bug47432-expected.txt:
1659 * platform/gtk/tables/mozilla/bugs/bug48028-1-expected.txt:
1660 * platform/gtk/tables/mozilla/bugs/bug48028-2-expected.txt:
1661 * platform/gtk/tables/mozilla/bugs/bug48827-expected.txt:
1662 * platform/gtk/tables/mozilla/bugs/bug50695-1-expected.txt:
1663 * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt:
1664 * platform/gtk/tables/mozilla/bugs/bug51140-expected.txt:
1665 * platform/gtk/tables/mozilla/bugs/bug51727-expected.txt:
1666 * platform/gtk/tables/mozilla/bugs/bug52505-expected.txt:
1667 * platform/gtk/tables/mozilla/bugs/bug52506-expected.txt:
1668 * platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt:
1669 * platform/gtk/tables/mozilla/bugs/bug53690-2-expected.txt:
1670 * platform/gtk/tables/mozilla/bugs/bug53891-expected.txt:
1671 * platform/gtk/tables/mozilla/bugs/bug55527-expected.txt:
1672 * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
1673 * platform/gtk/tables/mozilla/bugs/bug55694-expected.txt:
1674 * platform/gtk/tables/mozilla/bugs/bug55789-expected.txt:
1675 * platform/gtk/tables/mozilla/bugs/bug56201-expected.txt:
1676 * platform/gtk/tables/mozilla/bugs/bug56405-expected.txt:
1677 * platform/gtk/tables/mozilla/bugs/bug57300-expected.txt:
1678 * platform/gtk/tables/mozilla/bugs/bug57378-expected.txt:
1679 * platform/gtk/tables/mozilla/bugs/bug57828-2-expected.txt:
1680 * platform/gtk/tables/mozilla/bugs/bug57828-expected.txt:
1681 * platform/gtk/tables/mozilla/bugs/bug58402-1-expected.txt:
1682 * platform/gtk/tables/mozilla/bugs/bug59354-expected.txt:
1683 * platform/gtk/tables/mozilla/bugs/bug60013-expected.txt:
1684 * platform/gtk/tables/mozilla/bugs/bug60749-expected.txt:
1685 * platform/gtk/tables/mozilla/bugs/bug60804-expected.txt:
1686 * platform/gtk/tables/mozilla/bugs/bug60807-expected.txt:
1687 * platform/gtk/tables/mozilla/bugs/bug60992-expected.txt:
1688 * platform/gtk/tables/mozilla/marvin/th_valign_top-expected.txt:
1689 * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt:
1690 * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt:
1691 * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt:
1692 * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt:
1693 * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt:
1694 * platform/gtk/tables/mozilla/marvin/thead_char-expected.txt:
1695 * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
1696 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
1697 * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt:
1698 * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt:
1699 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
1700 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
1701 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
1702 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
1703 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
1704 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
1705 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
1706 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
1707 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
1708 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
1709 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
1710 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
1711 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
1712 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
1713 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
1714 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
1715 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
1716 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
1717 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
1718 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
1719 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
1720 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
1721 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
1722 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
1723 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
1724 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
1725 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
1726 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
1727 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
1728 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
1729 * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
1730 * platform/gtk/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
1731 * platform/gtk/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
1732 * platform/gtk/tables/mozilla/marvin/tr_valign_middle-expected.txt:
1733 * platform/gtk/tables/mozilla/marvin/tr_valign_top-expected.txt:
1734 * platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
1735 * platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.txt:
1736 * platform/gtk/tables/mozilla/marvin/x_col_align_char-expected.txt:
1737 * platform/gtk/tables/mozilla/marvin/x_col_span-expected.txt:
1738 * platform/gtk/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
1739 * platform/gtk/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
1740 * platform/gtk/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
1741 * platform/gtk/tables/mozilla/marvin/x_col_valign_top-expected.txt:
1742 * platform/gtk/tables/mozilla/marvin/x_col_width_pct-expected.txt:
1743 * platform/gtk/tables/mozilla/marvin/x_col_width_px-expected.txt:
1744 * platform/gtk/tables/mozilla/marvin/x_col_width_rel-expected.txt:
1745 * platform/gtk/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
1746 * platform/gtk/tables/mozilla/marvin/x_colgroup_span-expected.txt:
1747 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
1748 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
1749 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
1750 * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
1751 * platform/gtk/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
1752 * platform/gtk/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
1753 * platform/gtk/tables/mozilla/marvin/x_table-expected.txt:
1754 * platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt:
1755 * platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.txt:
1756 * platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.txt:
1757 * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
1758 * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
1759 * platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt:
1760 * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt:
1761 * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt:
1762 * platform/gtk/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
1763 * platform/gtk/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
1764 * platform/gtk/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
1765 * platform/gtk/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
1766 * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt:
1767 * platform/gtk/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
1768 * platform/gtk/tables/mozilla/marvin/x_table_rules_none-expected.txt:
1769 * platform/gtk/tables/mozilla/marvin/x_table_style-expected.txt:
1770 * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
1771 * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
1772 * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
1773 * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
1774 * platform/gtk/tables/mozilla/marvin/x_tbody_class-expected.txt:
1775 * platform/gtk/tables/mozilla/marvin/x_tbody_id-expected.txt:
1776 * platform/gtk/tables/mozilla/marvin/x_tbody_style-expected.txt:
1777 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
1778 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
1779 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
1780 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
1781 * platform/gtk/tables/mozilla/marvin/x_td_align_center-expected.txt:
1782 * platform/gtk/tables/mozilla/marvin/x_td_align_char-expected.txt:
1783 * platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt:
1784 * platform/gtk/tables/mozilla/marvin/x_td_align_left-expected.txt:
1785 * platform/gtk/tables/mozilla/marvin/x_td_align_right-expected.txt:
1786 * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
1787 * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
1788 * platform/gtk/tables/mozilla/marvin/x_td_class-expected.txt:
1789 * platform/gtk/tables/mozilla/marvin/x_td_colspan-expected.txt:
1790 * platform/gtk/tables/mozilla/marvin/x_td_height-expected.txt:
1791 * platform/gtk/tables/mozilla/marvin/x_td_id-expected.txt:
1792 * platform/gtk/tables/mozilla/marvin/x_td_nowrap-expected.txt:
1793 * platform/gtk/tables/mozilla/marvin/x_td_rowspan-expected.txt:
1794 * platform/gtk/tables/mozilla/marvin/x_td_style-expected.txt:
1795 * platform/gtk/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
1796 * platform/gtk/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
1797 * platform/gtk/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
1798 * platform/gtk/tables/mozilla/marvin/x_td_valign_top-expected.txt:
1799 * platform/gtk/tables/mozilla/marvin/x_td_width-expected.txt:
1800 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
1801 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
1802 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
1803 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
1804 * platform/gtk/tables/mozilla/other/slashlogo-expected.txt:
1805 * platform/gtk/tables/mozilla/other/test3-expected.txt:
1806 * platform/gtk/tables/mozilla/other/test6-expected.txt:
1807 * platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
1808 * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
1810 2015-10-29 Hunseop Jeong <hs85.jeong@samsung.com>
1812 Unreviewed. EFL gardening: rebaseline more tests after r191623.
1814 * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
1815 * platform/efl/editing/selection/4818145-expected.txt:
1816 * platform/efl/editing/selection/4889598-expected.txt:
1817 * platform/efl/editing/selection/5076323-1-expected.txt:
1818 * platform/efl/editing/selection/5076323-2-expected.txt:
1819 * platform/efl/editing/selection/5076323-3-expected.txt:
1820 * platform/efl/editing/selection/7152-1-expected.txt:
1821 * platform/efl/editing/selection/7152-2-expected.txt:
1822 * platform/efl/editing/selection/display-table-text-expected.txt:
1823 * platform/efl/editing/selection/mixed-editability-3-expected.txt:
1824 * platform/efl/editing/selection/mixed-editability-4-expected.txt:
1825 * platform/efl/editing/selection/mixed-editability-5-expected.txt:
1826 * platform/efl/editing/selection/mixed-editability-8-expected.txt:
1827 * platform/efl/editing/selection/mixed-editability-9-expected.txt:
1828 * platform/efl/editing/selection/table-caret-1-expected.txt:
1829 * platform/efl/editing/selection/table-caret-2-expected.txt:
1830 * platform/efl/fast/table/035-vertical-expected.txt:
1831 * platform/efl/fast/table/038-vertical-expected.txt:
1832 * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
1834 2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1836 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
1838 * platform/gtk/editing/selection/inline-table-expected.txt:
1839 * platform/gtk/editing/selection/move-by-line-001-expected.txt:
1840 * platform/gtk/fast/borders/table-borders-expected.txt:
1841 * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
1842 * platform/gtk/tables/mozilla/bugs/bug10009-expected.txt:
1843 * platform/gtk/tables/mozilla/bugs/bug10036-expected.txt:
1844 * platform/gtk/tables/mozilla/bugs/bug10269-1-expected.txt:
1845 * platform/gtk/tables/mozilla/bugs/bug10269-2-expected.txt:
1846 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
1847 * platform/gtk/tables/mozilla/bugs/bug10296-2-expected.txt:
1848 * platform/gtk/tables/mozilla/bugs/bug10565-expected.txt:
1849 * platform/gtk/tables/mozilla/bugs/bug10633-expected.txt:
1850 * platform/gtk/tables/mozilla/bugs/bug11321-expected.txt:
1851 * platform/gtk/tables/mozilla/bugs/bug11384q-expected.txt:
1852 * platform/gtk/tables/mozilla/bugs/bug11384s-expected.txt:
1853 * platform/gtk/tables/mozilla/bugs/bug11944-expected.txt:
1854 * platform/gtk/tables/mozilla/bugs/bug12008-expected.txt:
1855 * platform/gtk/tables/mozilla/bugs/bug12268-expected.txt:
1856 * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
1857 * platform/gtk/tables/mozilla/bugs/bug12709-expected.txt:
1858 * platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt:
1859 * platform/gtk/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
1860 * platform/gtk/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
1861 * platform/gtk/tables/mozilla/bugs/bug13105-expected.txt:
1862 * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt:
1863 * platform/gtk/tables/mozilla/bugs/bug13169-expected.txt: Added.
1864 * platform/gtk/tables/mozilla/bugs/bug13484-expected.txt:
1865 * platform/gtk/tables/mozilla/bugs/bug13526-expected.txt:
1866 * platform/gtk/tables/mozilla/bugs/bug14159-3-expected.txt:
1867 * platform/gtk/tables/mozilla/bugs/bug14323-expected.txt:
1868 * platform/gtk/tables/mozilla/bugs/bug14929-expected.txt:
1869 * platform/gtk/tables/mozilla/bugs/bug15247-expected.txt:
1870 * platform/gtk/tables/mozilla/bugs/bug15544-expected.txt:
1871 * platform/gtk/tables/mozilla/bugs/bug15933-expected.txt:
1872 * platform/gtk/tables/mozilla/bugs/bug16012-expected.txt:
1873 * platform/gtk/tables/mozilla/bugs/bug3977-expected.txt:
1874 * platform/gtk/tables/mozilla/bugs/bug4284-expected.txt:
1875 * platform/gtk/tables/mozilla/bugs/bug4385-expected.txt:
1876 * platform/gtk/tables/mozilla/bugs/bug4427-expected.txt:
1877 * platform/gtk/tables/mozilla/bugs/bug4429-expected.txt:
1878 * platform/gtk/tables/mozilla/bugs/bug4501-expected.txt:
1879 * platform/gtk/tables/mozilla/bugs/bug4520-expected.txt:
1880 * platform/gtk/tables/mozilla/bugs/bug4523-expected.txt:
1881 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
1882 * platform/gtk/tables/mozilla/bugs/bug4576-expected.txt:
1883 * platform/gtk/tables/mozilla/bugs/bug4739-expected.txt:
1884 * platform/gtk/tables/mozilla/bugs/bug4803-expected.txt:
1885 * platform/gtk/tables/mozilla/bugs/bug4849-2-expected.txt:
1886 * platform/gtk/tables/mozilla/bugs/bug4849-expected.txt:
1887 * platform/gtk/tables/mozilla/bugs/bug5188-expected.txt:
1888 * platform/gtk/tables/mozilla/bugs/bug5538-expected.txt:
1889 * platform/gtk/tables/mozilla/bugs/bug5797-expected.txt:
1890 * platform/gtk/tables/mozilla/bugs/bug5798-expected.txt:
1891 * platform/gtk/tables/mozilla/bugs/bug5799-expected.txt:
1892 * platform/gtk/tables/mozilla/bugs/bug5835-expected.txt:
1893 * platform/gtk/tables/mozilla/bugs/bug5838-expected.txt:
1894 * platform/gtk/tables/mozilla/bugs/bug6184-expected.txt:
1895 * platform/gtk/tables/mozilla/bugs/bug6304-expected.txt:
1896 * platform/gtk/tables/mozilla/bugs/bug6404-expected.txt:
1897 * platform/gtk/tables/mozilla/bugs/bug6674-expected.txt:
1898 * platform/gtk/tables/mozilla/bugs/bug7112-1-expected.txt:
1899 * platform/gtk/tables/mozilla/bugs/bug7112-2-expected.txt:
1900 * platform/gtk/tables/mozilla/bugs/bug7121-1-expected.txt:
1901 * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
1902 * platform/gtk/tables/mozilla/bugs/bug7471-expected.txt:
1903 * platform/gtk/tables/mozilla/bugs/bug7714-expected.txt:
1904 * platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt:
1905 * platform/gtk/tables/mozilla/bugs/bug8361-expected.txt:
1906 * platform/gtk/tables/mozilla/bugs/bug8381-expected.txt:
1907 * platform/gtk/tables/mozilla/bugs/bug8858-expected.txt:
1908 * platform/gtk/tables/mozilla/bugs/bug8950-expected.txt:
1909 * platform/gtk/tables/mozilla/bugs/bug9072-expected.txt:
1910 * platform/gtk/tables/mozilla/bugs/bug9123-1-expected.txt:
1911 * platform/gtk/tables/mozilla/bugs/bug9123-2-expected.txt:
1912 * platform/gtk/tables/mozilla/bugs/bug9271-1-expected.txt:
1913 * platform/gtk/tables/mozilla/bugs/bug9879-1-expected.txt:
1914 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
1915 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
1916 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
1917 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
1918 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
1919 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
1920 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
1921 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
1922 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
1923 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
1924 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
1925 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
1926 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
1927 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
1928 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
1929 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
1930 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
1931 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
1932 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
1933 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
1934 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
1935 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
1936 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
1937 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
1938 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
1939 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
1940 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
1941 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
1942 * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
1943 * platform/gtk/tables/mozilla/marvin/tables_border_0-expected.txt:
1944 * platform/gtk/tables/mozilla/marvin/tables_border_1-expected.txt:
1945 * platform/gtk/tables/mozilla/marvin/tables_border_2-expected.txt:
1946 * platform/gtk/tables/mozilla/marvin/tables_border_3-expected.txt:
1947 * platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
1948 * platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
1949 * platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
1950 * platform/gtk/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
1951 * platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
1952 * platform/gtk/tables/mozilla/marvin/tables_default-expected.txt:
1953 * platform/gtk/tables/mozilla/marvin/tables_id-expected.txt:
1954 * platform/gtk/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
1955 * platform/gtk/tables/mozilla/marvin/tables_td_align_center-expected.txt:
1956 * platform/gtk/tables/mozilla/marvin/tables_td_align_left-expected.txt:
1957 * platform/gtk/tables/mozilla/marvin/tables_td_align_right-expected.txt:
1958 * platform/gtk/tables/mozilla/marvin/tables_td_colspan-expected.txt:
1959 * platform/gtk/tables/mozilla/marvin/tables_td_height-expected.txt:
1960 * platform/gtk/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
1961 * platform/gtk/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
1962 * platform/gtk/tables/mozilla/marvin/tables_td_width-expected.txt:
1963 * platform/gtk/tables/mozilla/marvin/tables_th_align_center-expected.txt:
1964 * platform/gtk/tables/mozilla/marvin/tables_th_align_left-expected.txt:
1965 * platform/gtk/tables/mozilla/marvin/tables_th_align_right-expected.txt:
1966 * platform/gtk/tables/mozilla/marvin/tables_th_colspan-expected.txt:
1967 * platform/gtk/tables/mozilla/marvin/tables_th_height-expected.txt:
1968 * platform/gtk/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
1969 * platform/gtk/tables/mozilla/marvin/tables_th_width-expected.txt:
1970 * platform/gtk/tables/mozilla/marvin/tables_width_percent-expected.txt:
1971 * platform/gtk/tables/mozilla/marvin/tables_width_px-expected.txt:
1972 * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt:
1973 * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt:
1974 * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt:
1975 * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt:
1976 * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt:
1977 * platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt:
1978 * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
1979 * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
1980 * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
1981 * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt:
1982 * platform/gtk/tables/mozilla/marvin/td_valign_baseline-expected.txt:
1983 * platform/gtk/tables/mozilla/marvin/td_valign_bottom-expected.txt:
1984 * platform/gtk/tables/mozilla/marvin/td_valign_middle-expected.txt:
1985 * platform/gtk/tables/mozilla/marvin/td_valign_top-expected.txt:
1986 * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt:
1987 * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt:
1988 * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
1989 * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt:
1990 * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt:
1991 * platform/gtk/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
1992 * platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
1993 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
1994 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
1995 * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
1996 * platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
1997 * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
1998 * platform/gtk/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
1999 * platform/gtk/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
2000 * platform/gtk/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
2001 * platform/gtk/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
2002 * platform/gtk/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2003 * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
2004 * platform/gtk/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2005 * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
2006 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
2007 * platform/gtk/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
2008 * platform/gtk/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
2009 * platform/gtk/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
2010 * platform/gtk/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
2011 * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
2012 * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
2013 * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
2014 * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
2015 * platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
2016 * platform/gtk/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2017 * platform/gtk/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
2018 * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
2019 * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
2020 * platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
2021 * platform/gtk/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2022 * platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
2023 * platform/gtk/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
2024 * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
2025 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2026 * platform/gtk/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
2027 * platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
2028 * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2029 * platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2030 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
2031 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
2032 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
2033 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
2034 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
2035 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
2036 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
2037 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
2038 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
2039 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
2040 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
2041 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
2042 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
2043 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
2044 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
2045 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
2046 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
2047 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
2048 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
2049 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
2050 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
2051 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
2052 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
2053 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
2054 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
2055 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
2056 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
2057 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
2058 * 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.
2059 * 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.
2060 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
2061 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
2062 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
2063 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
2064 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
2065 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
2066 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
2067 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
2068 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
2069 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
2070 * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
2071 * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
2072 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
2073 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
2074 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
2075 * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
2076 * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
2077 * platform/gtk/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
2078 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
2079 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
2080 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
2081 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
2082 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
2083 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
2084 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
2085 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
2086 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
2087 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
2088 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
2089 * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
2091 2015-10-28 Brady Eidson <beidson@apple.com>
2093 Modern IDB: Support IDBDatabase.transaction() (and transaction scheduling in general).
2094 https://bugs.webkit.org/show_bug.cgi?id=150614
2096 Reviewed by Alex Christensen.
2098 * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: Added.
2099 * storage/indexeddb/modern/idbdatabase-transaction-failures.html: Added.
2100 * storage/indexeddb/modern/transaction-scheduler-1-expected.txt: Added.
2101 * storage/indexeddb/modern/transaction-scheduler-1.html: Added.
2102 * storage/indexeddb/modern/transaction-scheduler-2-expected.txt: Added.
2103 * storage/indexeddb/modern/transaction-scheduler-2.html: Added.
2104 * storage/indexeddb/modern/transaction-scheduler-3-expected.txt: Added.
2105 * storage/indexeddb/modern/transaction-scheduler-3.html: Added.
2106 * storage/indexeddb/modern/transaction-scheduler-4-expected.txt: Added.
2107 * storage/indexeddb/modern/transaction-scheduler-4.html: Added.
2108 * storage/indexeddb/modern/transaction-scheduler-5-expected.txt: Added.
2109 * storage/indexeddb/modern/transaction-scheduler-5.html: Added.
2110 * storage/indexeddb/modern/transaction-scheduler-6-expected.txt: Added.
2111 * storage/indexeddb/modern/transaction-scheduler-6.html: Added.
2113 2015-10-28 Andy Estes <aestes@apple.com>
2115 [Content Filtering] Crash when allowing a 0-byte resource to load
2116 https://bugs.webkit.org/show_bug.cgi?id=150644
2117 <rdar://problem/23288538>
2119 Reviewed by Darin Adler.
2121 * contentfiltering/allow-empty-document-expected.html: Added.
2122 * contentfiltering/allow-empty-document.html: Added.
2123 * contentfiltering/resources/empty.html: Added.
2125 2015-10-28 Mark Lam <mark.lam@apple.com>
2127 Update FTL to support UntypedUse operands for op_sub.
2128 https://bugs.webkit.org/show_bug.cgi?id=150562
2132 * js/regress/script-tests/ftl-object-sub.js:
2133 - Removed a debugging print() that was accidentally left in.
2135 2015-10-28 Chris Dumez <cdumez@apple.com>
2137 Assertion failure in WebCore::FrameLoader::stopLoading() running fast/events tests
2138 https://bugs.webkit.org/show_bug.cgi?id=150624
2139 <rdar://problem/23294110>
2141 Reviewed by Darin Adler.
2143 * fast/events/form-iframe-target-before-load-crash2.html:
2144 Set the frame name so that the test still tests the same thing as it was
2145 originally testing before r191652. This is needed because the frame id
2146 no longer sets the window name and therefore no longer matches the form's
2149 * fast/events/form-iframe-target-before-load-crash3-expected.txt: Added.
2150 * fast/events/form-iframe-target-before-load-crash3.html: Added.
2151 This is a version on fast/events/form-iframe-target-before-load-crash.html
2152 with the frame name set so that it tests the same thing it was originally
2153 testing before r191652. form-iframe-target-before-load-crash.html is kept
2154 as is (without frame name) as it exposed a new crash.
2156 2015-10-28 Mark Lam <mark.lam@apple.com>
2158 Update FTL to support UntypedUse operands for op_sub.
2159 https://bugs.webkit.org/show_bug.cgi?id=150562
2161 Reviewed by Geoffrey Garen.
2163 * js/regress/ftl-sub-expected.txt: Added.
2164 * js/regress/ftl-sub.html: Added.
2165 * js/regress/script-tests/ftl-sub.js: Added.
2170 2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
2172 Unreviewed. EFL gardening: rebaseline more tests after r191623.
2173 https://bugs.webkit.org/show_bug.cgi?id=150628
2175 * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
2176 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
2177 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
2178 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2179 * platform/efl/tables/layering/paint-test-layering-1-expected.txt:
2180 * platform/efl/tables/layering/paint-test-layering-2-expected.txt:
2181 * platform/efl/tables/mozilla/bugs/bug10009-expected.txt:
2182 * platform/efl/tables/mozilla/bugs/bug100334-expected.txt:
2183 * platform/efl/tables/mozilla/bugs/bug10036-expected.txt:
2184 * platform/efl/tables/mozilla/bugs/bug101201-expected.txt:
2185 * platform/efl/tables/mozilla/bugs/bug101674-expected.txt:
2186 * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt:
2187 * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt:
2188 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
2189 * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt:
2190 * platform/efl/tables/mozilla/bugs/bug103533-expected.txt:
2191 * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt:
2192 * platform/efl/tables/mozilla/bugs/bug10565-expected.txt:
2193 * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt:
2194 * platform/efl/tables/mozilla/bugs/bug106158-2-expected.txt:
2195 * platform/efl/tables/mozilla/bugs/bug10633-expected.txt:
2196 * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt:
2197 * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt:
2198 * platform/efl/tables/mozilla/bugs/bug106795-expected.txt:
2199 * platform/efl/tables/mozilla/bugs/bug106816-expected.txt:
2200 * platform/efl/tables/mozilla/bugs/bug108340-expected.txt:
2201 * platform/efl/tables/mozilla/bugs/bug110566-expected.txt:
2202 * platform/efl/tables/mozilla/bugs/bug11321-expected.txt:
2203 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt:
2204 * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
2205 * platform/efl/tables/mozilla/bugs/bug113424-expected.txt:
2206 * platform/efl/tables/mozilla/bugs/bug11384q-expected.txt:
2207 * platform/efl/tables/mozilla/bugs/bug11384s-expected.txt:
2208 * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt:
2209 * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
2210 * platform/efl/tables/mozilla/bugs/bug11944-expected.txt:
2211 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
2212 * platform/efl/tables/mozilla/bugs/bug12008-expected.txt:
2213 * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added.
2214 * platform/efl/tables/mozilla/bugs/bug120364-expected.txt:
2215 * platform/efl/tables/mozilla/bugs/bug1220-expected.txt:
2216 * platform/efl/tables/mozilla/bugs/bug1224-expected.txt:
2217 * platform/efl/tables/mozilla/bugs/bug12268-expected.txt:
2218 * platform/efl/tables/mozilla/bugs/bug12384-expected.txt:
2219 * platform/efl/tables/mozilla/bugs/bug1261-expected.txt:
2220 * platform/efl/tables/mozilla/bugs/bug126742-expected.txt:
2221 * platform/efl/tables/mozilla/bugs/bug12709-expected.txt:
2222 * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added.
2223 * platform/efl/tables/mozilla/bugs/bug128229-expected.txt:
2224 * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt:
2225 * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
2226 * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
2227 * platform/efl/tables/mozilla/bugs/bug1296-expected.txt:
2228 * platform/efl/tables/mozilla/bugs/bug1302-expected.txt:
2229 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
2230 * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt:
2231 * platform/efl/tables/mozilla/bugs/bug13105-expected.txt:
2232 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
2233 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
2234 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
2235 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
2236 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
2237 * platform/efl/tables/mozilla/bugs/bug13484-expected.txt:
2238 * platform/efl/tables/mozilla/bugs/bug13526-expected.txt:
2239 * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
2240 * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
2241 * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
2242 * platform/efl/tables/mozilla/bugs/bug138725-expected.txt:
2243 * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt:
2244 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
2245 * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt:
2246 * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt:
2247 * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt:
2248 * platform/efl/tables/mozilla/bugs/bug1430-expected.txt:
2249 * platform/efl/tables/mozilla/bugs/bug14323-expected.txt:
2250 * platform/efl/tables/mozilla/bugs/bug145572-expected.txt:
2251 * platform/efl/tables/mozilla/bugs/bug1474-expected.txt:
2252 * platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
2253 * platform/efl/tables/mozilla/bugs/bug14929-expected.txt:
2254 * platform/efl/tables/mozilla/bugs/bug15247-expected.txt:
2255 * platform/efl/tables/mozilla/bugs/bug154780-expected.txt:
2256 * platform/efl/tables/mozilla/bugs/bug15544-expected.txt:
2257 * platform/efl/tables/mozilla/bugs/bug157890-expected.txt:
2258 * platform/efl/tables/mozilla/bugs/bug159108-expected.txt:
2259 * platform/efl/tables/mozilla/bugs/bug15933-expected.txt:
2260 * platform/efl/tables/mozilla/bugs/bug16012-expected.txt:
2261 * platform/efl/tables/mozilla/bugs/bug16252-expected.txt:
2262 * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt:
2263 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
2264 * platform/efl/tables/mozilla/bugs/bug17168-expected.txt:
2265 * platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt:
2266 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
2267 * platform/efl/tables/mozilla/bugs/bug17587-expected.txt:
2268 * platform/efl/tables/mozilla/bugs/bug1800-expected.txt:
2269 * platform/efl/tables/mozilla/bugs/bug1802-expected.txt:
2270 * platform/efl/tables/mozilla/bugs/bug1802s-expected.txt:
2271 * platform/efl/tables/mozilla/bugs/bug1809-expected.txt:
2272 * platform/efl/tables/mozilla/bugs/bug1828-expected.txt:
2273 * platform/efl/tables/mozilla/bugs/bug18359-expected.txt:
2274 * platform/efl/tables/mozilla/bugs/bug18440-expected.txt:
2275 * platform/efl/tables/mozilla/bugs/bug18558-expected.txt:
2276 * platform/efl/tables/mozilla/bugs/bug18664-expected.txt:
2277 * platform/efl/tables/mozilla/bugs/bug18955-expected.txt:
2278 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
2279 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
2280 * platform/efl/tables/mozilla/bugs/bug19356-expected.txt:
2281 * platform/efl/tables/mozilla/bugs/bug2050-expected.txt:
2282 * platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
2283 * platform/efl/tables/mozilla/bugs/bug20804-expected.txt:
2284 * platform/efl/tables/mozilla/bugs/bug2123-expected.txt:
2285 * platform/efl/tables/mozilla/bugs/bug21299-expected.txt:
2286 * platform/efl/tables/mozilla/bugs/bug215629-expected.txt:
2287 * platform/efl/tables/mozilla/bugs/bug21918-expected.txt:
2288 * platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt:
2289 * platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt:
2290 * platform/efl/tables/mozilla/bugs/bug22019-expected.txt:
2291 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
2292 * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt:
2293 * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt:
2294 * platform/efl/tables/mozilla/bugs/bug222336-expected.txt: Added.
2295 * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt:
2296 * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt:
2297 * platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt:
2298 * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt:
2299 * platform/efl/tables/mozilla/bugs/bug22513-expected.txt:
2300 * platform/efl/tables/mozilla/bugs/bug2267-expected.txt:
2301 * platform/efl/tables/mozilla/bugs/bug2296-expected.txt:
2302 * platform/efl/tables/mozilla/bugs/bug23072-expected.txt:
2303 * platform/efl/tables/mozilla/bugs/bug23151-expected.txt: Added.
2304 * platform/efl/tables/mozilla/bugs/bug23235-expected.txt:
2305 * platform/efl/tables/mozilla/bugs/bug23299-expected.txt:
2306 * platform/efl/tables/mozilla/bugs/bug24200-expected.txt:
2307 * platform/efl/tables/mozilla/bugs/bug24503-expected.txt:
2308 * platform/efl/tables/mozilla/bugs/bug24627-expected.txt:
2309 * platform/efl/tables/mozilla/bugs/bug2469-expected.txt:
2310 * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt:
2311 * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:
2312 * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt:
2313 * platform/efl/tables/mozilla/bugs/bug24880-expected.txt:
2314 * platform/efl/tables/mozilla/bugs/bug25004-expected.txt:
2315 * platform/efl/tables/mozilla/bugs/bug25074-expected.txt:
2316 * platform/efl/tables/mozilla/bugs/bug25086-expected.txt:
2317 * platform/efl/tables/mozilla/bugs/bug2516-expected.txt:
2318 * platform/efl/tables/mozilla/bugs/bug25367-expected.txt:
2319 * platform/efl/tables/mozilla/bugs/bug25663-expected.txt:
2320 * platform/efl/tables/mozilla/bugs/bug2585-expected.txt:
2321 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
2322 * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Added.
2323 * platform/efl/tables/mozilla/bugs/bug2684-expected.txt:
2324 * platform/efl/tables/mozilla/bugs/bug269566-expected.txt: Added.
2325 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
2326 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
2327 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt:
2328 * platform/efl/tables/mozilla/bugs/bug275625-expected.txt:
2329 * platform/efl/tables/mozilla/bugs/bug2757-expected.txt:
2330 * platform/efl/tables/mozilla/bugs/bug277062-expected.txt: Added.
2331 * platform/efl/tables/mozilla/bugs/bug2773-expected.txt:
2332 * platform/efl/tables/mozilla/bugs/bug278266-expected.txt:
2333 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
2334 * platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt:
2335 * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Added.
2336 * platform/efl/tables/mozilla/bugs/bug2886-expected.txt:
2337 * platform/efl/tables/mozilla/bugs/bug28928-expected.txt:
2338 * platform/efl/tables/mozilla/bugs/bug28933-expected.txt: Added.
2339 * platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt:
2340 * platform/efl/tables/mozilla/bugs/bug29157-expected.txt:
2341 * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Added.
2342 * platform/efl/tables/mozilla/bugs/bug29429-expected.txt:
2343 * platform/efl/tables/mozilla/bugs/bug2947-expected.txt:
2344 * platform/efl/tables/mozilla/bugs/bug2954-expected.txt: Added.
2345 * platform/efl/tables/mozilla/bugs/bug2973-expected.txt:
2346 * platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt:
2347 * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt:
2348 * platform/efl/tables/mozilla/bugs/bug2997-expected.txt:
2349 * platform/efl/tables/mozilla/bugs/bug30273-expected.txt:
2350 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt:
2351 * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt:
2352 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
2353 * platform/efl/tables/mozilla/bugs/bug30559-expected.txt:
2354 * platform/efl/tables/mozilla/bugs/bug30692-expected.txt:
2355 * platform/efl/tables/mozilla/bugs/bug30985-expected.txt:
2356 * platform/efl/tables/mozilla/bugs/bug3103-expected.txt:
2357 * platform/efl/tables/mozilla/bugs/bug3191-expected.txt:
2358 * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt:
2359 * platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt:
2360 * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt:
2361 * platform/efl/tables/mozilla/bugs/bug32447-expected.txt:
2362 * platform/efl/tables/mozilla/bugs/bug3260-expected.txt:
2363 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
2364 * platform/efl/tables/mozilla/bugs/bug32841-expected.txt:
2365 * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt:
2366 * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt:
2367 * platform/efl/tables/mozilla/bugs/bug33137-expected.txt:
2368 * platform/efl/tables/mozilla/bugs/bug33855-expected.txt:
2369 * platform/efl/tables/mozilla/bugs/bug34176-expected.txt:
2370 * platform/efl/tables/mozilla/bugs/bug34538-expected.txt:
2371 * platform/efl/tables/mozilla/bugs/bug3454-expected.txt:
2372 * platform/efl/tables/mozilla/bugs/bug35662-expected.txt:
2373 * platform/efl/tables/mozilla/bugs/bug3681-1-expected.txt:
2374 * platform/efl/tables/mozilla/bugs/bug3681-2-expected.txt:
2375 * platform/efl/tables/mozilla/bugs/bug3718-expected.txt:
2376 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
2377 * platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
2378 * platform/efl/tables/mozilla/bugs/bug3977-expected.txt:
2379 * platform/efl/tables/mozilla/bugs/bug40828-expected.txt:
2380 * platform/efl/tables/mozilla/bugs/bug4093-expected.txt:
2381 * platform/efl/tables/mozilla/bugs/bug41890-expected.txt:
2382 * platform/efl/tables/mozilla/bugs/bug42187-expected.txt:
2383 * platform/efl/tables/mozilla/bugs/bug42443-expected.txt:
2384 * platform/efl/tables/mozilla/bugs/bug4284-expected.txt:
2385 * platform/efl/tables/mozilla/bugs/bug43039-expected.txt:
2386 * platform/efl/tables/mozilla/bugs/bug43204-expected.txt:
2387 * platform/efl/tables/mozilla/bugs/bug4385-expected.txt:
2388 * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt:
2389 * platform/efl/tables/mozilla/bugs/bug4427-expected.txt:
2390 * platform/efl/tables/mozilla/bugs/bug4429-expected.txt:
2391 * platform/efl/tables/mozilla/bugs/bug44505-expected.txt:
2392 * platform/efl/tables/mozilla/bugs/bug44523-expected.txt:
2393 * platform/efl/tables/mozilla/bugs/bug4501-expected.txt:
2394 * platform/efl/tables/mozilla/bugs/bug45055-2-expected.txt:
2395 * platform/efl/tables/mozilla/bugs/bug45055-expected.txt:
2396 * platform/efl/tables/mozilla/bugs/bug4520-expected.txt:
2397 * platform/efl/tables/mozilla/bugs/bug4523-expected.txt:
2398 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
2399 * platform/efl/tables/mozilla/bugs/bug45350-expected.txt:
2400 * platform/efl/tables/mozilla/bugs/bug45486-expected.txt:
2401 * platform/efl/tables/mozilla/bugs/bug4576-expected.txt:
2402 * platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt:
2403 * platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt:
2404 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
2405 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
2406 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
2407 * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt:
2408 * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt:
2409 * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt:
2410 * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt:
2411 * platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt:
2412 * platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt:
2413 * platform/efl/tables/mozilla/bugs/bug46944-expected.txt:
2414 * platform/efl/tables/mozilla/bugs/bug4739-expected.txt:
2415 * platform/efl/tables/mozilla/bugs/bug47432-expected.txt:
2416 * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt:
2417 * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt:
2418 * platform/efl/tables/mozilla/bugs/bug4803-expected.txt:
2419 * platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt:
2420 * platform/efl/tables/mozilla/bugs/bug4849-expected.txt:
2421 * platform/efl/tables/mozilla/bugs/bug48827-expected.txt:
2422 * platform/efl/tables/mozilla/bugs/bug51037-expected.txt:
2423 * platform/efl/tables/mozilla/bugs/bug51140-expected.txt:
2424 * platform/efl/tables/mozilla/bugs/bug51727-expected.txt:
2425 * platform/efl/tables/mozilla/bugs/bug5188-expected.txt:
2426 * platform/efl/tables/mozilla/bugs/bug52505-expected.txt:
2427 * platform/efl/tables/mozilla/bugs/bug52506-expected.txt:
2428 * platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt:
2429 * platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt:
2430 * platform/efl/tables/mozilla/bugs/bug53891-expected.txt:
2431 * platform/efl/tables/mozilla/bugs/bug5538-expected.txt:
2432 * platform/efl/tables/mozilla/bugs/bug55527-expected.txt:
2433 * platform/efl/tables/mozilla/bugs/bug55545-expected.txt:
2434 * platform/efl/tables/mozilla/bugs/bug55694-expected.txt:
2435 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
2436 * platform/efl/tables/mozilla/bugs/bug56201-expected.txt:
2437 * platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
2438 * platform/efl/tables/mozilla/bugs/bug57300-expected.txt:
2439 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
2440 * platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt:
2441 * platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
2442 * platform/efl/tables/mozilla/bugs/bug5797-expected.txt:
2443 * platform/efl/tables/mozilla/bugs/bug5798-expected.txt:
2444 * platform/efl/tables/mozilla/bugs/bug5799-expected.txt:
2445 * platform/efl/tables/mozilla/bugs/bug5835-expected.txt:
2446 * platform/efl/tables/mozilla/bugs/bug5838-expected.txt:
2447 * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt:
2448 * platform/efl/tables/mozilla/bugs/bug59354-expected.txt:
2449 * platform/efl/tables/mozilla/bugs/bug60013-expected.txt:
2450 * platform/efl/tables/mozilla/bugs/bug60749-expected.txt:
2451 * platform/efl/tables/mozilla/bugs/bug60804-expected.txt:
2452 * platform/efl/tables/mozilla/bugs/bug60807-expected.txt:
2453 * platform/efl/tables/mozilla/bugs/bug60992-expected.txt:
2454 * platform/efl/tables/mozilla/bugs/bug6184-expected.txt:
2455 * platform/efl/tables/mozilla/bugs/bug625-expected.txt:
2456 * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
2457 * platform/efl/tables/mozilla/bugs/bug63785-expected.txt:
2458 * platform/efl/tables/mozilla/bugs/bug6404-expected.txt:
2459 * platform/efl/tables/mozilla/bugs/bug647-expected.txt:
2460 * platform/efl/tables/mozilla/bugs/bug650-expected.txt:
2461 * platform/efl/tables/mozilla/bugs/bug6674-expected.txt:
2462 * platform/efl/tables/mozilla/bugs/bug67864-expected.txt:
2463 * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt:
2464 * platform/efl/tables/mozilla/bugs/bug68998-expected.txt:
2465 * platform/efl/tables/mozilla/bugs/bug69187-expected.txt:
2466 * platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt:
2467 * platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt:
2468 * platform/efl/tables/mozilla/bugs/bug709-expected.txt:
2469 * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt:
2470 * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt:
2471 * platform/efl/tables/mozilla/bugs/bug7121-1-expected.txt:
2472 * platform/efl/tables/mozilla/bugs/bug72359-expected.txt:
2473 * platform/efl/tables/mozilla/bugs/bug73321-expected.txt:
2474 * platform/efl/tables/mozilla/bugs/bug7342-expected.txt:
2475 * platform/efl/tables/mozilla/bugs/bug7471-expected.txt:
2476 * platform/efl/tables/mozilla/bugs/bug75250-expected.txt:
2477 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
2478 * platform/efl/tables/mozilla/bugs/bug78162-expected.txt:
2479 * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt:
2480 * platform/efl/tables/mozilla/bugs/bug81934-expected.txt:
2481 * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt:
2482 * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt:
2483 * platform/efl/tables/mozilla/bugs/bug8361-expected.txt:
2484 * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Added.
2485 * platform/efl/tables/mozilla/bugs/bug8381-expected.txt:
2486 * platform/efl/tables/mozilla/bugs/bug86708-expected.txt:
2487 * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
2488 * platform/efl/tables/mozilla/bugs/bug8950-expected.txt:
2489 * platform/efl/tables/mozilla/bugs/bug9072-expected.txt:
2490 * platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt:
2491 * platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt:
2492 * platform/efl/tables/mozilla/bugs/bug92143-expected.txt:
2493 * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
2494 * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt:
2495 * platform/efl/tables/mozilla/bugs/bug93363-expected.txt:
2496 * platform/efl/tables/mozilla/bugs/bug963-expected.txt:
2497 * platform/efl/tables/mozilla/bugs/bug96334-expected.txt:
2498 * platform/efl/tables/mozilla/bugs/bug96343-expected.txt:
2499 * platform/efl/tables/mozilla/bugs/bug965-expected.txt:
2500 * platform/efl/tables/mozilla/bugs/bug97138-expected.txt:
2501 * platform/efl/tables/mozilla/bugs/bug97383-expected.txt:
2502 * platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt:
2503 * platform/efl/tables/mozilla/bugs/bug99923-expected.txt:
2504 * platform/efl/tables/mozilla/bugs/bug99948-expected.txt:
2505 * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt:
2506 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
2507 * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2508 * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
2509 * platform/efl/tables/mozilla/core/borders-expected.txt:
2510 * platform/efl/tables/mozilla/core/captions-expected.txt:
2511 * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
2512 * platform/efl/tables/mozilla/core/col_span-expected.txt:
2513 * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt:
2514 * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
2515 * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
2516 * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
2517 * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt:
2518 * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
2519 * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt:
2520 * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
2521 * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
2522 * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt:
2523 * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
2524 * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt:
2525 * platform/efl/tables/mozilla/core/margins-expected.txt:
2526 * platform/efl/tables/mozilla/core/misc-expected.txt:
2527 * platform/efl/tables/mozilla/core/nested1-expected.txt:
2528 * platform/efl/tables/mozilla/core/one_row-expected.txt:
2529 * platform/efl/tables/mozilla/core/row_span-expected.txt:
2530 * platform/efl/tables/mozilla/core/table_frame-expected.txt:
2531 * platform/efl/tables/mozilla/core/table_rules-expected.txt:
2532 * platform/efl/tables/mozilla/core/table_widths-expected.txt:
2533 * platform/efl/tables/mozilla/dom/appendCol2-expected.txt:
2534 * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt:
2535 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
2536 * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
2537 * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
2538 * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
2539 * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt:
2540 * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt:
2541 * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt:
2542 * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt:
2543 * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt:
2544 * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
2545 * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
2546 * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
2547 * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
2548 * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt:
2549 * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt:
2550 * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
2551 * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
2552 * platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt:
2553 * platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt:
2554 * platform/efl/tables/mozilla/dom/insertCols1-expected.txt:
2555 * platform/efl/tables/mozilla/dom/insertCols2-expected.txt:
2556 * platform/efl/tables/mozilla/dom/insertCols3-expected.txt:
2557 * platform/efl/tables/mozilla/dom/insertCols4-expected.txt:
2558 * platform/efl/tables/mozilla/dom/insertCols5-expected.txt:
2559 * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt:
2560 * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
2561 * platform/efl/tables/mozilla/dom/tableDom-expected.txt:
2562 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
2563 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
2564 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
2565 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
2566 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
2567 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
2568 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
2569 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
2570 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
2571 * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt:
2572 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
2573 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
2574 * platform/efl/tables/mozilla/marvin/col_span-expected.txt:
2575 * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt:
2576 * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
2577 * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt:
2578 * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt:
2579 * platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt:
2580 * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
2581 * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
2582 * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
2583 * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
2584 * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
2585 * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt:
2586 * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt:
2587 * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt:
2588 * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: Added.
2589 * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
2590 * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt:
2591 * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt:
2592 * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt:
2593 * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt:
2594 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
2595 * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt:
2596 * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt:
2597 * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt:
2598 * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt:
2599 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
2600 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
2601 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
2602 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
2603 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
2604 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
2605 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
2606 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
2607 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
2608 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
2609 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
2610 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
2611 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
2612 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
2613 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
2614 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
2615 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
2616 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
2617 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
2618 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
2619 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
2620 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
2621 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
2622 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
2623 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
2624 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
2625 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
2626 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
2627 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
2628 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
2629 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
2630 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
2631 * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt:
2632 * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt:
2633 * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt:
2634 * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt:
2635 * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
2636 * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
2637 * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt:
2638 * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
2639 * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
2640 * platform/efl/tables/mozilla/marvin/tables_default-expected.txt:
2641 * platform/efl/tables/mozilla/marvin/tables_id-expected.txt:
2642 * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
2643 * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt:
2644 * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt:
2645 * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt:
2646 * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt:
2647 * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt:
2648 * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
2649 * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
2650 * platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt:
2651 * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt:
2652 * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt:
2653 * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt:
2654 * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt:
2655 * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt:
2656 * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
2657 * platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt:
2658 * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt:
2659 * platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt:
2660 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
2661 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
2662 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
2663 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
2664 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
2665 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
2666 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
2667 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
2668 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
2669 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt:
2670 * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt:
2671 * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt:
2672 * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt:
2673 * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt:
2674 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
2675 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
2676 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
2677 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
2678 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
2679 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
2680 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
2681 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
2682 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
2683 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
2684 * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt:
2685 * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt:
2686 * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt:
2687 * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt:
2688 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
2689 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
2690 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
2691 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
2692 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
2693 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
2694 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
2695 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
2696 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt:
2697 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt:
2698 * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
2699 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
2700 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
2701 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
2702 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
2703 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
2704 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
2705 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
2706 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
2707 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
2708 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
2709 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
2710 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
2711 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
2712 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
2713 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
2714 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
2715 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
2716 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
2717 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
2718 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
2719 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
2720 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
2721 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
2722 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
2723 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
2724 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
2725 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
2726 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
2727 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
2728 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
2729 * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
2730 * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
2731 * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt:
2732 * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt:
2733 * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
2734 * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt:
2735 * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt:
2736 * platform/efl/tables/mozilla/marvin/x_col_span-expected.txt:
2737 * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
2738 * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
2739 * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
2740 * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt:
2741 * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt:
2742 * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt:
2743 * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
2744 * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt:
2745 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
2746 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
2747 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
2748 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
2749 * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
2750 * platform/efl/tables/mozilla/marvin/x_table-expected.txt:
2751 * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt:
2752 * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt:
2753 * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt:
2754 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
2755 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
2756 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
2757 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
2758 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
2759 * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
2760 * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
2761 * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
2762 * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
2763 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
2764 * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
2765 * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt:
2766 * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt:
2767 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
2768 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
2769 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
2770 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
2771 * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt:
2772 * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt:
2773 * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt:
2774 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
2775 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
2776 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
2777 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
2778 * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt:
2779 * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt:
2780 * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt:
2781 * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt:
2782 * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt:
2783 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
2784 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
2785 * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt:
2786 * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt:
2787 * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt:
2788 * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt:
2789 * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt:
2790 * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt:
2791 * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt:
2792 * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
2793 * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
2794 * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
2795 * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt:
2796 * platform/efl/tables/mozilla/marvin/x_td_width-expected.txt:
2797 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
2798 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
2799 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
2800 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
2801 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
2802 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
2803 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
2804 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
2805 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
2806 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
2807 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
2808 * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt:
2809 * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt:
2810 * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt:
2811 * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt:
2812 * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt:
2813 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
2814 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
2815 * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt:
2816 * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt:
2817 * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt:
2818 * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt:
2819 * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt:
2820 * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt:
2821 * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt:
2822 * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
2823 * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
2824 * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
2825 * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt:
2826 * platform/efl/tables/mozilla/marvin/x_th_width-expected.txt:
2827 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
2828 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
2829 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
2830 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
2831 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
2832 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
2833 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
2834 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
2835 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
2836 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
2837 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
2838 * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt:
2839 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
2840 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
2841 * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt:
2842 * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt:
2843 * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt:
2844 * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
2845 * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
2846 * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
2847 * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
2848 * platform/efl/tables/mozilla/other/body_col-expected.txt:
2849 * platform/efl/tables/mozilla/other/cell_widths-expected.txt:
2850 * platform/efl/tables/mozilla/other/cellspacing-expected.txt:
2851 * platform/efl/tables/mozilla/other/move_row-expected.txt:
2852 * platform/efl/tables/mozilla/other/ms-expected.txt:
2853 * platform/efl/tables/mozilla/other/nested2-expected.txt:
2854 * platform/efl/tables/mozilla/other/nestedTables-expected.txt:
2855 * platform/efl/tables/mozilla/other/padding-expected.txt:
2856 * platform/efl/tables/mozilla/other/slashlogo-expected.txt:
2857 * platform/efl/tables/mozilla/other/test3-expected.txt:
2858 * platform/efl/tables/mozilla/other/test6-expected.txt:
2859 * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
2860 * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:
2861 * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt:
2862 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
2863 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
2864 * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
2865 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
2866 * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
2867 * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
2868 * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
2869 * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
2870 * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
2871 * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
2872 * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
2873 * platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
2874 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
2875 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
2876 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
2877 * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
2878 * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
2879 * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
2880 * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
2881 * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
2882 * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
2883 * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2884 * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
2885 * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2886 * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
2887 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
2888 * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2889 * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
2890 * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
2891 * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
2892 * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
2893 * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
2894 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
2895 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
2896 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
2897 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
2898 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
2899 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
2900 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
2901 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
2902 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
2903 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
2904 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
2905 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
2906 * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
2907 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2908 * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
2909 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
2910 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
2911 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
2912 * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2913 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
2914 * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
2915 * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
2916 * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
2917 * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
2918 * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
2919 * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
2920 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
2921 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2922 * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
2923 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
2924 * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2925 * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2926 * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
2927 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
2928 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2929 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2930 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
2931 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
2932 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt:
2933 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
2934 * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt:
2935 * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt:
2936 * platform/efl/tables/mozilla_expected_failures/core/columns-expected.txt:
2937 * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt:
2938 * platform/efl/tables/mozilla_expected_failures/core/standards1-expected.txt:
2939 * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
2940 * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
2941 * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
2942 * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
2943 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
2944 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
2945 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
2946 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
2947 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
2948 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
2949 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
2950 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
2951 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
2952 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2953 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
2954 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
2955 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
2956 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
2957 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
2958 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
2959 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
2960 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
2961 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
2962 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
2963 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
2964 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
2965 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
2966 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
2967 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
2968 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
2969 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
2970 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
2971 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
2972 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
2973 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
2974 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
2975 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
2976 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
2977 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
2978 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
2979 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
2980 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
2981 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
2982 * 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.
2983 * 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.
2984 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
2985 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
2986 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
2987 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
2988 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
2989 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
2990 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
2991 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
2992 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
2993 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
2994 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
2995 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
2996 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
2997 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
2998 * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
2999 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
3000 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
3001 * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
3002 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
3003 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
3004 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
3005 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
3006 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
3007 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
3008 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
3009 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
3010 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
3011 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
3012 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
3013 * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
3014 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
3016 2015-10-28 Zalan Bujtas <zalan@apple.com>
3018 Should never be reached failure in WebCore::backgroundRectForBox
3019 https://bugs.webkit.org/show_bug.cgi?id=150232
3021 Reviewed by Simon Fraser.
3023 We should never end up with simple container for composited layer when background-clip: text is present.
3024 (not even when the box has no decoration to paint)
3026 * fast/backgrounds/background-clip-text-with-simple-container-expected.txt: Added.
3027 * fast/backgrounds/background-clip-text-with-simple-container.html: Added.
3029 2015-10-28 Ryan Haddad <ryanhaddad@apple.com>
3031 Adding imported/w3c/web-platform-tests/XMLHttpRequest/response-method.htm to the list of flaky tests on win
3032 https://bugs.webkit.org/show_bug.cgi?id=150594
3034 Unreviewed test gardening
3036 * platform/win/TestExpectations:
3038 2015-10-28 Brady Eidson <beidson@apple.com>
3040 Modern IDB: Implement most readonly attributes of IDBObjectStore.
3041 https://bugs.webkit.org/show_bug.cgi?id=150617
3043 Reviewed by Alex Christensen.
3045 * storage/indexeddb/modern/objectstore-attributes-expected.txt: Added.
3046 * storage/indexeddb/modern/objectstore-attributes.html: Added.
3048 2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
3050 Unreviewed. EFL gardening: rebaseline more tests after r191623.
3051 https://bugs.webkit.org/show_bug.cgi?id=150626
3053 * platform/efl/editing/deleting/4922367-expected.txt:
3054 * platform/efl/editing/deleting/5099303-expected.txt:
3055 * platform/efl/editing/deleting/5126166-expected.txt:
3056 * platform/efl/editing/deleting/5144139-2-expected.txt:
3057 * platform/efl/editing/deleting/5206311-1-expected.txt:
3058 * platform/efl/editing/deleting/5433862-2-expected.txt:
3059 * platform/efl/editing/deleting/5483370-expected.txt:
3060 * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
3061 * platform/efl/editing/deleting/table-cells-expected.txt:
3062 * platform/efl/editing/execCommand/5481523-expected.txt:
3063 * platform/efl/editing/inserting/5058163-1-expected.txt:
3064 * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
3065 * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
3066 * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
3067 * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
3068 * platform/efl/editing/selection/3690703-2-expected.txt:
3069 * platform/efl/editing/selection/3690703-expected.txt:
3070 * platform/efl/editing/selection/3690719-expected.txt:
3071 * platform/efl/editing/selection/4895428-2-expected.txt:
3072 * platform/efl/editing/selection/5057506-2-expected.txt:
3073 * platform/efl/editing/selection/5057506-expected.txt:
3074 * platform/efl/editing/selection/5131716-1-expected.txt:
3075 * platform/efl/editing/selection/5131716-2-expected.txt:
3076 * platform/efl/editing/selection/5131716-3-expected.txt:
3077 * platform/efl/editing/selection/5131716-4-expected.txt:
3078 * platform/efl/editing/selection/iframe-expected.txt:
3079 * platform/efl/editing/selection/inline-table-expected.txt:
3080 * platform/efl/editing/selection/move-by-line-001-expected.txt:
3081 * platform/efl/editing/selection/select-all-004-expected.txt: Added.
3082 * platform/efl/editing/selection/table-caret-3-expected.txt:
3083 * platform/efl/editing/style/5017613-1-expected.txt:
3084 * platform/efl/editing/style/5017613-2-expected.txt:
3085 * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
3086 * platform/efl/editing/style/table-selection-expected.txt:
3087 * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
3088 * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
3089 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
3090 * platform/efl/fast/block/basic/016-expected.txt:
3091 * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Added.
3092 * platform/efl/fast/block/float/011-expected.txt:
3093 * platform/efl/fast/block/float/015-expected.txt:
3094 * platform/efl/fast/block/float/025-expected.txt:
3095 * platform/efl/fast/block/float/026-expected.txt:
3096 * platform/efl/fast/block/float/027-expected.txt:
3097 * platform/efl/fast/block/float/028-expected.txt:
3098 * platform/efl/fast/block/margin-collapse/001-expected.txt:
3099 * platform/efl/fast/block/margin-collapse/005-expected.txt:
3100 * platform/efl/fast/block/margin-collapse/006-expected.txt:
3101 * platform/efl/fast/block/margin-collapse/010-expected.txt:
3102 * platform/efl/fast/block/margin-collapse/011-expected.txt:
3103 * platform/efl/fast/block/margin-collapse/012-expected.txt:
3104 * platform/efl/fast/block/margin-collapse/015-expected.txt:
3105 * platform/efl/fast/block/margin-collapse/016-expected.txt:
3106 * platform/efl/fast/block/margin-collapse/017-expected.txt:
3107 * platform/efl/fast/block/margin-collapse/018-expected.txt:
3108 * platform/efl/fast/block/margin-collapse/019-expected.txt:
3109 * platform/efl/fast/block/margin-collapse/020-expected.txt:
3110 * platform/efl/fast/block/margin-collapse/021-expected.txt:
3111 * platform/efl/fast/block/margin-collapse/022-expected.txt:
3112 * platform/efl/fast/block/margin-collapse/025-expected.txt:
3113 * platform/efl/fast/block/margin-collapse/032-expected.txt:
3114 * platform/efl/fast/block/margin-collapse/033-expected.txt:
3115 * platform/efl/fast/block/margin-collapse/034-expected.txt:
3116 * platform/efl/fast/block/margin-collapse/041-expected.txt:
3117 * platform/efl/fast/block/margin-collapse/042-expected.txt:
3118 * platform/efl/fast/block/margin-collapse/055-expected.txt:
3119 * platform/efl/fast/block/margin-collapse/056-expected.txt:
3120 * platform/efl/fast/block/margin-collapse/057-expected.txt:
3121 * platform/efl/fast/block/margin-collapse/058-expected.txt:
3122 * platform/efl/fast/block/margin-collapse/059-expected.txt:
3123 * platform/efl/fast/block/margin-collapse/104-expected.txt:
3124 * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
3125 * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
3126 * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
3127 * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3128 * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3129 * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3130 * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3131 * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3132 * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
3133 * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
3134 * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
3135 * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3136 * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
3137 * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
3138 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
3139 * platform/efl/fast/block/positioning/053-expected.txt:
3140 * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
3141 * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
3142 * platform/efl/fast/borders/bidi-009a-expected.txt:
3143 * platform/efl/fast/borders/border-antialiasing-expected.txt:
3144 * 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.
3145 * platform/efl/fast/borders/table-borders-expected.txt:
3146 * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
3147 * platform/efl/fast/css-generated-content/015-expected.txt:
3148 * platform/efl/fast/css-generated-content/details-summary-before-after-expected.txt:
3149 * platform/efl/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Added.
3150 * platform/efl/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Added.
3151 * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
3152 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
3153 * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
3154 * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
3155 * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
3156 * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
3157 * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
3158 * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
3159 * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
3160 * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
3161 * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
3162 * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
3163 * platform/efl/fast/css/003-expected.txt:
3164 * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
3165 * platform/efl/fast/css/acid2-expected.txt:
3166 * platform/efl/fast/css/acid2-pixel-expected.txt:
3167 * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
3168 * platform/efl/fast/css/box-shadow-and-border-radius-expected.txt: Added.
3169 * platform/efl/fast/css/caption-width-absolute-position-expected.txt: Added.
3170 * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
3171 * platform/efl/fast/css/caption-width-fixed-position-expected.txt: Added.
3172 * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
3173 * platform/efl/fast/css/caption-width-relative-position-expected.txt: Added.
3174 * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
3175 * platform/efl/fast/css/css3-nth-child-expected.txt:
3176 * platform/efl/fast/css/first-letter-float-expected.txt:
3177 * platform/efl/fast/css/focus-ring-detached-expected.txt:
3178 * platform/efl/fast/css/focus-ring-multiline-expected.txt:
3179 * platform/efl/fast/css/h1-in-section-elements-expected.txt:
3180 * platform/efl/fast/css/image-rendering-expected.txt:
3181 * platform/efl/fast/css/layerZOrderCrash-expected.txt:
3182 * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt: Added.
3183 * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Added.
3184 * platform/efl/fast/css/percentage-non-integer-expected.txt:
3185 * platform/efl/fast/css/table-text-align-quirk-expected.txt:
3186 * platform/efl/fast/css/table-text-align-strict-expected.txt:
3187 * platform/efl/fast/dom/34176-expected.txt:
3188 * platform/efl/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt: Added.
3189 * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
3190 * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
3191 * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
3192 * platform/efl/fast/dom/row-inner-text-expected.txt:
3193 * platform/efl/fast/dynamic/001-expected.txt: Added.
3194 * platform/efl/fast/dynamic/007-expected.txt:
3195 * platform/efl/fast/dynamic/013-expected.txt:
3196 * platform/efl/fast/dynamic/014-expected.txt:
3197 * platform/efl/fast/dynamic/015-expected.txt:
3198 * platform/efl/fast/dynamic/containing-block-change-expected.txt:
3199 * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
3200 * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
3201 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
3202 * platform/efl/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
3203 * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
3204 * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
3205 * platform/efl/fast/forms/001-expected.txt:
3206 * platform/efl/fast/forms/005-expected.txt: Added.
3207 * platform/efl/fast/forms/basic-buttons-expected.txt:
3208 * platform/efl/fast/forms/button-white-space-expected.txt:
3209 * platform/efl/fast/forms/file/file-input-direction-expected.txt:
3210 * platform/efl/fast/forms/form-added-to-table-expected.txt:
3211 * platform/efl/fast/forms/form-element-geometry-expected.txt:
3212 * platform/efl/fast/forms/form-hides-table-expected.txt:
3213 * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
3214 * platform/efl/fast/forms/formmove3-expected.txt:
3215 * platform/efl/fast/forms/input-appearance-spinbutton-expected.txt: Added.
3216 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3217 * platform/efl/fast/forms/input-table-expected.txt:
3218 * platform/efl/fast/forms/input-value-expected.txt:
3219 * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
3220 * platform/efl/fast/forms/minWidthPercent-expected.txt:
3221 * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
3222 * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
3223 * platform/efl/fast/html/details-writing-mode-expected.txt:
3224 * platform/efl/fast/inline-block/001-expected.txt:
3225 * platform/efl/fast/inline-block/overflow-clip-expected.txt:
3226 * platform/efl/fast/invalid/012-expected.txt:
3227 * platform/efl/fast/invalid/018-expected.txt:
3228 * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
3229 * platform/efl/fast/invalid/td-inside-object-expected.txt:
3230 * platform/efl/fast/lists/004-expected.txt:
3231 * platform/efl/fast/lists/list-marker-before-content-table-expected.txt: Added.
3232 * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
3233 * platform/efl/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Added.
3234 * platform/efl/fast/multicol/table-vertical-align-expected.txt:
3235 * platform/efl/fast/overflow/002-expected.txt:
3236 * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
3237 * platform/efl/fast/overflow/overflow-rtl-expected.txt:
3238 * platform/efl/fast/overflow/overflow-rtl-vertical-expected.txt:
3239 * platform/efl/fast/overflow/table-overflow-float-expected.txt:
3240 * platform/efl/fast/reflections/table-cell-expected.txt: Added.
3241 * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
3242 * platform/efl/fast/repaint/float-overflow-expected.txt: Added.
3243 * platform/efl/fast/repaint/float-overflow-right-expected.txt: Added.
3244 * platform/efl/fast/repaint/subtree-root-clip-3-expected.txt: Added.
3245 * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
3246 * platform/efl/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
3247 * platform/efl/fast/repaint/table-cell-move-expected.txt:
3248 * platform/efl/fast/repaint/table-cell-overflow-expected.txt: Added.
3249 * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.txt: Added.
3250 * platform/efl/fast/repaint/table-col-background-expected.txt: Added.
3251 * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
3252 * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
3253 * platform/efl/fast/repaint/table-hover-on-link-expected.txt: Added.
3254 * platform/efl/fast/repaint/table-outer-border-expected.txt: Added.
3255 * platform/efl/fast/repaint/table-row-expected.txt: Added.
3256 * platform/efl/fast/repaint/table-section-overflow-expected.txt: Added.
3257 * platform/efl/fast/repaint/table-section-repaint-expected.txt: Added.
3258 * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
3259 * platform/efl/fast/repaint/table-writing-modes-h-expected.txt: Added.
3260 * platform/efl/fast/repaint/table-writing-modes-v-expected.txt: Added.
3261 * platform/efl/fast/replaced/005-expected.txt:
3262 * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.txt: Added.
3263 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
3264 * platform/efl/fast/replaced/selection-rect-expected.txt: Added.
3265 * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
3266 * platform/efl/fast/replaced/table-percent-height-positioned-expected.txt: Added.
3267 * platform/efl/fast/replaced/width100percent-button-expected.txt:
3268 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
3269 * platform/efl/fast/replaced/width100percent-image-expected.txt:
3270 * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
3271 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
3272 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
3273 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
3274 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
3275 * platform/efl/fast/ruby/ruby-inline-table-expected.txt:
3276 * platform/efl/fast/selectors/018-expected.txt:
3277 * platform/efl/fast/selectors/018b-expected.txt:
3278 * platform/efl/fast/selectors/032-expected.txt:
3279 * platform/efl/fast/selectors/043-expected.txt:
3280 * platform/efl/fast/selectors/043b-expected.txt:
3281 * platform/efl/fast/selectors/044-expected.txt:
3282 * platform/efl/fast/selectors/044b-expected.txt:
3283 * platform/efl/fast/selectors/077-expected.txt:
3284 * platform/efl/fast/selectors/077b-expected.txt:
3285 * platform/efl/fast/selectors/078b-expected.txt:
3286 * platform/efl/fast/table/001-expected.txt:
3287 * platform/efl/fast/table/002-expected.txt:
3288 * platform/efl/fast/table/003-expected.txt:
3289 * platform/efl/fast/table/004-expected.txt:
3290 * platform/efl/fast/table/005-expected.txt:
3291 * platform/efl/fast/table/006-expected.txt:
3292 * platform/efl/fast/table/007-expected.txt:
3293 * platform/efl/fast/table/008-expected.txt: Added.
3294 * platform/efl/fast/table/009-expected.txt:
3295 * platform/efl/fast/table/010-expected.txt:
3296 * platform/efl/fast/table/011-expected.txt:
3297 * platform/efl/fast/table/012-expected.txt:
3298 * platform/efl/fast/table/013-expected.txt:
3299 * platform/efl/fast/table/015-expected.txt:
3300 * platform/efl/fast/table/016-expected.txt:
3301 * platform/efl/fast/table/017-expected.txt:
3302 * platform/efl/fast/table/020-expected.txt:
3303 * platform/efl/fast/table/021-expected.txt:
3304 * platform/efl/fast/table/022-expected.txt:
3305 * platform/efl/fast/table/023-expected.txt:
3306 * platform/efl/fast/table/024-expected.txt: Added.
3307 * platform/efl/fast/table/025-expected.txt:
3308 * platform/efl/fast/table/026-expected.txt:
3309 * platform/efl/fast/table/027-expected.txt:
3310 * platform/efl/fast/table/027-vertical-expected.txt:
3311 * platform/efl/fast/table/028-expected.txt:
3312 * platform/efl/fast/table/028-vertical-expected.txt:
3313 * platform/efl/fast/table/029-expected.txt:
3314 * platform/efl/fast/table/030-expected.txt:
3315 * platform/efl/fast/table/031-expected.txt: Added.
3316 * platform/efl/fast/table/032-expected.txt: Added.
3317 * platform/efl/fast/table/033-expected.txt:
3318 * platform/efl/fast/table/034-expected.txt: Added.
3319 * platform/efl/fast/table/035-expected.txt:
3320 * platform/efl/fast/table/037-expected.txt:
3321 * platform/efl/fast/table/038-expected.txt:
3322 * platform/efl/fast/table/039-expected.txt:
3323 * platform/efl/fast/table/040-expected.txt:
3324 * platform/efl/fast/table/040-vertical-expected.txt:
3325 * platform/efl/fast/table/041-expected.txt:
3326 * platform/efl/fast/table/100-percent-cell-width-expected.txt:
3327 * platform/efl/fast/table/add-before-anonymous-child-expected.txt:
3328 * platform/efl/fast/table/append-cells-expected.txt:
3329 * platform/efl/fast/table/append-cells2-expected.txt:
3330 * platform/efl/fast/table/auto-with-percent-height-expected.txt:
3331 * platform/efl/fast/table/auto-with-percent-height-vertical-expected.txt:
3332 * platform/efl/fast/table/border-collapsing/001-expected.txt:
3333 * platform/efl/fast/table/border-collapsing/001-vertical-expected.txt:
3334 * platform/efl/fast/table/border-collapsing/002-expected.txt:
3335 * platform/efl/fast/table/border-collapsing/002-vertical-expected.txt:
3336 * platform/efl/fast/table/border-collapsing/003-expected.txt:
3337 * platform/efl/fast/table/border-collapsing/003-vertical-expected.txt:
3338 * platform/efl/fast/table/border-collapsing/004-expected.txt:
3339 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
3340 * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
3341 * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
3342 * platform/efl/fast/table/border-collapsing/bug14274-expected.txt: Added.
3343 * platform/efl/fast/table/border-collapsing/cached-69296-expected.txt: Added.
3344 * platform/efl/fast/table/border-collapsing/cached-cell-append-expected.txt: Added.
3345 * platform/efl/fast/table/border-collapsing/cached-cell-remove-expected.txt: Added.
3346 * platform/efl/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Added.
3347 * platform/efl/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: Added.
3348 * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: Added.
3349 * platform/efl/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Added.
3350 * platform/efl/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Added.
3351 * platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Added.
3352 * platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Added.
3353 * platform/efl/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Added.
3354 * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Added.
3355 * platform/efl/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Added.
3356 * platform/efl/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Added.
3357 * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Added.
3358 * platform/efl/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: Added.
3359 * platform/efl/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: Added.
3360 * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
3361 * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Added.
3362 * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
3363 * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
3364 * platform/efl/fast/table/caption-relayout-expected.txt: Added.
3365 * platform/efl/fast/table/cell-absolute-child-expected.txt:
3366 * platform/efl/fast/table/cell-coalescing-expected.txt:
3367 * platform/efl/fast/table/cell-width-auto-expected.txt:
3368 * platform/efl/fast/table/cellindex-expected.txt:
3369 * platform/efl/fast/table/click-near-anonymous-table-expected.txt:
3370 * platform/efl/fast/table/col-width-span-expand-expected.txt: Added.
3371 * platform/efl/fast/table/colgroup-preceded-by-caption-expected.txt:
3372 * platform/efl/fast/table/colgroup-spanning-groups-rules-expected.txt:
3373 * platform/efl/fast/table/colspan-with-all-percent-cells-expected.txt: Added.
3374 * platform/efl/fast/table/colspanMinWidth-expected.txt:
3375 * platform/efl/fast/table/colspanMinWidth-vertical-expected.txt:
3376 * platform/efl/fast/table/dynamic-cellpadding-expected.txt:
3377 * platform/efl/fast/table/dynamic-descendant-percentage-height-expected.txt:
3378 * platform/efl/fast/table/edge-offsets-expected.txt:
3379 * platform/efl/fast/table/empty-cells-expected.txt:
3380 * platform/efl/fast/table/fixed-nested-expected.txt:
3381 * platform/efl/fast/table/floating-th-expected.txt:
3382 * platform/efl/fast/table/floatingTablePaintBackground-expected.txt:
3383 * platform/efl/fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
3384 * platform/efl/fast/table/frame-and-rules-expected.txt:
3385 * platform/efl/fast/table/generated-caption-expected.txt:
3386 * platform/efl/fast/table/giantRowspan-expected.txt: Added.
3387 * platform/efl/fast/table/growCellForImageQuirk-expected.txt: Added.
3388 * platform/efl/fast/table/growCellForImageQuirk-vertical-expected.txt: Added.
3389 * platform/efl/fast/table/height-percent-test-expected.txt: Added.
3390 * platform/efl/fast/table/height-percent-test-vertical-expected.txt: Added.
3391 * platform/efl/fast/table/insert-before-anonymous-ancestors-expected.txt:
3392 * platform/efl/fast/table/insert-cell-before-form-expected.txt:
3393 * platform/efl/fast/table/insert-row-before-form-expected.txt:
3394 * platform/efl/fast/table/invisible-cell-background-expected.txt:
3395 * platform/efl/fast/table/large-width-expected.txt:
3396 * platform/efl/fast/table/max-width-integer-overflow-expected.txt: Added.
3397 * platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
3398 * platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
3399 * platform/efl/fast/table/multiple-captions-display-expected.txt:
3400 * platform/efl/fast/table/multiple-percent-height-rows-expected.txt:
3401 * platform/efl/fast/table/nested-percent-height-table-expected.txt:
3402 * platform/efl/fast/table/nobr-expected.txt:
3403 * platform/efl/fast/table/overflowHidden-expected.txt:
3404 * platform/efl/fast/table/percent-heights-expected.txt:
3405 * platform/efl/fast/table/percent-widths-stretch-expected.txt: Added.
3406 * platform/efl/fast/table/percent-widths-stretch-vertical-expected.txt: Added.
3407 * platform/efl/fast/table/prepend-in-anonymous-table-expected.txt:
3408 * platform/efl/fast/table/quote-text-around-iframe-expected.txt:
3409 * platform/efl/fast/table/relative-position-containment-expected.txt:
3410 * platform/efl/fast/table/relative-position-offsets-expected.txt:
3411 * platform/efl/fast/table/relative-position-stacking-expected.txt:
3412 * platform/efl/fast/table/remove-td-display-none-expected.txt:
3413 * platform/efl/fast/table/replaced-percent-height-expected.txt:
3414 * platform/efl/fast/table/row-height-recalc-expected.txt:
3415 * platform/efl/fast/table/rowindex-expected.txt:
3416 * platform/efl/fast/table/rowspan-paint-order-expected.txt:
3417 * platform/efl/fast/table/rowspan-paint-order-vertical-expected.txt:
3418 * platform/efl/fast/table/rtl-cell-display-none-assert-expected.txt:
3419 * platform/efl/fast/table/rules-attr-dynchange1-expected.txt:
3420 * platform/efl/fast/table/rules-attr-dynchange2-expected.txt:
3421 * platform/efl/fast/table/simple_paint-expected.txt: Added.
3422 * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
3423 * platform/efl/fast/table/stale-grid-crash-expected.txt:
3424 * platform/efl/fast/table/table-after-child-in-table-expected.txt:
3425 * platform/efl/fast/table/table-and-parts-outline-expected.txt:
3426 * platform/efl/fast/table/table-anonymous-cell-bug-expected.txt: Added.
3427 * platform/efl/fast/table/table-anonymous-row-bug-expected.txt: Added.
3428 * platform/efl/fast/table/table-anonymous-section-bug-expected.txt: Added.
3429 * platform/efl/fast/table/table-before-child-in-table-expected.txt:
3430 * platform/efl/fast/table/table-before-child-style-update-expected.txt: Added.
3431 * platform/efl/fast/table/table-cell-after-child-in-block-expected.txt:
3432 * platform/efl/fast/table/table-cell-after-child-in-table-expected.txt:
3433 * platform/efl/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
3434 * platform/efl/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
3435 * platform/efl/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
3436 * platform/efl/fast/table/table-cell-before-child-in-block-expected.txt:
3437 * platform/efl/fast/table/table-cell-before-child-in-table-expected.txt:
3438 * platform/efl/fast/table/table-cell-split-expected.txt: Added.
3439 * platform/efl/fast/table/table-continuation-outline-paint-crash-expected.txt:
3440 * platform/efl/fast/table/table-display-types-expected.txt:
3441 * platform/efl/fast/table/table-display-types-strict-expected.txt:
3442 * platform/efl/fast/table/table-display-types-vertical-expected.txt:
3443 * platform/efl/fast/table/table-hspace-align-center-expected.txt:
3444 * platform/efl/fast/table/table-insert-before-non-anonymous-block-expected.txt: Added.
3445 * platform/efl/fast/table/table-row-after-child-in-block-expected.txt:
3446 * platform/efl/fast/table/table-row-after-child-in-table-expected.txt:
3447 * platform/efl/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
3448 * platform/efl/fast/table/table-row-before-after-content-around-table-cell-expected.txt: Added.
3449 * platform/efl/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
3450 * platform/efl/fast/table/table-row-before-child-in-block-expected.txt:
3451 * platform/efl/fast/table/table-row-before-child-in-table-expected.txt:
3452 * platform/efl/fast/table/table-row-before-child-style-update-expected.txt: Added.
3453 * platform/efl/fast/table/table-row-outline-paint-expected.txt: Added.
3454 * platform/efl/fast/table/table-row-split2-expected.txt: Added.
3455 * platform/efl/fast/table/table-row-style-not-updated-expected.txt: Added.
3456 * platform/efl/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Added.
3457 * platform/efl/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Added.
3458 * platform/efl/fast/table/table-section-split2-expected.txt: Added.
3459 * platform/efl/fast/table/table-split-expected.txt: Added.
3460 * platform/efl/fast/table/table-split2-expected.txt: Added.
3461 * platform/efl/fast/table/table-style-not-updated-expected.txt: Added.
3462 * platform/efl/fast/table/tableInsideCaption-expected.txt:
3463 * platform/efl/fast/table/text-field-baseline-expected.txt:
3464 * platform/efl/fast/table/unbreakable-images-quirk-expected.txt:
3465 * platform/efl/fast/table/vertical-align-baseline-expected.txt:
3466 * platform/efl/fast/table/wide-colspan-expected.txt: Added.
3467 * platform/efl/fast/table/wide-column-expected.txt: Added.
3468 * platform/efl/fast/text/atsui-multiple-renderers-expected.txt:
3469 * platform/efl/fast/text/atsui-negative-spacing-features-expected.txt:
3470 * platform/efl/fast/text/atsui-spacing-features-expected.txt:
3471 * platform/efl/fast/text/basic/001-expected.txt:
3472 * platform/efl/fast/text/basic/006-expected.txt:
3473 * platform/efl/fast/text/basic/007-expected.txt:
3474 * platform/efl/fast/text/basic/generic-family-reset-expected.txt:
3475 * platform/efl/fast/text/capitalize-boundaries-expected.txt:
3476 * platform/efl/fast/text/international/003-expected.txt:
3477 * platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.txt:
3478 * platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.txt:
3479 * platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
3480 * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt:
3481 * platform/efl/fast/text/international/bidi-override-expected.txt:
3482 * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
3483 * platform/efl/fast/text/wbr-expected.txt:
3484 * platform/efl/fast/text/whitespace/002-expected.txt:
3485 * platform/efl/fast/text/whitespace/003-expected.txt:
3486 * platform/efl/fast/text/whitespace/004-expected.txt:
3487 * platform/efl/fast/text/whitespace/005-expected.txt:
3488 * platform/efl/fast/text/whitespace/010-expected.txt:
3489 * platform/efl/fast/text/whitespace/011-expected.txt:
3490 * platform/efl/fast/text/whitespace/013-expected.txt:
3491 * platform/efl/fast/text/whitespace/014-expected.txt:
3492 * platform/efl/fast/text/whitespace/015-expected.txt:
3493 * platform/efl/fast/text/whitespace/016-expected.txt:
3494 * platform/efl/fast/text/whitespace/024-expected.txt:
3495 * platform/efl/fast/text/whitespace/025-expected.txt:
3496 * platform/efl/fast/text/whitespace/026-expected.txt:
3497 * platform/efl/fast/text/whitespace/027-expected.txt:
3498 * platform/efl/fast/text/word-break-expected.txt:
3499 * platform/efl/fast/transforms/bounding-rect-zoom-expected.txt:
3500 * platform/efl/fast/transforms/transform-table-row-expected.txt:
3501 * platform/efl/fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
3502 * platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.txt:
3503 * platform/efl/http/tests/misc/acid2-expected.txt:
3504 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
3505 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
3506 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
3507 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
3508 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
3509 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
3510 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
3511 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
3512 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
3513 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
3514 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
3515 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
3516 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
3517 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
3518 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
3519 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
3520 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
3521 * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
3523 2015-10-28 Xabier Rodriguez Calvar <calvaris@igalia.com>
3525 [Streams API] Add write method to writable stream
3526 https://bugs.webkit.org/show_bug.cgi?id=150589
3528 Reviewed by Darin Adler.
3530 Updated expectations.
3532 * streams/reference-implementation/bad-strategies-expected.txt:
3533 * streams/reference-implementation/bad-underlying-sinks-expected.txt:
3534 * streams/reference-implementation/brand-checks-expected.txt:
3535 * streams/reference-implementation/byte-length-queuing-strategy-expected.txt:
3536 * streams/reference-implementation/count-queuing-strategy-expected.txt:
3537 * streams/reference-implementation/pipe-to-expected.txt:
3538 * streams/reference-implementation/writable-stream-abort-expected.txt:
3539 * streams/reference-implementation/writable-stream-expected.txt:
3541 2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
3543 Unreviewed. EFL gardening: rebaseline tests after r191623.
3544 https://bugs.webkit.org/show_bug.cgi?id=150623
3546 * platform/efl/css1/basic/containment-expected.txt:
3547 * platform/efl/css1/basic/contextual_selectors-expected.txt:
3548 * platform/efl/css1/basic/grouping-expected.txt:
3549 * platform/efl/css1/basic/id_as_selector-expected.txt:
3550 * platform/efl/css1/basic/inheritance-expected.txt:
3551 * platform/efl/css1/box_properties/border-expected.txt:
3552 * platform/efl/css1/box_properties/border_bottom-expected.txt:
3553 * platform/efl/css1/box_properties/border_bottom_inline-expected.txt:
3554 * platform/efl/css1/box_properties/border_bottom_width-expected.txt:
3555 * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
3556 * platform/efl/css1/box_properties/border_color-expected.txt:
3557 * platform/efl/css1/box_properties/border_color_inline-expected.txt:
3558 * platform/efl/css1/box_properties/border_inline-expected.txt:
3559 * platform/efl/css1/box_properties/border_left-expected.txt:
3560 * platform/efl/css1/box_properties/border_left_inline-expected.txt:
3561 * platform/efl/css1/box_properties/border_left_width-expected.txt:
3562 * platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
3563 * platform/efl/css1/box_properties/border_right-expected.txt:
3564 * platform/efl/css1/box_properties/border_right_inline-expected.txt:
3565 * platform/efl/css1/box_properties/border_right_width-expected.txt:
3566 * platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
3567 * platform/efl/css1/box_properties/border_style-expected.txt:
3568 * platform/efl/css1/box_properties/border_style_inline-expected.txt:
3569 * platform/efl/css1/box_properties/border_top-expected.txt:
3570 * platform/efl/css1/box_properties/border_top_inline-expected.txt:
3571 * platform/efl/css1/box_properties/border_top_width-expected.txt:
3572 * platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
3573 * platform/efl/css1/box_properties/border_width-expected.txt:
3574 * platform/efl/css1/box_properties/border_width_inline-expected.txt:
3575 * platform/efl/css1/box_properties/clear-expected.txt:
3576 * platform/efl/css1/box_properties/clear_float-expected.txt:
3577 * platform/efl/css1/box_properties/float-expected.txt:
3578 * platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
3579 * platform/efl/css1/box_properties/float_margin-expected.txt:
3580 * platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
3581 * platform/efl/css1/box_properties/height-expected.txt:
3582 * platform/efl/css1/box_properties/margin-expected.txt:
3583 * platform/efl/css1/box_properties/margin_bottom-expected.txt:
3584 * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
3585 * platform/efl/css1/box_properties/margin_inline-expected.txt:
3586 * platform/efl/css1/box_properties/margin_left-expected.txt:
3587 * platform/efl/css1/box_properties/margin_left_inline-expected.txt:
3588 * platform/efl/css1/box_properties/margin_right-expected.txt:
3589 * platform/efl/css1/box_properties/margin_right_inline-expected.txt:
3590 * platform/efl/css1/box_properties/margin_top-expected.txt:
3591 * platform/efl/css1/box_properties/margin_top_inline-expected.txt:
3592 * platform/efl/css1/box_properties/padding-expected.txt:
3593 * platform/efl/css1/box_properties/padding_bottom-expected.txt:
3594 * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
3595 * platform/efl/css1/box_properties/padding_inline-expected.txt:
3596 * platform/efl/css1/box_properties/padding_left-expected.txt:
3597 * platform/efl/css1/box_properties/padding_left_inline-expected.txt:
3598 * platform/efl/css1/box_properties/padding_right-expected.txt:
3599 * platform/efl/css1/box_properties/padding_right_inline-expected.txt:
3600 * platform/efl/css1/box_properties/padding_top-expected.txt:
3601 * platform/efl/css1/box_properties/padding_top_inline-expected.txt:
3602 * platform/efl/css1/box_properties/width-expected.txt:
3603 * platform/efl/css1/cascade/cascade_order-expected.txt:
3604 * platform/efl/css1/cascade/important-expected.txt:
3605 * platform/efl/css1/classification/display-expected.txt:
3606 * platform/efl/css1/classification/list_style-expected.txt:
3607 * platform/efl/css1/classification/list_style_image-expected.txt:
3608 * platform/efl/css1/classification/list_style_position-expected.txt:
3609 * platform/efl/css1/classification/list_style_type-expected.txt:
3610 * platform/efl/css1/classification/white_space-expected.txt:
3611 * platform/efl/css1/color_and_background/background-expected.txt:
3612 * platform/efl/css1/color_and_background/background_attachment-expected.txt:
3613 * platform/efl/css1/color_and_background/background_color-expected.txt:
3614 * platform/efl/css1/color_and_background/background_image-expected.txt:
3615 * platform/efl/css1/color_and_background/background_position-expected.txt:
3616 * platform/efl/css1/color_and_background/background_repeat-expected.txt:
3617 * platform/efl/css1/color_and_background/color-expected.txt:
3618 * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
3619 * platform/efl/css1/font_properties/font-expected.txt:
3620 * platform/efl/css1/font_properties/font_family-expected.txt:
3621 * platform/efl/css1/font_properties/font_size-expected.txt:
3622 * platform/efl/css1/font_properties/font_style-expected.txt:
3623 * platform/efl/css1/font_properties/font_variant-expected.txt:
3624 * platform/efl/css1/font_properties/font_weight-expected.txt:
3625 * platform/efl/css1/formatting_model/canvas-expected.txt:
3626 * platform/efl/css1/formatting_model/floating_elements-expected.txt:
3627 * platform/efl/css1/formatting_model/height_of_lines-expected.txt:
3628 * platform/efl/css1/formatting_model/inline_elements-expected.txt:
3629 * platform/efl/css1/formatting_model/replaced_elements-expected.txt:
3630 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
3631 * platform/efl/css1/pseudo/anchor-expected.txt:
3632 * platform/efl/css1/pseudo/firstletter-expected.txt:
3633 * platform/efl/css1/pseudo/firstline-expected.txt:
3634 * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
3635 * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
3636 * platform/efl/css1/text_properties/letter_spacing-expected.txt:
3637 * platform/efl/css1/text_properties/line_height-expected.txt:
3638 * platform/efl/css1/text_properties/text_align-expected.txt:
3639 * platform/efl/css1/text_properties/text_decoration-expected.txt:
3640 * platform/efl/css1/text_properties/text_indent-expected.txt:
3641 * platform/efl/css1/text_properties/text_transform-expected.txt:
3642 * platform/efl/css1/text_properties/vertical_align-expected.txt:
3643 * platform/efl/css1/text_properties/word_spacing-expected.txt:
3644 * platform/efl/css1/units/color_units-expected.txt:
3645 * platform/efl/css1/units/length_units-expected.txt:
3646 * platform/efl/css1/units/percentage_units-expected.txt:
3647 * platform/efl/css1/units/urls-expected.txt:
3648 * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt:
3649 * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt:
3650 * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt:
3651 * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt:
3652 * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt:
3653 * platform/efl/css2.1/20110323/inline-table-001-expected.txt:
3654 * platform/efl/css2.1/20110323/inline-table-002a-expected.txt:
3655 * platform/efl/css2.1/20110323/inline-table-003-expected.txt:
3656 * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt:
3657 * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt:
3658 * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt:
3659 * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt:
3660 * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt:
3661 * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt:
3662 * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt:
3663 * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt:
3664 * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt:
3665 * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt:
3666 * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
3667 * platform/efl/css2.1/20110323/table-caption-001-expected.txt:
3668 * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt:
3669 * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt:
3670 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
3671 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
3672 * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
3673 * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
3674 * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
3675 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
3676 * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
3677 * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
3678 * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
3679 * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
3680 * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
3681 * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3682 * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
3683 * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
3684 * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
3685 * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
3686 * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
3687 * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
3688 * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
3689 * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
3690 * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
3691 * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
3692 * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
3693 * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
3694 * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
3695 * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
3696 * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
3697 * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
3698 * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
3699 * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
3700 * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
3701 * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
3702 * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
3703 * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
3704 * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
3705 * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
3706 * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
3707 * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
3708 * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
3709 * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
3710 * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
3711 * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
3712 * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
3713 * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
3714 * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
3715 * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
3716 * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
3717 * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
3718 * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
3719 * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
3720 * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
3721 * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
3722 * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
3723 * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
3724 * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
3725 * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
3726 * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
3727 * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
3728 * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
3729 * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
3730 * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
3731 * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
3732 * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
3733 * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
3734 * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
3735 * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
3736 * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
3737 * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
3738 * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
3739 * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
3740 * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
3741 * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
3742 * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
3743 * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
3744 * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
3745 * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
3746 * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
3747 * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
3748 * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
3749 * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
3750 * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
3751 * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
3752 * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
3753 * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
3754 * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
3755 * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
3756 * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
3757 * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
3758 * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
3759 * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
3760 * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
3761 * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
3762 * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
3763 * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
3764 * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
3765 * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
3766 * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
3767 * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
3768 * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
3769 * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
3770 * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
3771 * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
3772 * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
3773 * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
3774 * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
3775 * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
3776 * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
3777 * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
3778 * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
3779 * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
3780 * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
3781 * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
3782 * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
3783 * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
3784 * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
3785 * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
3786 * platform/efl/css3/css3-modsel-33-expected.txt:
3787 * platform/efl/css3/flexbox/flexbox-baseline-expected.txt:
3788 * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
3789 * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt:
3790 * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
3791 * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
3792 * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
3793 * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt:
3794 * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt:
3795 * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
3796 * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt:
3797 * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
3798 * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
3799 * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
3800 * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
3801 * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt:
3802 * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt:
3803 * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
3804 * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
3805 * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt:
3806 * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt:
3807 * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
3808 * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
3809 * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
3810 * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
3811 * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
3812 * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
3813 * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
3814 * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
3815 * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
3816 * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
3817 * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
3818 * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
3819 * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
3820 * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
3821 * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
3822 * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
3823 * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
3824 * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
3825 * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
3826 * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
3827 * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
3828 * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
3829 * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
3830 * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
3831 * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt:
3832 * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
3833 * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
3834 * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
3835 * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt:
3836 * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt:
3837 * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
3838 * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt:
3839 * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
3840 * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
3841 * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
3842 * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
3843 * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt:
3844 * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt:
3845 * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
3846 * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
3847 * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt:
3848 * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt:
3849 * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
3850 * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
3852 2015-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3854 Unreviewed. GTK+ gardening: rebaseline more tests after r191623.