1 2011-10-25 Fady Samuel <fsamuel@chromium.org>
3 Made Table tests for Bug 70678 Platform Independent
4 https://bugs.webkit.org/show_bug.cgi?id=70850
6 Reviewed by Adam Barth.
8 * fast/table/table-anonymous-cell-bug-expected.png: Added.
9 * fast/table/table-anonymous-cell-bug-expected.txt:
10 * fast/table/table-anonymous-cell-bug.html:
11 * fast/table/table-anonymous-row-bug-expected.png: Added.
12 * fast/table/table-anonymous-row-bug-expected.txt:
13 * fast/table/table-anonymous-row-bug.html:
14 * fast/table/table-anonymous-section-bug-expected.png: Added.
15 * fast/table/table-anonymous-section-bug-expected.txt:
16 * fast/table/table-anonymous-section-bug.html:
18 2011-10-25 Ryosuke Niwa <rniwa@webkit.org>
20 Moving to the start of line should not place the caret outside of the table
21 https://bugs.webkit.org/show_bug.cgi?id=70757
23 Reviewed by Chang Shu.
25 Added a test to move the caret to lineboundaries in the first and the last table cell.
26 The caret should remain inside a table cell.
28 * editing/selection/table-lineboundary-expected.txt: Added.
29 * editing/selection/table-lineboundary.html: Added.
31 2011-10-25 Erik Arvidsson <arv@chromium.org>
33 JS Test Harness: Make successfullyParsed optional
34 https://bugs.webkit.org/show_bug.cgi?id=70784
36 Reviewed by Ojan Vafai.
38 This makes "successfullyParsed = true" optional in favor of tracking syntax errors
41 * fast/*: Remove successfullyParsed.
42 * fast/dom/Window/new-window-opener.html: Cleanup.
43 * fast/dom/Window/resources/window-appendages-cleared-results.html:
44 * fast/dom/Window/webkitConvertPoint.html: Ditto.
45 * fast/dom/Window/webkitConvertPointUpdateLayout.html: Ditto.
46 * fast/js/kde/evil-n.html: This is now a normal test since it is not supposed to fail.
47 * fast/js/kde/garbage-n-expected.txt:
48 * fast/js/kde/garbage-n.html: Use shouldHaveHadError instead of js-test-post-n.js
49 * fast/js/kde/string-1-n.html: Ditto.
50 * fast/js/kde/string-2-n.html: Ditto.
51 * fast/js/resources/js-test-post-async.js: Ensure we didn't get an error.
52 * fast/js/resources/js-test-post-function.js: Ditto.
53 * fast/js/resources/js-test-post-n.js: Removed.
54 * fast/js/resources/js-test-pre.js: Added shouldHaveHadError function that can be used to assert that the
55 error message is what was expected.
56 Ensure we didn't get an error in finistJSTest.
58 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
62 * platform/chromium/test_expectations.txt: Missed some cases where
63 video-porter.html times out. Also added zoom-animator-scale-test2.html
64 that has been timing out for several days.
66 2011-10-25 Anders Carlsson <andersca@apple.com>
68 Plug-ins have to use JavaScript to find out the current device scale factor
69 https://bugs.webkit.org/show_bug.cgi?id=67225
70 <rdar://problem/10048258>
72 Reviewed by Darin Adler.
76 * platform/mac-wk2/plugins/contents-scale-factor-expected.txt: Added.
77 * platform/mac-wk2/plugins/contents-scale-factor.html: Added.
79 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
81 More unreviewed gardening.
83 * platform/chromium/test_expectations.txt: Mark another test
84 as crashing. Moved 2 tests together as they hit the same ASSERT
87 2011-10-25 Leandro Pereira <leandro@profusion.mobi>
89 [EFL] Unreviewed. Add CSS1 pixel baselines.
91 * platform/efl/css1: [...]
93 2011-10-25 Nate Chapin <japhet@chromium.org>
95 Test update for https://bugs.webkit.org/show_bug.cgi?id=61225.
96 Due to changes in the implementation of DocumentThreadableLoader (and
97 therefore XHR), this test will have empty (rather than null) content
98 if we go over the length limit.
100 Reviewed by Antti Koivisto.
102 * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
104 2011-10-25 Pavel Podivilov <podivilov@chromium.org>
106 Get rid of optional parameters in the middle in IDLs.
107 https://bugs.webkit.org/show_bug.cgi?id=70816
109 Reviewed by Adam Barth.
111 Optional parameters in the middle are prohibited by WebIDL spec.
113 * fast/canvas/canvas-putImageData-expected.txt:
114 * fast/canvas/canvas-putImageData.js:
116 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
118 Unreviewed gardening.
120 * platform/chromium/test_expectations.txt: Marking a test as timing
123 2011-10-25 Fady Samuel <fsamuel@chromium.org>
125 Crash in WebCore::RenderTableSection::addChild due to assert failure
126 https://bugs.webkit.org/show_bug.cgi?id=70678
128 Reviewed by David Hyatt.
130 If the child being added is not a Section/Row/Cell, and the previous sibling is not anonymous,
131 we need to create a new anonymous Section/Row/Cell respectively, instead of failing an
134 * fast/table/table-anonymous-cell-bug-expected.txt: Added.
135 * fast/table/table-anonymous-cell-bug.html: Added.
136 * fast/table/table-anonymous-row-bug-expected.txt: Added.
137 * fast/table/table-anonymous-row-bug.html: Added.
138 * fast/table/table-anonymous-section-bug-expected.txt: Added.
139 * fast/table/table-anonymous-section-bug.html: Added.
141 2011-10-25 Zoltan Herczeg <zherczeg@webkit.org>
143 Add new uri tokenizer tests
144 https://bugs.webkit.org/show_bug.cgi?id=70807
146 Reviewed by Darin Adler.
150 * fast/css/uri-token-parsing-expected.txt:
151 * fast/css/uri-token-parsing.html:
153 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
155 Unreviewed gardening.
157 The old rebaseline looked wrong and did not match the other baselines. This is now corrected.
159 * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
161 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
163 Unreviewed gardening.
165 Partial rebaselining of fast/css/focus-ring-multiline-writingmode-vertical.html as it looks like it progressed
168 * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
169 * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
170 * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
171 * platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed.
172 * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
173 * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed.
174 * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
176 2011-10-25 Simon Fraser <simon.fraser@apple.com>
178 REGRESSION (r88580): Cursor fails to change to pointer on embedded Google maps popups
179 https://bugs.webkit.org/show_bug.cgi?id=62797
181 Reviewed by Chris Marrin.
183 New tests for hit testing through various configurations of 3D transforms.
185 * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.png: Removed.
186 * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.txt: Removed.
187 * transforms/3d/hit-testing/composited-hit-test-expected.txt: Added.
188 * transforms/3d/hit-testing/composited-hit-test.html: Added.
189 * transforms/3d/hit-testing/resources/hit-test-utils.js: Added.
190 * transforms/3d/hit-testing/rotated-hit-test-expected.txt: Added.
191 * transforms/3d/hit-testing/rotated-hit-test-with-child-expected.txt: Added.
192 * transforms/3d/hit-testing/rotated-hit-test-with-child.html: Added.
193 * transforms/3d/hit-testing/rotated-hit-test.html:
194 * transforms/3d/hit-testing/rotated-hit-test2-expected.txt: Added.
195 * transforms/3d/hit-testing/rotated-hit-test2.html: Added.
197 2011-10-24 Jer Noble <jer.noble@apple.com>
199 compositing/video tests time out on Lion
200 https://bugs.webkit.org/show_bug.cgi?id=70448
202 Reviewed by Simon Fraser.
204 * compositing/video/video-poster.html: Seek, instead of play, to trigger
206 * http/tests/media/video-load-twice.html: Use waitForEventOnce so that
207 canPlayThrough listener is triggered only once.
208 * media/video-test.js: Add a new function, waitForEventOnce.
210 (waitForEvent._eventCallback):
213 2011-10-25 Cary Clark <caryclark@google.com>
215 Unreviewed gardening: fifth chunk of baselines for Chromium-Skia
218 [Omitting 736 of 742 files for brevity.]
220 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Added.
221 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Added.
222 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Added.
224 * platform/chromium-mac-leopard/transitions: Added.
225 * platform/chromium-mac-leopard/transitions/default-timing-function-expected.png: Added.
226 * platform/chromium-mac-leopard/transitions/svg-text-shadow-transition-expected.png: Added.
228 2011-10-25 Arko Saha <arko@motorola.com>
230 Microdata: itemtype attribute should be space-separated list to allow multiple types
231 https://bugs.webkit.org/show_bug.cgi?id=70501
233 Reviewed by Ryosuke Niwa.
235 * fast/dom/MicroData/006.html:
236 * fast/dom/MicroData/007.html:
237 * fast/dom/MicroData/getitems-multiple-itemtypes-expected.txt: Added.
238 * fast/dom/MicroData/getitems-multiple-itemtypes.html: Added.
239 * fast/dom/MicroData/itemtype-add-remove-tokens-expected.txt: Added.
240 * fast/dom/MicroData/itemtype-add-remove-tokens.html: Added.
241 * fast/dom/MicroData/itemtype-attribute-test-expected.txt: Added.
242 * fast/dom/MicroData/itemtype-attribute-test.html: Added.
244 2011-10-25 Cary Clark <caryclark@google.com>
246 Unreviewed gardening: fourth chunk of baselines for Chromium-Skia
249 [Omitting 728 of 734 files for brevity.]
251 * platform/chromium-mac-leopard/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
252 * platform/chromium-mac-leopard/fast/lists/scrolled-marker-paint-expected.png: Added.
253 * platform/chromium-mac-leopard/fast/media: Added.
255 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
256 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
257 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
259 2011-10-25 Yury Semikhatsky <yurys@chromium.org>
261 Web Inspector: redesign workers sidebar pane
262 https://bugs.webkit.org/show_bug.cgi?id=70815
264 Update tests in accord with change of class name from
265 styles-sidebar-pane to sidebar-pane.
267 Reviewed by Pavel Feldman.
269 * http/tests/inspector/elements-test.js:
270 (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
272 2011-10-25 Vsevolod Vlasov <vsevik@chromium.org>
274 Web Inspector: Debugger fails when there is an invalid watch expression.
275 https://bugs.webkit.org/show_bug.cgi?id=70718
277 Reviewed by Pavel Feldman.
279 * inspector/debugger/error-in-watch-expressions.html:
280 * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added.
281 * inspector/debugger/watch-expressions-panel-switch.html: Added.
283 2011-10-24 Pavel Podivilov <podivilov@chromium.org>
285 Web Inspector: fix empty line handling in source maps.
286 https://bugs.webkit.org/show_bug.cgi?id=70726
288 Reviewed by Yury Semikhatsky.
290 * inspector/debugger/compiler-source-mapping-expected.txt:
291 * inspector/debugger/compiler-source-mapping.html:
293 2011-10-25 Justin Schuh <jschuh@chromium.org>
295 Check for empty string in parseArcFlag
296 https://bugs.webkit.org/show_bug.cgi?id=70763
298 Reviewed by Dirk Schulze.
300 * svg/path-arc-invalid-expected.txt: Added.
301 * svg/path-arc-invalid.html: Added.
303 2011-10-24 Pavel Podivilov <podivilov@chromium.org>
305 Web Inspector: keep old source mapping when new one could not be loaded.
306 https://bugs.webkit.org/show_bug.cgi?id=70729
308 Reviewed by Yury Semikhatsky.
310 * inspector/debugger/raw-source-code-expected.txt:
311 * inspector/debugger/raw-source-code.html:
313 2011-10-25 Sachin Puranik <sachin.puranik@motorola.com>
315 Double number step=.5 should be considered valid in <input type="number" step=".5">
316 https://bugs.webkit.org/show_bug.cgi?id=70320
318 Reviewed by Kent Tamura.
320 * fast/forms/ValidityState-typeMismatch-number-expected.txt: Change in result of layout test.
321 * fast/forms/input-step-as-double-expected.txt: Added, expected output for new test case.
322 * fast/forms/input-step-as-double.html: Added, testcase to make sure that all ports
323 consider .5 as a valid double value for step attribute of input element.
324 * fast/forms/input-valueasnumber-number-expected.txt: Change in result of layout test.
325 * fast/forms/range/input-valueasnumber-range-expected.txt: Change in result of layout test.
326 * fast/forms/range/input-valueasnumber-range.html: Consider .2 as valid real number now.
327 * fast/forms/script-tests/ValidityState-typeMismatch-number.js: Consider
328 .2 as valid real number now.
329 * fast/forms/script-tests/input-valueasnumber-number.js: Consider .2 as valid real number now.
331 2011-10-25 Vsevolod Vlasov <vsevik@chromium.org>
333 Web Inspector: Resources panel: display the current search match index in the toolbar.
334 https://bugs.webkit.org/show_bug.cgi?id=66050
336 Reviewed by Pavel Feldman.
338 * http/tests/inspector/search/resources-search-match-index-expected.txt: Added.
339 * http/tests/inspector/search/resources-search-match-index.html: Added.
341 2011-10-25 Csaba Osztrogonác <ossy@webkit.org>
343 inspector/cookie-parser.html is a flaky crash
344 https://bugs.webkit.org/show_bug.cgi?id=62662
346 * platform/qt/Skipped: Skip one more test because of this bug: inspector/evaluate-in-page.html.
348 2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu>
350 [Qt] Remove from Skipped list. Test passes: fast/transforms/scrollIntoView-transformed.html
351 https://bugs.webkit.org/show_bug.cgi?id=58559
353 Reviewed by Simon Hausmann.
355 * platform/qt/Skipped:
357 2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu>
359 [Qt] Removing test from Skipped list. Test passes: html5lib/runner.html
360 https://bugs.webkit.org/show_bug.cgi?id=53030
362 Reviewed by Simon Hausmann.
364 * platform/qt/Skipped:
366 2011-10-21 Andrey Kosyakov <caseq@chromium.org>
368 Web Inspector: [Extensions API] allow extensions to specify script to be injected on reload
369 https://bugs.webkit.org/show_bug.cgi?id=70600
371 Reviewed by Pavel Feldman.
373 * inspector/extensions/extensions-reload-expected.txt: Added.
374 * inspector/extensions/extensions-reload.html: Added.
376 2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com>
378 Unreviewed, rolling out r98309.
379 http://trac.webkit.org/changeset/98309
380 https://bugs.webkit.org/show_bug.cgi?id=70801
382 Test fails on mac (Requested by benwells on #webkit).
384 * fast/canvas/canvas-composite-image-expected.txt: Removed.
385 * fast/canvas/canvas-composite-image.html: Removed.
387 2011-10-24 Oliver Varga <voliver@inf.u-szeged.hu>
389 [Qt] Unreviewed gardening, add missing result after r98309.
391 * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
392 * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
393 * platform/qt/svg/filters/feColorMatrix-default-type-expected.png: Added.
394 * platform/qt/svg/filters/feColorMatrix-default-type-expected.txt: Added.
396 2011-10-24 Martin Robinson <mrobinson@igalia.com>
398 REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
399 https://bugs.webkit.org/show_bug.cgi?id=70481
401 Update test results to reflect that the plugin clipping rectangle
404 * platform/gtk/Skipped: Unskip the test.
405 * platform/gtk/plugins/resize-from-plugin-expected.txt: Update results.
407 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
409 Unreviewed gardening.
411 Add a new baseline for snow-leopard.
413 * platform/chromium-mac-snowleopard/svg/filters: Added.
414 * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added.
416 2011-10-24 Ben Wells <benwells@chromium.org>
418 Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors
419 https://bugs.webkit.org/show_bug.cgi?id=66920
421 Reviewed by James Robinson.
423 * fast/canvas/canvas-composite-image-expected.txt: Added.
424 * fast/canvas/canvas-composite-image.html: Added.
426 2011-10-24 Ryosuke Niwa <rniwa@webkit.org>
428 GTK and Windows rebaselines after r98199.
430 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
431 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
433 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
435 Unreviewed rebaseline after r98293.
437 * platform/chromium-win/svg/filters/feColorMatrix-default-type-expected.png: Added.
439 2011-10-24 Arko Saha <arko@motorola.com>
441 Microdata: Add itemprop, itemref, itemvalue attributes.
442 https://bugs.webkit.org/show_bug.cgi?id=69839
444 Reviewed by Ryosuke Niwa.
446 Added test-cases for Microdata itemprop, itemref, itemvalue attributes.
448 * fast/dom/MicroData/002-expected.txt:
449 * fast/dom/MicroData/002.html:
450 * fast/dom/MicroData/003-expected.txt:
451 * fast/dom/MicroData/003.html:
452 * fast/dom/MicroData/005-expected.txt:
453 * fast/dom/MicroData/005.html:
454 * fast/dom/MicroData/006-expected.txt:
455 * fast/dom/MicroData/009.html:
456 * fast/dom/MicroData/itemprop-add-remove-tokens-expected.txt: Added.
457 * fast/dom/MicroData/itemprop-add-remove-tokens.html: Added.
458 * fast/dom/MicroData/itemprop-for-an-element-must-be-correct-expected.txt: Added.
459 * fast/dom/MicroData/itemprop-for-an-element-must-be-correct.html: Added.
460 * fast/dom/MicroData/itemprop-must-be-read-only-expected.txt: Added.
461 * fast/dom/MicroData/itemprop-must-be-read-only.html: Added.
462 * fast/dom/MicroData/itemprop-reflected-by-itemProp-property-expected.txt: Added.
463 * fast/dom/MicroData/itemprop-reflected-by-itemProp-property.html: Added.
464 * fast/dom/MicroData/itemref-add-remove-tokens-expected.txt: Added.
465 * fast/dom/MicroData/itemref-add-remove-tokens.html: Added.
466 * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property-expected.txt: Added.
467 * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property.html: Added.
468 * fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt: Added.
469 * fast/dom/MicroData/itemref-for-an-element-must-be-correct.html: Added.
470 * fast/dom/MicroData/itemref-must-be-read-only-expected.txt: Added.
471 * fast/dom/MicroData/itemref-must-be-read-only.html: Added.
472 * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element-expected.txt: Added.
473 * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element.html: Added.
474 * fast/dom/MicroData/itemvalue-reflects-href-attr-expected.txt: Added.
475 * fast/dom/MicroData/itemvalue-reflects-href-attr.html: Added.
476 * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element-expected.txt: Added.
477 * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element.html: Added.
478 * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element-expected.txt: Added.
479 * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element.html: Added.
480 * fast/dom/MicroData/itemvalue-reflects-the-src-attr-expected.txt: Added.
481 * fast/dom/MicroData/itemvalue-reflects-the-src-attr.html: Added.
482 * fast/dom/MicroData/itemvalue-returns-element-itself-expected.txt: Added.
483 * fast/dom/MicroData/itemvalue-returns-element-itself.html: Added.
484 * fast/dom/MicroData/itemvalue-returns-null-expected.txt: Added.
485 * fast/dom/MicroData/itemvalue-returns-null.html: Added.
486 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt: Added.
487 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001.html: Added.
488 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002-expected.txt: Added.
489 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002.html: Added.
490 * fast/dom/MicroData/resources/microdata-common.js:
494 2011-10-24 Filip Pizlo <fpizlo@apple.com>
496 Object-or-other branch speculation may corrupt the state for OSR if the child of the
498 https://bugs.webkit.org/show_bug.cgi?id=70777
500 Reviewed by Oliver Hunt.
502 * fast/js/dfg-other-branch-expected.txt: Added.
503 * fast/js/dfg-other-branch.html: Added.
504 * fast/js/script-tests/dfg-other-branch.js: Added.
508 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
510 Unreviewed gardening.
512 Bug 58013 has landed 3 months ago and it looks like the rebaseline was forgotten.
513 The new result is consistent with the other platforms.
515 * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Removed.
516 * platform/chromium-win/fast/repaint/scale-page-shrink-expected.png: Added.
517 * platform/chromium-win/fast/repaint/scale-page-shrink-expected.txt: Added.
518 * platform/chromium/test_expectations.txt:
520 2011-10-24 Filip Pizlo <fpizlo@apple.com>
522 op_new_array_buffer is not inlined correctly
523 https://bugs.webkit.org/show_bug.cgi?id=70770
525 Reviewed by Oliver Hunt.
527 * fast/js/dfg-inline-new-array-buffer-expected.txt: Added.
528 * fast/js/dfg-inline-new-array-buffer.html: Added.
529 * fast/js/script-tests/dfg-inline-new-array-buffer.js: Added.
533 2011-10-24 Tim Horton <timothy_horton@apple.com>
535 feColorMatrix doesn't use the correct default "matrix" type when no type attribute is specified
536 https://bugs.webkit.org/show_bug.cgi?id=70035
537 <rdar://problem/10280177>
539 Reviewed by Nikolas Zimmermann.
541 Add a test that ensures that feColorMatrix's type attribute defaults to "matrix".
543 * platform/mac/svg/filters/feColorMatrix-default-type-expected.png: Added.
544 * platform/mac/svg/filters/feColorMatrix-default-type-expected.txt: Added.
545 * svg/filters/feColorMatrix-default-type.svg: Added.
547 2011-10-24 Levi Weintraub <leviw@chromium.org>
549 Adding Chromium expectations from http://trac.webkit.org/changeset/98263
553 * platform/chromium-cg-mac-snowleopard/svg/as-object: Added.
554 * platform/chromium-cg-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
555 * platform/chromium-linux-x86/svg/as-object: Removed.
556 * platform/chromium-linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
557 * platform/chromium-mac-snowleopard/svg/as-object: Added.
558 * platform/chromium-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
559 * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
560 * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
561 * platform/chromium/test_expectations.txt:
563 2011-10-24 Levi Weintraub <leviw@chromium.org>
565 Fixing a collision in Mac results and adding qt results from http://trac.webkit.org/changeset/98263
567 Unreviewed test expectations update.
569 * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Fixing collision that removes
571 * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt: Added.
573 2011-10-24 Joshua Bell <jsbell@chromium.org>
575 IndexedDB: Throw DATA_ERR on invalid keys, remove null key support
576 https://bugs.webkit.org/show_bug.cgi?id=70065
578 Reviewed by Tony Chang.
580 Updated expectations now that most tests match spec. Includes change to
581 objectstore-basics test to avoid hitting https://bugs.webkit.org/show_bug.cgi?id=70041
582 since this CL stops hiding that bug.
584 * storage/indexeddb/factory-cmp-expected.txt:
585 * storage/indexeddb/index-basics-expected.txt:
586 * storage/indexeddb/invalid-keys-expected.txt:
587 * storage/indexeddb/keyrange-expected.txt:
588 * storage/indexeddb/objectstore-basics-expected.txt:
589 * storage/indexeddb/objectstore-basics.html:
590 * storage/indexeddb/open-cursor-expected.txt:
592 2011-10-24 Ojan Vafai <ojan@chromium.org>
594 Some more fixups from http://trac.webkit.org/changeset/98265.
596 The leopard bot results are incorrect, but that's because the
597 chromium leopard bots have not compiled in a few days. Once
598 the bots are fixed, we'll need to rebaseline this test again for
601 * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
602 * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
603 * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
604 * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
606 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
608 Unreviewed rebaseline of svg/W3C-SVG-1.1-SE/coords-units-03-b.html
610 The new baselines all match the existing ones. Not sure if we really pass the test as
611 2 lines should be 200px but at least all the baselines are consistent (within some font
614 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
615 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added.
616 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
617 * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed.
618 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
619 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE: Added.
620 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
621 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added.
622 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
623 * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
624 * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
625 * platform/chromium/test_expectations.txt:
626 * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
627 * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
628 * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
630 2011-10-24 Ojan Vafai <ojan@chromium.org>
632 Cleanup some test expectations missed in r98183.
634 * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
635 * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
636 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
637 * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
638 * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt.
639 * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Removed.
640 * platform/chromium/test_expectations.txt:
642 2011-10-24 Levi Weintraub <leviw@chromium.org>
644 <svg> fails to use explicit width and height inside <html> inside IFRAME
645 https://bugs.webkit.org/show_bug.cgi?id=64823
647 Reviewed by Nikolas Zimmermann.
649 Fixing a bug where SVG negotiated size when embedded in html inside an iframe.
651 * platform/chromium/test_expectations.txt: Will update with results on other platforms.
652 * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
653 * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
654 * svg/as-object/svg-embedded-in-html-in-iframe.html: Added.
656 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
658 Unreviewed gardening rebaselining.
660 Updating those baselines as they match Mac and looks like progressions. Linux was needing a wrong
661 rebaseline, so it was not rebaselined.
663 * platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
664 * platform/chromium-cg-mac-snowleopard/fast/repaint: Added.
665 * platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
666 * platform/chromium-mac-leopard/fast/repaint: Added.
667 * platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
668 * platform/chromium-mac-snowleopard/fast/repaint: Added.
669 * platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
670 * platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png:
671 * platform/chromium/test_expectations.txt:
673 2011-10-24 Joshua Bell <jsbell@chromium.org>
675 IndexedDB add should fail adding an inline and passed key simultaneously
676 https://bugs.webkit.org/show_bug.cgi?id=58598
678 Reviewed by Tony Chang.
680 * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: Added.
681 * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: Added.
683 2011-10-24 Cary Clark <caryclark@google.com>
685 Unreviewed gardening: third chunk of baselines for Chromium-Skia
688 [Omitting 736 of 743 files for brevity.]
690 * platform/chromium-mac-leopard/fast/block/positioning/absolute-length-of-neg-666666-expected.png: Added.
691 * platform/chromium-mac-leopard/fast/block/positioning/absolute-position-direction-expected.png: Added.
692 * platform/chromium-mac-leopard/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
694 * platform/chromium-mac-leopard/fast/lists/ol-display-types-expected.png: Added.
695 * platform/chromium-mac-leopard/fast/lists/ol-start-dynamic-expected.png: Added.
696 * platform/chromium-mac-leopard/fast/lists/olstart-expected.png: Added.
697 * platform/chromium/test_expectations.txt:
699 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
701 [chromium] New failing test fast/events/dropzone-002.html
702 https://bugs.webkit.org/show_bug.cgi?id=61625
704 Unreviewed gardening.
706 * platform/chromium/test_expectations.txt: The test has been passing
707 on all platforms except leopard for several days.
709 2011-10-24 Alexander Pavlov <apavlov@chromium.org>
711 Web Inspector: [Styles] Adding a new style rule breaks things
712 https://bugs.webkit.org/show_bug.cgi?id=70721
714 Reviewed by Pavel Feldman.
716 * inspector/styles/styles-add-new-rule-expected.txt:
717 * inspector/styles/styles-add-new-rule.html:
719 2011-10-24 Pavel Feldman <pfeldman@google.com>
721 Web Inspector: do not force document loading on reload (should happen on demand).
722 https://bugs.webkit.org/show_bug.cgi?id=70724
724 Reviewed by Yury Semikhatsky.
726 * inspector/debugger/dom-breakpoints.html:
727 * inspector/debugger/error-in-watch-expressions.html:
729 2011-10-24 Yury Semikhatsky <yurys@chromium.org>
731 Web Inspector: allow debugging dedicated worker initialization
732 https://bugs.webkit.org/show_bug.cgi?id=70723
734 Reviewed by Pavel Feldman.
736 * inspector/protocol/runtime-agent-expected.txt:
737 * inspector/protocol/runtime-agent.html:
739 2011-10-24 Alejandro G. Castro <alex@igalia.com>
741 Unreviewed, skip failing test in GTK, added bug 70720. Rebaseline
742 prototype-inheritance-2.html.
744 * platform/gtk/Skipped: skipped fast/events/event-creation.html.
745 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
746 Reset expected results after r98199.
748 2011-10-21 Alexander Pavlov <apavlov@chromium.org>
750 Web Inspector: Audits hang on pages without img[src] elements
751 https://bugs.webkit.org/show_bug.cgi?id=70604
753 Reviewed by Pavel Feldman.
755 * inspector/audits/audits-panel-noimages-functional-expected.txt: Added.
756 * inspector/audits/audits-panel-noimages-functional.html: Added.
758 2011-10-24 Deepak Sherveghar <bpwv64@motorola.com>
760 [Qt] fast/events/media-focus-in-standalone-media-document.html fails
761 https://bugs.webkit.org/show_bug.cgi?id=70110
763 Reviewed by Simon Hausmann.
765 Remove media-focus-in-standalone-media-document.html from Qt Skipped test list.
767 * platform/qt/Skipped:
769 2011-10-24 Pavel Feldman <pfeldman@chromium.org>
771 Web Inspector: make view load CSS files upon show.
772 https://bugs.webkit.org/show_bug.cgi?id=70696
774 Reviewed by Yury Semikhatsky.
776 * inspector/view-css-expected.txt: Added.
777 * inspector/view-css.html: Added.
778 * inspector/view-events-expected.txt:
779 * inspector/view-events.html:
781 2011-10-24 Kosztyo Kristof <kkristof@inf.u-szeged.hu>
783 [Qt] Unreviewed gardening after r98199
785 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
787 2011-10-24 Yosifumi Inoue <yosin@chromium.org>
789 [Forms] Setting defaultValue should hide an input placeholder.
790 https://bugs.webkit.org/show_bug.cgi?id=70586
792 Reviewed by Kent Tamura.
794 This test checks "value" attribute (default value) changing in two
795 ways, one is using setDefault method and another is setAttribute
798 * fast/forms/placeholder-and-default-value-expected.html: Added. Render text input element with "Default" value.
799 * fast/forms/placeholder-and-default-value.html: Added. Render text input element with placeholder attribute and a script to change default value of input element to "Default" from empty.
801 2011-10-23 Adam Barth <abarth@webkit.org>
803 <img crossorigin> should fail to load when CORS check fails
804 https://bugs.webkit.org/show_bug.cgi?id=69732
806 Reviewed by Darin Adler.
808 Test that images loaded with the crossorigin attribute fail to load if
809 the CORS access check doesn't pass.
811 * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt: Added.
812 * http/tests/security/img-with-failed-cors-check-fails-to-load.html: Added.
814 2011-10-23 Filip Pizlo <fpizlo@apple.com>
816 DFG should inline constructors
817 https://bugs.webkit.org/show_bug.cgi?id=70675
819 Reviewed by Oliver Hunt.
821 Adds test that asserts that register pressure induced by inlining doesn't
822 result in spilling corrupting values.
824 * fast/js/dfg-inlining-reg-alloc-expected.txt: Added.
825 * fast/js/dfg-inlining-reg-alloc.html: Added.
826 * fast/js/script-tests/dfg-inlining-reg-alloc.js: Added.
831 2011-10-23 Yuzo Fujishima <yuzo@google.com>
833 [chromium] Test expecation change. inspector/elements/edit-dom-actions.html times out since around r98120:98133 (chromium 106751:106770).
837 * platform/chromium/test_expectations.txt:
839 2011-10-23 Yuzo Fujishima <yuzo@google.com>
841 [chromium] Test expectation change for "r98183 causes 4 snowleopard tests to fail".
842 https://bugs.webkit.org/show_bug.cgi?id=70704
846 * platform/chromium/test_expectations.txt:
848 2011-10-23 Geoffrey Garen <ggaren@apple.com>
852 Updated two test results I missed in my last check-in.
854 These tests depended on non-deterministic effects of hash order, so I
857 * http/tests/inspector/search/search-in-resources-expected.txt:
858 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
860 2011-10-23 Kaustubh Atrawalkar <kaustubh@motorola.com>
862 [GTK] Implement KeyDown function for WebKit2 EventSender.
863 https://bugs.webkit.org/show_bug.cgi?id=69410
867 Reviewed by Martin Robinson.
869 * platform/gtk-wk2/Skipped:
871 2011-10-21 Geoffrey Garen <ggaren@apple.com>
873 Separated string lifetime bits from character buffer state bits
874 https://bugs.webkit.org/show_bug.cgi?id=70673
876 Reviewed by Anders Carlsson.
878 These tests depended on non-deterministic effects of hash order, so I
881 * fast/dom/prototype-inheritance-2-expected.txt: Updated for slightly
882 different order of discovering properties.
884 * fast/js/delete-syntax-expected.txt:
885 * fast/js/script-tests/delete-syntax.js: Updated not to depend on iteration
886 order, since that's not what this test is about.
888 * http/tests/inspector/inspector-test.js: Updated not to depend on
889 global function iteration order. This test setup is pretty spaghetti.
890 I think I avoided making it even more spaghetti.
892 * inspector/storage-panel-dom-storage-expected.txt: Updated for changed
895 2011-10-22 Benjamin Poulain <benjamin@webkit.org>
897 Make relayout-nested-positioned-elements-crash.html more reliable
898 https://bugs.webkit.org/show_bug.cgi?id=70672
900 Reviewed by Kenneth Rohde Christiansen.
902 The test relayout-nested-positioned-elements-crash relies on implementation
903 details of the test runner. If the function runTest() is run
904 during the test, the result will be different than the expected results.
906 Change the test to use the Javascript test framework.
907 Ensure the element has the correct style in the final state.
909 * fast/block/positioning/relayout-nested-positioned-elements-crash-expected.txt:
910 * fast/block/positioning/relayout-nested-positioned-elements-crash.html:
912 2011-10-20 Pavel Feldman <pfeldman@google.com>
914 Web Inspector: get rid of View::hide, View::set visible, View::attach.
915 https://bugs.webkit.org/show_bug.cgi?id=70523
917 Reviewed by Yury Semikhatsky.
919 * inspector/debugger/scripts-panel.html:
920 * inspector/view-events-expected.txt:
921 * inspector/view-events.html:
923 2011-10-21 Filip Pizlo <fpizlo@apple.com>
925 DFG inlining sometimes fails to reset constant references
926 https://bugs.webkit.org/show_bug.cgi?id=70668
928 Reviewed by Anders Carlsson.
930 Added a new test that covers this specific bug as well as the general
931 ability to perform inlining, and the ability to OSR out of an inline
934 * fast/js/dfg-inline-constant-expected.txt: Added.
935 * fast/js/dfg-inline-constant.html: Added.
936 * fast/js/script-tests/dfg-inline-constant.js: Added.
940 2011-10-21 Ojan Vafai <ojan@chromium.org>
942 Fixup test expectations now that http://trac.webkit.org/changeset/98173 has landed.
944 * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
945 * platform/chromium-cg-mac-leopard/fast/writing-mode/fallback-orientation-expected.png:
946 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
947 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: Added.
948 * platform/chromium-cg-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
949 * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
950 * platform/chromium-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: Added.
951 * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
952 * platform/chromium-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png:
953 * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
954 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
955 * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
956 * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Added.
957 * platform/chromium/test_expectations.txt:
959 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
961 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
962 https://bugs.webkit.org/show_bug.cgi?id=68885
964 Unreviewed gardening.
966 * platform/chromium/test_expectations.txt: Removed the test since it has been passing on
967 the bots for at least a week.
969 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
971 Unreviewed rebaseline.
973 This test started failing on the bot. As this is a progression, updating the baseline.
975 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Removed.
976 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Removed.
977 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Removed.
978 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Removed.
979 * platform/chromium/fast/multicol/flipped-blocks-border-after-expected.png: Added.
981 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
983 [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG
984 https://bugs.webkit.org/show_bug.cgi?id=68879
986 Reviewed by Adam Barth.
988 * platform/chromium/test_expectations.txt: Those changes have been consistently passing on
989 the bots for at least 10 days.
991 2011-10-21 Dmitry Lomov <dslomov@google.com>
993 https://bugs.webkit.org/show_bug.cgi?id=70580
994 [Chromium] Implement MessagePort transfer in chromium port of webkit.
995 Results for JSC include some FAILs - this will be addressed when JSC
996 implements message port transfers as well (https://bugs.webkit.org/show_bug.cgi?id=70658)
998 Reviewed by David Levin.
1000 * fast/dom/Window/window-postmessage-args-expected.txt:
1001 * fast/dom/Window/window-postmessage-args.html:
1002 * fast/events/message-port-multi-expected.txt:
1003 * fast/events/resources/message-port-multi.js:
1004 (testTransfers.channel0.port2.onmessage):
1006 (channel.port2.onmessage):
1007 * platform/chromium-win/fast/events/message-port-multi-expected.txt:
1008 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
1010 2011-10-21 Vineet Chaudhary <vineet.chaudhary@motorola.com>
1012 Setting form.enctype reflected attribute behaves strangely.
1013 https://bugs.webkit.org/show_bug.cgi?id=44879
1015 Reviewed by Darin Adler.
1017 Leading/trailing white-spaces should not be allowed while specifying attribute value.
1018 Added more test coverage for form.enctype attribute.
1020 * fast/forms/encoding-test.html:
1021 * fast/forms/enctype-attribute-expected.txt:
1022 * fast/forms/enctype-attribute.html: Corrected test case as per new behavior.
1024 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1028 * platform/chromium/test_expectations.txt: We are randomly hitting
1029 a known ASSERT on this test case.
1031 2011-10-21 Adam Klein <adamk@chromium.org>
1033 [MutationObservers] Implement basic subtree observation
1034 https://bugs.webkit.org/show_bug.cgi?id=70436
1036 Reviewed by Ryosuke Niwa.
1038 * fast/mutation/observe-subtree-expected.txt: Added.
1039 * fast/mutation/observe-subtree.html: Added.
1041 2011-10-21 Joshua Bell <jsbell@chromium.org>
1043 IndexedDB: objectStore.transaction property should be readonly
1044 https://bugs.webkit.org/show_bug.cgi?id=62395
1046 Reviewed by Tony Chang.
1048 * storage/indexeddb/objectstore-basics-expected.txt:
1049 * storage/indexeddb/objectstore-basics.html:
1050 * storage/indexeddb/readonly-properties-expected.txt: Added.
1051 * storage/indexeddb/readonly-properties.html: Added.
1053 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1055 Unreviewed gardening, yet another flaky crashing test.
1057 * platform/chromium/test_expectations.txt:
1059 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1061 Gardening rebaselines.
1063 * platform/chromium-linux-x86/fast/multicol/vertical-lr: Removed.
1064 * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed.
1065 * platform/chromium-linux-x86/fast/multicol/vertical-rl: Removed.
1066 * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
1067 * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed.
1068 * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
1069 * platform/chromium-win/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
1070 * platform/chromium-win/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
1071 * platform/chromium/fast/multicol: Added.
1072 * platform/chromium/fast/multicol/vertical-lr: Added.
1073 * platform/chromium/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
1074 * platform/chromium/fast/multicol/vertical-rl: Added.
1075 * platform/chromium/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
1076 * platform/chromium/test_expectations.txt:
1077 The dumps are weird on SL so we don't land them but mark the test as PASS TEXT.
1079 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1081 Unreviewed gardening.
1083 * platform/chromium/test_expectations.txt: This test is flaky and crashing
1084 sometimes on snow-leopard.
1086 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1088 Fix r98125 by having duplicate entries for Win Debug.
1090 * platform/chromium/test_expectations.txt:
1092 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1094 Unreviewed gardening.
1096 * platform/chromium/test_expectations.txt: The test is now also failing on debug on XP.
1098 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1100 Unreviewed gardening.
1102 * platform/chromium/test_expectations.txt: Mark call-base-resolution.html as crashing on snow-leopard.
1104 2011-10-21 Rafael Weinstein <rafaelw@chromium.org>
1106 [MutationObservers] Implement WebKitMutationObserver.observe for childList changes
1107 https://bugs.webkit.org/show_bug.cgi?id=68955
1109 Reviewed by Ryosuke Niwa.
1111 * fast/mutation/observe-attributes-expected.txt:
1112 * fast/mutation/observe-attributes.html:
1113 * fast/mutation/observe-childList-expected.txt: Added.
1114 * fast/mutation/observe-childList.html: Added.
1116 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
1118 Unreviewed gardening: rebaseline 2 tests (small color difference).
1120 * platform/chromium-linux-x86/fast/multicol: Added.
1121 * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
1122 * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
1123 * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
1124 * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
1125 * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
1126 * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
1128 2011-10-21 Cary Clark <caryclark@google.com>
1130 Unreviewed gardening: second chunk of baselines for Chromium-Skia
1133 [Omitting 706 of 712 files for brevity.]
1135 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
1136 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
1137 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
1139 * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-rtl-expected.png: Added.
1140 * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: Added.
1141 * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: Added.
1143 2011-10-21 Sheriff Bot <webkit.review.bot@gmail.com>
1145 Unreviewed, rolling out r98079.
1146 http://trac.webkit.org/changeset/98079
1147 https://bugs.webkit.org/show_bug.cgi?id=70624
1149 The extensions tests enabled are failing on the Chromium Win
1150 Dbg bot (Requested by jchaffraix on #webkit).
1152 * http/tests/inspector/extensions-headers.html:
1153 * http/tests/inspector/resources/extension-main.js:
1155 * inspector/extensions/extensions-audits.html:
1156 * inspector/extensions/extensions-console.html:
1157 * inspector/extensions/extensions-resources.html:
1158 * platform/chromium/inspector/extensions/extensions-api-expected.txt: Removed.
1159 * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Removed.
1160 * platform/chromium/test_expectations.txt:
1162 2011-10-21 Dan Bernstein <mitz@apple.com>
1164 Column rules positioned incorrectly in vertical-rl block with horizontal border or padding
1165 https://bugs.webkit.org/show_bug.cgi?id=70622
1167 Reviewed by Beth Dakin.
1169 * fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
1170 * fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
1171 * fast/multicol/vertical-lr/rules-with-border-before.html: Added.
1172 * fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
1173 * fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
1174 * fast/multicol/vertical-rl/rules-with-border-before.html: Added.
1176 2011-10-21 Elliot Poger <epoger@google.com>
1178 re-enable layout tests against chromium-mac-snowleopard (Skia) baselines
1179 https://bugs.webkit.org/show_bug.cgi?id=70612
1181 Reviewed by Adam Barth.
1183 * platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
1184 * platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
1185 * platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Removed.
1186 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
1187 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Added.
1188 * platform/chromium-mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
1189 * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png:
1190 * platform/chromium/test_expectations.txt:
1192 2011-10-21 Devdatta Deshpande <pwjd73@motorola.com>
1194 [Gtk] mousemove event always has metaKey == true
1195 https://bugs.webkit.org/show_bug.cgi?id=35299
1197 Reviewed by Martin Robinson.
1199 For testing state of metaKey for mouse and keyboard events generated
1200 using evnetSender object.
1202 * platform/gtk/fast/events/event-sender-metakey-expected.txt: Added.
1203 * platform/gtk/fast/events/event-sender-metakey.html: Added.
1205 2011-10-21 Cary Clark <caryclark@google.com>
1207 Unreviewed gardening: first chunk of rebaselines for Chromium-Skia
1210 [Omitting 707 of 713 files for brevity.]
1212 * platform/chromium-mac-leopard/css1: Added.
1213 * platform/chromium-mac-leopard/css1/basic: Added.
1214 * platform/chromium-mac-leopard/css1/basic/class_as_selector-expected.png: Added.
1216 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
1217 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
1218 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
1220 2011-10-21 Philippe Normand <pnormand@igalia.com>
1222 Unreviewed, skip failing a11y test in GTK.
1224 * platform/gtk/Skipped: Skip accessibility/menu-list-sends-change-notification.html
1226 2011-10-21 Philippe Normand <pnormand@igalia.com>
1228 Unreviewed, GTK baselines for 3 new tests.
1230 * platform/gtk/fast/css/clip-text-in-scaled-div-expected.txt: Added.
1231 * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt: Added.
1232 * platform/gtk/fast/selectors/visited-descendant-expected.txt: Added.
1234 2011-10-21 Cary Clark <caryclark@google.com>
1236 Unreviewed gardening: rebaselining to account for focus ring changes in
1237 http://trac.webkit.org/changeset/97971
1239 * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png: Added.
1240 * platform/chromium-mac-snowleopard/editing/deleting/delete-3959464-fix-expected.png:
1241 * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png:
1242 * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png:
1243 * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png:
1244 * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png:
1245 * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png:
1246 * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
1247 * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png:
1248 * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png:
1249 * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
1250 * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
1251 * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
1252 * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
1253 * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
1254 * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
1255 * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png:
1256 * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png:
1257 * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png:
1258 * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png:
1259 * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
1260 * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
1261 * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png:
1262 * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png:
1263 * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png:
1264 * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
1265 * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
1266 * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
1267 * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png:
1268 * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png:
1269 * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png:
1270 * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png:
1271 * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png:
1272 * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
1273 * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
1274 * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png:
1275 * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
1276 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
1277 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
1278 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
1279 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
1280 * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png:
1281 * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
1282 * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
1283 * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
1284 * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
1285 * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png:
1286 * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png:
1287 * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png:
1288 * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png:
1289 * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png:
1290 * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
1291 * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
1292 * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
1293 * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png:
1294 * platform/chromium-mac/editing/deleting/4922367-expected.png:
1295 * platform/chromium-mac/editing/deleting/5126166-expected.png:
1296 * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
1297 * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
1298 * platform/chromium-mac/editing/deleting/5272440-expected.png:
1299 * platform/chromium-mac/editing/deleting/5369009-expected.png:
1300 * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
1301 * platform/chromium-mac/editing/deleting/5483370-expected.png:
1302 * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
1303 * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
1304 * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
1305 * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png:
1306 * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
1307 * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
1308 * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
1309 * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
1310 * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
1311 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png:
1312 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
1313 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
1314 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
1315 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
1316 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
1317 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
1318 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
1319 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
1320 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
1321 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
1322 * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
1323 * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
1324 * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
1325 * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
1326 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
1327 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
1328 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
1329 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
1330 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
1331 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
1332 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
1333 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
1334 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
1335 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
1336 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
1337 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
1338 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
1339 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
1340 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
1341 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
1342 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
1343 * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
1344 * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
1345 * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
1346 * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
1347 * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
1348 * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
1349 * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
1350 * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
1351 * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
1352 * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
1353 * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
1354 * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
1355 * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
1356 * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
1357 * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
1358 * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
1359 * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
1360 * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
1361 * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
1362 * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
1363 * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
1364 * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
1365 * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
1366 * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
1367 * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
1368 * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
1369 * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
1370 * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
1371 * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
1372 * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
1373 * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
1374 * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
1375 * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
1376 * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
1377 * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
1378 * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
1379 * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
1380 * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
1381 * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
1382 * platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png:
1383 * platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png:
1384 * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
1385 * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
1386 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
1387 * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
1388 * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
1389 * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
1390 * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
1391 * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
1392 * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
1393 * platform/chromium-mac/editing/deleting/table-cells-expected.png:
1394 * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
1395 * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
1396 * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
1397 * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
1398 * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
1399 * platform/chromium-mac/editing/execCommand/4747450-expected.png:
1400 * platform/chromium-mac/editing/execCommand/4916402-expected.png:
1401 * platform/chromium-mac/editing/execCommand/4916541-expected.png:
1402 * platform/chromium-mac/editing/execCommand/4924441-expected.png:
1403 * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
1404 * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
1405 * platform/chromium-mac/editing/execCommand/5136770-expected.png:
1406 * platform/chromium-mac/editing/execCommand/5138441-expected.png:
1407 * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
1408 * platform/chromium-mac/editing/execCommand/5481523-expected.png:
1409 * platform/chromium-mac/editing/execCommand/5569741-expected.png:
1410 * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
1411 * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
1412 * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
1413 * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
1414 * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
1415 * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
1416 * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
1417 * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
1418 * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
1419 * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
1420 * platform/chromium-mac/editing/execCommand/print-expected.png:
1421 * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
1422 * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
1423 * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
1424 * platform/chromium-mac/editing/inserting/4278698-expected.png:
1425 * platform/chromium-mac/editing/inserting/4840662-expected.png:
1426 * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
1427 * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
1428 * platform/chromium-mac/editing/inserting/4959067-expected.png:
1429 * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
1430 * platform/chromium-mac/editing/inserting/5002441-expected.png:
1431 * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
1432 * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
1433 * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
1434 * platform/chromium-mac/editing/inserting/5418891-expected.png:
1435 * platform/chromium-mac/editing/inserting/5510537-expected.png:
1436 * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
1437 * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
1438 * platform/chromium-mac/editing/inserting/6703873-expected.png:
1439 * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
1440 * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
1441 * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
1442 * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
1443 * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
1444 * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
1445 * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
1446 * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
1447 * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
1448 * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
1449 * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
1450 * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
1451 * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
1452 * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
1453 * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
1454 * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
1455 * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
1456 * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
1457 * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
1458 * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
1459 * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
1460 * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
1461 * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
1462 * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
1463 * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
1464 * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
1465 * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
1466 * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
1467 * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
1468 * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
1469 * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
1470 * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
1471 * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
1472 * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
1473 * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
1474 * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
1475 * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
1476 * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
1477 * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
1478 * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
1479 * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
1480 * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
1481 * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
1482 * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
1483 * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
1484 * platform/chromium-mac/editing/inserting/line-break-expected.png:
1485 * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
1486 * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
1487 * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
1488 * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
1489 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
1490 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
1491 * platform/chromium-mac/editing/inserting/redo-expected.png:
1492 * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
1493 * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
1494 * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
1495 * platform/chromium-mac/editing/inserting/typing-001-expected.png:
1496 * platform/chromium-mac/editing/inserting/typing-002-expected.png:
1497 * platform/chromium-mac/editing/inserting/typing-003-expected.png:
1498 * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
1499 * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
1500 * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
1501 * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
1502 * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
1503 * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
1504 * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
1505 * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
1506 * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
1507 * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
1508 * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
1509 * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
1510 * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
1511 * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
1512 * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
1513 * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
1514 * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
1515 * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
1516 * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
1517 * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
1518 * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
1519 * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
1520 * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
1521 * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
1522 * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
1523 * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
1524 * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
1525 * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
1526 * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
1527 * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
1528 * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
1529 * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
1530 * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Added.
1531 * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: Added.
1532 * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
1533 * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
1534 * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
1535 * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
1536 * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
1537 * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
1538 * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
1539 * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
1540 * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
1541 * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
1542 * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
1543 * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
1544 * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
1545 * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
1546 * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
1547 * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
1548 * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
1549 * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
1550 * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
1551 * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
1552 * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
1553 * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
1554 * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
1555 * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
1556 * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
1557 * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
1558 * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
1559 * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
1560 * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
1561 * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
1562 * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
1563 * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png: Added.
1564 * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
1565 * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
1566 * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
1567 * platform/chromium-mac/editing/selection/13804-expected.png:
1568 * platform/chromium-mac/editing/selection/3690703-2-expected.png:
1569 * platform/chromium-mac/editing/selection/3690703-expected.png:
1570 * platform/chromium-mac/editing/selection/3690719-expected.png:
1571 * platform/chromium-mac/editing/selection/4397952-expected.png:
1572 * platform/chromium-mac/editing/selection/4818145-expected.png:
1573 * platform/chromium-mac/editing/selection/4866671-expected.png:
1574 * platform/chromium-mac/editing/selection/4889598-expected.png:
1575 * platform/chromium-mac/editing/selection/4895428-2-expected.png:
1576 * platform/chromium-mac/editing/selection/4932260-1-expected.png:
1577 * platform/chromium-mac/editing/selection/4932260-2-expected.png:
1578 * platform/chromium-mac/editing/selection/4932260-3-expected.png:
1579 * platform/chromium-mac/editing/selection/4947387-expected.png:
1580 * platform/chromium-mac/editing/selection/5007143-2-expected.png:
1581 * platform/chromium-mac/editing/selection/5007143-expected.png:
1582 * platform/chromium-mac/editing/selection/5057506-2-expected.png:
1583 * platform/chromium-mac/editing/selection/5057506-expected.png:
1584 * platform/chromium-mac/editing/selection/5076323-1-expected.png:
1585 * platform/chromium-mac/editing/selection/5076323-2-expected.png:
1586 * platform/chromium-mac/editing/selection/5076323-3-expected.png:
1587 * platform/chromium-mac/editing/selection/5099303-expected.png:
1588 * platform/chromium-mac/editing/selection/5131716-1-expected.png:
1589 * platform/chromium-mac/editing/selection/5131716-2-expected.png:
1590 * platform/chromium-mac/editing/selection/5131716-3-expected.png:
1591 * platform/chromium-mac/editing/selection/5131716-4-expected.png:
1592 * platform/chromium-mac/editing/selection/5195166-2-expected.png:
1593 * platform/chromium-mac/editing/selection/5234383-1-expected.png:
1594 * platform/chromium-mac/editing/selection/5234383-2-expected.png:
1595 * platform/chromium-mac/editing/selection/6476-expected.png:
1596 * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
1597 * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
1598 * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
1599 * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
1600 * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
1601 * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
1602 * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
1603 * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
1604 * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
1605 * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
1606 * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
1607 * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
1608 * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
1609 * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
1610 * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
1611 * platform/chromium-mac/editing/selection/end-of-document-expected.png:
1612 * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
1613 * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
1614 * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
1615 * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
1616 * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
1617 * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
1618 * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
1619 * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
1620 * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
1621 * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
1622 * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
1623 * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
1624 * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
1625 * platform/chromium-mac/editing/selection/iframe-expected.png:
1626 * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
1627 * platform/chromium-mac/editing/selection/inline-table-expected.png:
1628 * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
1629 * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
1630 * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
1631 * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
1632 * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
1633 * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
1634 * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
1635 * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
1636 * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
1637 * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
1638 * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
1639 * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
1640 * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
1641 * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
1642 * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
1643 * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
1644 * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
1645 * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
1646 * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
1647 * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
1648 * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
1649 * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
1650 * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
1651 * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
1652 * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
1653 * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
1654 * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
1655 * platform/chromium-mac/editing/selection/select-all-001-expected.png:
1656 * platform/chromium-mac/editing/selection/select-all-002-expected.png:
1657 * platform/chromium-mac/editing/selection/select-box-expected.png:
1658 * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
1659 * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
1660 * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
1661 * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
1662 * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
1663 * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
1664 * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
1665 * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
1666 * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Added.
1667 * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
1668 * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
1669 * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
1670 * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
1671 * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
1672 * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
1673 * platform/chromium-mac/editing/spelling/spelling-expected.png:
1674 * platform/chromium-mac/editing/style/4916887-expected.png:
1675 * platform/chromium-mac/editing/style/5017613-1-expected.png:
1676 * platform/chromium-mac/editing/style/5017613-2-expected.png:
1677 * platform/chromium-mac/editing/style/5046875-1-expected.png:
1678 * platform/chromium-mac/editing/style/5046875-2-expected.png: Added.
1679 * platform/chromium-mac/editing/style/5065910-expected.png:
1680 * platform/chromium-mac/editing/style/5084241-expected.png:
1681 * platform/chromium-mac/editing/style/5228141-expected.png:
1682 * platform/chromium-mac/editing/style/5279521-expected.png:
1683 * platform/chromium-mac/editing/style/block-styles-007-expected.png:
1684 * platform/chromium-mac/editing/style/highlight-expected.png:
1685 * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
1686 * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
1687 * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
1688 * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
1689 * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
1690 * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
1691 * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
1692 * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
1693 * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
1694 * platform/chromium-mac/editing/style/typing-style-001-expected.png:
1695 * platform/chromium-mac/editing/style/typing-style-002-expected.png:
1696 * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
1697 * platform/chromium-mac/editing/undo/4063751-expected.png:
1698 * platform/chromium-mac/editing/undo/5378473-expected.png:
1699 * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
1700 * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
1701 * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
1702 * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
1703 * platform/chromium-mac/editing/undo/undo-delete-expected.png:
1704 * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
1705 * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
1706 * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
1707 * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
1708 * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
1709 * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
1710 * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
1711 * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
1712 * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
1713 * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
1714 * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
1715 * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
1716 * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
1717 * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
1718 * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
1719 * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
1720 * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
1721 * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
1722 * platform/chromium-mac/fast/inline/25277-2-expected.png:
1723 * platform/chromium-mac/fast/inline/25277-expected.png:
1724 * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
1725 * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
1726 * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png:
1727 * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
1728 * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
1729 * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
1730 * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
1731 * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
1732 * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
1733 * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
1734 * platform/chromium-mac/svg/custom/focus-ring-expected.png:
1735 * platform/chromium/test_expectations.txt:
1737 2011-10-21 Zoltan Horvath <zoltan@webkit.org>
1739 [Qt] fast/events/touch/page-scaled-touch-gesture-click.html is failing
1740 https://bugs.webkit.org/show_bug.cgi?id=70593
1742 It was introduced in r97988. Skip it.
1744 * platform/qt/Skipped:
1746 2011-10-21 Andrey Kosyakov <caseq@chromium.org>
1748 [Qt] 2 inspector/extensions tests times out on Mac and linux after r97850
1749 https://bugs.webkit.org/show_bug.cgi?id=70414
1751 Unreviewed. Skipped inspector/extensions/extensions-{events,network}.html
1753 * platform/qt/Skipped:
1755 2011-10-03 Kent Tamura <tkent@chromium.org>
1757 Add tests to check behavior of border attribute with a large number or an invalid value.
1758 https://bugs.webkit.org/show_bug.cgi?id=69055
1760 Reviewed by Daniel Bates.
1762 r96290 changed the behavior of integer parsing so that large
1763 number strings which can not be represented in 32 bit integers
1764 makes an error. However, border attribute behavior wasn't changed
1765 by r96290 because its default value is 0 and
1766 parseHTMLNonNegativeInteger() had set 0 in a case of overflow.
1768 * fast/dom/HTMLImageElement/image-with-invalid-border-expected.html: Added.
1769 * fast/dom/HTMLImageElement/image-with-invalid-border.html: Added.
1770 * fast/dom/HTMLInputElement/input-with-invalid-border-expected.html: Added.
1771 * fast/dom/HTMLInputElement/input-with-invalid-border.html: Added.
1772 * fast/dom/HTMLObjectElement/object-with-invalid-border-expected.html: Added.
1773 * fast/dom/HTMLObjectElement/object-with-invalid-border.html: Added.
1775 2011-10-20 Andrey Kosyakov <caseq@chromium.org>
1777 Web Inspector: make extension tests pass on chromium
1778 https://bugs.webkit.org/show_bug.cgi?id=70334
1780 Reviewed by Pavel Feldman.
1782 * http/tests/inspector/extensions-headers.html:
1783 * http/tests/inspector/resources/extension-main.js:
1785 * inspector/extensions/extensions-audits.html:
1786 * inspector/extensions/extensions-console.html:
1787 * inspector/extensions/extensions-resources.html:
1788 * platform/chromium/inspector/extensions/extensions-api-expected.txt: Added.
1789 * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Added.
1790 * platform/chromium/test_expectations.txt:
1792 2011-10-21 Yuzo Fujishima <yuzo@google.com>
1794 [chromium] Test expectation change: fast/canvas/webgl/WebGLContextEvent.html now passes.
1796 Unreviewed. The test passes since http://trac.webkit.org/changeset/98044/
1798 * platform/chromium/test_expectations.txt:
1800 2011-10-20 Adam Barth <abarth@webkit.org>
1802 These tests are skipped so there's no need to say they TIMEOUT.
1804 * platform/chromium/test_expectations.txt:
1806 2011-10-02 Kent Tamura <tkent@chromium.org>
1808 Add a test to check behavior of tabindex attribute with a large number
1809 https://bugs.webkit.org/show_bug.cgi?id=69056
1811 Reviewed by Daniel Bates.
1813 r96290 changed the behavior of integer parsing so that large
1814 number strings which can not be represented in 32 bit integers
1815 makes an error. Before r96290, we had assumed such large numbers
1816 are equivelent to 0. We assume them invalid values.
1818 * fast/dom/tabindex-defaults-expected.txt: Added.
1819 * fast/dom/tabindex-defaults.html: Added.
1821 2011-10-20 Yuzo Fujishima <yuzo@google.com>
1823 [chromium] Update test expectation for inspector/debugger/{linkifier,script-formatter}.html
1827 * platform/chromium/test_expectations.txt:
1829 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
1831 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
1832 even if the family does not match.
1833 https://bugs.webkit.org/show_bug.cgi?id=55036
1835 Unreviewed. Update tests after r97990, and unskip them. (part 6)
1837 * platform/qt/tables/: [...]
1838 * platform/qt/transforms/: [...]
1839 * platform/qt/transitions/: [...]
1840 * platform/qt/Skipped:
1842 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
1844 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
1845 even if the family does not match.
1846 https://bugs.webkit.org/show_bug.cgi?id=55036
1848 Unreviewed. Update tests after r97990, and unskip them. (part 5)
1850 * platform/qt/svg/: [...]
1851 * platform/qt/Skipped:
1853 2011-10-20 Simon Fraser <simon.fraser@apple.com>
1855 Hidden composited iframes cause infinite loop
1856 https://bugs.webkit.org/show_bug.cgi?id=52655
1858 Reviewed by Darin Adler.
1860 Test with a visibility:hidden iframe, whose subframe becomes composited.
1862 * compositing/visibility/hidden-iframe-expected.txt: Added.
1863 * compositing/visibility/hidden-iframe.html: Added.
1865 2011-10-20 Dirk Pranke <dpranke@chromium.org>
1867 Suppress inspector failures for the moment.
1868 https://bugs.webkit.org/show_bug.cgi?id=70573
1870 Unreviewed, expectations change.
1872 * platform/chromium/test_expectations.txt:
1874 2011-10-20 Ryosuke Niwa <rniwa@webkit.org>
1876 Mac rebaseline after r97878.
1878 * platform/mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
1880 2011-10-20 Zhenyao Mo <zmo@google.com>
1882 Unreviewed, test expectations update for GPU bots.
1884 * platform/chromium/test_expectations.txt:
1886 2011-10-20 Tony Chang <tony@chromium.org>
1888 Update chromium-linux flexbox pixel results. My machine is running
1889 a different version of ubuntu and the fonts are antialiased differently.
1891 * platform/chromium-linux/css3/flexbox/repaint-expected.png:
1892 * platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png:
1894 2011-10-20 Dirk Pranke <dpranke@chromium.org>
1896 Unreviewed, expectations change.
1898 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Added.
1899 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Added.
1901 2011-10-20 Julien Chaffraix <jchaffraix@webkit.org>
1903 RenderDeprecatedFlexibleBox does not call its children's layout method
1904 https://bugs.webkit.org/show_bug.cgi?id=64842
1906 Reviewed by David Hyatt.
1908 Added a test covering the vertical change as the horizontal one is covered
1909 by 021.html. The test is failing currently as we don't properly support this
1912 * fast/flexbox/021-vertical-expected.png: Added.
1913 * fast/flexbox/021-vertical-expected.txt: Added.
1914 * fast/flexbox/021-vertical.html: Added.
1915 * fast/flexbox/crash-flexbox-no-layout-child-expected.txt: Added.
1916 * fast/flexbox/crash-flexbox-no-layout-child.html: Added.
1918 * platform/chromium-win/fast/flexbox/021-expected.txt:
1919 * platform/efl/fast/flexbox/021-expected.txt:
1920 * platform/gtk/fast/flexbox/021-expected.txt:
1921 * platform/mac/fast/flexbox/021-expected.txt:
1922 * platform/qt/fast/flexbox/021-expected.txt:
1923 Updated as we now layout out this flex-box. The image result should not
1924 change as it doesn't contribute to the visible flexbox layout.
1926 2011-10-20 Simon Fraser <simon.fraser@apple.com>
1928 Fix two compositing iframes tests
1929 https://bugs.webkit.org/show_bug.cgi?id=70543
1931 Reviewed by Dean Jackson.
1933 Remove incorrect WK2-specific result for invisible-nested-iframe-show.html.
1935 The WK1 result for overlapped-iframe-iframe-expected.txt was also incorrect, because
1936 the test didn not function correctly in WK1. It needs to use a setTimeout(0) to work
1937 around an AppKit issue, and to display() so that painting triggers overflow detection.
1939 * compositing/iframes/overlapped-iframe-iframe.html:
1940 * platform/mac-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Removed.
1941 * platform/mac/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
1943 2011-10-19 Ryosuke Niwa <rniwa@webkit.org>
1945 [nrwt] results.html should differentiate expected missing and unexpected missing
1946 https://bugs.webkit.org/show_bug.cgi?id=70372
1948 Reviewed by Ojan Vafai.
1950 Fixed the bug by moving the code to set isExpected above where we find tests with missing results
1951 in processGlobalStateFor, and replacing testList for the missing results table by failingTestsTable.
1953 Also fixed a bug in updateTogglingImages that was erroneously replacing links to .png files by
1954 links to -diffs.html that don't exist for tests with missing results.
1956 * fast/harness/resources/results-test.js: Added a test.
1957 * fast/harness/results-expected.txt: Rebaselined.
1958 * fast/harness/results.html:
1959 * platform/chromium/fast/harness/results-expected.txt: Rebaselined.
1960 * platform/win/fast/harness/results-expected.txt: Rebaselined.
1962 2011-10-20 Tony Chang <tony@chromium.org>
1964 fix repaint bugs in new flexbox
1965 https://bugs.webkit.org/show_bug.cgi?id=70450
1967 Reviewed by David Hyatt.
1969 * css3/flexbox/repaint-expected.txt: Added.
1970 * css3/flexbox/repaint-rtl-column-expected.txt: Added.
1971 * css3/flexbox/repaint-rtl-column.html: Added.
1972 * css3/flexbox/repaint.html: Added.
1973 * platform/chromium-linux/css3/flexbox/repaint-expected.png: Added.
1974 * platform/chromium-linux/css3/flexbox/repaint-rtl-columnexpected.png: Added.
1976 2011-10-20 Dan Bernstein <mitz@apple.com>
1978 Flipped-blocks writing mode blocks do not hit test their overflow
1979 https://bugs.webkit.org/show_bug.cgi?id=70546
1981 Reviewed by Sam Weinig.
1983 * fast/writing-mode/flipped-blocks-hit-test-overflow-expected.txt: Added.
1984 * fast/writing-mode/flipped-blocks-hit-test-overflow.html: Added.
1986 2011-10-20 David Hyatt <hyatt@apple.com>
1988 https://bugs.webkit.org/show_bug.cgi?id=70539
1990 Make the 'clip' property work in variable width regions.
1992 Reviewed by Dan Bernstein.
1994 * fast/regions/positioned-objects-clipped-spanning-regions.html: Added.
1995 * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.png: Added.
1996 * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.txt: Added.
1998 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
2000 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
2001 even if the family does not match.
2002 https://bugs.webkit.org/show_bug.cgi?id=55036
2004 Unreviewed. Update tests after r97990, and unskip them. (part 4)
2006 * platform/qt/http/: [...]
2007 * platform/qt/fast/: [...]
2008 * platform/qt/plugins/: [...]
2009 * platform/qt/printing/: [...]
2010 * platform/qt/scrollbars/: [...]
2011 * platform/qt/Skipped:
2013 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
2015 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
2016 even if the family does not match.
2017 https://bugs.webkit.org/show_bug.cgi?id=55036
2019 Unreviewed. Update tests after r97990, and unskip them. (part 3)
2021 * platform/qt/editing/: [...]
2022 * platform/qt/fast/: [...]
2023 * platform/qt/Skipped:
2025 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2027 Unreviewed. Add remaining EFL baselines.
2029 * platform/efl/fast/html: Added.
2030 * platform/efl/fast/html/keygen-expected.txt: Added.
2031 * platform/efl/fast/html/link-rel-stylesheet-expected.txt: Added.
2032 * platform/efl/fast/html/listing-expected.txt: Added.
2033 * platform/efl/fast/html/marquee-scroll-expected.txt: Added.
2034 * platform/efl/fast/html/marquee-scrollamount-expected.txt: Added.
2035 * platform/efl/fast/loader: Added.
2036 * platform/efl/fast/loader/text-document-wrapping-expected.txt: Added.
2038 2011-10-20 Ken Buchanan <kenrb@chromium.org>
2040 Crash in updateFirstLetter on :after generated content
2041 https://bugs.webkit.org/show_bug.cgi?id=70031
2043 Reviewed by David Hyatt.
2045 Added test for crash condition with a floating first-letter on after content
2047 * fast/css-generated-content/after-with-first-letter-float-crash.html: Added
2048 * fast/css-generated-content/after-with-first-letter-float-crash-expected.txt: Added
2050 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2052 Unreviewed. Add EFL baselines for the selectors, table, text,
2053 tokenizer, transforms, writing-mode, xsl suites inside the "fast" suite.
2055 * platform/efl/fast/selectors: [...]
2056 * platform/efl/fast/table: [...]
2057 * platform/efl/fast/text: [...]
2058 * platform/efl/fast/tokenizer: [...]
2059 * platform/efl/fast/transforms: [...]
2060 * platform/efl/fast/writing-mode: [...]
2061 * platform/efl/fast/xsl: [...]
2063 2011-10-20 Daniel Cheng <dcheng@chromium.org>
2065 Update expectations after r97878.
2066 https://bugs.webkit.org/show_bug.cgi?id=70527
2068 Reviewed by Tony Chang.
2070 * platform/chromium-cg-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
2071 * platform/chromium-cg-mac-leopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
2072 * platform/chromium-cg-mac-snowleopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
2073 * platform/chromium-cg-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
2074 * platform/chromium-cg-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Removed.
2075 * platform/chromium-linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
2076 * platform/chromium-linux/editing/selection/drag-to-contenteditable-iframe-expected.png:
2077 * platform/chromium-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
2078 * platform/chromium-mac-leopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/selection/drag-to-contenteditable-iframe-expected.png.
2079 * platform/chromium-mac-snowleopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
2080 * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
2081 * platform/chromium-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Removed.
2082 * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
2083 * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
2084 * platform/chromium/test_expectations.txt:
2086 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2088 Unreviewed. Add EFL baselines for the overflow, parser, reflections, regions,
2089 repaint, replaced, ruby and runing suites inside the "fast" suites.
2091 * platform/efl/fast/overflow: [...]
2092 * platform/efl/fast/parser: [...]
2093 * platform/efl/fast/reflections: [...]
2094 * platform/efl/fast/regions: [...]
2095 * platform/efl/fast/repaint: [...]
2096 * platform/efl/fast/replaced: [...]
2097 * platform/efl/fast/ruby: [...]
2098 * platform/efl/fast/runin: [...]
2100 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2102 Unreviewed. Add more EFL baselines for the fast/ suite.
2104 * platform/efl/fast/images: [...]
2105 * platform/efl/fast/inline: [...]
2106 * platform/efl/fast/inline-block: [...]
2107 * platform/efl/fast/innerHTML: [...]
2108 * platform/efl/fast/inspector-support: [...]
2109 * platform/efl/fast/invalid: [...]
2110 * platform/efl/fast/layers: [...]
2111 * platform/efl/fast/lists: [...]
2112 * platform/efl/fast/media: [...]
2113 * platform/efl/fast/multicol: [...]
2115 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
2117 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
2118 even if the family does not match.
2119 https://bugs.webkit.org/show_bug.cgi?id=55036
2121 Unreviewed. Update tests after r97990, and unskip them. (part 2)
2123 * platform/qt/css3/: [...]
2124 * platform/qt/Skipped:
2126 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
2128 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
2129 even if the family does not match.
2130 https://bugs.webkit.org/show_bug.cgi?id=55036
2132 Unreviewed. Update tests after r97990, and unskip them. (part 1)
2134 * platform/qt/animations/: [...]
2135 * platform/qt/css1/: [...]
2136 * platform/qt/css2.1/: [...]
2137 * platform/qt/Skipped:
2139 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2141 Unreviewed. Add part of EFL baselines for the fast/ suite.
2143 * platform/efl/fast/doctypes: [...]
2144 * platform/efl/fast/dom: [...]
2145 * platform/efl/fast/dynamic: [...]
2146 * platform/efl/fast/encoding: [...]
2147 * platform/efl/fast/events: [...]
2148 * platform/efl/fast/fast-mobile-scrolling: [...]
2149 * platform/efl/fast/files: [...]
2150 * platform/efl/fast/flexbox: [...]
2151 * platform/efl/fast/forms: [...]
2152 * platform/efl/fast/frames: [...]
2153 * platform/efl/fast/gradients: [...]
2155 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
2157 [Qt] Temporarily skip 5436 tests until rebaselines landed.
2159 * platform/qt/Skipped:
2161 2011-10-20 John Knottenbelt <jknotten@chromium.org>
2163 Touch events should take page scale into account
2164 https://bugs.webkit.org/show_bug.cgi?id=69798
2166 Reviewed by Adam Barth.
2168 * fast/events/touch/page-scaled-touch-gesture-click-expected.txt: Added.
2169 * fast/events/touch/page-scaled-touch-gesture-click.html: Added.
2171 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2173 Unreviewed. Add part of EFL baselines for the fast/ suite.
2175 * platform/efl/fast: Added.
2176 * platform/efl/fast/backgrounds: [...]
2177 * platform/efl/fast/block: [...]
2178 * platform/efl/fast/body-propagation: [...]
2179 * platform/efl/fast/borders: [...]
2180 * platform/efl/fast/box-shadow: [...]
2181 * platform/efl/fast/box-sizing: [...]
2182 * platform/efl/fast/canvas: [...]
2183 * platform/efl/fast/clip: [...]
2184 * platform/efl/fast/compact: [...]
2185 * platform/efl/fast/css: [...]
2186 * platform/efl/fast/css-generated-content: [...]
2188 2011-10-20 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2190 [Qt] Removing test from Skipped list. Test passes: fast/text/justify-padding-distribution.html
2191 https://bugs.webkit.org/show_bug.cgi?id=40584
2193 Reviewed by Andreas Kling.
2195 * platform/qt/Skipped:
2197 2011-10-20 Vsevolod Vlasov <vsevik@chromium.org>
2199 Web Inspector: Advanced search results should keep working after pretty print toggled.
2200 https://bugs.webkit.org/show_bug.cgi?id=70347
2202 Reviewed by Pavel Feldman.
2204 * inspector/debugger/raw-source-code.html:
2206 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2208 Unreviewed. Add EFL baselines for dom, editing, fonts, mathml, media, printing, scrollbars and security.
2210 * platform/efl/dom: [...]
2211 * platform/efl/editing: [...]
2212 * platform/efl/fonts: [...]
2213 * platform/efl/mathml: [...]
2214 * platform/efl/media: [...]
2215 * platform/efl/printing: [...]
2216 * platform/efl/scrollbars: [...]
2217 * platform/efl/security: [...]
2219 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
2221 [Qt] Move qt-4.8 platform to qt platform.
2223 Now Qt 4.8 results are default, 4.7 results aren't supported anymore.
2225 * platform/qt: [...]
2226 * platform/qt-4.8: [...]
2228 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2230 Unreviewed. Adding EFL baselines for animations, compositing, transforms and transitions.
2232 * platform/efl/animations: Added.
2233 * platform/efl/animations/missing-values-first-keyframe-expected.txt: Added.
2234 * platform/efl/animations/missing-values-last-keyframe-expected.txt: Added.
2235 * platform/efl/animations/state-at-end-event-expected.txt: Added.
2236 * platform/efl/compositing: Added.
2237 * platform/efl/compositing/animation: Added.
2238 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
2239 * platform/efl/compositing/color-matching: Added.
2240 * platform/efl/compositing/color-matching/image-color-matching-expected.txt: Added.
2241 * platform/efl/compositing/color-matching/pdf-image-match-expected.txt: Added.
2242 * platform/efl/compositing/compositing-visible-descendant-expected.txt: Added.
2243 * platform/efl/compositing/direct-image-compositing-expected.txt: Added.
2244 * platform/efl/compositing/framesets: Added.
2245 * platform/efl/compositing/generated-content-expected.txt: Added.
2246 * platform/efl/compositing/geometry: Added.
2247 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
2248 * platform/efl/compositing/geometry/clipped-video-controller-expected.txt: Added.
2249 * platform/efl/compositing/geometry/clipping-foreground-expected.txt: Added.
2250 * platform/efl/compositing/geometry/composited-html-size-expected.txt: Added.
2251 * platform/efl/compositing/geometry/fixed-in-composited-expected.txt: Added.
2252 * platform/efl/compositing/geometry/fixed-position-expected.txt: Added.
2253 * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
2254 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
2255 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
2256 * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
2257 * platform/efl/compositing/geometry/outline-change-expected.txt: Added.
2258 * platform/efl/compositing/geometry/partial-layout-update-expected.txt: Added.
2259 * platform/efl/compositing/geometry/root-layer-update-expected.txt: Added.
2260 * platform/efl/compositing/geometry/tall-page-composited-expected.txt: Added.
2261 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
2262 * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
2263 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
2264 * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt: Added.
2265 * platform/efl/compositing/iframes: Added.
2266 * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
2267 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
2268 * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
2269 * platform/efl/compositing/images: Added.
2270 * platform/efl/compositing/images/direct-image-background-color-expected.txt: Added.
2271 * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt: Added.
2272 * platform/efl/compositing/masks: Added.
2273 * platform/efl/compositing/masks/direct-image-mask-expected.txt: Added.
2274 * platform/efl/compositing/masks/masked-ancestor-expected.txt: Added.
2275 * platform/efl/compositing/masks/multiple-masks-expected.txt: Added.
2276 * platform/efl/compositing/masks/simple-composited-mask-expected.txt: Added.
2277 * platform/efl/compositing/overflow: Added.
2278 * platform/efl/compositing/overflow/ancestor-overflow-expected.txt: Added.
2279 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
2280 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
2281 * platform/efl/compositing/overflow/overflow-positioning-expected.txt: Added.
2282 * platform/efl/compositing/overflow/overflow-scroll-expected.txt: Added.
2283 * platform/efl/compositing/overflow/parent-overflow-expected.txt: Added.
2284 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
2285 * platform/efl/compositing/overflow/scrollbar-painting-expected.txt: Added.
2286 * platform/efl/compositing/plugins: Added.
2287 * platform/efl/compositing/plugins/composited-plugin-expected.txt: Added.
2288 * platform/efl/compositing/reflections: Added.
2289 * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt: Added.
2290 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
2291 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
2292 * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt: Added.
2293 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
2294 * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added.
2295 * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt: Added.
2296 * platform/efl/compositing/reflections/nested-reflection-expected.txt: Added.
2297 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
2298 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
2299 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
2300 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
2301 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
2302 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
2303 * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt: Added.
2304 * platform/efl/compositing/reflections/reflection-in-composited-expected.txt: Added.
2305 * platform/efl/compositing/reflections/reflection-on-composited-expected.txt: Added.
2306 * platform/efl/compositing/reflections/reflection-opacity-expected.txt: Added.
2307 * platform/efl/compositing/reflections/reflection-ordering-expected.txt: Added.
2308 * platform/efl/compositing/reflections/reflection-positioning-expected.txt: Added.
2309 * platform/efl/compositing/reflections/reflection-positioning2-expected.txt: Added.
2310 * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt: Added.
2311 * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt: Added.
2312 * platform/efl/compositing/repaint: Added.
2313 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
2314 * platform/efl/compositing/repaint/composited-document-element-expected.txt: Added.
2315 * platform/efl/compositing/repaint/content-into-overflow-expected.txt: Added.
2316 * platform/efl/compositing/repaint/layer-repaint-expected.txt: Added.
2317 * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt: Added.
2318 * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt: Added.
2319 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
2320 * platform/efl/compositing/repaint/overflow-into-content-expected.txt: Added.
2321 * platform/efl/compositing/scaling: Added.
2322 * platform/efl/compositing/self-painting-layers-expected.txt: Added.
2323 * platform/efl/compositing/shadows: Added.
2324 * platform/efl/compositing/shadows/shadow-drawing-expected.txt: Added.
2325 * platform/efl/compositing/sibling-positioning-expected.txt: Added.
2326 * platform/efl/compositing/text-on-large-layer-expected.txt: Added.
2327 * platform/efl/compositing/transitions: Added.
2328 * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt: Added.
2329 * platform/efl/compositing/transitions/singular-scale-transition-expected.txt: Added.
2330 * platform/efl/compositing/video: Added.
2331 * platform/efl/compositing/video/video-background-color-expected.txt: Added.
2332 * platform/efl/transforms: Added.
2333 * platform/efl/transforms/2d: Added.
2334 * platform/efl/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
2335 * platform/efl/transforms/2d/hindi-rotated-expected.txt: Added.
2336 * platform/efl/transforms/2d/transform-borderbox-expected.txt: Added.
2337 * platform/efl/transforms/2d/transform-fixed-container-expected.txt: Added.
2338 * platform/efl/transforms/2d/transform-origin-borderbox-expected.txt: Added.
2339 * platform/efl/transforms/2d/zoom-menulist-expected.txt: Added.
2340 * platform/efl/transforms/no_transform_hit_testing-expected.txt: Added.
2341 * platform/efl/transforms/svg-vs-css-expected.txt: Added.
2342 * platform/efl/transitions: Added.
2343 * platform/efl/transitions/default-timing-function-expected.txt: Added.
2344 * platform/efl/transitions/move-after-transition-expected.txt: Added.
2345 * platform/efl/transitions/svg-text-shadow-transition-expected.txt: Added.
2346 * platform/efl/transitions/transition-end-event-rendering-expected.txt: Added.
2348 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
2350 Unreviewed. Add EFL baselines for table tests.
2352 * platform/efl/tables: Added.
2353 * platform/efl/tables/layering: Added.
2354 * platform/efl/tables/layering/paint-test-layering-1-expected.txt: Added.
2355 * platform/efl/tables/layering/paint-test-layering-2-expected.txt: Added.
2356 * platform/efl/tables/mozilla: Added.
2357 * platform/efl/tables/mozilla/bugs: Added.
2358 * platform/efl/tables/mozilla/bugs/45621-expected.txt: Added.
2359 * platform/efl/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added.
2360 * platform/efl/tables/mozilla/bugs/bug10009-expected.txt: Added.
2361 * platform/efl/tables/mozilla/bugs/bug100334-expected.txt: Added.
2362 * platform/efl/tables/mozilla/bugs/bug10036-expected.txt: Added.
2363 * platform/efl/tables/mozilla/bugs/bug10039-expected.txt: Added.
2364 * platform/efl/tables/mozilla/bugs/bug101201-expected.txt: Added.
2365 * platform/efl/tables/mozilla/bugs/bug101674-expected.txt: Added.
2366 * platform/efl/tables/mozilla/bugs/bug102145-1-expected.txt: Added.
2367 * platform/efl/tables/mozilla/bugs/bug102145-2-expected.txt: Added.
2368 * platform/efl/tables/mozilla/bugs/bug102145-3-expected.txt: Added.
2369 * platform/efl/tables/mozilla/bugs/bug102145-4-expected.txt: Added.
2370 * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt: Added.
2371 * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt: Added.
2372 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt: Added.
2373 * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt: Added.
2374 * platform/efl/tables/mozilla/bugs/bug103533-expected.txt: Added.
2375 * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Added.
2376 * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Added.
2377 * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt: Added.
2378 * platform/efl/tables/mozilla/bugs/bug106158-2-expected.txt: Added.
2379 * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Added.
2380 * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt: Added.
2381 * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt: Added.
2382 * platform/efl/tables/mozilla/bugs/bug106795-expected.txt: Added.
2383 * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Added.
2384 * platform/efl/tables/mozilla/bugs/bug108340-expected.txt: Added.
2385 * platform/efl/tables/mozilla/bugs/bug109043-expected.txt: Added.
2386 * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Added.
2387 * platform/efl/tables/mozilla/bugs/bug110566-expected.txt: Added.
2388 * platform/efl/tables/mozilla/bugs/bug11321-expected.txt: Added.
2389 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Added.
2390 * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
2391 * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt: Added.
2392 * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Added.
2393 * platform/efl/tables/mozilla/bugs/bug11384q-expected.txt: Added.
2394 * platform/efl/tables/mozilla/bugs/bug11384s-expected.txt: Added.
2395 * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt: Added.
2396 * platform/efl/tables/mozilla/bugs/bug1188-expected.txt: Added.
2397 * platform/efl/tables/mozilla/bugs/bug11944-expected.txt: Added.
2398 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt: Added.
2399 * platform/efl/tables/mozilla/bugs/bug12008-expected.txt: Added.
2400 * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added.
2401 * platform/efl/tables/mozilla/bugs/bug120364-expected.txt: Added.
2402 * platform/efl/tables/mozilla/bugs/bug1220-expected.txt: Added.
2403 * platform/efl/tables/mozilla/bugs/bug1224-expected.txt: Added.
2404 * platform/efl/tables/mozilla/bugs/bug12268-expected.txt: Added.
2405 * platform/efl/tables/mozilla/bugs/bug12384-expected.txt: Added.
2406 * platform/efl/tables/mozilla/bugs/bug123862-expected.txt: Added.
2407 * platform/efl/tables/mozilla/bugs/bug1261-expected.txt: Added.
2408 * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Added.
2409 * platform/efl/tables/mozilla/bugs/bug12709-expected.txt: Added.
2410 * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added.
2411 * platform/efl/tables/mozilla/bugs/bug127267-expected.txt: Added.
2412 * platform/efl/tables/mozilla/bugs/bug128229-expected.txt: Added.
2413 * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Added.
2414 * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
2415 * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
2416 * platform/efl/tables/mozilla/bugs/bug12910-expected.txt: Added.
2417 * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Added.
2418 * platform/efl/tables/mozilla/bugs/bug1302-expected.txt: Added.
2419 * platform/efl/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
2420 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Added.
2421 * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt: Added.
2422 * platform/efl/tables/mozilla/bugs/bug13105-expected.txt: Added.
2423 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Added.
2424 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
2425 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt: Added.
2426 * platform/efl/tables/mozilla/bugs/bug13196-expected.txt: Added.
2427 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt: Added.
2428 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt: Added.
2429 * platform/efl/tables/mozilla/bugs/bug133948-expected.txt: Added.
2430 * platform/efl/tables/mozilla/bugs/bug13484-expected.txt: Added.
2431 * platform/efl/tables/mozilla/bugs/bug13526-expected.txt: Added.
2432 * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
2433 * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
2434 * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
2435 * platform/efl/tables/mozilla/bugs/bug138725-expected.txt: Added.
2436 * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt: Added.
2437 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Added.
2438 * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt: Added.
2439 * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt: Added.
2440 * platform/efl/tables/mozilla/bugs/bug14159-1-expected.txt: Added.
2441 * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt: Added.
2442 * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Added.
2443 * platform/efl/tables/mozilla/bugs/bug14323-expected.txt: Added.
2444 * platform/efl/tables/mozilla/bugs/bug145572-expected.txt: Added.
2445 * platform/efl/tables/mozilla/bugs/bug1474-expected.txt: Added.
2446 * platform/efl/tables/mozilla/bugs/bug149275-1-expected.txt: Added.
2447 * platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
2448 * platform/efl/tables/mozilla/bugs/bug14929-expected.txt: Added.
2449 * platform/efl/tables/mozilla/bugs/bug15247-expected.txt: Added.
2450 * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Added.
2451 * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Added.
2452 * platform/efl/tables/mozilla/bugs/bug157890-expected.txt: Added.
2453 * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Added.
2454 * platform/efl/tables/mozilla/bugs/bug15933-expected.txt: Added.
2455 * platform/efl/tables/mozilla/bugs/bug16012-expected.txt: Added.
2456 * platform/efl/tables/mozilla/bugs/bug16252-expected.txt: Added.
2457 * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Added.
2458 * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Added.
2459 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Added.
2460 * platform/efl/tables/mozilla/bugs/bug17168-expected.txt: Added.
2461 * platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt: Added.
2462 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt: Added.
2463 * platform/efl/tables/mozilla/bugs/bug17587-expected.txt: Added.
2464 * platform/efl/tables/mozilla/bugs/bug1800-expected.txt: Added.
2465 * platform/efl/tables/mozilla/bugs/bug1802-expected.txt: Added.
2466 * platform/efl/tables/mozilla/bugs/bug1802s-expected.txt: Added.
2467 * platform/efl/tables/mozilla/bugs/bug1809-expected.txt: Added.
2468 * platform/efl/tables/mozilla/bugs/bug1818-1-expected.txt: Added.
2469 * platform/efl/tables/mozilla/bugs/bug1818-2-expected.txt: Added.
2470 * platform/efl/tables/mozilla/bugs/bug1818-3-expected.txt: Added.
2471 * platform/efl/tables/mozilla/bugs/bug1818-4-expected.txt: Added.
2472 * platform/efl/tables/mozilla/bugs/bug1818-5-expected.txt: Added.
2473 * platform/efl/tables/mozilla/bugs/bug1818-6-expected.txt: Added.
2474 * platform/efl/tables/mozilla/bugs/bug1828-expected.txt: Added.
2475 * platform/efl/tables/mozilla/bugs/bug18359-expected.txt: Added.
2476 * platform/efl/tables/mozilla/bugs/bug18440-expected.txt: Added.
2477 * platform/efl/tables/mozilla/bugs/bug18558-expected.txt: Added.
2478 * platform/efl/tables/mozilla/bugs/bug18664-expected.txt: Added.
2479 * platform/efl/tables/mozilla/bugs/bug18955-expected.txt: Added.
2480 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Added.
2481 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Added.
2482 * platform/efl/tables/mozilla/bugs/bug19356-expected.txt: Added.
2483 * platform/efl/tables/mozilla/bugs/bug194024-expected.txt: Added.
2484 * platform/efl/tables/mozilla/bugs/bug19599-expected.txt: Added.
2485 * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Added.
2486 * platform/efl/tables/mozilla/bugs/bug2050-expected.txt: Added.
2487 * platform/efl/tables/mozilla/bugs/bug20579-expected.txt: Added.
2488 * platform/efl/tables/mozilla/bugs/bug2065-expected.txt: Added.
2489 * platform/efl/tables/mozilla/bugs/bug20804-expected.txt: Added.
2490 * platform/efl/tables/mozilla/bugs/bug2123-expected.txt: Added.
2491 * platform/efl/tables/mozilla/bugs/bug21299-expected.txt: Added.
2492 * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Added.
2493 * platform/efl/tables/mozilla/bugs/bug21918-expected.txt: Added.
2494 * platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt: Added.
2495 * platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt: Added.
2496 * platform/efl/tables/mozilla/bugs/bug22019-expected.txt: Added.
2497 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt: Added.
2498 * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt: Added.
2499 * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt: Added.
2500 * platform/efl/tables/mozilla/bugs/bug222336-expected.txt: Added.
2501 * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt: Added.
2502 * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt: Added.
2503 * platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt: Added.
2504 * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt: Added.
2505 * platform/efl/tables/mozilla/bugs/bug222467-expected.txt: Added.
2506 * platform/efl/tables/mozilla/bugs/bug222846-expected.txt: Added.
2507 * platform/efl/tables/mozilla/bugs/bug22513-expected.txt: Added.
2508 * platform/efl/tables/mozilla/bugs/bug2267-expected.txt: Added.
2509 * platform/efl/tables/mozilla/bugs/bug227123-expected.txt: Added.
2510 * platform/efl/tables/mozilla/bugs/bug2296-expected.txt: Added.
2511 * platform/efl/tables/mozilla/bugs/bug23072-expected.txt: Added.
2512 * platform/efl/tables/mozilla/bugs/bug23151-expected.txt: Added.
2513 * platform/efl/tables/mozilla/bugs/bug23235-expected.txt: Added.
2514 * platform/efl/tables/mozilla/bugs/bug23299-expected.txt: Added.
2515 * platform/efl/tables/mozilla/bugs/bug23994-expected.txt: Added.
2516 * platform/efl/tables/mozilla/bugs/bug24200-expected.txt: Added.
2517 * platform/efl/tables/mozilla/bugs/bug24503-expected.txt: Added.
2518 * platform/efl/tables/mozilla/bugs/bug24627-expected.txt: Added.
2519 * platform/efl/tables/mozilla/bugs/bug24661-expected.txt: Added.
2520 * platform/efl/tables/mozilla/bugs/bug2469-expected.txt: Added.
2521 * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt: Added.
2522 * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
2523 * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
2524 * platform/efl/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
2525 * platform/efl/tables/mozilla/bugs/bug24880-expected.txt: Added.
2526 * platform/efl/tables/mozilla/bugs/bug25004-expected.txt: Added.
2527 * platform/efl/tables/mozilla/bugs/bug25074-expected.txt: Added.
2528 * platform/efl/tables/mozilla/bugs/bug25086-expected.txt: Added.
2529 * platform/efl/tables/mozilla/bugs/bug2509-expected.txt: Added.
2530 * platform/efl/tables/mozilla/bugs/bug2516-expected.txt: Added.
2531 * platform/efl/tables/mozilla/bugs/bug25367-expected.txt: Added.
2532 * platform/efl/tables/mozilla/bugs/bug25663-expected.txt: Added.
2533 * platform/efl/tables/mozilla/bugs/bug2585-expected.txt: Added.
2534 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt: Added.
2535 * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Added.
2536 * platform/efl/tables/mozilla/bugs/bug2684-expected.txt: Added.
2537 * platform/efl/tables/mozilla/bugs/bug269566-expected.txt: Added.
2538 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Added.
2539 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Added.
2540 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
2541 * platform/efl/tables/mozilla/bugs/bug275625-expected.txt: Added.
2542 * platform/efl/tables/mozilla/bugs/bug2757-expected.txt: Added.
2543 * platform/efl/tables/mozilla/bugs/bug2763-expected.txt: Added.
2544 * platform/efl/tables/mozilla/bugs/bug277062-expected.txt: Added.
2545 * platform/efl/tables/mozilla/bugs/bug2773-expected.txt: Added.
2546 * platform/efl/tables/mozilla/bugs/bug278266-expected.txt: Added.
2547 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt: Added.
2548 * platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt: Added.
2549 * platform/efl/tables/mozilla/bugs/bug28341-expected.txt: Added.
2550 * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Added.
2551 * platform/efl/tables/mozilla/bugs/bug2886-expected.txt: Added.
2552 * platform/efl/tables/mozilla/bugs/bug28928-expected.txt: Added.
2553 * platform/efl/tables/mozilla/bugs/bug28933-expected.txt: Added.
2554 * platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt: Added.
2555 * platform/efl/tables/mozilla/bugs/bug29058-3-expected.txt: Added.
2556 * platform/efl/tables/mozilla/bugs/bug29157-expected.txt: Added.
2557 * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Added.
2558 * platform/efl/tables/mozilla/bugs/bug29326-expected.txt: Added.
2559 * platform/efl/tables/mozilla/bugs/bug29429-expected.txt: Added.
2560 * platform/efl/tables/mozilla/bugs/bug2947-expected.txt: Added.
2561 * platform/efl/tables/mozilla/bugs/bug2954-expected.txt: Added.
2562 * platform/efl/tables/mozilla/bugs/bug2962-expected.txt: Added.
2563 * platform/efl/tables/mozilla/bugs/bug2973-expected.txt: Added.
2564 * platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt: Added.
2565 * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Added.
2566 * platform/efl/tables/mozilla/bugs/bug2997-expected.txt: Added.
2567 * platform/efl/tables/mozilla/bugs/bug30273-expected.txt: Added.
2568 * platform/efl/tables/mozilla/bugs/bug30332-1-expected.txt: Added.
2569 * platform/efl/tables/mozilla/bugs/bug30332-2-expected.txt: Added.
2570 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2571 * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt: Added.
2572 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt: Added.
2573 * platform/efl/tables/mozilla/bugs/bug30559-expected.txt: Added.
2574 * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Added.
2575 * platform/efl/tables/mozilla/bugs/bug30985-expected.txt: Added.
2576 * platform/efl/tables/mozilla/bugs/bug3103-expected.txt: Added.
2577 * platform/efl/tables/mozilla/bugs/bug3191-expected.txt: Added.
2578 * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt: Added.
2579 * platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt: Added.
2580 * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt: Added.
2581 * platform/efl/tables/mozilla/bugs/bug32447-expected.txt: Added.
2582 * platform/efl/tables/mozilla/bugs/bug3260-expected.txt: Added.
2583 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt: Added.
2584 * platform/efl/tables/mozilla/bugs/bug32841-expected.txt: Added.
2585 * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Added.
2586 * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Added.
2587 * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Added.
2588 * platform/efl/tables/mozilla/bugs/bug33855-expected.txt: Added.
2589 * platform/efl/tables/mozilla/bugs/bug34176-expected.txt: Added.
2590 * platform/efl/tables/mozilla/bugs/bug34538-expected.txt: Added.
2591 * platform/efl/tables/mozilla/bugs/bug3454-expected.txt: Added.
2592 * platform/efl/tables/mozilla/bugs/bug35662-expected.txt: Added.
2593 * platform/efl/tables/mozilla/bugs/bug3681-1-expected.txt: Added.
2594 * platform/efl/tables/mozilla/bugs/bug3681-2-expected.txt: Added.
2595 * platform/efl/tables/mozilla/bugs/bug3718-expected.txt: Added.
2596 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt: Added.
2597 * platform/efl/tables/mozilla/bugs/bug39209-expected.txt: Added.
2598 * platform/efl/tables/mozilla/bugs/bug3977-expected.txt: Added.
2599 * platform/efl/tables/mozilla/bugs/bug40828-expected.txt: Added.
2600 * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Added.
2601 * platform/efl/tables/mozilla/bugs/bug41890-expected.txt: Added.
2602 * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Added.
2603 * platform/efl/tables/mozilla/bugs/bug42443-expected.txt: Added.
2604 * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Added.
2605 * platform/efl/tables/mozilla/bugs/bug43039-expected.txt: Added.
2606 * platform/efl/tables/mozilla/bugs/bug43204-expected.txt: Added.
2607 * platform/efl/tables/mozilla/bugs/bug4382-expected.txt: Added.
2608 * platform/efl/tables/mozilla/bugs/bug4385-expected.txt: Added.
2609 * platform/efl/tables/mozilla/bugs/bug43854-1-expected.txt: Added.
2610 * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
2611 * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Added.
2612 * platform/efl/tables/mozilla/bugs/bug4429-expected.txt: Added.
2613 * platform/efl/tables/mozilla/bugs/bug44505-expected.txt: Added.
2614 * platform/efl/tables/mozilla/bugs/bug44523-expected.txt: Added.
2615 * platform/efl/tables/mozilla/bugs/bug4501-expected.txt: Added.
2616 * platform/efl/tables/mozilla/bugs/bug45055-2-expected.txt: Added.
2617 * platform/efl/tables/mozilla/bugs/bug45055-expected.txt: Added.
2618 * platform/efl/tables/mozilla/bugs/bug4520-expected.txt: Added.
2619 * platform/efl/tables/mozilla/bugs/bug4523-expected.txt: Added.
2620 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt: Added.
2621 * platform/efl/tables/mozilla/bugs/bug45350-expected.txt: Added.
2622 * platform/efl/tables/mozilla/bugs/bug45486-expected.txt: Added.
2623 * platform/efl/tables/mozilla/bugs/bug4576-expected.txt: Added.
2624 * platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt: Added.
2625 * platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt: Added.
2626 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt: Added.
2627 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt: Added.
2628 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt: Added.
2629 * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
2630 * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
2631 * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Added.
2632 * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Added.
2633 * platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt: Added.
2634 * platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt: Added.
2635 * platform/efl/tables/mozilla/bugs/bug46924-expected.txt: Added.
2636 * platform/efl/tables/mozilla/bugs/bug46944-expected.txt: Added.
2637 * platform/efl/tables/mozilla/bugs/bug4739-expected.txt: Added.
2638 * platform/efl/tables/mozilla/bugs/bug47432-expected.txt: Added.
2639 * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt: Added.
2640 * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt: Added.
2641 * platform/efl/tables/mozilla/bugs/bug4803-expected.txt: Added.
2642 * platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt: Added.
2643 * platform/efl/tables/mozilla/bugs/bug4849-expected.txt: Added.
2644 * platform/efl/tables/mozilla/bugs/bug48827-expected.txt: Added.
2645 * platform/efl/tables/mozilla/bugs/bug50695-1-expected.txt: Added.
2646 * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
2647 * platform/efl/tables/mozilla/bugs/bug51037-expected.txt: Added.
2648 * platform/efl/tables/mozilla/bugs/bug51140-expected.txt: Added.
2649 * platform/efl/tables/mozilla/bugs/bug51727-expected.txt: Added.
2650 * platform/efl/tables/mozilla/bugs/bug5188-expected.txt: Added.
2651 * platform/efl/tables/mozilla/bugs/bug52505-expected.txt: Added.
2652 * platform/efl/tables/mozilla/bugs/bug52506-expected.txt: Added.
2653 * platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt: Added.
2654 * platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt: Added.
2655 * platform/efl/tables/mozilla/bugs/bug53891-expected.txt: Added.
2656 * platform/efl/tables/mozilla/bugs/bug54450-expected.txt: Added.
2657 * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Added.
2658 * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: Added.
2659 * platform/efl/tables/mozilla/bugs/bug55545-expected.txt: Added.
2660 * platform/efl/tables/mozilla/bugs/bug55694-expected.txt: Added.
2661 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt: Added.
2662 * platform/efl/tables/mozilla/bugs/bug56201-expected.txt: Added.
2663 * platform/efl/tables/mozilla/bugs/bug56405-expected.txt: Added.
2664 * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Added.
2665 * platform/efl/tables/mozilla/bugs/bug57300-expected.txt: Added.
2666 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt: Added.
2667 * platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt: Added.
2668 * platform/efl/tables/mozilla/bugs/bug57828-expected.txt: Added.
2669 * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Added.
2670 * platform/efl/tables/mozilla/bugs/bug5798-expected.txt: Added.
2671 * platform/efl/tables/mozilla/bugs/bug5799-expected.txt: Added.
2672 * platform/efl/tables/mozilla/bugs/bug5835-expected.txt: Added.
2673 * platform/efl/tables/mozilla/bugs/bug5838-expected.txt: Added.
2674 * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt: Added.
2675 * platform/efl/tables/mozilla/bugs/bug59354-expected.txt: Added.
2676 * platform/efl/tables/mozilla/bugs/bug60013-expected.txt: Added.
2677 * platform/efl/tables/mozilla/bugs/bug60749-expected.txt: Added.
2678 * platform/efl/tables/mozilla/bugs/bug60804-expected.txt: Added.
2679 * platform/efl/tables/mozilla/bugs/bug60807-expected.txt: Added.
2680 * platform/efl/tables/mozilla/bugs/bug60992-expected.txt: Added.
2681 * platform/efl/tables/mozilla/bugs/bug6184-expected.txt: Added.
2682 * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Added.
2683 * platform/efl/tables/mozilla/bugs/bug6304-expected.txt: Added.
2684 * platform/efl/tables/mozilla/bugs/bug63785-expected.txt: Added.
2685 * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Added.
2686 * platform/efl/tables/mozilla/bugs/bug641-1-expected.txt: Added.
2687 * platform/efl/tables/mozilla/bugs/bug641-2-expected.txt: Added.
2688 * platform/efl/tables/mozilla/bugs/bug647-expected.txt: Added.
2689 * platform/efl/tables/mozilla/bugs/bug650-expected.txt: Added.
2690 * platform/efl/tables/mozilla/bugs/bug6674-expected.txt: Added.
2691 * platform/efl/tables/mozilla/bugs/bug67864-expected.txt: Added.
2692 * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Added.
2693 * platform/efl/tables/mozilla/bugs/bug68912-expected.txt: Added.
2694 * platform/efl/tables/mozilla/bugs/bug68998-expected.txt: Added.
2695 * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Added.
2696 * platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt: Added.
2697 * platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt: Added.
2698 * platform/efl/tables/mozilla/bugs/bug709-expected.txt: Added.
2699 * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Added.
2700 * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Added.
2701 * platform/efl/tables/mozilla/bugs/bug7121-1-expected.txt: Added.
2702 * platform/efl/tables/mozilla/bugs/bug72359-expected.txt: Added.
2703 * platform/efl/tables/mozilla/bugs/bug727-expected.txt: Added.
2704 * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Added.
2705 * platform/efl/tables/mozilla/bugs/bug7342-expected.txt: Added.
2706 * platform/efl/tables/mozilla/bugs/bug7471-expected.txt: Added.
2707 * platform/efl/tables/mozilla/bugs/bug75250-expected.txt: Added.
2708 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt: Added.
2709 * platform/efl/tables/mozilla/bugs/bug78162-expected.txt: Added.
2710 * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Added.
2711 * platform/efl/tables/mozilla/bugs/bug8032-2-expected.txt: Added.
2712 * platform/efl/tables/mozilla/bugs/bug80762-1-expected.txt: Added.
2713 * platform/efl/tables/mozilla/bugs/bug81934-expected.txt: Added.
2714 * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt: Added.
2715 * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Added.
2716 * platform/efl/tables/mozilla/bugs/bug8361-expected.txt: Added.
2717 * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Added.
2718 * platform/efl/tables/mozilla/bugs/bug8381-expected.txt: Added.
2719 * platform/efl/tables/mozilla/bugs/bug8411-expected.txt: Added.
2720 * platform/efl/tables/mozilla/bugs/bug86220-expected.txt: Added.
2721 * platform/efl/tables/mozilla/bugs/bug86708-expected.txt: Added.
2722 * platform/efl/tables/mozilla/bugs/bug88035-1-expected.txt: Added.
2723 * platform/efl/tables/mozilla/bugs/bug88035-2-expected.txt: Added.
2724 * platform/efl/tables/mozilla/bugs/bug88524-expected.txt: Added.
2725 * platform/efl/tables/mozilla/bugs/bug8858-expected.txt: Added.
2726 * platform/efl/tables/mozilla/bugs/bug8950-expected.txt: Added.
2727 * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added.
2728 * platform/efl/tables/mozilla/bugs/bug9072-expected.txt: Added.
2729 * platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt: Added.
2730 * platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt: Added.
2731 * platform/efl/tables/mozilla/bugs/bug92143-expected.txt: Added.
2732 * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt: Added.
2733 * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt: Added.
2734 * platform/efl/tables/mozilla/bugs/bug9271-2-expected.txt: Added.
2735 * platform/efl/tables/mozilla/bugs/bug92868-expected.txt: Added.
2736 * platform/efl/tables/mozilla/bugs/bug93363-expected.txt: Added.
2737 * platform/efl/tables/mozilla/bugs/bug963-expected.txt: Added.
2738 * platform/efl/tables/mozilla/bugs/bug96334-expected.txt: Added.
2739 * platform/efl/tables/mozilla/bugs/bug96343-expected.txt: Added.
2740 * platform/efl/tables/mozilla/bugs/bug965-expected.txt: Added.
2741 * platform/efl/tables/mozilla/bugs/bug97138-expected.txt: Added.
2742 * platform/efl/tables/mozilla/bugs/bug97383-expected.txt: Added.
2743 * platform/efl/tables/mozilla/bugs/bug98196-expected.txt: Added.
2744 * platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt: Added.
2745 * platform/efl/tables/mozilla/bugs/bug99923-expected.txt: Added.
2746 * platform/efl/tables/mozilla/bugs/bug99948-expected.txt: Added.
2747 * platform/efl/tables/mozilla/collapsing_borders: Added.
2748 * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt: Added.
2749 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: Added.
2750 * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
2751 * platform/efl/tables/mozilla/core: Added.
2752 * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Added.
2753 * platform/efl/tables/mozilla/core/borders-expected.txt: Added.
2754 * platform/efl/tables/mozilla/core/box_sizing-expected.txt: Added.
2755 * platform/efl/tables/mozilla/core/captions-expected.txt: Added.
2756 * platform/efl/tables/mozilla/core/cell_heights-expected.txt: Added.
2757 * platform/efl/tables/mozilla/core/col_span-expected.txt: Added.
2758 * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt: Added.
2759 * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Added.
2760 * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: Added.
2761 * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: Added.
2762 * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt: Added.
2763 * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: Added.
2764 * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt: Added.
2765 * platform/efl/tables/mozilla/core/col_widths_fix_auto-expected.txt: Added.
2766 * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: Added.
2767 * platform/efl/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added.
2768 * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: Added.
2769 * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt: Added.
2770 * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt: Added.
2771 * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt: Added.
2772 * platform/efl/tables/mozilla/core/margins-expected.txt: Added.
2773 * platform/efl/tables/mozilla/core/misc-expected.txt: Added.
2774 * platform/efl/tables/mozilla/core/nested1-expected.txt: Added.
2775 * platform/efl/tables/mozilla/core/one_row-expected.txt: Added.
2776 * platform/efl/tables/mozilla/core/row_span-expected.txt: Added.
2777 * platform/efl/tables/mozilla/core/table_frame-expected.txt: Added.
2778 * platform/efl/tables/mozilla/core/table_heights-expected.txt: Added.
2779 * platform/efl/tables/mozilla/core/table_rules-expected.txt: Added.
2780 * platform/efl/tables/mozilla/core/table_widths-expected.txt: Added.
2781 * platform/efl/tables/mozilla/dom: Added.
2782 * platform/efl/tables/mozilla/dom/appendCol2-expected.txt: Added.
2783 * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt: Added.
2784 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt: Added.
2785 * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: Added.
2786 * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt: Added.
2787 * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt: Added.
2788 * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt: Added.
2789 * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt: Added.
2790 * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt: Added.
2791 * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt: Added.
2792 * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt: Added.
2793 * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt: Added.
2794 * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt: Added.
2795 * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: Added.
2796 * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt: Added.
2797 * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt: Added.
2798 * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt: Added.
2799 * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt: Added.
2800 * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt: Added.
2801 * platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt: Added.
2802 * platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt: Added.
2803 * platform/efl/tables/mozilla/dom/insertCols1-expected.txt: Added.
2804 * platform/efl/tables/mozilla/dom/insertCols2-expected.txt: Added.
2805 * platform/efl/tables/mozilla/dom/insertCols3-expected.txt: Added.
2806 * platform/efl/tables/mozilla/dom/insertCols4-expected.txt: Added.
2807 * platform/efl/tables/mozilla/dom/insertCols5-expected.txt: Added.
2808 * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt: Added.
2809 * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt: Added.
2810 * platform/efl/tables/mozilla/dom/tableDom-expected.txt: Added.
2811 * platform/efl/tables/mozilla/marvin: Added.
2812 * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Added.
2813 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Added.
2814 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt: Added.
2815 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Added.
2816 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Added.
2817 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Added.
2818 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt: Added.
2819 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Added.
2820 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Added.
2821 * platform/efl/tables/mozilla/marvin/body_col-expected.txt: Added.
2822 * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt: Added.
2823 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt: Added.
2824 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt: Added.
2825 * platform/efl/tables/mozilla/marvin/col_span-expected.txt: Added.
2826 * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt: Added.
2827 * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt: Added.
2828 * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt: Added.
2829 * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt: Added.
2830 * platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt: Added.
2831 * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt: Added.
2832 * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt: Added.
2833 * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt: Added.
2834 * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt: Added.
2835 * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt: Added.
2836 * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt: Added.
2837 * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt: Added.
2838 * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt: Added.
2839 * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: Added.
2840 * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Added.
2841 * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt: Added.
2842 * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt: Added.
2843 * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt: Added.
2844 * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt: Added.
2845 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt: Added.
2846 * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt: Added.
2847 * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt: Added.
2848 * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt: Added.
2849 * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt: Added.
2850 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: Added.
2851 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: Added.
2852 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: Added.
2853 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: Added.
2854 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: Added.
2855 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: Added.
2856 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: Added.
2857 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: Added.
2858 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: Added.
2859 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: Added.
2860 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: Added.
2861 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: Added.
2862 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: Added.
2863 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: Added.
2864 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: Added.
2865 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: Added.
2866 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: Added.
2867 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: Added.
2868 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: Added.
2869 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: Added.
2870 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: Added.
2871 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: Added.
2872 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: Added.
2873 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: Added.
2874 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: Added.
2875 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: Added.
2876 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt: Added.
2877 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt: Added.
2878 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: Added.
2879 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: Added.
2880 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt: Added.
2881 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt: Added.
2882 * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt: Added.
2883 * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt: Added.
2884 * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt: Added.
2885 * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt: Added.
2886 * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Added.
2887 * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Added.
2888 * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt: Added.
2889 * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt: Added.
2890 * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt: Added.
2891 * platform/efl/tables/mozilla/marvin/tables_class-expected.txt: Added.
2892 * platform/efl/tables/mozilla/marvin/tables_default-expected.txt: Added.
2893 * platform/efl/tables/mozilla/marvin/tables_id-expected.txt: Added.
2894 * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt: Added.
2895 * platform/efl/tables/mozilla/marvin/tables_style-expected.txt: Added.
2896 * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt: Added.
2897 * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt: Added.
2898 * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt: Added.
2899 * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt: Added.
2900 * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt: Added.
2901 * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt: Added.
2902 * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt: Added.
2903 * platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt: Added.
2904 * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt: Added.
2905 * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt: Added.
2906 * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt: Added.
2907 * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt: Added.
2908 * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt: Added.
2909 * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt: Added.
2910 * platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt: Added.
2911 * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt: Added.
2912 * platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt: Added.
2913 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt: Added.
2914 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt: Added.
2915 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt: Added.
2916 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt: Added.
2917 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt: Added.
2918 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt: Added.
2919 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Added.
2920 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Added.
2921 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Added.
2922 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Added.
2923 * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Added.
2924 * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Added.
2925 * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Added.
2926 * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Added.
2927 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt: Added.
2928 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt: Added.
2929 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt: Added.
2930 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt: Added.
2931 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt: Added.
2932 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt: Added.
2933 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Added.
2934 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Added.
2935 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Added.
2936 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Added.
2937 * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Added.
2938 * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Added.
2939 * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Added.
2940 * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Added.
2941 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt: Added.
2942 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt: Added.
2943 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt: Added.
2944 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt: Added.
2945 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt: Added.
2946 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt: Added.
2947 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Added.
2948 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Added.
2949 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Added.
2950 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Added.
2951 * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt: Added.
2952 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt: Added.
2953 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt: Added.
2954 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt: Added.
2955 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt: Added.
2956 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt: Added.
2957 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt: Added.
2958 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt: Added.
2959 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt: Added.
2960 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt: Added.
2961 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt: Added.
2962 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt: Added.
2963 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt: Added.
2964 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt: Added.
2965 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt: Added.
2966 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt: Added.
2967 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt: Added.
2968 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt: Added.
2969 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt: Added.
2970 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt: Added.
2971 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt: Added.
2972 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt: Added.
2973 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt: Added.
2974 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt: Added.
2975 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt: Added.
2976 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt: Added.
2977 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt: Added.
2978 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt: Added.
2979 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt: Added.
2980 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt: Added.
2981 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt: Added.
2982 * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Added.
2983 * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Added.
2984 * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Added.
2985 * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Added.
2986 * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Added.
2987 * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt: Added.
2988 * platform/efl/tables/mozilla/marvin/x_caption_class-expected.txt: Added.
2989 * platform/efl/tables/mozilla/marvin/x_caption_id-expected.txt: Added.
2990 * platform/efl/tables/mozilla/marvin/x_caption_style-expected.txt: Added.
2991 * platform/efl/tables/mozilla/marvin/x_col_align_center-expected.txt: Added.
2992 * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt: Added.
2993 * platform/efl/tables/mozilla/marvin/x_col_align_justify-expected.txt: Added.
2994 * platform/efl/tables/mozilla/marvin/x_col_align_left-expected.txt: Added.
2995 * platform/efl/tables/mozilla/marvin/x_col_align_right-expected.txt: Added.
2996 * platform/efl/tables/mozilla/marvin/x_col_span-expected.txt: Added.
2997 * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt: Added.
2998 * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt: Added.
2999 * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt: Added.
3000 * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt: Added.
3001 * platform/efl/tables/mozilla/marvin/x_col_width_pct-expected.txt: Added.
3002 * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt: Added.
3003 * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt: Added.
3004 * platform/efl/tables/mozilla/marvin/x_colgroup_align_center-expected.txt: Added.
3005 * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: Added.
3006 * platform/efl/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt: Added.
3007 * platform/efl/tables/mozilla/marvin/x_colgroup_align_left-expected.txt: Added.
3008 * platform/efl/tables/mozilla/marvin/x_colgroup_align_right-expected.txt: Added.
3009 * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt: Added.
3010 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt: Added.
3011 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt: Added.
3012 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt: Added.
3013 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt: Added.
3014 * platform/efl/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt: Added.
3015 * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt: Added.
3016 * platform/efl/tables/mozilla/marvin/x_table-expected.txt: Added.
3017 * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Added.
3018 * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt: Added.
3019 * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt: Added.
3020 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt: Added.
3021 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt: Added.
3022 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt: Added.
3023 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt: Added.
3024 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt: Added.
3025 * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt: Added.
3026 * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: Added.
3027 * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt: Added.
3028 * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: Added.
3029 * platform/efl/tables/mozilla/marvin/x_table_class-expected.txt: Added.
3030 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt: Added.
3031 * platform/efl/tables/mozilla/marvin/x_table_id-expected.txt: Added.
3032 * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt: Added.
3033 * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt: Added.
3034 * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt: Added.
3035 * platform/efl/tables/mozilla/marvin/x_table_width_pct-expected.txt: Added.
3036 * platform/efl/tables/mozilla/marvin/x_table_width_px-expected.txt: Added.
3037 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt: Added.
3038 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt: Added.
3039 * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: Added.
3040 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt: Added.
3041 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt: Added.
3042 * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt: Added.
3043 * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt: Added.
3044 * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt: Added.
3045 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt: Added.
3046 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt: Added.
3047 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt: Added.
3048 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt: Added.
3049 * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt: Added.
3050 * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt: Added.
3051 * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt: Added.
3052 * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt: Added.
3053 * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt: Added.
3054 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt: Added.
3055 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt: Added.
3056 * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt: Added.
3057 * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt: Added.
3058 * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt: Added.
3059 * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt: Added.
3060 * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt: Added.
3061 * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt: Added.
3062 * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt: Added.
3063 * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt: Added.
3064 * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt: Added.
3065 * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt: Added.
3066 * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt: Added.
3067 * platform/efl/tables/mozilla/marvin/x_td_width-expected.txt: Added.
3068 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: Added.
3069 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt: Added.
3070 * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: Added.
3071 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: Added.
3072 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: Added.
3073 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt: Added.
3074 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt: Added.
3075 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt: Added.
3076 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt: Added.
3077 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt: Added.
3078 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt: Added.
3079 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt: Added.
3080 * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt: Added.
3081 * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt: Added.
3082 * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt: Added.
3083 * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt: Added.
3084 * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt: Added.
3085 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt: Added.
3086 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt: Added.
3087 * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt: Added.
3088 * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt: Added.
3089 * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt: Added.
3090 * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt: Added.
3091 * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt: Added.
3092 * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt: Added.
3093 * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt: Added.
3094 * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: Added.
3095 * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt: Added.
3096 * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt: Added.
3097 * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt: Added.
3098 * platform/efl/tables/mozilla/marvin/x_th_width-expected.txt: Added.
3099 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt: Added.
3100 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt: Added.
3101 * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt: Added.
3102 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt: Added.
3103 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt: Added.
3104 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt: Added.
3105 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt: Added.
3106 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt: Added.
3107 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt: Added.
3108 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt: Added.
3109 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt: Added.
3110 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt: Added.
3111 * platform/efl/tables/mozilla/marvin/x_tr_align_center-expected.txt: Added.
3112 * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt: Added.
3113 * platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.txt: Added.
3114 * platform/efl/tables/mozilla/marvin/x_tr_align_left-expected.txt: Added.
3115 * platform/efl/tables/mozilla/marvin/x_tr_align_right-expected.txt: Added.
3116 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt: Added.
3117 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt: Added.
3118 * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt: Added.
3119 * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt: Added.
3120 * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt: Added.
3121 * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt: Added.
3122 * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt: Added.
3123 * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt: Added.
3124 * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt: Added.
3125 * platform/efl/tables/mozilla/other: Added.
3126 * platform/efl/tables/mozilla/other/body_col-expected.txt: Added.
3127 * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Added.
3128 * platform/efl/tables/mozilla/other/cellspacing-expected.txt: Added.
3129 * platform/efl/tables/mozilla/other/move_row-expected.txt: Added.
3130 * platform/efl/tables/mozilla/other/ms-expected.txt: Added.
3131 * platform/efl/tables/mozilla/other/nested2-expected.txt: Added.
3132 * platform/efl/tables/mozilla/other/nestedTables-expected.txt: Added.
3133 * platform/efl/tables/mozilla/other/padding-expected.txt: Added.
3134 * platform/efl/tables/mozilla/other/slashlogo-expected.txt: Added.
3135 * platform/efl/tables/mozilla/other/test3-expected.txt: Added.
3136 * platform/efl/tables/mozilla/other/test6-expected.txt: Added.
3137 * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Added.
3138 * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
3139 * platform/efl/tables/mozilla_expected_failures: Added.
3140 * platform/efl/tables/mozilla_expected_failures/bugs: Added.
3141 * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt: Added.
3142 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: Added.
3143 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: Added.
3144 * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: Added.
3145 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Added.
3146 * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Added.
3147 * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: Added.
3148 * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: Added.
3149 * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Added.
3150 * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Added.
3151 * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.txt: Added.
3152 * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: Added.
3153 * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: Added.
3154 * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.txt: Added.
3155 * platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
3156 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
3157 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: Added.
3158 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added.
3159 * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: Added.
3160 * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.txt: Added.
3161 * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
3162 * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
3163 * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt: Added.
3164 * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Added.
3165 * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt: Added.
3166 * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Added.
3167 * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Added.
3168 * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: Added.
3169 * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Added.
3170 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Added.
3171 * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
3172 * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: Added.
3173 * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Added.
3174 * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: Added.
3175 * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: Added.
3176 * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: Added.
3177 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt: Added.
3178 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt: Added.
3179 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Added.
3180 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Added.
3181 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Added.
3182 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Added.
3183 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt: Added.
3184 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Added.
3185 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Added.
3186 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Added.
3187 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt: Added.
3188 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Added.
3189 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Added.
3190 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Added.
3191 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Added.
3192 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt: Added.
3193 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt: Added.
3194 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Added.
3195 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt: Added.
3196 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt: Added.
3197 * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.txt: Added.
3198 * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
3199 * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.txt: Added.
3200 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: Added.
3201 * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
3202 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Added.
3203 * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: Added.
3204 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt: Added.
3205 * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
3206 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
3207 * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: Added.
3208 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Added.
3209 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Added.
3210 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: Added.
3211 * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: Added.
3212 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Added.
3213 * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: Added.
3214 * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt: Added.
3215 * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Added.
3216 * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: Added.
3217 * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: Added.
3218 * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt: Added.
3219 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt: Added.
3220 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added.
3221 * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
3222 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Added.
3223 * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added.
3224 * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: Added.
3225 * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: Added.
3226 * platform/efl/tables/mozilla_expected_failures/collapsing_borders: Added.
3227 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Added.
3228 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
3229 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Added.
3230 * platform/efl/tables/mozilla_expected_failures/core: Added.
3231 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt: Added.
3232 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt: Added.
3233 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt: Added.
3234 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt: Added.
3235 * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt: Added.
3236 * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt: Added.
3237 * platform/efl/tables/mozilla_expected_failures/core/columns-expected.txt: Added.
3238 * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt: Added.
3239 * platform/efl/tables/mozilla_expected_failures/core/standards1-expected.txt: Added.
3240 * platform/efl/tables/mozilla_expected_failures/dom: Added.
3241 * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt: Added.
3242 * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: Added.
3243 * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt: Added.
3244 * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: Added.
3245 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt: Added.
3246 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt: Added.
3247 * platform/efl/tables/mozilla_expected_failures/marvin: Added.
3248 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Added.
3249 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Added.
3250 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Added.
3251 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Added.
3252 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Added.
3253 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Added.
3254 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Added.
3255 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Added.
3256 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Added.
3257 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Added.
3258 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Added.
3259 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Added.
3260 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Added.
3261 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Added.
3262 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Added.
3263 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt: Added.
3264 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt: Added.
3265 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt: Added.
3266 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: Added.
3267 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: Added.
3268 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt: Added.
3269 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: Added.
3270 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Added.
3271 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Added.
3272 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Added.
3273 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Added.
3274 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Added.
3275 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Added.
3276 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Added.
3277 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: Added.
3278 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Added.
3279 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: Added.
3280 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.
3281 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
3282 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
3283 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
3284 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Added.
3285 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Added.
3286 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Added.
3287 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Added.
3288 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Added.
3289 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Added.
3290 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Added.
3291 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Added.
3292 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: Added.
3293 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Added.
3294 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: Added.
3295 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: Added.
3296 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: Added.
3297 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: Added.
3298 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: Added.
3299 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Added.
3300 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Added.
3301 * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt: Added.
3302 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Added.
3303 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Ad