Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 8390051: Merge 98492 - REGRESSION (r94887): Scrolling the HTML spec is more jerky now than it was (regress... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/css/adjacent-sibling-selector.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 98492)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,6996 @@
+2011-10-26 Dimitri Glazkov <dglazkov@chromium.org>
+
+ REGRESSION (r94887): Scrolling the HTML spec is more jerky now than it was (regression)
+ https://bugs.webkit.org/show_bug.cgi?id=70857
+
+ Rubber-stamped by Antti Koivisto.
+
+ * fast/css/adjacent-sibling-selector-expected.txt: Removed.
+ * fast/css/adjacent-sibling-selector.html: Removed.
+
+2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
+
+ inspector/cookie-parser.html is a flaky crash
+ https://bugs.webkit.org/show_bug.cgi?id=62662
+
+ Unreviewed Qt-Debug gardening.
+
+ Add CRASH+PASS expectation instead of the skipping madness
+ because the first inspector test is always a flaky crash,
+ no matter which one is that.
+
+ * platform/qt/Skipped:
+ * platform/qt/test_expectations.txt:
+
+2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
+
+ [Qt][WK2] Unreviewed gardening.
+
+ [Qt][WK2] fast/transforms/scrollIntoView-transformed.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=70935
+
+ [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html)
+ https://bugs.webkit.org/show_bug.cgi?id=70915
+ The test became flaky after added platform result.
+
+ Skip flaky tests.
+
+ * platform/qt-wk2/Skipped:
+
+2011-10-26 Mike Reed <reed@google.com>
+
+ [skia] replace offscreen technique with native support for antialiased clipping
+ https://bugs.webkit.org/show_bug.cgi?id=70748
+
+ Reviewed by Stephen White.
+
+ ~100 layout tests need to be rebaselined, as the native aa-clipping differs sometimes in the low
+ bits of the result. Other than that, the results should be the same, except that now the drawing
+ can go directly to the canvas, rather than being direct offscreen and then have that result
+ "clipped" during the restore. This has the effect of allowing LCD text to be drawing inside a
+ antialiased clip area.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ CSS 2.1 failure: background-intrinsic-*
+ https://bugs.webkit.org/show_bug.cgi?id=47156
+
+ Reviewed by Antti Koivisto.
+
+ Add all *intrinsic* tests from the CSS 2.1 Testsuite - we pass all of them now.
+ All tests regarding SVG are now imported in LayoutTests, none are failing anymore.
+
+ Add several new testcases covering the SVG Image size negotiation logic, as defined in CSS 2.1.
+
+ * css2.1/20110323/background-intrinsic-001.htm: Added.
+ * css2.1/20110323/background-intrinsic-002.htm: Added.
+ * css2.1/20110323/background-intrinsic-003.htm: Added.
+ * css2.1/20110323/background-intrinsic-004.htm: Added.
+ * css2.1/20110323/background-intrinsic-005.htm: Added.
+ * css2.1/20110323/background-intrinsic-006.htm: Added.
+ * css2.1/20110323/background-intrinsic-007.htm: Added.
+ * css2.1/20110323/background-intrinsic-008.htm: Added.
+ * css2.1/20110323/background-intrinsic-009.htm: Added.
+ * css2.1/20110323/resources/green-intrinsic-height-ratio.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-height.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-none.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-ratio-landscape.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-ratio-portrait.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-width-height.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-width-pc-height-pc.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-width-ratio.svg: Added.
+ * css2.1/20110323/resources/green-intrinsic-width.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-height-ratio.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-height.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-none.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-ratio-landscape.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-ratio-portrait.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-width-height.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-width-pc-height-pc.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-width-ratio.svg: Added.
+ * css2.1/20110323/resources/red-intrinsic-width.svg: Added.
+ * fast/backgrounds/size/contain-and-cover-zoomed.html: Added.
+ * fast/images/percent-height-image-expected.txt: Update results, testcase is fixed now.
+ * fast/images/percent-height-image.html: Make test async, to make it work cross-browser. With this patch we now pass this testcase.
+ * platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed.
+ * platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
+ * platform/mac/css1/text_properties/vertical_align-expected.txt: Update for rounding differences.
+ * platform/mac/css2.1/20110323/background-intrinsic-001-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-002-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-003-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-004-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-005-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-006-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-007-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-008-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-009-expected.png: Added.
+ * platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt: Added.
+ * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png: Updated for rounding differences.
+ * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+ * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
+ * platform/mac/fast/block/float/015-expected.png: Slight changes, due 49x50 -> 50x50 size change.
+ * platform/mac/fast/block/float/015-expected.txt: Ditto.
+ * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Slight changes due to rounding.
+ * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Ditto.
+ * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Ditto.
+ * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Ditto.
+ * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
+ * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added.
+ * platform/mac/svg/as-background-image/background-image-tiled-expected.png: Added.
+ * platform/mac/svg/as-background-image/background-image-tiled-expected.txt: Added.
+ * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added.
+ * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added.
+ * platform/mac/svg/as-background-image/svg-as-background-4-expected.png: Adapt to preserveAspectRatio changes in hearts.svg.
+ * platform/mac/svg/as-border-image/svg-as-border-image-expected.png: This needed a rebaseline, it was forgotten before.
+ * platform/mac/svg/as-image/animated-svg-as-image-expected.png: Progression, now both images share the same size & ratio, as desired.
+ * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
+ * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added.
+ * platform/mac/svg/as-image/same-image-two-instances-expected.png: Added.
+ * platform/mac/svg/as-image/same-image-two-instances-expected.txt: Added.
+ * platform/mac/svg/as-image/svg-as-relative-image-expected.png: Adapt to green-relative-size-rect.svg - a circle got added to make it easier to compare.
+ * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added.
+ * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added.
+ * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: Added.
+ * platform/mac/svg/as-image/svg-image-change-content-size-expected.txt: Added.
+ * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Updated, scrollbars are gone - now matching Opera/FF.
+ * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Ditto.
+ * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
+ * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
+ * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Added.
+ * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Added.
+ * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Updated, scrollbars are gone - now matching Opera/FF.
+ * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Ditto.
+ * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
+ * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
+ * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added.
+ * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
+ * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
+ * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added.
+ * svg/as-background-image/background-image-preserveaspectRatio-support.html: Added.
+ * svg/as-background-image/background-image-tiled.html: Added.
+ * svg/as-background-image/resources/construction-tape.svg: Added.
+ * svg/as-background-image/resources/hearts.svg: Fix testcase, by adding pAR="none", which is now respected. Now the image looks as desired across Opera/FF and us.
+ * svg/as-background-image/same-image-two-instances-background-image.html: Added.
+ * svg/as-image/img-preserveAspectRatio-support-1.html: Added.
+ * svg/as-image/resources/circle-default-meet.svg: Added.
+ * svg/as-image/resources/circle-default-none.svg: Added.
+ * svg/as-image/resources/circle-default-slice.svg: Added.
+ * svg/as-image/resources/circle-nosize.svg: Added.
+ * svg/as-image/resources/circle-viewbox-default.svg: Added.
+ * svg/as-image/resources/circle-viewbox-meet.svg: Added.
+ * svg/as-image/resources/circle-viewbox-none.svg: Added.
+ * svg/as-image/resources/circle-viewbox-slice.svg: Added.
+ * svg/as-image/resources/green-relative-size-rect.svg: Use relative units everywhere as intended. Add circle to make it easy to spot ratio changes.
+ * svg/as-image/same-image-two-instances.html: Added.
+ * svg/as-image/svg-as-relative-image-with-explicit-size.html: Added.
+ * svg/as-image/svg-image-change-content-size.xhtml: Added.
+ * svg/zoom/page/resources/relative-sized-background-with-viewBox.svg: Added.
+ * svg/zoom/page/zoom-background-image-tiled.html: Added.
+ * svg/zoom/page/zoom-background-images.html: Added.
+ * svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html: Added.
+ * svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html: Added.
+ * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Added.
+
+2011-10-26 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 CPU-CG.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
+
+ [Qt][WK2] Unreviewed gardening.
+
+ [Qt][WK2] fast/css/font-face-descending-unicode-range.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=70922
+ Skipped
+
+ [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html)
+ https://bugs.webkit.org/show_bug.cgi?id=70915
+ The svg test has correct pixel results so it's ok to add platform results.
+
+ * platform/qt-wk2/Skipped:
+ * platform/qt-wk2/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
+
+2011-10-26 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Revert change to test_expectations.txt due to test failures.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 GPU.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
+
+ Unreviewed Qt-WK2 gardening.
+
+ [Qt][WK2] Crash with http/tests/websocket/tests/hixie76/long-invalid-header.html
+ https://bugs.webkit.org/show_bug.cgi?id=70917
+
+ [Qt][WK2] fast/events/drag-selects-image.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=70907
+
+ [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html)
+ https://bugs.webkit.org/show_bug.cgi?id=70915
+
+ * platform/qt-wk2/Skipped:
+
+2011-10-26 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening.
+
+ Skip failing tests temporarily because of missing Qt Mobility on the buildbot.
+
+ * platform/qt-arm/Skipped:
+
+2011-10-26 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed, gardening. Mark editing/selection/designmode-no-caret.html as failing in debug mode.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
+
+ [Qt] inspector/extensions/extensions-console.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=70905
+
+ Unreviewed gardening. Skip failing test.
+
+ * platform/qt/Skipped:
+
+2011-10-26 Gabor Rapcsanyi <rgabor@webkit.org>
+
+ [Qt] Unreviewed skip. fast/canvas/canvas-composite-image.html failing on Qt
+
+ * platform/qt/Skipped:
+
+2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Fix editing/selection/caret-mode-paragraph-keys-navigation.html for Mac
+ https://bugs.webkit.org/show_bug.cgi?id=70880
+
+ Reviewed by Eric Seidel.
+
+ Use option key (instead of control key) to move between word boundaries on Mac.
+
+ * editing/selection/caret-mode-paragraph-keys-navigation.html:
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: order console message parameters for better optional parameters handling.
+ https://bugs.webkit.org/show_bug.cgi?id=70809
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/console/console-preserve-log.html:
+
+2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Fix rebaseline done in r98439.
+
+ * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/copy-standalone-image-expected.txt: Added.
+
+2011-10-26 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Debugger fails when there is an invalid watch expression.
+ https://bugs.webkit.org/show_bug.cgi?id=70718
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/error-in-watch-expressions.html:
+ * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added.
+ * inspector/debugger/watch-expressions-panel-switch.html: Added.
+ * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt: Added.
+
+2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Filed more bugs.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ More Chromium test expectation updates. Filed a bunch of bugs to track real failures
+ and removed erroneous failing test expectations.
+
+ * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png:
+ * platform/chromium-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Cleanup Chromium test expectation. These tests were erroneously marked as timing out intermittently
+ even though the Chromium issue 66085 was fixed a long time ago.
+
+ Remove failing expectations from these tests except http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
+ which is still timing out intermittently on Chromium Linux. Filed the bug 70878 to track the failure.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Chromium editing test rebaselines and editing test expectations updates.
+
+ * platform/chromium-linux/editing/selection/5354455-2-expected.png:
+ * platform/chromium-mac-leopard/editing/inserting/12882-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/5354455-2-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/12882-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/5354455-2-expected.png: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-26 Ben Wells <benwells@chromium.org>
+
+ Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors
+ https://bugs.webkit.org/show_bug.cgi?id=66920
+
+ Reviewed by James Robinson.
+
+ * fast/canvas/canvas-composite-image-expected.txt: Added.
+ * fast/canvas/canvas-composite-image.html: Added.
+
+2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Chromium Mac rebaseline, trusting the baseline optimizer.
+
+ * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added.
+ * platform/chromium-cg-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added.
+ * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
+
+2011-10-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ Mac, Qt, and Windows rebaseline r98407.
+
+ * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+
+2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r98379.
+ http://trac.webkit.org/changeset/98379
+ https://bugs.webkit.org/show_bug.cgi?id=70875
+
+ Did not pass on JSC ports (Requested by abarth on #webkit).
+
+ * fast/canvas/canvas-putImageData-expected.txt:
+ * fast/canvas/canvas-putImageData.js:
+
+2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r98346.
+ http://trac.webkit.org/changeset/98346
+ https://bugs.webkit.org/show_bug.cgi?id=70874
+
+ Breaks JSC-based bots. (Requested by pfeldman on #webkit).
+
+ * inspector/debugger/error-in-watch-expressions.html:
+ * inspector/debugger/watch-expressions-panel-switch-expected.txt: Removed.
+ * inspector/debugger/watch-expressions-panel-switch.html: Removed.
+
+2011-10-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ Flaky Test: editing/pasteboard/copy-standalone-image.html
+ https://bugs.webkit.org/show_bug.cgi?id=61813
+
+ Reviewed by Adam Barth.
+
+ The flakiness was caused by the fact test didn't wait until iframe finish loading.
+
+ HTML5 section 4.8.2. the iframe element (http://www.whatwg.org/specs/web-apps/current-work/#the-iframe-element):
+ When there is an active parser in the iframe, and when anything in the iframe is delaying the load event
+ of the iframe's browsing context's active document, the iframe must delay the load event of its document.
+
+ Since an image doesn't require an active parser, it does not delay the load event of the document.
+
+ * editing/pasteboard/copy-standalone-image.html:
+ * platform/chromium/test_expectations.txt:
+
+2011-10-25 Xiaomei Ji <xji@chromium.org>
+
+ Disable editing/selection/move-by-word-visually-inline-block-positioned-element.html in QT after r98428.
+
+ * platform/qt/Skipped:
+
+2011-10-25 Xiaomei Ji <xji@chromium.org>
+
+ --webkit-visual-word does not work in multi-line
+ https://bugs.webkit.org/show_bug.cgi?id=61344
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/selection/move-by-word-visually-inline-block-positioned-element-expected.txt: Added.
+ * editing/selection/move-by-word-visually-inline-block-positioned-element.html: Added.
+ * editing/selection/move-by-word-visually-multi-line-expected.txt:
+ * editing/selection/move-by-word-visually-single-space-one-element-expected.txt:
+ * editing/selection/move-by-word-visually-single-space-one-element.html:
+ * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt:
+
+2011-10-25 Erik Arvidsson <arv@chromium.org>
+
+ Fix ad hoc test.
+
+ unreviewed.
+
+ * fast/canvas/webgl/gl-teximage.html:
+
+2011-10-25 Chris Fleizach <cfleizach@apple.com>
+
+ AX: WebKit does not expose HTML label for slider elements
+ https://bugs.webkit.org/show_bug.cgi?id=70856
+
+ Reviewed by Darin Adler.
+
+ * platform/mac/accessibility/slider-allows-title-ui-element-expected.txt: Added.
+ * platform/mac/accessibility/slider-allows-title-ui-element.html: Added.
+
+2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt:
+ fast/forms/form-associated-element-crash3.html has
+ been timing out very regularly on linux debug.
+
+2011-10-25 Erik Arvidsson <arv@chromium.org>
+
+ [Chromium] Fix expectation.
+
+ unreviewed.
+
+ * platform/chromium/fast/js/kde/garbage-n-expected.txt:
+
+2011-10-25 Anders Carlsson <andersca@apple.com>
+
+ Plug-ins have no way to find out when the device scale factor changes
+ https://bugs.webkit.org/show_bug.cgi?id=67226
+ <rdar://problem/10048276>
+
+ Reviewed by Sam Weinig.
+
+ Update test to check that the scale factor is updated correctly.
+
+ * platform/mac-wk2/plugins/contents-scale-factor.html:
+
+2011-10-25 Fady Samuel <fsamuel@chromium.org>
+
+ Made Table tests for Bug 70678 Platform Independent
+ https://bugs.webkit.org/show_bug.cgi?id=70850
+
+ Reviewed by Adam Barth.
+
+ * fast/table/table-anonymous-cell-bug-expected.png: Added.
+ * fast/table/table-anonymous-cell-bug-expected.txt:
+ * fast/table/table-anonymous-cell-bug.html:
+ * fast/table/table-anonymous-row-bug-expected.png: Added.
+ * fast/table/table-anonymous-row-bug-expected.txt:
+ * fast/table/table-anonymous-row-bug.html:
+ * fast/table/table-anonymous-section-bug-expected.png: Added.
+ * fast/table/table-anonymous-section-bug-expected.txt:
+ * fast/table/table-anonymous-section-bug.html:
+
+2011-10-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ Moving to the start of line should not place the caret outside of the table
+ https://bugs.webkit.org/show_bug.cgi?id=70757
+
+ Reviewed by Chang Shu.
+
+ Added a test to move the caret to lineboundaries in the first and the last table cell.
+ The caret should remain inside a table cell.
+
+ * editing/selection/table-lineboundary-expected.txt: Added.
+ * editing/selection/table-lineboundary.html: Added.
+
+2011-10-25 Erik Arvidsson <arv@chromium.org>
+
+ JS Test Harness: Make successfullyParsed optional
+ https://bugs.webkit.org/show_bug.cgi?id=70784
+
+ Reviewed by Ojan Vafai.
+
+ This makes "successfullyParsed = true" optional in favor of tracking syntax errors
+ using window.onerror.
+
+ * fast/*: Remove successfullyParsed.
+ * fast/dom/Window/new-window-opener.html: Cleanup.
+ * fast/dom/Window/resources/window-appendages-cleared-results.html:
+ * fast/dom/Window/webkitConvertPoint.html: Ditto.
+ * fast/dom/Window/webkitConvertPointUpdateLayout.html: Ditto.
+ * fast/js/kde/evil-n.html: This is now a normal test since it is not supposed to fail.
+ * fast/js/kde/garbage-n-expected.txt:
+ * fast/js/kde/garbage-n.html: Use shouldHaveHadError instead of js-test-post-n.js
+ * fast/js/kde/string-1-n.html: Ditto.
+ * fast/js/kde/string-2-n.html: Ditto.
+ * fast/js/resources/js-test-post-async.js: Ensure we didn't get an error.
+ * fast/js/resources/js-test-post-function.js: Ditto.
+ * fast/js/resources/js-test-post-n.js: Removed.
+ * fast/js/resources/js-test-pre.js: Added shouldHaveHadError function that can be used to assert that the
+ error message is what was expected.
+ Ensure we didn't get an error in finistJSTest.
+
+2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
+
+ More gardening.
+
+ * platform/chromium/test_expectations.txt: Missed some cases where
+ video-porter.html times out. Also added zoom-animator-scale-test2.html
+ that has been timing out for several days.
+
+2011-10-25 Anders Carlsson <andersca@apple.com>
+
+ Plug-ins have to use JavaScript to find out the current device scale factor
+ https://bugs.webkit.org/show_bug.cgi?id=67225
+ <rdar://problem/10048258>
+
+ Reviewed by Darin Adler.
+
+ Add tests.
+
+ * platform/mac-wk2/plugins/contents-scale-factor-expected.txt: Added.
+ * platform/mac-wk2/plugins/contents-scale-factor.html: Added.
+
+2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
+
+ More unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt: Mark another test
+ as crashing. Moved 2 tests together as they hit the same ASSERT
+ on the bots.
+
+2011-10-25 Leandro Pereira <leandro@profusion.mobi>
+
+ [EFL] Unreviewed. Add CSS1 pixel baselines.
+
+ * platform/efl/css1: [...]
+
+2011-10-25 Nate Chapin <japhet@chromium.org>
+
+ Test update for https://bugs.webkit.org/show_bug.cgi?id=61225.
+ Due to changes in the implementation of DocumentThreadableLoader (and
+ therefore XHR), this test will have empty (rather than null) content
+ if we go over the length limit.
+
+ Reviewed by Antti Koivisto.
+
+ * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
+
+2011-10-25 Pavel Podivilov <podivilov@chromium.org>
+
+ Get rid of optional parameters in the middle in IDLs.
+ https://bugs.webkit.org/show_bug.cgi?id=70816
+
+ Reviewed by Adam Barth.
+
+ Optional parameters in the middle are prohibited by WebIDL spec.
+
+ * fast/canvas/canvas-putImageData-expected.txt:
+ * fast/canvas/canvas-putImageData.js:
+
+2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt: Marking a test as timing
+ out.
+
+2011-10-25 Fady Samuel <fsamuel@chromium.org>
+
+ Crash in WebCore::RenderTableSection::addChild due to assert failure
+ https://bugs.webkit.org/show_bug.cgi?id=70678
+
+ Reviewed by David Hyatt.
+
+ If the child being added is not a Section/Row/Cell, and the previous sibling is not anonymous,
+ we need to create a new anonymous Section/Row/Cell respectively, instead of failing an
+ assert.
+
+ * fast/table/table-anonymous-cell-bug-expected.txt: Added.
+ * fast/table/table-anonymous-cell-bug.html: Added.
+ * fast/table/table-anonymous-row-bug-expected.txt: Added.
+ * fast/table/table-anonymous-row-bug.html: Added.
+ * fast/table/table-anonymous-section-bug-expected.txt: Added.
+ * fast/table/table-anonymous-section-bug.html: Added.
+
+2011-10-25 Zoltan Herczeg <zherczeg@webkit.org>
+
+ Add new uri tokenizer tests
+ https://bugs.webkit.org/show_bug.cgi?id=70807
+
+ Reviewed by Darin Adler.
+
+ Test more cases!
+
+ * fast/css/uri-token-parsing-expected.txt:
+ * fast/css/uri-token-parsing.html:
+
+2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ The old rebaseline looked wrong and did not match the other baselines. This is now corrected.
+
+ * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
+
+2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ Partial rebaselining of fast/css/focus-ring-multiline-writingmode-vertical.html as it looks like it progressed
+ on some platforms.
+
+ * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
+ * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
+ * platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
+ * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed.
+ * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
+
+2011-10-25 Simon Fraser <simon.fraser@apple.com>
+
+ REGRESSION (r88580): Cursor fails to change to pointer on embedded Google maps popups
+ https://bugs.webkit.org/show_bug.cgi?id=62797
+
+ Reviewed by Chris Marrin.
+
+ New tests for hit testing through various configurations of 3D transforms.
+
+ * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.png: Removed.
+ * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.txt: Removed.
+ * transforms/3d/hit-testing/composited-hit-test-expected.txt: Added.
+ * transforms/3d/hit-testing/composited-hit-test.html: Added.
+ * transforms/3d/hit-testing/resources/hit-test-utils.js: Added.
+ * transforms/3d/hit-testing/rotated-hit-test-expected.txt: Added.
+ * transforms/3d/hit-testing/rotated-hit-test-with-child-expected.txt: Added.
+ * transforms/3d/hit-testing/rotated-hit-test-with-child.html: Added.
+ * transforms/3d/hit-testing/rotated-hit-test.html:
+ * transforms/3d/hit-testing/rotated-hit-test2-expected.txt: Added.
+ * transforms/3d/hit-testing/rotated-hit-test2.html: Added.
+
+2011-10-24 Jer Noble <jer.noble@apple.com>
+
+ compositing/video tests time out on Lion
+ https://bugs.webkit.org/show_bug.cgi?id=70448
+
+ Reviewed by Simon Fraser.
+
+ * compositing/video/video-poster.html: Seek, instead of play, to trigger
+ creation of a layer
+ * http/tests/media/video-load-twice.html: Use waitForEventOnce so that
+ canPlayThrough listener is triggered only once.
+ * media/video-test.js: Add a new function, waitForEventOnce.
+ (waitForEventOnce):
+ (waitForEvent._eventCallback):
+ (waitForEvent):
+
+2011-10-25 Cary Clark <caryclark@google.com>
+
+ Unreviewed gardening: fifth chunk of baselines for Chromium-Skia
+ on Leopard.
+
+ [Omitting 736 of 742 files for brevity.]
+
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Added.
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Added.
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Added.
+ ...
+ * platform/chromium-mac-leopard/transitions: Added.
+ * platform/chromium-mac-leopard/transitions/default-timing-function-expected.png: Added.
+ * platform/chromium-mac-leopard/transitions/svg-text-shadow-transition-expected.png: Added.
+
+2011-10-25 Arko Saha <arko@motorola.com>
+
+ Microdata: itemtype attribute should be space-separated list to allow multiple types
+ https://bugs.webkit.org/show_bug.cgi?id=70501
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/dom/MicroData/006.html:
+ * fast/dom/MicroData/007.html:
+ * fast/dom/MicroData/getitems-multiple-itemtypes-expected.txt: Added.
+ * fast/dom/MicroData/getitems-multiple-itemtypes.html: Added.
+ * fast/dom/MicroData/itemtype-add-remove-tokens-expected.txt: Added.
+ * fast/dom/MicroData/itemtype-add-remove-tokens.html: Added.
+ * fast/dom/MicroData/itemtype-attribute-test-expected.txt: Added.
+ * fast/dom/MicroData/itemtype-attribute-test.html: Added.
+
+2011-10-25 Cary Clark <caryclark@google.com>
+
+ Unreviewed gardening: fourth chunk of baselines for Chromium-Skia
+ on Leopard.
+
+ [Omitting 728 of 734 files for brevity.]
+
+ * platform/chromium-mac-leopard/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/lists/scrolled-marker-paint-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/media: Added.
+ ...
+ * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
+ * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
+ * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
+
+2011-10-25 Yury Semikhatsky <yurys@chromium.org>
+
+ Web Inspector: redesign workers sidebar pane
+ https://bugs.webkit.org/show_bug.cgi?id=70815
+
+ Update tests in accord with change of class name from
+ styles-sidebar-pane to sidebar-pane.
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/elements-test.js:
+ (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
+
+2011-10-25 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Debugger fails when there is an invalid watch expression.
+ https://bugs.webkit.org/show_bug.cgi?id=70718
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/error-in-watch-expressions.html:
+ * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added.
+ * inspector/debugger/watch-expressions-panel-switch.html: Added.
+
+2011-10-24 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: fix empty line handling in source maps.
+ https://bugs.webkit.org/show_bug.cgi?id=70726
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/debugger/compiler-source-mapping-expected.txt:
+ * inspector/debugger/compiler-source-mapping.html:
+
+2011-10-25 Justin Schuh <jschuh@chromium.org>
+
+ Check for empty string in parseArcFlag
+ https://bugs.webkit.org/show_bug.cgi?id=70763
+
+ Reviewed by Dirk Schulze.
+
+ * svg/path-arc-invalid-expected.txt: Added.
+ * svg/path-arc-invalid.html: Added.
+
+2011-10-24 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: keep old source mapping when new one could not be loaded.
+ https://bugs.webkit.org/show_bug.cgi?id=70729
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/debugger/raw-source-code-expected.txt:
+ * inspector/debugger/raw-source-code.html:
+
+2011-10-25 Sachin Puranik <sachin.puranik@motorola.com>
+
+ Double number step=.5 should be considered valid in <input type="number" step=".5">
+ https://bugs.webkit.org/show_bug.cgi?id=70320
+
+ Reviewed by Kent Tamura.
+
+ * fast/forms/ValidityState-typeMismatch-number-expected.txt: Change in result of layout test.
+ * fast/forms/input-step-as-double-expected.txt: Added, expected output for new test case.
+ * fast/forms/input-step-as-double.html: Added, testcase to make sure that all ports
+ consider .5 as a valid double value for step attribute of input element.
+ * fast/forms/input-valueasnumber-number-expected.txt: Change in result of layout test.
+ * fast/forms/range/input-valueasnumber-range-expected.txt: Change in result of layout test.
+ * fast/forms/range/input-valueasnumber-range.html: Consider .2 as valid real number now.
+ * fast/forms/script-tests/ValidityState-typeMismatch-number.js: Consider
+ .2 as valid real number now.
+ * fast/forms/script-tests/input-valueasnumber-number.js: Consider .2 as valid real number now.
+
+2011-10-25 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Resources panel: display the current search match index in the toolbar.
+ https://bugs.webkit.org/show_bug.cgi?id=66050
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/search/resources-search-match-index-expected.txt: Added.
+ * http/tests/inspector/search/resources-search-match-index.html: Added.
+
+2011-10-25 Csaba Osztrogonác <ossy@webkit.org>
+
+ inspector/cookie-parser.html is a flaky crash
+ https://bugs.webkit.org/show_bug.cgi?id=62662
+
+ * platform/qt/Skipped: Skip one more test because of this bug: inspector/evaluate-in-page.html.
+
+2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Remove from Skipped list. Test passes: fast/transforms/scrollIntoView-transformed.html
+ https://bugs.webkit.org/show_bug.cgi?id=58559
+
+ Reviewed by Simon Hausmann.
+
+ * platform/qt/Skipped:
+
+2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Removing test from Skipped list. Test passes: html5lib/runner.html
+ https://bugs.webkit.org/show_bug.cgi?id=53030
+
+ Reviewed by Simon Hausmann.
+
+ * platform/qt/Skipped:
+
+2011-10-21 Andrey Kosyakov <caseq@chromium.org>
+
+ Web Inspector: [Extensions API] allow extensions to specify script to be injected on reload
+ https://bugs.webkit.org/show_bug.cgi?id=70600
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/extensions/extensions-reload-expected.txt: Added.
+ * inspector/extensions/extensions-reload.html: Added.
+
+2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r98309.
+ http://trac.webkit.org/changeset/98309
+ https://bugs.webkit.org/show_bug.cgi?id=70801
+
+ Test fails on mac (Requested by benwells on #webkit).
+
+ * fast/canvas/canvas-composite-image-expected.txt: Removed.
+ * fast/canvas/canvas-composite-image.html: Removed.
+
+2011-10-24 Oliver Varga <voliver@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening, add missing result after r98309.
+
+ * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
+ * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
+ * platform/qt/svg/filters/feColorMatrix-default-type-expected.png: Added.
+ * platform/qt/svg/filters/feColorMatrix-default-type-expected.txt: Added.
+
+2011-10-24 Martin Robinson <mrobinson@igalia.com>
+
+ REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
+ https://bugs.webkit.org/show_bug.cgi?id=70481
+
+ Update test results to reflect that the plugin clipping rectangle
+ is now correct.
+
+ * platform/gtk/Skipped: Unskip the test.
+ * platform/gtk/plugins/resize-from-plugin-expected.txt: Update results.
+
+2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ Add a new baseline for snow-leopard.
+
+ * platform/chromium-mac-snowleopard/svg/filters: Added.
+ * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added.
+
+2011-10-24 Ben Wells <benwells@chromium.org>
+
+ Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors
+ https://bugs.webkit.org/show_bug.cgi?id=66920
+
+ Reviewed by James Robinson.
+
+ * fast/canvas/canvas-composite-image-expected.txt: Added.
+ * fast/canvas/canvas-composite-image.html: Added.
+
+2011-10-24 Ryosuke Niwa <rniwa@webkit.org>
+
+ GTK and Windows rebaselines after r98199.
+
+ * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
+
+2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed rebaseline after r98293.
+
+ * platform/chromium-win/svg/filters/feColorMatrix-default-type-expected.png: Added.
+
+2011-10-24 Arko Saha <arko@motorola.com>
+
+ Microdata: Add itemprop, itemref, itemvalue attributes.
+ https://bugs.webkit.org/show_bug.cgi?id=69839
+
+ Reviewed by Ryosuke Niwa.
+
+ Added test-cases for Microdata itemprop, itemref, itemvalue attributes.
+
+ * fast/dom/MicroData/002-expected.txt:
+ * fast/dom/MicroData/002.html:
+ * fast/dom/MicroData/003-expected.txt:
+ * fast/dom/MicroData/003.html:
+ * fast/dom/MicroData/005-expected.txt:
+ * fast/dom/MicroData/005.html:
+ * fast/dom/MicroData/006-expected.txt:
+ * fast/dom/MicroData/009.html:
+ * fast/dom/MicroData/itemprop-add-remove-tokens-expected.txt: Added.
+ * fast/dom/MicroData/itemprop-add-remove-tokens.html: Added.
+ * fast/dom/MicroData/itemprop-for-an-element-must-be-correct-expected.txt: Added.
+ * fast/dom/MicroData/itemprop-for-an-element-must-be-correct.html: Added.
+ * fast/dom/MicroData/itemprop-must-be-read-only-expected.txt: Added.
+ * fast/dom/MicroData/itemprop-must-be-read-only.html: Added.
+ * fast/dom/MicroData/itemprop-reflected-by-itemProp-property-expected.txt: Added.
+ * fast/dom/MicroData/itemprop-reflected-by-itemProp-property.html: Added.
+ * fast/dom/MicroData/itemref-add-remove-tokens-expected.txt: Added.
+ * fast/dom/MicroData/itemref-add-remove-tokens.html: Added.
+ * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property-expected.txt: Added.
+ * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property.html: Added.
+ * fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt: Added.
+ * fast/dom/MicroData/itemref-for-an-element-must-be-correct.html: Added.
+ * fast/dom/MicroData/itemref-must-be-read-only-expected.txt: Added.
+ * fast/dom/MicroData/itemref-must-be-read-only.html: Added.
+ * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element.html: Added.
+ * fast/dom/MicroData/itemvalue-reflects-href-attr-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-reflects-href-attr.html: Added.
+ * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element.html: Added.
+ * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element.html: Added.
+ * fast/dom/MicroData/itemvalue-reflects-the-src-attr-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-reflects-the-src-attr.html: Added.
+ * fast/dom/MicroData/itemvalue-returns-element-itself-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-returns-element-itself.html: Added.
+ * fast/dom/MicroData/itemvalue-returns-null-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-returns-null.html: Added.
+ * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001.html: Added.
+ * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002-expected.txt: Added.
+ * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002.html: Added.
+ * fast/dom/MicroData/resources/microdata-common.js:
+ (createElement):
+ (runTest):
+
+2011-10-24 Filip Pizlo <fpizlo@apple.com>
+
+ Object-or-other branch speculation may corrupt the state for OSR if the child of the
+ branch is an integer
+ https://bugs.webkit.org/show_bug.cgi?id=70777
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/dfg-other-branch-expected.txt: Added.
+ * fast/js/dfg-other-branch.html: Added.
+ * fast/js/script-tests/dfg-other-branch.js: Added.
+ (foo):
+ (bar):
+
+2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ Bug 58013 has landed 3 months ago and it looks like the rebaseline was forgotten.
+ The new result is consistent with the other platforms.
+
+ * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Removed.
+ * platform/chromium-win/fast/repaint/scale-page-shrink-expected.png: Added.
+ * platform/chromium-win/fast/repaint/scale-page-shrink-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-24 Filip Pizlo <fpizlo@apple.com>
+
+ op_new_array_buffer is not inlined correctly
+ https://bugs.webkit.org/show_bug.cgi?id=70770
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/dfg-inline-new-array-buffer-expected.txt: Added.
+ * fast/js/dfg-inline-new-array-buffer.html: Added.
+ * fast/js/script-tests/dfg-inline-new-array-buffer.js: Added.
+ (foo):
+ (bar):
+
+2011-10-24 Tim Horton <timothy_horton@apple.com>
+
+ feColorMatrix doesn't use the correct default "matrix" type when no type attribute is specified
+ https://bugs.webkit.org/show_bug.cgi?id=70035
+ <rdar://problem/10280177>
+
+ Reviewed by Nikolas Zimmermann.
+
+ Add a test that ensures that feColorMatrix's type attribute defaults to "matrix".
+
+ * platform/mac/svg/filters/feColorMatrix-default-type-expected.png: Added.
+ * platform/mac/svg/filters/feColorMatrix-default-type-expected.txt: Added.
+ * svg/filters/feColorMatrix-default-type.svg: Added.
+
+2011-10-24 Levi Weintraub <leviw@chromium.org>
+
+ Adding Chromium expectations from http://trac.webkit.org/changeset/98263
+
+ Unreviewed.
+
+ * platform/chromium-cg-mac-snowleopard/svg/as-object: Added.
+ * platform/chromium-cg-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
+ * platform/chromium-linux-x86/svg/as-object: Removed.
+ * platform/chromium-linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/as-object: Added.
+ * platform/chromium-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
+ * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
+ * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-24 Levi Weintraub <leviw@chromium.org>
+
+ Fixing a collision in Mac results and adding qt results from http://trac.webkit.org/changeset/98263
+
+ Unreviewed test expectations update.
+
+ * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Fixing collision that removes
+ an empty text node.
+ * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt: Added.
+
+2011-10-24 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Throw DATA_ERR on invalid keys, remove null key support
+ https://bugs.webkit.org/show_bug.cgi?id=70065
+
+ Reviewed by Tony Chang.
+
+ Updated expectations now that most tests match spec. Includes change to
+ objectstore-basics test to avoid hitting https://bugs.webkit.org/show_bug.cgi?id=70041
+ since this CL stops hiding that bug.
+
+ * storage/indexeddb/factory-cmp-expected.txt:
+ * storage/indexeddb/index-basics-expected.txt:
+ * storage/indexeddb/invalid-keys-expected.txt:
+ * storage/indexeddb/keyrange-expected.txt:
+ * storage/indexeddb/objectstore-basics-expected.txt:
+ * storage/indexeddb/objectstore-basics.html:
+ * storage/indexeddb/open-cursor-expected.txt:
+
+2011-10-24 Ojan Vafai <ojan@chromium.org>
+
+ Some more fixups from http://trac.webkit.org/changeset/98265.
+
+ The leopard bot results are incorrect, but that's because the
+ chromium leopard bots have not compiled in a few days. Once
+ the bots are fixed, we'll need to rebaseline this test again for
+ leopard.
+
+ * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
+ * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
+
+2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed rebaseline of svg/W3C-SVG-1.1-SE/coords-units-03-b.html
+
+ The new baselines all match the existing ones. Not sure if we really pass the test as
+ 2 lines should be 200px but at least all the baselines are consistent (within some font
+ differences).
+
+ * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
+ * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added.
+ * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
+ * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
+ * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE: Added.
+ * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added.
+ * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
+ * platform/chromium/test_expectations.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+ * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
+
+2011-10-24 Ojan Vafai <ojan@chromium.org>
+
+ Cleanup some test expectations missed in r98183.
+
+ * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
+ * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
+ * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
+ * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
+ * 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.
+ * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-24 Levi Weintraub <leviw@chromium.org>
+
+ <svg> fails to use explicit width and height inside <html> inside IFRAME
+ https://bugs.webkit.org/show_bug.cgi?id=64823
+
+ Reviewed by Nikolas Zimmermann.
+
+ Fixing a bug where SVG negotiated size when embedded in html inside an iframe.
+
+ * platform/chromium/test_expectations.txt: Will update with results on other platforms.
+ * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
+ * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
+ * svg/as-object/svg-embedded-in-html-in-iframe.html: Added.
+
+2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening rebaselining.
+
+ Updating those baselines as they match Mac and looks like progressions. Linux was needing a wrong
+ rebaseline, so it was not rebaselined.
+
+ * platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/repaint: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/repaint: Added.
+ * platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/repaint: Added.
+ * platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
+ * platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-10-24 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB add should fail adding an inline and passed key simultaneously
+ https://bugs.webkit.org/show_bug.cgi?id=58598
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: Added.
+ * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: Added.
+
+2011-10-24 Cary Clark <caryclark@google.com>
+
+ Unreviewed gardening: third chunk of baselines for Chromium-Skia
+ on Leopard.
+
+ [Omitting 736 of 743 files for brevity.]
+
+ * platform/chromium-mac-leopard/fast/block/positioning/absolute-length-of-neg-666666-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/block/positioning/absolute-position-direction-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
+ ...
+ * platform/chromium-mac-leopard/fast/lists/ol-display-types-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/lists/ol-start-dynamic-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/lists/olstart-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [chromium] New failing test fast/events/dropzone-002.html
+ https://bugs.webkit.org/show_bug.cgi?id=61625
+
+ Unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt: The test has been passing
+ on all platforms except leopard for several days.
+
+2011-10-24 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: [Styles] Adding a new style rule breaks things
+ https://bugs.webkit.org/show_bug.cgi?id=70721
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/styles/styles-add-new-rule-expected.txt:
+ * inspector/styles/styles-add-new-rule.html:
+
+2011-10-24 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: do not force document loading on reload (should happen on demand).
+ https://bugs.webkit.org/show_bug.cgi?id=70724
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/debugger/dom-breakpoints.html:
+ * inspector/debugger/error-in-watch-expressions.html:
+
+2011-10-24 Yury Semikhatsky <yurys@chromium.org>
+
+ Web Inspector: allow debugging dedicated worker initialization
+ https://bugs.webkit.org/show_bug.cgi?id=70723
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/protocol/runtime-agent-expected.txt:
+ * inspector/protocol/runtime-agent.html:
+
+2011-10-24 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed, skip failing test in GTK, added bug 70720. Rebaseline
+ prototype-inheritance-2.html.
+
+ * platform/gtk/Skipped: skipped fast/events/event-creation.html.
+ * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+ Reset expected results after r98199.
+
+2011-10-21 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: Audits hang on pages without img[src] elements
+ https://bugs.webkit.org/show_bug.cgi?id=70604
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/audits/audits-panel-noimages-functional-expected.txt: Added.
+ * inspector/audits/audits-panel-noimages-functional.html: Added.
+
+2011-10-24 Deepak Sherveghar <bpwv64@motorola.com>
+
+ [Qt] fast/events/media-focus-in-standalone-media-document.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=70110
+
+ Reviewed by Simon Hausmann.
+
+ Remove media-focus-in-standalone-media-document.html from Qt Skipped test list.
+
+ * platform/qt/Skipped:
+
+2011-10-24 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: make view load CSS files upon show.
+ https://bugs.webkit.org/show_bug.cgi?id=70696
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/view-css-expected.txt: Added.
+ * inspector/view-css.html: Added.
+ * inspector/view-events-expected.txt:
+ * inspector/view-events.html:
+
+2011-10-24 Kosztyo Kristof <kkristof@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening after r98199
+
+ * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
+
+2011-10-24 Yosifumi Inoue <yosin@chromium.org>
+
+ [Forms] Setting defaultValue should hide an input placeholder.
+ https://bugs.webkit.org/show_bug.cgi?id=70586
+
+ Reviewed by Kent Tamura.
+
+ This test checks "value" attribute (default value) changing in two
+ ways, one is using setDefault method and another is setAttribute
+ method.
+
+ * fast/forms/placeholder-and-default-value-expected.html: Added. Render text input element with "Default" value.
+ * 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.
+
+2011-10-23 Adam Barth <abarth@webkit.org>
+
+ <img crossorigin> should fail to load when CORS check fails
+ https://bugs.webkit.org/show_bug.cgi?id=69732
+
+ Reviewed by Darin Adler.
+
+ Test that images loaded with the crossorigin attribute fail to load if
+ the CORS access check doesn't pass.
+
+ * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt: Added.
+ * http/tests/security/img-with-failed-cors-check-fails-to-load.html: Added.
+
+2011-10-23 Filip Pizlo <fpizlo@apple.com>
+
+ DFG should inline constructors
+ https://bugs.webkit.org/show_bug.cgi?id=70675
+
+ Reviewed by Oliver Hunt.
+
+ Adds test that asserts that register pressure induced by inlining doesn't
+ result in spilling corrupting values.
+
+ * fast/js/dfg-inlining-reg-alloc-expected.txt: Added.
+ * fast/js/dfg-inlining-reg-alloc.html: Added.
+ * fast/js/script-tests/dfg-inlining-reg-alloc.js: Added.
+ (foo):
+ (bar):
+ (baz):
+
+2011-10-23 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Test expecation change. inspector/elements/edit-dom-actions.html times out since around r98120:98133 (chromium 106751:106770).
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-23 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Test expectation change for "r98183 causes 4 snowleopard tests to fail".
+ https://bugs.webkit.org/show_bug.cgi?id=70704
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-23 Geoffrey Garen <ggaren@apple.com>
+
+ Not reviewed.
+
+ Updated two test results I missed in my last check-in.
+
+ These tests depended on non-deterministic effects of hash order, so I
+ had to update them:
+
+ * http/tests/inspector/search/search-in-resources-expected.txt:
+ * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
+
+2011-10-23 Kaustubh Atrawalkar <kaustubh@motorola.com>
+
+ [GTK] Implement KeyDown function for WebKit2 EventSender.
+ https://bugs.webkit.org/show_bug.cgi?id=69410
+
+ Unskip passed tests.
+
+ Reviewed by Martin Robinson.
+
+ * platform/gtk-wk2/Skipped:
+
+2011-10-21 Geoffrey Garen <ggaren@apple.com>
+
+ Separated string lifetime bits from character buffer state bits
+ https://bugs.webkit.org/show_bug.cgi?id=70673
+
+ Reviewed by Anders Carlsson.
+
+ These tests depended on non-deterministic effects of hash order, so I
+ had to update them:
+
+ * fast/dom/prototype-inheritance-2-expected.txt: Updated for slightly
+ different order of discovering properties.
+
+ * fast/js/delete-syntax-expected.txt:
+ * fast/js/script-tests/delete-syntax.js: Updated not to depend on iteration
+ order, since that's not what this test is about.
+
+ * http/tests/inspector/inspector-test.js: Updated not to depend on
+ global function iteration order. This test setup is pretty spaghetti.
+ I think I avoided making it even more spaghetti.
+
+ * inspector/storage-panel-dom-storage-expected.txt: Updated for changed
+ iteration order.
+
+2011-10-22 Benjamin Poulain <benjamin@webkit.org>
+
+ Make relayout-nested-positioned-elements-crash.html more reliable
+ https://bugs.webkit.org/show_bug.cgi?id=70672
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ The test relayout-nested-positioned-elements-crash relies on implementation
+ details of the test runner. If the function runTest() is run
+ during the test, the result will be different than the expected results.
+
+ Change the test to use the Javascript test framework.
+ Ensure the element has the correct style in the final state.
+
+ * fast/block/positioning/relayout-nested-positioned-elements-crash-expected.txt:
+ * fast/block/positioning/relayout-nested-positioned-elements-crash.html:
+
+2011-10-20 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: get rid of View::hide, View::set visible, View::attach.
+ https://bugs.webkit.org/show_bug.cgi?id=70523
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/debugger/scripts-panel.html:
+ * inspector/view-events-expected.txt:
+ * inspector/view-events.html:
+
+2011-10-21 Filip Pizlo <fpizlo@apple.com>
+
+ DFG inlining sometimes fails to reset constant references
+ https://bugs.webkit.org/show_bug.cgi?id=70668
+
+ Reviewed by Anders Carlsson.
+
+ Added a new test that covers this specific bug as well as the general
+ ability to perform inlining, and the ability to OSR out of an inline
+ stack.
+
+ * fast/js/dfg-inline-constant-expected.txt: Added.
+ * fast/js/dfg-inline-constant.html: Added.
+ * fast/js/script-tests/dfg-inline-constant.js: Added.
+ (foo):
+ (bar):
+
+2011-10-21 Ojan Vafai <ojan@chromium.org>
+
+ Fixup test expectations now that http://trac.webkit.org/changeset/98173 has landed.
+
+ * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/writing-mode/fallback-orientation-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: Added.
+ * platform/chromium-cg-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png:
+ * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
+ * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
+ * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
+ * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=68885
+
+ Unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt: Removed the test since it has been passing on
+ the bots for at least a week.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed rebaseline.
+
+ This test started failing on the bot. As this is a progression, updating the baseline.
+
+ * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Removed.
+ * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Removed.
+ * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Removed.
+ * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Removed.
+ * platform/chromium/fast/multicol/flipped-blocks-border-after-expected.png: Added.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG
+ https://bugs.webkit.org/show_bug.cgi?id=68879
+
+ Reviewed by Adam Barth.
+
+ * platform/chromium/test_expectations.txt: Those changes have been consistently passing on
+ the bots for at least 10 days.
+
+2011-10-21 Dmitry Lomov <dslomov@google.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=70580
+ [Chromium] Implement MessagePort transfer in chromium port of webkit.
+ Results for JSC include some FAILs - this will be addressed when JSC
+ implements message port transfers as well (https://bugs.webkit.org/show_bug.cgi?id=70658)
+
+ Reviewed by David Levin.
+
+ * fast/dom/Window/window-postmessage-args-expected.txt:
+ * fast/dom/Window/window-postmessage-args.html:
+ * fast/events/message-port-multi-expected.txt:
+ * fast/events/resources/message-port-multi.js:
+ (testTransfers.channel0.port2.onmessage):
+ (testTransfers):
+ (channel.port2.onmessage):
+ * platform/chromium-win/fast/events/message-port-multi-expected.txt:
+ * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
+
+2011-10-21 Vineet Chaudhary <vineet.chaudhary@motorola.com>
+
+ Setting form.enctype reflected attribute behaves strangely.
+ https://bugs.webkit.org/show_bug.cgi?id=44879
+
+ Reviewed by Darin Adler.
+
+ Leading/trailing white-spaces should not be allowed while specifying attribute value.
+ Added more test coverage for form.enctype attribute.
+
+ * fast/forms/encoding-test.html:
+ * fast/forms/enctype-attribute-expected.txt:
+ * fast/forms/enctype-attribute.html: Corrected test case as per new behavior.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Gardening update.
+
+ * platform/chromium/test_expectations.txt: We are randomly hitting
+ a known ASSERT on this test case.
+
+2011-10-21 Adam Klein <adamk@chromium.org>
+
+ [MutationObservers] Implement basic subtree observation
+ https://bugs.webkit.org/show_bug.cgi?id=70436
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/mutation/observe-subtree-expected.txt: Added.
+ * fast/mutation/observe-subtree.html: Added.
+
+2011-10-21 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: objectStore.transaction property should be readonly
+ https://bugs.webkit.org/show_bug.cgi?id=62395
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/objectstore-basics-expected.txt:
+ * storage/indexeddb/objectstore-basics.html:
+ * storage/indexeddb/readonly-properties-expected.txt: Added.
+ * storage/indexeddb/readonly-properties.html: Added.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening, yet another flaky crashing test.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Gardening rebaselines.
+
+ * platform/chromium-linux-x86/fast/multicol/vertical-lr: Removed.
+ * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed.
+ * platform/chromium-linux-x86/fast/multicol/vertical-rl: Removed.
+ * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
+ * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed.
+ * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
+ * platform/chromium-win/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
+ * platform/chromium/fast/multicol: Added.
+ * platform/chromium/fast/multicol/vertical-lr: Added.
+ * platform/chromium/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
+ * platform/chromium/fast/multicol/vertical-rl: Added.
+ * platform/chromium/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+ The dumps are weird on SL so we don't land them but mark the test as PASS TEXT.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt: This test is flaky and crashing
+ sometimes on snow-leopard.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Fix r98125 by having duplicate entries for Win Debug.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt: The test is now also failing on debug on XP.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/test_expectations.txt: Mark call-base-resolution.html as crashing on snow-leopard.
+
+2011-10-21 Rafael Weinstein <rafaelw@chromium.org>
+
+ [MutationObservers] Implement WebKitMutationObserver.observe for childList changes
+ https://bugs.webkit.org/show_bug.cgi?id=68955
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/mutation/observe-attributes-expected.txt:
+ * fast/mutation/observe-attributes.html:
+ * fast/mutation/observe-childList-expected.txt: Added.
+ * fast/mutation/observe-childList.html: Added.
+
+2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening: rebaseline 2 tests (small color difference).
+
+ * platform/chromium-linux-x86/fast/multicol: Added.
+ * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
+ * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
+ * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
+ * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
+
+2011-10-21 Cary Clark <caryclark@google.com>
+
+ Unreviewed gardening: second chunk of baselines for Chromium-Skia
+ on Leopard.
+
+ [Omitting 706 of 712 files for brevity.]
+
+ * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
+ * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
+ * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
+ ...
+ * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-rtl-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: Added.
+
+2011-10-21 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r98079.
+ http://trac.webkit.org/changeset/98079
+ https://bugs.webkit.org/show_bug.cgi?id=70624
+
+ The extensions tests enabled are failing on the Chromium Win
+ Dbg bot (Requested by jchaffraix on #webkit).
+
+ * http/tests/inspector/extensions-headers.html:
+ * http/tests/inspector/resources/extension-main.js:
+ ():
+ * inspector/extensions/extensions-audits.html:
+ * inspector/extensions/extensions-console.html:
+ * inspector/extensions/extensions-resources.html:
+ * platform/chromium/inspector/extensions/extensions-api-expected.txt: Removed.
+ * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-21 Dan Bernstein <mitz@apple.com>
+
+ Column rules positioned incorrectly in vertical-rl block with horizontal border or padding
+ https://bugs.webkit.org/show_bug.cgi?id=70622
+
+ Reviewed by Beth Dakin.
+
+ * fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
+ * fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
+ * fast/multicol/vertical-lr/rules-with-border-before.html: Added.
+ * fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
+ * fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
+ * fast/multicol/vertical-rl/rules-with-border-before.html: Added.
+
+2011-10-21 Elliot Poger <epoger@google.com>
+
+ re-enable layout tests against chromium-mac-snowleopard (Skia) baselines
+ https://bugs.webkit.org/show_bug.cgi?id=70612
+
+ Reviewed by Adam Barth.
+
+ * platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
+ * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Added.
+ * platform/chromium-mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
+ * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-10-21 Devdatta Deshpande <pwjd73@motorola.com>
+
+ [Gtk] mousemove event always has metaKey == true
+ https://bugs.webkit.org/show_bug.cgi?id=35299
+
+ Reviewed by Martin Robinson.
+
+ For testing state of metaKey for mouse and keyboard events generated
+ using evnetSender object.
+
+ * platform/gtk/fast/events/event-sender-metakey-expected.txt: Added.
+ * platform/gtk/fast/events/event-sender-metakey.html: Added.
+
+2011-10-21 Cary Clark <caryclark@google.com>
+
+ Unreviewed gardening: first chunk of rebaselines for Chromium-Skia
+ on Leopard.
+
+ [Omitting 707 of 713 files for brevity.]
+
+ * platform/chromium-mac-leopard/css1: Added.
+ * platform/chromium-mac-leopard/css1/basic: Added.
+ * platform/chromium-mac-leopard/css1/basic/class_as_selector-expected.png: Added.
+ ...
+ * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
+ * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
+ * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
+
+2011-10-21 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip failing a11y test in GTK.
+
+ * platform/gtk/Skipped: Skip accessibility/menu-list-sends-change-notification.html
+
+2011-10-21 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK baselines for 3 new tests.
+
+ * platform/gtk/fast/css/clip-text-in-scaled-div-expected.txt: Added.
+ * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt: Added.
+ * platform/gtk/fast/selectors/visited-descendant-expected.txt: Added.
+
+2011-10-21 Cary Clark <caryclark@google.com>
+
+ Unreviewed gardening: rebaselining to account for focus ring changes in
+ http://trac.webkit.org/changeset/97971
+
+ * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-3959464-fix-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
+ * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
+ * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
+ * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png:
+ * platform/chromium-mac/editing/deleting/4922367-expected.png:
+ * platform/chromium-mac/editing/deleting/5126166-expected.png:
+ * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
+ * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
+ * platform/chromium-mac/editing/deleting/5272440-expected.png:
+ * platform/chromium-mac/editing/deleting/5369009-expected.png:
+ * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
+ * platform/chromium-mac/editing/deleting/5483370-expected.png:
+ * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
+ * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
+ * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
+ * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
+ * platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png:
+ * platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png:
+ * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
+ * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
+ * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
+ * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
+ * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
+ * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
+ * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
+ * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
+ * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
+ * platform/chromium-mac/editing/deleting/table-cells-expected.png:
+ * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
+ * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
+ * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
+ * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
+ * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
+ * platform/chromium-mac/editing/execCommand/4747450-expected.png:
+ * platform/chromium-mac/editing/execCommand/4916402-expected.png:
+ * platform/chromium-mac/editing/execCommand/4916541-expected.png:
+ * platform/chromium-mac/editing/execCommand/4924441-expected.png:
+ * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
+ * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
+ * platform/chromium-mac/editing/execCommand/5136770-expected.png:
+ * platform/chromium-mac/editing/execCommand/5138441-expected.png:
+ * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
+ * platform/chromium-mac/editing/execCommand/5481523-expected.png:
+ * platform/chromium-mac/editing/execCommand/5569741-expected.png:
+ * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
+ * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
+ * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
+ * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
+ * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
+ * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
+ * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
+ * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
+ * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
+ * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
+ * platform/chromium-mac/editing/execCommand/print-expected.png:
+ * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
+ * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
+ * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
+ * platform/chromium-mac/editing/inserting/4278698-expected.png:
+ * platform/chromium-mac/editing/inserting/4840662-expected.png:
+ * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
+ * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
+ * platform/chromium-mac/editing/inserting/4959067-expected.png:
+ * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
+ * platform/chromium-mac/editing/inserting/5002441-expected.png:
+ * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
+ * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
+ * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
+ * platform/chromium-mac/editing/inserting/5418891-expected.png:
+ * platform/chromium-mac/editing/inserting/5510537-expected.png:
+ * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
+ * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
+ * platform/chromium-mac/editing/inserting/6703873-expected.png:
+ * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
+ * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
+ * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
+ * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
+ * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
+ * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
+ * platform/chromium-mac/editing/inserting/line-break-expected.png:
+ * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
+ * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
+ * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
+ * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
+ * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
+ * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
+ * platform/chromium-mac/editing/inserting/redo-expected.png:
+ * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
+ * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
+ * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
+ * platform/chromium-mac/editing/inserting/typing-001-expected.png:
+ * platform/chromium-mac/editing/inserting/typing-002-expected.png:
+ * platform/chromium-mac/editing/inserting/typing-003-expected.png:
+ * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
+ * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
+ * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
+ * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
+ * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
+ * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
+ * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
+ * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
+ * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
+ * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: Added.
+ * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
+ * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
+ * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
+ * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
+ * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
+ * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
+ * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
+ * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
+ * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
+ * platform/chromium-mac/editing/selection/13804-expected.png:
+ * platform/chromium-mac/editing/selection/3690703-2-expected.png:
+ * platform/chromium-mac/editing/selection/3690703-expected.png:
+ * platform/chromium-mac/editing/selection/3690719-expected.png:
+ * platform/chromium-mac/editing/selection/4397952-expected.png:
+ * platform/chromium-mac/editing/selection/4818145-expected.png:
+ * platform/chromium-mac/editing/selection/4866671-expected.png:
+ * platform/chromium-mac/editing/selection/4889598-expected.png:
+ * platform/chromium-mac/editing/selection/4895428-2-expected.png:
+ * platform/chromium-mac/editing/selection/4932260-1-expected.png:
+ * platform/chromium-mac/editing/selection/4932260-2-expected.png:
+ * platform/chromium-mac/editing/selection/4932260-3-expected.png:
+ * platform/chromium-mac/editing/selection/4947387-expected.png:
+ * platform/chromium-mac/editing/selection/5007143-2-expected.png:
+ * platform/chromium-mac/editing/selection/5007143-expected.png:
+ * platform/chromium-mac/editing/selection/5057506-2-expected.png:
+ * platform/chromium-mac/editing/selection/5057506-expected.png:
+ * platform/chromium-mac/editing/selection/5076323-1-expected.png:
+ * platform/chromium-mac/editing/selection/5076323-2-expected.png:
+ * platform/chromium-mac/editing/selection/5076323-3-expected.png:
+ * platform/chromium-mac/editing/selection/5099303-expected.png:
+ * platform/chromium-mac/editing/selection/5131716-1-expected.png:
+ * platform/chromium-mac/editing/selection/5131716-2-expected.png:
+ * platform/chromium-mac/editing/selection/5131716-3-expected.png:
+ * platform/chromium-mac/editing/selection/5131716-4-expected.png:
+ * platform/chromium-mac/editing/selection/5195166-2-expected.png:
+ * platform/chromium-mac/editing/selection/5234383-1-expected.png:
+ * platform/chromium-mac/editing/selection/5234383-2-expected.png:
+ * platform/chromium-mac/editing/selection/6476-expected.png:
+ * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
+ * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
+ * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
+ * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
+ * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
+ * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
+ * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
+ * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
+ * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
+ * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
+ * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
+ * platform/chromium-mac/editing/selection/end-of-document-expected.png:
+ * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
+ * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
+ * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
+ * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
+ * platform/chromium-mac/editing/selection/iframe-expected.png:
+ * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
+ * platform/chromium-mac/editing/selection/inline-table-expected.png:
+ * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
+ * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
+ * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
+ * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
+ * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
+ * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
+ * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
+ * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
+ * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
+ * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
+ * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
+ * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
+ * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
+ * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
+ * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
+ * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
+ * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
+ * platform/chromium-mac/editing/selection/select-all-001-expected.png:
+ * platform/chromium-mac/editing/selection/select-all-002-expected.png:
+ * platform/chromium-mac/editing/selection/select-box-expected.png:
+ * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
+ * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
+ * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
+ * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
+ * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
+ * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
+ * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Added.
+ * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
+ * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
+ * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
+ * platform/chromium-mac/editing/spelling/spelling-expected.png:
+ * platform/chromium-mac/editing/style/4916887-expected.png:
+ * platform/chromium-mac/editing/style/5017613-1-expected.png:
+ * platform/chromium-mac/editing/style/5017613-2-expected.png:
+ * platform/chromium-mac/editing/style/5046875-1-expected.png:
+ * platform/chromium-mac/editing/style/5046875-2-expected.png: Added.
+ * platform/chromium-mac/editing/style/5065910-expected.png:
+ * platform/chromium-mac/editing/style/5084241-expected.png:
+ * platform/chromium-mac/editing/style/5228141-expected.png:
+ * platform/chromium-mac/editing/style/5279521-expected.png:
+ * platform/chromium-mac/editing/style/block-styles-007-expected.png:
+ * platform/chromium-mac/editing/style/highlight-expected.png:
+ * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
+ * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
+ * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
+ * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
+ * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
+ * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
+ * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
+ * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
+ * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
+ * platform/chromium-mac/editing/style/typing-style-001-expected.png:
+ * platform/chromium-mac/editing/style/typing-style-002-expected.png:
+ * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
+ * platform/chromium-mac/editing/undo/4063751-expected.png:
+ * platform/chromium-mac/editing/undo/5378473-expected.png:
+ * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
+ * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
+ * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
+ * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
+ * platform/chromium-mac/editing/undo/undo-delete-expected.png:
+ * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
+ * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
+ * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
+ * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
+ * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
+ * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
+ * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
+ * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
+ * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
+ * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
+ * platform/chromium-mac/fast/inline/25277-2-expected.png:
+ * platform/chromium-mac/fast/inline/25277-expected.png:
+ * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
+ * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
+ * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png:
+ * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
+ * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
+ * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
+ * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
+ * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
+ * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
+ * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
+ * platform/chromium-mac/svg/custom/focus-ring-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-10-21 Zoltan Horvath <zoltan@webkit.org>
+
+ [Qt] fast/events/touch/page-scaled-touch-gesture-click.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=70593
+
+ It was introduced in r97988. Skip it.
+
+ * platform/qt/Skipped:
+
+2011-10-21 Andrey Kosyakov <caseq@chromium.org>
+
+ [Qt] 2 inspector/extensions tests times out on Mac and linux after r97850
+ https://bugs.webkit.org/show_bug.cgi?id=70414
+
+ Unreviewed. Skipped inspector/extensions/extensions-{events,network}.html
+
+ * platform/qt/Skipped:
+
+2011-10-03 Kent Tamura <tkent@chromium.org>
+
+ Add tests to check behavior of border attribute with a large number or an invalid value.
+ https://bugs.webkit.org/show_bug.cgi?id=69055
+
+ Reviewed by Daniel Bates.
+
+ r96290 changed the behavior of integer parsing so that large
+ number strings which can not be represented in 32 bit integers
+ makes an error. However, border attribute behavior wasn't changed
+ by r96290 because its default value is 0 and
+ parseHTMLNonNegativeInteger() had set 0 in a case of overflow.
+
+ * fast/dom/HTMLImageElement/image-with-invalid-border-expected.html: Added.
+ * fast/dom/HTMLImageElement/image-with-invalid-border.html: Added.
+ * fast/dom/HTMLInputElement/input-with-invalid-border-expected.html: Added.
+ * fast/dom/HTMLInputElement/input-with-invalid-border.html: Added.
+ * fast/dom/HTMLObjectElement/object-with-invalid-border-expected.html: Added.
+ * fast/dom/HTMLObjectElement/object-with-invalid-border.html: Added.
+
+2011-10-20 Andrey Kosyakov <caseq@chromium.org>
+
+ Web Inspector: make extension tests pass on chromium
+ https://bugs.webkit.org/show_bug.cgi?id=70334
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/extensions-headers.html:
+ * http/tests/inspector/resources/extension-main.js:
+ ():
+ * inspector/extensions/extensions-audits.html:
+ * inspector/extensions/extensions-console.html:
+ * inspector/extensions/extensions-resources.html:
+ * platform/chromium/inspector/extensions/extensions-api-expected.txt: Added.
+ * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-21 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Test expectation change: fast/canvas/webgl/WebGLContextEvent.html now passes.
+
+ Unreviewed. The test passes since http://trac.webkit.org/changeset/98044/
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-20 Adam Barth <abarth@webkit.org>
+
+ These tests are skipped so there's no need to say they TIMEOUT.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-02 Kent Tamura <tkent@chromium.org>
+
+ Add a test to check behavior of tabindex attribute with a large number
+ https://bugs.webkit.org/show_bug.cgi?id=69056
+
+ Reviewed by Daniel Bates.
+
+ r96290 changed the behavior of integer parsing so that large
+ number strings which can not be represented in 32 bit integers
+ makes an error. Before r96290, we had assumed such large numbers
+ are equivelent to 0. We assume them invalid values.
+
+ * fast/dom/tabindex-defaults-expected.txt: Added.
+ * fast/dom/tabindex-defaults.html: Added.
+
+2011-10-20 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Update test expectation for inspector/debugger/{linkifier,script-formatter}.html
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
+ even if the family does not match.
+ https://bugs.webkit.org/show_bug.cgi?id=55036
+
+ Unreviewed. Update tests after r97990, and unskip them. (part 6)
+
+ * platform/qt/tables/: [...]
+ * platform/qt/transforms/: [...]
+ * platform/qt/transitions/: [...]
+ * platform/qt/Skipped:
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
+ even if the family does not match.
+ https://bugs.webkit.org/show_bug.cgi?id=55036
+
+ Unreviewed. Update tests after r97990, and unskip them. (part 5)
+
+ * platform/qt/svg/: [...]
+ * platform/qt/Skipped:
+
+2011-10-20 Simon Fraser <simon.fraser@apple.com>
+
+ Hidden composited iframes cause infinite loop
+ https://bugs.webkit.org/show_bug.cgi?id=52655
+
+ Reviewed by Darin Adler.
+
+ Test with a visibility:hidden iframe, whose subframe becomes composited.
+
+ * compositing/visibility/hidden-iframe-expected.txt: Added.
+ * compositing/visibility/hidden-iframe.html: Added.
+
+2011-10-20 Dirk Pranke <dpranke@chromium.org>
+
+ Suppress inspector failures for the moment.
+ https://bugs.webkit.org/show_bug.cgi?id=70573
+
+ Unreviewed, expectations change.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-20 Ryosuke Niwa <rniwa@webkit.org>
+
+ Mac rebaseline after r97878.
+
+ * platform/mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
+
+2011-10-20 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update for GPU bots.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-20 Tony Chang <tony@chromium.org>
+
+ Update chromium-linux flexbox pixel results. My machine is running
+ a different version of ubuntu and the fonts are antialiased differently.
+
+ * platform/chromium-linux/css3/flexbox/repaint-expected.png:
+ * platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png:
+
+2011-10-20 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Added.
+
+2011-10-20 Julien Chaffraix <jchaffraix@webkit.org>
+
+ RenderDeprecatedFlexibleBox does not call its children's layout method
+ https://bugs.webkit.org/show_bug.cgi?id=64842
+
+ Reviewed by David Hyatt.
+
+ Added a test covering the vertical change as the horizontal one is covered
+ by 021.html. The test is failing currently as we don't properly support this
+ case.
+
+ * fast/flexbox/021-vertical-expected.png: Added.
+ * fast/flexbox/021-vertical-expected.txt: Added.
+ * fast/flexbox/021-vertical.html: Added.
+ * fast/flexbox/crash-flexbox-no-layout-child-expected.txt: Added.
+ * fast/flexbox/crash-flexbox-no-layout-child.html: Added.
+
+ * platform/chromium-win/fast/flexbox/021-expected.txt:
+ * platform/efl/fast/flexbox/021-expected.txt:
+ * platform/gtk/fast/flexbox/021-expected.txt:
+ * platform/mac/fast/flexbox/021-expected.txt:
+ * platform/qt/fast/flexbox/021-expected.txt:
+ Updated as we now layout out this flex-box. The image result should not
+ change as it doesn't contribute to the visible flexbox layout.
+
+2011-10-20 Simon Fraser <simon.fraser@apple.com>
+
+ Fix two compositing iframes tests
+ https://bugs.webkit.org/show_bug.cgi?id=70543
+
+ Reviewed by Dean Jackson.
+
+ Remove incorrect WK2-specific result for invisible-nested-iframe-show.html.
+
+ The WK1 result for overlapped-iframe-iframe-expected.txt was also incorrect, because
+ the test didn not function correctly in WK1. It needs to use a setTimeout(0) to work
+ around an AppKit issue, and to display() so that painting triggers overflow detection.
+
+ * compositing/iframes/overlapped-iframe-iframe.html:
+ * platform/mac-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Removed.
+ * platform/mac/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
+
+2011-10-19 Ryosuke Niwa <rniwa@webkit.org>
+
+ [nrwt] results.html should differentiate expected missing and unexpected missing
+ https://bugs.webkit.org/show_bug.cgi?id=70372
+
+ Reviewed by Ojan Vafai.
+
+ Fixed the bug by moving the code to set isExpected above where we find tests with missing results
+ in processGlobalStateFor, and replacing testList for the missing results table by failingTestsTable.
+
+ Also fixed a bug in updateTogglingImages that was erroneously replacing links to .png files by
+ links to -diffs.html that don't exist for tests with missing results.
+
+ * fast/harness/resources/results-test.js: Added a test.
+ * fast/harness/results-expected.txt: Rebaselined.
+ * fast/harness/results.html:
+ * platform/chromium/fast/harness/results-expected.txt: Rebaselined.
+ * platform/win/fast/harness/results-expected.txt: Rebaselined.
+
+2011-10-20 Tony Chang <tony@chromium.org>
+
+ fix repaint bugs in new flexbox
+ https://bugs.webkit.org/show_bug.cgi?id=70450
+
+ Reviewed by David Hyatt.
+
+ * css3/flexbox/repaint-expected.txt: Added.
+ * css3/flexbox/repaint-rtl-column-expected.txt: Added.
+ * css3/flexbox/repaint-rtl-column.html: Added.
+ * css3/flexbox/repaint.html: Added.
+ * platform/chromium-linux/css3/flexbox/repaint-expected.png: Added.
+ * platform/chromium-linux/css3/flexbox/repaint-rtl-columnexpected.png: Added.
+
+2011-10-20 Dan Bernstein <mitz@apple.com>
+
+ Flipped-blocks writing mode blocks do not hit test their overflow
+ https://bugs.webkit.org/show_bug.cgi?id=70546
+
+ Reviewed by Sam Weinig.
+
+ * fast/writing-mode/flipped-blocks-hit-test-overflow-expected.txt: Added.
+ * fast/writing-mode/flipped-blocks-hit-test-overflow.html: Added.
+
+2011-10-20 David Hyatt <hyatt@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=70539
+
+ Make the 'clip' property work in variable width regions.
+
+ Reviewed by Dan Bernstein.
+
+ * fast/regions/positioned-objects-clipped-spanning-regions.html: Added.
+ * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.png: Added.
+ * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.txt: Added.
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
+ even if the family does not match.
+ https://bugs.webkit.org/show_bug.cgi?id=55036
+
+ Unreviewed. Update tests after r97990, and unskip them. (part 4)
+
+ * platform/qt/http/: [...]
+ * platform/qt/fast/: [...]
+ * platform/qt/plugins/: [...]
+ * platform/qt/printing/: [...]
+ * platform/qt/scrollbars/: [...]
+ * platform/qt/Skipped:
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
+ even if the family does not match.
+ https://bugs.webkit.org/show_bug.cgi?id=55036
+
+ Unreviewed. Update tests after r97990, and unskip them. (part 3)
+
+ * platform/qt/editing/: [...]
+ * platform/qt/fast/: [...]
+ * platform/qt/Skipped:
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add remaining EFL baselines.
+
+ * platform/efl/fast/html: Added.
+ * platform/efl/fast/html/keygen-expected.txt: Added.
+ * platform/efl/fast/html/link-rel-stylesheet-expected.txt: Added.
+ * platform/efl/fast/html/listing-expected.txt: Added.
+ * platform/efl/fast/html/marquee-scroll-expected.txt: Added.
+ * platform/efl/fast/html/marquee-scrollamount-expected.txt: Added.
+ * platform/efl/fast/loader: Added.
+ * platform/efl/fast/loader/text-document-wrapping-expected.txt: Added.
+
+2011-10-20 Ken Buchanan <kenrb@chromium.org>
+
+ Crash in updateFirstLetter on :after generated content
+ https://bugs.webkit.org/show_bug.cgi?id=70031
+
+ Reviewed by David Hyatt.
+
+ Added test for crash condition with a floating first-letter on after content
+
+ * fast/css-generated-content/after-with-first-letter-float-crash.html: Added
+ * fast/css-generated-content/after-with-first-letter-float-crash-expected.txt: Added
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add EFL baselines for the selectors, table, text,
+ tokenizer, transforms, writing-mode, xsl suites inside the "fast" suite.
+
+ * platform/efl/fast/selectors: [...]
+ * platform/efl/fast/table: [...]
+ * platform/efl/fast/text: [...]
+ * platform/efl/fast/tokenizer: [...]
+ * platform/efl/fast/transforms: [...]
+ * platform/efl/fast/writing-mode: [...]
+ * platform/efl/fast/xsl: [...]
+
+2011-10-20 Daniel Cheng <dcheng@chromium.org>
+
+ Update expectations after r97878.
+ https://bugs.webkit.org/show_bug.cgi?id=70527
+
+ Reviewed by Tony Chang.
+
+ * platform/chromium-cg-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
+ * platform/chromium-cg-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Removed.
+ * platform/chromium-linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
+ * platform/chromium-linux/editing/selection/drag-to-contenteditable-iframe-expected.png:
+ * platform/chromium-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
+ * 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.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
+ * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add EFL baselines for the overflow, parser, reflections, regions,
+ repaint, replaced, ruby and runing suites inside the "fast" suites.
+
+ * platform/efl/fast/overflow: [...]
+ * platform/efl/fast/parser: [...]
+ * platform/efl/fast/reflections: [...]
+ * platform/efl/fast/regions: [...]
+ * platform/efl/fast/repaint: [...]
+ * platform/efl/fast/replaced: [...]
+ * platform/efl/fast/ruby: [...]
+ * platform/efl/fast/runin: [...]
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add more EFL baselines for the fast/ suite.
+
+ * platform/efl/fast/images: [...]
+ * platform/efl/fast/inline: [...]
+ * platform/efl/fast/inline-block: [...]
+ * platform/efl/fast/innerHTML: [...]
+ * platform/efl/fast/inspector-support: [...]
+ * platform/efl/fast/invalid: [...]
+ * platform/efl/fast/layers: [...]
+ * platform/efl/fast/lists: [...]
+ * platform/efl/fast/media: [...]
+ * platform/efl/fast/multicol: [...]
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
+ even if the family does not match.
+ https://bugs.webkit.org/show_bug.cgi?id=55036
+
+ Unreviewed. Update tests after r97990, and unskip them. (part 2)
+
+ * platform/qt/css3/: [...]
+ * platform/qt/Skipped:
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
+ even if the family does not match.
+ https://bugs.webkit.org/show_bug.cgi?id=55036
+
+ Unreviewed. Update tests after r97990, and unskip them. (part 1)
+
+ * platform/qt/animations/: [...]
+ * platform/qt/css1/: [...]
+ * platform/qt/css2.1/: [...]
+ * platform/qt/Skipped:
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add part of EFL baselines for the fast/ suite.
+
+ * platform/efl/fast/doctypes: [...]
+ * platform/efl/fast/dom: [...]
+ * platform/efl/fast/dynamic: [...]
+ * platform/efl/fast/encoding: [...]
+ * platform/efl/fast/events: [...]
+ * platform/efl/fast/fast-mobile-scrolling: [...]
+ * platform/efl/fast/files: [...]
+ * platform/efl/fast/flexbox: [...]
+ * platform/efl/fast/forms: [...]
+ * platform/efl/fast/frames: [...]
+ * platform/efl/fast/gradients: [...]
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Temporarily skip 5436 tests until rebaselines landed.
+
+ * platform/qt/Skipped:
+
+2011-10-20 John Knottenbelt <jknotten@chromium.org>
+
+ Touch events should take page scale into account
+ https://bugs.webkit.org/show_bug.cgi?id=69798
+
+ Reviewed by Adam Barth.
+
+ * fast/events/touch/page-scaled-touch-gesture-click-expected.txt: Added.
+ * fast/events/touch/page-scaled-touch-gesture-click.html: Added.
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add part of EFL baselines for the fast/ suite.
+
+ * platform/efl/fast: Added.
+ * platform/efl/fast/backgrounds: [...]
+ * platform/efl/fast/block: [...]
+ * platform/efl/fast/body-propagation: [...]
+ * platform/efl/fast/borders: [...]
+ * platform/efl/fast/box-shadow: [...]
+ * platform/efl/fast/box-sizing: [...]
+ * platform/efl/fast/canvas: [...]
+ * platform/efl/fast/clip: [...]
+ * platform/efl/fast/compact: [...]
+ * platform/efl/fast/css: [...]
+ * platform/efl/fast/css-generated-content: [...]
+
+2011-10-20 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Removing test from Skipped list. Test passes: fast/text/justify-padding-distribution.html
+ https://bugs.webkit.org/show_bug.cgi?id=40584
+
+ Reviewed by Andreas Kling.
+
+ * platform/qt/Skipped:
+
+2011-10-20 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Advanced search results should keep working after pretty print toggled.
+ https://bugs.webkit.org/show_bug.cgi?id=70347
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/raw-source-code.html:
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add EFL baselines for dom, editing, fonts, mathml, media, printing, scrollbars and security.
+
+ * platform/efl/dom: [...]
+ * platform/efl/editing: [...]
+ * platform/efl/fonts: [...]
+ * platform/efl/mathml: [...]
+ * platform/efl/media: [...]
+ * platform/efl/printing: [...]
+ * platform/efl/scrollbars: [...]
+ * platform/efl/security: [...]
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Move qt-4.8 platform to qt platform.
+
+ Now Qt 4.8 results are default, 4.7 results aren't supported anymore.
+
+ * platform/qt: [...]
+ * platform/qt-4.8: [...]
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Adding EFL baselines for animations, compositing, transforms and transitions.
+
+ * platform/efl/animations: Added.
+ * platform/efl/animations/missing-values-first-keyframe-expected.txt: Added.
+ * platform/efl/animations/missing-values-last-keyframe-expected.txt: Added.
+ * platform/efl/animations/state-at-end-event-expected.txt: Added.
+ * platform/efl/compositing: Added.
+ * platform/efl/compositing/animation: Added.
+ * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
+ * platform/efl/compositing/color-matching: Added.
+ * platform/efl/compositing/color-matching/image-color-matching-expected.txt: Added.
+ * platform/efl/compositing/color-matching/pdf-image-match-expected.txt: Added.
+ * platform/efl/compositing/compositing-visible-descendant-expected.txt: Added.
+ * platform/efl/compositing/direct-image-compositing-expected.txt: Added.
+ * platform/efl/compositing/framesets: Added.
+ * platform/efl/compositing/generated-content-expected.txt: Added.
+ * platform/efl/compositing/geometry: Added.
+ * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
+ * platform/efl/compositing/geometry/clipped-video-controller-expected.txt: Added.
+ * platform/efl/compositing/geometry/clipping-foreground-expected.txt: Added.
+ * platform/efl/compositing/geometry/composited-html-size-expected.txt: Added.
+ * platform/efl/compositing/geometry/fixed-in-composited-expected.txt: Added.
+ * platform/efl/compositing/geometry/fixed-position-expected.txt: Added.
+ * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
+ * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
+ * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
+ * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
+ * platform/efl/compositing/geometry/outline-change-expected.txt: Added.
+ * platform/efl/compositing/geometry/partial-layout-update-expected.txt: Added.
+ * platform/efl/compositing/geometry/root-layer-update-expected.txt: Added.
+ * platform/efl/compositing/geometry/tall-page-composited-expected.txt: Added.
+ * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
+ * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
+ * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
+ * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt: Added.
+ * platform/efl/compositing/iframes: Added.
+ * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
+ * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
+ * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
+ * platform/efl/compositing/images: Added.
+ * platform/efl/compositing/images/direct-image-background-color-expected.txt: Added.
+ * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt: Added.
+ * platform/efl/compositing/masks: Added.
+ * platform/efl/compositing/masks/direct-image-mask-expected.txt: Added.
+ * platform/efl/compositing/masks/masked-ancestor-expected.txt: Added.
+ * platform/efl/compositing/masks/multiple-masks-expected.txt: Added.
+ * platform/efl/compositing/masks/simple-composited-mask-expected.txt: Added.
+ * platform/efl/compositing/overflow: Added.
+ * platform/efl/compositing/overflow/ancestor-overflow-expected.txt: Added.
+ * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
+ * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
+ * platform/efl/compositing/overflow/overflow-positioning-expected.txt: Added.
+ * platform/efl/compositing/overflow/overflow-scroll-expected.txt: Added.
+ * platform/efl/compositing/overflow/parent-overflow-expected.txt: Added.
+ * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
+ * platform/efl/compositing/overflow/scrollbar-painting-expected.txt: Added.
+ * platform/efl/compositing/plugins: Added.
+ * platform/efl/compositing/plugins/composited-plugin-expected.txt: Added.
+ * platform/efl/compositing/reflections: Added.
+ * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt: Added.
+ * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
+ * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
+ * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt: Added.
+ * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
+ * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt: Added.
+ * platform/efl/compositing/reflections/reflection-in-composited-expected.txt: Added.
+ * platform/efl/compositing/reflections/reflection-on-composited-expected.txt: Added.
+ * platform/efl/compositing/reflections/reflection-opacity-expected.txt: Added.
+ * platform/efl/compositing/reflections/reflection-ordering-expected.txt: Added.
+ * platform/efl/compositing/reflections/reflection-positioning-expected.txt: Added.
+ * platform/efl/compositing/reflections/reflection-positioning2-expected.txt: Added.
+ * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt: Added.
+ * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt: Added.
+ * platform/efl/compositing/repaint: Added.
+ * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
+ * platform/efl/compositing/repaint/composited-document-element-expected.txt: Added.
+ * platform/efl/compositing/repaint/content-into-overflow-expected.txt: Added.
+ * platform/efl/compositing/repaint/layer-repaint-expected.txt: Added.
+ * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt: Added.
+ * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt: Added.
+ * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
+ * platform/efl/compositing/repaint/overflow-into-content-expected.txt: Added.
+ * platform/efl/compositing/scaling: Added.
+ * platform/efl/compositing/self-painting-layers-expected.txt: Added.
+ * platform/efl/compositing/shadows: Added.
+ * platform/efl/compositing/shadows/shadow-drawing-expected.txt: Added.
+ * platform/efl/compositing/sibling-positioning-expected.txt: Added.
+ * platform/efl/compositing/text-on-large-layer-expected.txt: Added.
+ * platform/efl/compositing/transitions: Added.
+ * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt: Added.
+ * platform/efl/compositing/transitions/singular-scale-transition-expected.txt: Added.
+ * platform/efl/compositing/video: Added.
+ * platform/efl/compositing/video/video-background-color-expected.txt: Added.
+ * platform/efl/transforms: Added.
+ * platform/efl/transforms/2d: Added.
+ * platform/efl/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
+ * platform/efl/transforms/2d/hindi-rotated-expected.txt: Added.
+ * platform/efl/transforms/2d/transform-borderbox-expected.txt: Added.
+ * platform/efl/transforms/2d/transform-fixed-container-expected.txt: Added.
+ * platform/efl/transforms/2d/transform-origin-borderbox-expected.txt: Added.
+ * platform/efl/transforms/2d/zoom-menulist-expected.txt: Added.
+ * platform/efl/transforms/no_transform_hit_testing-expected.txt: Added.
+ * platform/efl/transforms/svg-vs-css-expected.txt: Added.
+ * platform/efl/transitions: Added.
+ * platform/efl/transitions/default-timing-function-expected.txt: Added.
+ * platform/efl/transitions/move-after-transition-expected.txt: Added.
+ * platform/efl/transitions/svg-text-shadow-transition-expected.txt: Added.
+ * platform/efl/transitions/transition-end-event-rendering-expected.txt: Added.
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add EFL baselines for table tests.
+
+ * platform/efl/tables: Added.
+ * platform/efl/tables/layering: Added.
+ * platform/efl/tables/layering/paint-test-layering-1-expected.txt: Added.
+ * platform/efl/tables/layering/paint-test-layering-2-expected.txt: Added.
+ * platform/efl/tables/mozilla: Added.
+ * platform/efl/tables/mozilla/bugs: Added.
+ * platform/efl/tables/mozilla/bugs/45621-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10009-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug100334-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10036-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10039-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug101201-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug101674-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug102145-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug102145-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug102145-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug102145-4-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug103533-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug106158-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug106795-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug108340-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug109043-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug110566-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug11321-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug11384q-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug11384s-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1188-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug11944-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug119786-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12008-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug120364-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1220-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1224-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12268-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12384-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug123862-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1261-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12709-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug127267-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug128229-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug12910-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1302-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug13105-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1318-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug13196-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug133948-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug13484-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug13526-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug138725-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug14159-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug14323-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug145572-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1474-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug149275-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug14929-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug15247-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug157890-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug15933-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug16012-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug16252-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug17168-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug17548-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug17587-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1800-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1802-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1802s-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1809-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1818-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1818-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1818-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1818-4-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1818-5-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1818-6-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug1828-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug18359-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug18440-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug18558-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug18664-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug18955-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug19356-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug194024-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug19599-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2050-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug20579-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2065-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug20804-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2123-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug21299-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug21918-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug22019-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug220536-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug222336-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug222467-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug222846-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug22513-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2267-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug227123-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2296-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug23072-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug23151-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug23235-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug23299-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug23994-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug24200-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug24503-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug24627-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug24661-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2469-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug24880-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug25004-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug25074-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug25086-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2509-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2516-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug25367-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug25663-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2585-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug26178-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2684-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug269566-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug275625-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2757-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2763-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug277062-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2773-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug278266-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug278385-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug28341-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2886-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug28928-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug28933-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug29058-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug29157-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug29326-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug29429-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2947-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2954-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2962-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2973-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug2997-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug30273-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug30332-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug30332-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug30418-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug30559-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug30985-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3103-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3191-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug32447-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3260-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3263-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug32841-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug33855-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug34176-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug34538-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3454-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug35662-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3681-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3681-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3718-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug38916-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug39209-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3977-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug40828-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug41890-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug42443-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug43039-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug43204-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4382-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4385-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug43854-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4429-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug44505-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug44523-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4501-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug45055-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug45055-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4520-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4523-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4527-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug45350-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug45486-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4576-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46268-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46924-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug46944-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4739-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug47432-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4803-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug4849-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug48827-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug50695-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug51037-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug51140-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug51727-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug5188-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug52505-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug52506-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug53891-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug54450-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug55545-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug55694-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug55789-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug56201-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug56405-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug57300-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug57378-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug57828-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug5798-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug5799-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug5835-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug5838-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug59354-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug60013-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug60749-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug60804-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug60807-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug60992-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug6184-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug6304-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug63785-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug641-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug641-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug647-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug650-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug6674-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug67864-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug68912-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug68998-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug709-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug7121-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug72359-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug727-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug7342-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug7471-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug75250-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug7714-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug78162-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug8032-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug80762-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug81934-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug8361-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug8381-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug8411-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug86220-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug86708-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug88035-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug88035-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug88524-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug8858-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug8950-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug9072-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug92143-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug9271-2-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug92868-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug93363-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug963-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug96334-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug96343-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug965-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug97138-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug97383-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug98196-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug99923-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug99948-expected.txt: Added.
+ * platform/efl/tables/mozilla/collapsing_borders: Added.
+ * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt: Added.
+ * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: Added.
+ * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
+ * platform/efl/tables/mozilla/core: Added.
+ * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/borders-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/box_sizing-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/captions-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/cell_heights-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_span-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_fix_auto-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/margins-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/misc-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/nested1-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/one_row-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/row_span-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/table_frame-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/table_heights-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/table_rules-expected.txt: Added.
+ * platform/efl/tables/mozilla/core/table_widths-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom: Added.
+ * platform/efl/tables/mozilla/dom/appendCol2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCols1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCols2-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCols3-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCols4-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertCols5-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt: Added.
+ * platform/efl/tables/mozilla/dom/tableDom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/body_col-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/body_thead-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/col_span-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_default-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_caption_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_caption_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_caption_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_span-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_width_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_width_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_table_width_px-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_td_width-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_th_width-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_align_center-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla/other: Added.
+ * platform/efl/tables/mozilla/other/body_col-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/cellspacing-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/move_row-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/ms-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/nested2-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/nestedTables-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/padding-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/slashlogo-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/test3-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/test6-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Added.
+ * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/collapsing_borders: Added.
+ * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/columns-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/core/standards1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/dom: Added.
+ * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/other: Added.
+ * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt: Added.
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Add CSS1, CSS2.1 and CSS3 baselines for the EFL port.
+
+ * platform/efl/css1: Added.
+ * platform/efl/css1/basic: Added.
+ * platform/efl/css1/basic/class_as_selector-expected.txt: Added.
+ * platform/efl/css1/basic/comments-expected.txt: Added.
+ * platform/efl/css1/basic/containment-expected.txt: Added.
+ * platform/efl/css1/basic/contextual_selectors-expected.txt: Added.
+ * platform/efl/css1/basic/grouping-expected.txt: Added.
+ * platform/efl/css1/basic/id_as_selector-expected.txt: Added.
+ * platform/efl/css1/basic/inheritance-expected.txt: Added.
+ * platform/efl/css1/box_properties: Added.
+ * platform/efl/css1/box_properties/acid_test-expected.txt: Added.
+ * platform/efl/css1/box_properties/border-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_bottom-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_bottom_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_bottom_width-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_color-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_color_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_left-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_left_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_left_width-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_left_width_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_right-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_right_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_right_width-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_right_width_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_style-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_style_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_top-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_top_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_top_width-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_top_width_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_width-expected.txt: Added.
+ * platform/efl/css1/box_properties/border_width_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/clear-expected.txt: Added.
+ * platform/efl/css1/box_properties/clear_float-expected.txt: Added.
+ * platform/efl/css1/box_properties/float-expected.txt: Added.
+ * platform/efl/css1/box_properties/float_elements_in_series-expected.txt: Added.
+ * platform/efl/css1/box_properties/float_margin-expected.txt: Added.
+ * platform/efl/css1/box_properties/float_on_text_elements-expected.txt: Added.
+ * platform/efl/css1/box_properties/height-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_bottom-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_left-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_left_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_right-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_right_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_top-expected.txt: Added.
+ * platform/efl/css1/box_properties/margin_top_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_bottom-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_left-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_left_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_right-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_right_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_top-expected.txt: Added.
+ * platform/efl/css1/box_properties/padding_top_inline-expected.txt: Added.
+ * platform/efl/css1/box_properties/width-expected.txt: Added.
+ * platform/efl/css1/cascade: Added.
+ * platform/efl/css1/cascade/cascade_order-expected.txt: Added.
+ * platform/efl/css1/cascade/important-expected.txt: Added.
+ * platform/efl/css1/classification: Added.
+ * platform/efl/css1/classification/display-expected.txt: Added.
+ * platform/efl/css1/classification/list_style-expected.txt: Added.
+ * platform/efl/css1/classification/list_style_image-expected.txt: Added.
+ * platform/efl/css1/classification/list_style_position-expected.txt: Added.
+ * platform/efl/css1/classification/list_style_type-expected.txt: Added.
+ * platform/efl/css1/classification/white_space-expected.txt: Added.
+ * platform/efl/css1/color_and_background: Added.
+ * platform/efl/css1/color_and_background/background-expected.txt: Added.
+ * platform/efl/css1/color_and_background/background_attachment-expected.txt: Added.
+ * platform/efl/css1/color_and_background/background_color-expected.txt: Added.
+ * platform/efl/css1/color_and_background/background_image-expected.txt: Added.
+ * platform/efl/css1/color_and_background/background_position-expected.txt: Added.
+ * platform/efl/css1/color_and_background/background_repeat-expected.txt: Added.
+ * platform/efl/css1/color_and_background/color-expected.txt: Added.
+ * platform/efl/css1/conformance: Added.
+ * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt: Added.
+ * platform/efl/css1/font_properties: Added.
+ * platform/efl/css1/font_properties/font-expected.txt: Added.
+ * platform/efl/css1/font_properties/font_family-expected.txt: Added.
+ * platform/efl/css1/font_properties/font_size-expected.txt: Added.
+ * platform/efl/css1/font_properties/font_style-expected.txt: Added.
+ * platform/efl/css1/font_properties/font_variant-expected.txt: Added.
+ * platform/efl/css1/font_properties/font_weight-expected.txt: Added.
+ * platform/efl/css1/formatting_model: Added.
+ * platform/efl/css1/formatting_model/canvas-expected.txt: Added.
+ * platform/efl/css1/formatting_model/floating_elements-expected.txt: Added.
+ * platform/efl/css1/formatting_model/height_of_lines-expected.txt: Added.
+ * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt: Added.
+ * platform/efl/css1/formatting_model/inline_elements-expected.txt: Added.
+ * platform/efl/css1/formatting_model/replaced_elements-expected.txt: Added.
+ * platform/efl/css1/formatting_model/vertical_formatting-expected.txt: Added.
+ * platform/efl/css1/pseudo: Added.
+ * platform/efl/css1/pseudo/anchor-expected.txt: Added.
+ * platform/efl/css1/pseudo/firstletter-expected.txt: Added.
+ * platform/efl/css1/pseudo/firstline-expected.txt: Added.
+ * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt: Added.
+ * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt: Added.
+ * platform/efl/css1/text_properties: Added.
+ * platform/efl/css1/text_properties/letter_spacing-expected.txt: Added.
+ * platform/efl/css1/text_properties/line_height-expected.txt: Added.
+ * platform/efl/css1/text_properties/text_align-expected.txt: Added.
+ * platform/efl/css1/text_properties/text_decoration-expected.txt: Added.
+ * platform/efl/css1/text_properties/text_indent-expected.txt: Added.
+ * platform/efl/css1/text_properties/text_transform-expected.txt: Added.
+ * platform/efl/css1/text_properties/vertical_align-expected.txt: Added.
+ * platform/efl/css1/text_properties/word_spacing-expected.txt: Added.
+ * platform/efl/css1/units: Added.
+ * platform/efl/css1/units/color_units-expected.txt: Added.
+ * platform/efl/css1/units/length_units-expected.txt: Added.
+ * platform/efl/css1/units/percentage_units-expected.txt: Added.
+ * platform/efl/css1/units/urls-expected.txt: Added.
+ * platform/efl/css2.1: Added.
+ * platform/efl/css2.1/20110323: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt: Added.
+ * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt: Added.
+ * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added.
+ * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
+ * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
+ * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
+ * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt: Added.
+ * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/height-width-table-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt: Added.
+ * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-008-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt: Added.
+ * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Added.
+ * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt: Added.
+ * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t040102-keywords-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040102-keywords-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-case-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-case-01-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-02-d-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-04-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-05-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-06-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-07-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-escapes-08-b-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-01-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-02-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-03-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-04-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-05-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-06-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-07-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-08-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-09-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-10-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-11-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-12-c-expected.txt: Added.
+ * platform/efl/css2.1/t040103-ident-13-c-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atrule-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atrule-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atrule-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atrule-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-atrule-04-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-import-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-import-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t040105-import-10-b-expected.txt: Added.
+ * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-syntax-01-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-syntax-02-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-syntax-03-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-syntax-04-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-syntax-05-f-expected.txt: Added.
+ * platform/efl/css2.1/t0402-syntax-06-f-expected.txt: Added.
+ * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt: Added.
+ * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t040306-syntax-01-f-expected.txt: Added.
+ * platform/efl/css2.1/t040307-syntax-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt: Added.
+ * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
+ * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt: Added.
+ * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt: Added.
+ * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt: Added.
+ * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Added.
+ * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Added.
+ * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Added.
+ * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Added.
+ * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Added.
+ * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Added.
+ * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Added.
+ * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Added.
+ * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Added.
+ * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt: Added.
+ * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt: Added.
+ * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Added.
+ * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt: Added.
+ * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt: Added.
+ * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Added.
+ * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Added.
+ * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Added.
+ * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Added.
+ * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt: Added.
+ * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
+ * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt: Added.
+ * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.txt: Added.
+ * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.txt: Added.
+ * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-04-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-05-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-06-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-07-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-08-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-09-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-11-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-12-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-13-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-14-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-15-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counter-16-f-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-04-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-05-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-06-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-07-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-08-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-09-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-11-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-12-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-13-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-14-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-15-b-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-16-c-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-17-d-expected.txt: Added.
+ * platform/efl/css2.1/t1202-counters-18-f-expected.txt: Added.
+ * platform/efl/css2.1/t1204-implied-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1204-implied-01-c-expected.txt: Added.
+ * platform/efl/css2.1/t1204-implied-02-d-expected.txt: Added.
+ * platform/efl/css2.1/t1204-multiple-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t1204-multiple-01-c-expected.txt: Added.
+ * platform/efl/css2.1/t1204-order-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t1204-order-01-d-expected.txt: Added.
+ * platform/efl/css2.1/t1204-root-e-expected.txt: Added.
+ * platform/efl/css2.1/t120401-scope-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t120401-scope-01-c-expected.txt: Added.
+ * platform/efl/css2.1/t120401-scope-02-c-expected.txt: Added.
+ * platform/efl/css2.1/t120401-scope-03-c-expected.txt: Added.
+ * platform/efl/css2.1/t120401-scope-04-d-expected.txt: Added.
+ * platform/efl/css2.1/t120403-content-none-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t120403-display-none-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t120403-visibility-00-c-expected.txt: Added.
+ * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
+ * platform/efl/css2.1/t1401-c531-color-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Added.
+ * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-01-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-02-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-03-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-04-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-05-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-06-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-07-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-08-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-09-b-expected.txt: Added.
+ * platform/efl/css2.1/t1508-c527-font-10-c-expected.txt: Added.
+ * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t1601-c547-indent-01-d-expected.txt: Added.
+ * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt: Added.
+ * platform/efl/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Added.
+ * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: Added.
+ * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: Added.
+ * platform/efl/css3: Added.
+ * platform/efl/css3/bdi-element-expected.txt: Added.
+ * platform/efl/css3/css3-modsel-33-expected.txt: Added.
+ * platform/efl/css3/css3-modsel-35-expected.txt: Added.
+ * platform/efl/css3/css3-modsel-36-expected.txt: Added.
+ * platform/efl/css3/css3-modsel-37-expected.txt: Added.
+ * platform/efl/css3/font-feature-settings-rendering-expected.txt: Added.
+ * platform/efl/css3/selectors3: Added.
+ * platform/efl/css3/selectors3/html: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-10-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-11-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-13-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-14-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-144-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-148-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-149-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-149b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-15-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-150-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-151-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-152-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-154-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-155-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-156-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-157-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-158-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-159-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-16-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-160-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-166-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-167-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-168-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-169-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-17-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-170-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-170a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-170b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-170c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-170d-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-175a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-175b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-175c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-176-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-177a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-177b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-178-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-179-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-180a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-181-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-183-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-184e-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-184f-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-18c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-19-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-2-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-20-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-21-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-21c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-22-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-27-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-27a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-27b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-30-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-31-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-34-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-35-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-36-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-37-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-38-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-39-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-3a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-4-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-41-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-41a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-42-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-42a-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-45-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-46-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-5-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-54-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-55-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-56-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-59-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-6-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-60-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-62-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-63-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-64-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-65-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-66-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-67-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-7-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-72-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-75-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-76-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-79-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-8-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-80-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-81-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-82-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-86-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-87-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-88-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-88b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-89-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-9-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-90-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.txt: Added.
+ * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-123b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-149-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-149b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-151-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-152-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-159-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-16-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-166-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-166a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-167-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-167a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-170-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-170a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-170b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-170c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-170d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-171-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-174a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-174b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-175a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-175b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-175c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-177a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-177b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-178-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-179-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-180a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-182-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-184a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-184b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-184c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-184d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-184e-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-184f-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-18c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-19-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-20-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-21c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-27-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-27a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-27b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-3a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-41-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-41a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-42-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-42a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-50-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-62-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-65-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-86-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-88-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-88b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-89-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-91-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-92-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-93-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.txt: Added.
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-1-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-123b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-149-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-149b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-151-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-152-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-159-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-16-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-166-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-166a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-167-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-167a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-170-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-170a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-170b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-170c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-170d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-171-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-174a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-174b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-175a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-175b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-175c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-177a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-177b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-178-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-179-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-180a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-182-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-184a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-184b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-184c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-184d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-184e-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-184f-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-18c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-19-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-20-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-21c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-27-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-27a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-27b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-3a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-41-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-41a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-42-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-42a-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-50-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-62-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-65-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-86-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-88-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-88b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-89-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-91-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-92-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-93-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.txt: Added.
+ * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.txt: Added.
+ * platform/efl/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
+ * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt: Added.
+
+2011-10-20 Leandro Pereira <leandro@profusion.mobi>
+
+ Unreviewed. Create EFL platform directory by adding the Skipped file.
+
+ * platform/efl: Added.
+ * platform/efl/Skipped: Added.
+
+2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ fast/frames/frame-element-name.html fails intermittently after r97881
+ https://bugs.webkit.org/show_bug.cgi?id=70487
+
+ Reviewed by Zoltán Herczeg.
+
+ r97881 made js/resources/js-test-pre.js (used in fast/frames/resource/frame-element-name.html)
+ slower with loading css dynamically. We have to wait for loading all frames to get correct results.
+
+ * fast/frames/frame-element-name.html:
+
+2011-10-19 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: get rid of manual view hierarchy management.
+ https://bugs.webkit.org/show_bug.cgi?id=70417
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/view-events-expected.txt:
+ * inspector/view-events.html:
+
+2011-10-20 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Enable support for advanced search in script's static content provider.
+ https://bugs.webkit.org/show_bug.cgi?id=70354
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/search/search-in-static-expected.txt: Added.
+ * http/tests/inspector/search/search-in-static.html: Added.
+
+2011-10-20 Kentaro Hara <haraken@chromium.org>
+
+ Implement a MessageEvent constructor for V8
+ https://bugs.webkit.org/show_bug.cgi?id=70296
+
+ Reviewed by Adam Barth.
+
+ Enabled message-event-constructor.html for chromium,
+ since now V8 has the MessageEvent constructor.
+
+ * platform/chromium/test_expectations.txt:
+ * platform/chromium/fast/events/constructors/message-event-constructor-expected.txt: Added.
+
+2011-10-20 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip failing test in GTK.
+
+ * platform/gtk/Skipped: Skip fast/events/drag-selects-image.html
+
+2011-10-18 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: encode source map url as source map page url query parameter.
+ https://bugs.webkit.org/show_bug.cgi?id=70327
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/compiler-source-mapping-provider.html:
+ * http/tests/inspector/resources/compiler-source-mapping-provider/app-map.html:
+
+2011-10-20 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Yet another test expectation change for platform/chromium/compositing/zoom-animator-scale-test2.html
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-20 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline after r97926 and skip a failing plugin
+ test.
+
+ * platform/gtk/Skipped: Skip plugins/resize-from-plugin.html.
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
+ * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2011-10-19 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed morning gardning.
+
+ * platform/qt/Skipped: Skip fast/dom/error-to-string-stack-overflow.html - https://bugs.webkit.org/show_bug.cgi?id=70476
+ * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r97875.
+
+2011-10-19 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Test expectation change for platform/chromium/compositing/zoom-animator-scale-test2.html
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Kentaro Hara <haraken@chromium.org>
+
+ MessageEvent.data can be stored as ScriptValue.
+ https://bugs.webkit.org/show_bug.cgi?id=68978
+
+ Reviewed by Hajime Morita.
+
+ Removed failures and crashes.
+
+ * fast/events/constructors/message-event-constructor-expected.txt:
+ * fast/events/constructors/message-event-constructor.html:
+
+2011-10-19 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Revert test expectaion change by 97932.
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Test expectation change for platform/chromium/compositing/zoom-animator-scale-test2.html
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Yuta Kitamura <yutak@chromium.org>
+
+ WebSocket layout tests are flaky on Chromium Win
+ https://bugs.webkit.org/show_bug.cgi?id=66730
+
+ Reviewed by Mihai Parparita.
+
+ Remove test expectations for WebSocket tests which have not been failing since
+ TcpClientSocketWin fix on Chromium (http://crrev.com/104852).
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Carol Szabo <carol@webkit.org>
+
+ CSS Counters have wrong values
+ https://bugs.webkit.org/show_bug.cgi?id=69605
+
+ Reviewed by Darin Adler.
+
+ This test highlights the ability of the CSS counter handling code to
+ find a counter attached to a continuation of a renderer.
+
+ * fast/css/counters/after-continuation-expected.txt: Added.
+ * fast/css/counters/after-continuation.html: Added.
+
+2011-10-19 Erik Arvidsson <arv@chromium.org>
+
+ Clean up tests to not depend on js-test-style.css
+ https://bugs.webkit.org/show_bug.cgi?id=70462
+
+ Reviewed by Ojan Vafai.
+
+ * fast/css/limited-vendor-prefix-behavior.html-disabled:
+ * fast/css/link-disabled-attr-expected.txt:
+ * fast/css/link-disabled-attr.html:
+ * fast/dom/Geolocation/page-reload-cancel-permission-requests.html:
+ * fast/dom/SelectorAPI/caseTagX.xhtml:
+ * fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html:
+ * fast/dom/StyleSheet/detached-style-pi.xhtml:
+ * fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html:
+ * fast/dom/StyleSheet/gc-declaration-parent-rule.html:
+ * fast/dom/StyleSheet/gc-parent-rule.html:
+ * fast/dom/StyleSheet/gc-parent-stylesheet.html:
+ * fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml:
+ * fast/dom/Window/window-resize-nan.html-disabled:
+ * fast/dom/dataset-xhtml.xhtml:
+ * fast/dom/domListEnumeration-expected.txt:
+ * fast/dom/domListEnumeration.html:
+ * fast/dom/script-tests/domListEnumeration.js:
+ * fast/dom/script-tests/webtiming-document-open.js:
+ (testTimingWithDocumentOpen):
+ * fast/dom/title-content-set-innerText-get.xhtml:
+ * fast/forms/focus-selection-input.html:
+ * fast/forms/focus-selection-textarea.html:
+ * fast/forms/option-value-trim-html-spaces.html:
+ * fast/js/garbage-collect-after-string-appends.html-disabled:
+ * fast/js/kde/Date.html-disabled:
+ * fast/js/string-concatenate-outofmemory.html-disabled:
+ * fast/mutation/observe-attributes.html:
+ * fast/mutation/observe-characterdata.html:
+ * platform/chromium/fast/dom/domListEnumeration-expected.txt: Removed.
+
+2011-10-19 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Test expectation change.
+
+ Unreviewed.
+
+ * platform/chromium-cg-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png.
+
+2011-10-19 W. James MacLean <wjmaclean@chromium.org>
+
+ [chromium] Rebaseline layout test zoom-animator-scale-test2.html for win, mac
+ https://bugs.webkit.org/show_bug.cgi?id=69624
+
+ Mark test as SLOW and increase test's internal timeout value to attempt to
+ eliminate flakiness on WIN GPU.
+
+ Reviewed by Kenneth Russell.
+
+ * platform/chromium/compositing/zoom-animator-scale-test2.html:
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Kenji Imasaki <imasaki@chromium.org>
+
+ [Chromium] Update the test expectation file for fullscreen tests.
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Multiple crashes in RenderTable during layout
+ https://bugs.webkit.org/show_bug.cgi?id=70392
+
+ Reviewed by Simon Fraser.
+
+ * fast/table/crash-anonymous-table-computeLogicalWidth-expected.txt: Added.
+ * fast/table/crash-anonymous-table-computeLogicalWidth.html: Added.
+ * fast/table/crash-anonymous-table-layout-expected.txt: Added.
+ * fast/table/crash-anonymous-table-layout.html: Added.
+
+2011-10-19 Dirk Pranke <dpranke@chromium.org>
+
+ Update chromium expectations after r97889.
+
+ Unreviewed, expectations change.
+
+ * platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
+ * platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
+ * platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
+ * platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Copied from LayoutTests/platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Copied from LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/parser/entity-end-script-tag-expected.txt.
+ * platform/chromium-mac/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium-win/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
+ * platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt:
+ * platform/chromium/fast/parser/entity-end-script-tag-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt.
+
+2011-10-19 Gavin Barraclough <barraclough@apple.com>
+
+ Poisoning of strict caller,arguments inappropriately poisoning "in"
+ https://bugs.webkit.org/show_bug.cgi?id=63398
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/basic-strict-mode-expected.txt:
+ * fast/js/script-tests/basic-strict-mode.js:
+ - Add tests.
+
+2011-10-19 Erik Arvidsson <arv@chromium.org>
+
+ Fix test breakage after r97881
+
+ * fast/forms/file/file-input-change-event-expected.txt:
+ * fast/forms/file/file-input-change-event.html:
+
+2011-10-19 Dirk Pranke <dpranke@chromium.org>
+
+ Add win baseline for new test.
+
+ Unreviewed, expectations change.
+
+ * platform/chromium-win/fast/multicol/flipped-blocks-border-after-expected.png: Added.
+
+2011-10-19 Shinya Kawanaka <shinyak@google.com>
+
+ ArrayBuffer should have slice method.
+ https://bugs.webkit.org/show_bug.cgi?id=66646
+
+ Reviewed by Kenneth Russell.
+
+ * fast/canvas/webgl/array-unit-tests.html: Aded.
+
+2011-10-19 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, rolling out r97850.
+ http://trac.webkit.org/changeset/97850
+ https://bugs.webkit.org/show_bug.cgi?id=70334
+
+ tests are crashing on xp debug
+
+ * http/tests/inspector/extensions-headers.html:
+ * http/tests/inspector/resources/extension-main.js:
+ ():
+ * inspector/extensions/extensions-audits.html:
+ * inspector/extensions/extensions-console.html:
+ * inspector/extensions/extensions-resources.html:
+ * platform/chromium/inspector/extensions/extensions-api-expected.txt: Removed.
+ * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Erik Arvidsson <arv@chromium.org>
+
+ [Chromium] Update the test expectations for r97881.
+
+ * platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Added.
+ * platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+ * platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt: Added.
+ * platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt: Added.
+ * platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+ * platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt: Added.
+ * platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt: Added.
+
+2011-10-19 Dan Bernstein <mitz@apple.com>
+
+ Incorrect pagination in flipped-blocks writing modes with border/padding before
+ https://bugs.webkit.org/show_bug.cgi?id=70444
+
+ Reviewed by Darin Adler.
+
+ * fast/multicol/flipped-blocks-border-after-expected.png: Added.
+ * fast/multicol/flipped-blocks-border-after-expected.txt: Added.
+ * fast/multicol/flipped-blocks-border-after.html: Added.
+
+2011-10-19 Beth Dakin <bdakin@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=70396
+ Focus rings are too thin in HiDPI in WebKit2
+ -and corresponding-
+ <rdar://problem/10086876>
+
+ Reviewed by Dan Bernstein.
+
+ * fast/hidpi/focus-rings.html: Added.
+ * platform/mac/fast/hidpi/focus-rings-expected.png: Added.
+ * platform/mac/fast/hidpi/focus-rings-expected.txt: Added.
+
+2011-10-19 Erik Arvidsson <arv@chromium.org>
+
+ JS Test Harness: Insert the stylesheet dynamically
+ https://bugs.webkit.org/show_bug.cgi?id=70432
+
+ Reviewed by Ojan Vafai.
+
+ This injects the js-test-style.css file dynamically so that the test files can be simpler.
+ This patch also removes the markup from the existing files in LayoutTests/fast/
+
+ * fast/*.html: Remove <link rel=:"stylesheet" href="...js-test-style.css">
+ * fast/js/resources/js-test-pre.js: Inject the stylesheet dynamically.
+
+2011-10-19 Daniel Cheng <dcheng@chromium.org>
+
+ Add missing expectations updates for r97878.
+
+ * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
+ * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
+
+2011-10-19 Daniel Cheng <dcheng@chromium.org>
+
+ Don't always select images during an image drag.
+ https://bugs.webkit.org/show_bug.cgi?id=62998
+
+ Reviewed by Tony Chang.
+
+ * fast/events/drag-selects-image-expected.txt: Added.
+ * fast/events/drag-selects-image.html: Added.
+ * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
+ * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.txt:
+ * platform/chromium/test_expectations.txt:
+ * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
+ * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
+
+2011-10-19 Chang Shu <cshu@webkit.org>
+
+ [Qt] Disable fullscreen api on Qt by default
+ https://bugs.webkit.org/show_bug.cgi?id=70413
+
+ Reviewed by Noam Rosenthal.
+
+ * platform/qt/Skipped:
+
+2011-10-18 Kenji Imasaki <imasaki@chromium.org>
+
+ [Chromium] Update the test expectation file for fullscreen related tests.
+ https://bugs.webkit.org/show_bug.cgi?id=70378
+
+ Reviewed by David Levin.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Dirk Schulze <krit@webkit.org>
+
+ Unreviewed, rolling out r97867.
+ http://trac.webkit.org/changeset/97863
+ https://bugs.webkit.org/show_bug.cgi?id=65769
+
+ Rollout rebaseline of RenderSVGShape patch after assertions in RenderSVGShape::createShape().
+
+2011-10-19 Dirk Schulze <krit@webkit.org>
+
+ Unreviewed, rolling out r97863.
+ http://trac.webkit.org/changeset/97863
+ https://bugs.webkit.org/show_bug.cgi?id=65769
+
+ Rollout RenderSVGShape patch after assertions in RenderSVGShape::createShape().
+
+ * svg/custom/pointer-events-on-rounded-rect-expected.txt: Removed.
+ * svg/custom/pointer-events-on-rounded-rect.xhtml: Removed.
+ * svg/custom/pointer-events-with-linecaps-and-miterlimits-expected.txt: Removed.
+ * svg/custom/pointer-events-with-linecaps-and-miterlimits.xhtml: Removed.
+
+2011-10-19 Cary Clark <caryclark@google.com>
+
+ Unreviewed gardening: rebaseline remaining diffs for Chromium-Skia on
+ SnowLeopard.
+
+ * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
+ * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.png:
+ * platform/chromium-gpu-mac/compositing/plugins/composited-plugin-expected.png:
+ * platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.png:
+ * platform/chromium-gpu-mac/compositing/reflections/simple-composited-reflections-expected.png:
+ * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
+ * platform/chromium-gpu-mac/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/chromium-gpu-mac/platform/chromium/compositing/plugins: Added.
+ * platform/chromium-gpu-mac/platform/chromium/compositing/plugins/webplugin-alpha-expected.png: Added.
+ * platform/chromium-gpu-mac/platform/chromium/compositing/plugins/webplugin-alpha-expected.txt: Added.
+ * platform/chromium-gpu-mac/platform/chromium/compositing/plugins/webplugin-reflection-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png:
+ * platform/chromium-mac/fast/text/justify-ideograph-leading-expansion-expected.png:
+ * platform/chromium-mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
+ * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
+ * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
+ * platform/chromium-mac/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
+ * platform/chromium-mac/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
+ * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
+ * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
+ * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
+ * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
+
+2011-10-19 Renata Hodovan <reni@webkit.org>
+
+ Unreviewed, rebaseline SVG related tests after r97863.
+
+2011-10-19 Chang Shu <cshu@webkit.org>
+
+ [Qt] Support WK1-only Skipped list
+ https://bugs.webkit.org/show_bug.cgi?id=70254
+
+ Reviewed by Csaba Osztrogonác.
+
+ * platform/qt-wk1: Added.
+ * platform/qt-wk1/Skipped: Added.
+
+2011-10-19 Renata Hodovan <reni@webkit.org>
+
+ Add new renderer for SVGRectElement.
+ https://bugs.webkit.org/show_bug.cgi?id=65769
+
+ Add new tests to check the new shape based rendering mechanism of SVGRectElement.
+
+ Reviewed by Dirk Schulze.
+
+ * svg/custom/pointer-events-on-rounded-rect-expected.txt: Added.
+ * svg/custom/pointer-events-on-rounded-rect.xhtml: Added.
+ * svg/custom/pointer-events-with-linecaps-and-miterlimits-expected.txt: Added.
+ * svg/custom/pointer-events-with-linecaps-and-miterlimits.xhtml: Added.
+
+2011-10-19 Balazs Kelemen <kbalazs@webkit.org>
+
+ inspector/cookie-parser.html is a flaky crash
+ https://bugs.webkit.org/show_bug.cgi?id=62662
+
+ Unreviewed gardening. Skip the next test that have became crashing after
+ skipping cookie-parser in the hope that the bug won't spread further.
+
+ * platform/qt/Skipped:
+ * platform/qt/test_expectations.txt:
+
+2011-10-19 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline.
+
+ * platform/gtk/fast/block/margin-collapse/010-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/011-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/012-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/015-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/016-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/020-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/056-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/059-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
+
+2011-10-19 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Fix failing tests after migrating to refactored Qt5
+ https://bugs.webkit.org/show_bug.cgi?id=69104
+
+ Move tests from qt-wk2/Skipped to qt-5.0, because these
+ fails are related to Qt 5, not to Qt-WK2.
+
+ Unreviewed gardening.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt-wk2/Skipped:
+ * platform/qt/Skipped:
+ * platform/qt/test_expectations.txt:
+
+2011-10-19 Balazs Kelemen <kbalazs@webkit.org>
+
+ [Qt] 2 inspector/extensions tests times out on Mac after r97850
+ https://bugs.webkit.org/show_bug.cgi?id=70414
+
+ Unreviewed gardening.
+
+ * platform/qt-mac/Skipped:
+
+2011-10-19 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Skipping test permanently because it is out of date to the current spec.
+ https://bugs.webkit.org/show_bug.cgi?id=68796
+
+ Reviewed by Csaba Osztrogonác.
+
+ * platform/qt/Skipped:
+
+2011-10-19 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Enable caseSensitive search / Regex support in advanced search.
+ https://bugs.webkit.org/show_bug.cgi?id=70335
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/search/search-in-concatenated-script.html:
+ * http/tests/inspector/search/search-in-resource-expected.txt:
+ * http/tests/inspector/search/search-in-resource.html:
+ * http/tests/inspector/search/search-in-script-expected.txt:
+ * http/tests/inspector/search/search-in-script.html:
+
+2011-10-19 Andrey Kosyakov <caseq@chromium.org>
+
+ Web Inspector: make extension tests pass on chromium
+ https://bugs.webkit.org/show_bug.cgi?id=70334
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/extensions-headers.html:
+ * http/tests/inspector/resources/extension-main.js:
+ ():
+ * inspector/extensions/extensions-audits.html:
+ * inspector/extensions/extensions-console.html:
+ * inspector/extensions/extensions-resources.html:
+ * platform/chromium/inspector/extensions/extensions-api-expected.txt: Added.
+ * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-10-19 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline and GTK baselines for
+ fast/multicol/vertical-rl/rule-style.html
+
+ * platform/gtk/Skipped: Skip
+ fast/files/url-required-arguments.html, affected by bug 66045
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/gtk/fast/multicol/vertical-rl/rule-style-expected.txt: Added.
+ * platform/gtk/svg/hixie/cascade/002-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
+
+2011-10-19 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed fix after r97845.
+
+ * platform/qt/test_expectations.txt: Remove a skipped test, because NRWT can't handle duplicated entries.
+
+2011-10-19 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening.
+
+ inspector/cookie-parser.html is a flaky crash
+ https://bugs.webkit.org/show_bug.cgi?id=62662
+
+ [Qt] Assertion fail in CSSPrimitiveValue ctor
+ https://bugs.webkit.org/show_bug.cgi?id=69933
+
+ * platform/qt/Skipped: Skip failing tests to paint the bots green.
+
+2011-10-19 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening. Skip new failing tests.
+
+ * platform/qt-mac/Skipped:
+ * platform/qt-wk2/Skipped:
+
+2011-10-19 Gabor Rapcsanyi <rgabor@webkit.org>
+
+ [Qt] Unreviewed gardening. Add platform specific expected result for new tests.
+
+ * platform/qt/fast/multicol/vertical-rl/rule-style-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/rule-style-expected.txt: Added.
+ * platform/qt/fast/selectors/visited-descendant-expected.png: Added.
+ * platform/qt/fast/selectors/visited-descendant-expected.txt: Added.
+
+2011-10-19 Yuzo Fujishima <yuzo@google.com>
+
+ [chromium] Test expectation change.
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-18 Kentaro Hara <haraken@chromium.org>
+
+ Generate a SharedWorker constructor of V8 using [Constructor] IDL
+ https://bugs.webkit.org/show_bug.cgi?id=67879
+
+ Reviewed by Hajime Morita.
+
+ Added test cases for an undefined name and a null name on SharedWorker constructor.
+
+ * fast/workers/resources/shared-worker-name.js:
+ (test7.try.worker.port.onmessage):
+ (test7): A test case for a null name.
+ (test8.worker.port.onmessage):
+ (test8): Ditto.
+ (test9.try.worker.port.onmessage):
+ (test9): A test case for an undefined name.
+ (test10.worker.port.onmessage):
+ (test10): Ditto.
+ * fast/workers/shared-worker-constructor-expected.txt:
+ * fast/workers/shared-worker-constructor.html:
+ * fast/workers/shared-worker-name-expected.txt:
+ * platform/chromium-win/fast/workers/shared-worker-constructor-expected.txt: Updated SyntaxError with TypeError. The reason why ui_tests has been so far working without updating this error type is that shared-worker-constructor.html is marked FLAKY in chromium.
+
+2011-10-18 Johnny Ding <jnd@chromium.org>
+
+ Enable touch tests on Mac Leopard.
+ https://bugs.webkit.org/show_bug.cgi?id=66577
+
+ Reviewed by Tony Chang.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-18 Ojan Vafai <ojan@chromium.org>
+
+ Unreviewed. New expected results after http://trac.webkit.org/changeset/97707.
+
+ * fast/table/height-percent-test-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/height-percent-test-vertical-expected.txt.
+ * platform/chromium-linux/fast/table/028-vertical-expected.png:
+ * platform/chromium-linux/fast/table/height-percent-test-vertical-expected.png:
+ * platform/chromium-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/writing-mode/fallback-orientation-expected.png.
+ * platform/chromium-win-vista/fast/writing-mode/fallback-orientation-expected.png: Removed.
+ * platform/chromium-win-xp/fast/writing-mode/fallback-orientation-expected.png:
+ * platform/chromium-win/fast/table/028-vertical-expected.png:
+ * platform/chromium-win/fast/table/028-vertical-expected.txt:
+ * platform/chromium-win/fast/table/height-percent-test-vertical-expected.png:
+ * platform/chromium-win/fast/writing-mode/fallback-orientation-expected.png:
+ * platform/chromium-win/fast/writing-mode/fallback-orientation-expected.txt:
+ * platform/chromium/test_expectations.txt:
+ * platform/qt/fast/table/height-percent-test-vertical-expected.txt: Removed.
+
+2011-10-18 Gavin Barraclough <barraclough@apple.com>
+
+ Date.prototype.toISOString fails to throw exception
+ https://bugs.webkit.org/show_bug.cgi?id=70394
+
+ Reviewed by Sam Weinig.
+
+ * fast/js/date-toisostring-expected.txt:
+ * fast/js/script-tests/date-toisostring.js:
+ (throwsRangeError):
+ - fixed test case.
+
+2011-10-18 Dirk Pranke <dpranke@chromium.org>
+
+ fix baseline for fast/history/history-back-twice-with-subframes-assert.html
+ https://bugs.webkit.org/show_bug.cgi?id=70393
+
+ Reviewed by James Robinson.
+
+ the baseline added in r97821 appears to have had a couple of
+ extra lines in it.
+
+ * fast/history/history-back-twice-with-subframes-assert-expected.txt:
+
+2011-10-18 Dirk Pranke <dpranke@chromium.org>
+
+ Update chromium leopard cg baseline.
+
+ Unreviewed, baseline update.
+
+ * platform/chromium-cg-mac-leopard/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
+
+2011-10-18 Anders Carlsson <andersca@apple.com>
+
+ Assertion failure when going back in page with navigated subframes
+ https://bugs.webkit.org/show_bug.cgi?id=70389
+ <rdar://problem/8988444>
+
+ Reviewed by Darin Adler.
+
+ * fast/history/history-back-twice-with-subframes-assert-expected.txt: Added.
+ * fast/history/history-back-twice-with-subframes-assert.html: Added.
+
+2011-10-18 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r97765.
+ http://trac.webkit.org/changeset/97765
+ https://bugs.webkit.org/show_bug.cgi?id=70388
+
+ "broke webkit_unit_tests, http/tests/xmlhttprequest
+ /xmlhttprequest-test-send-flag.html on linux debug" (Requested
+ by dpranke on #webkit).
+
+ * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
+
+2011-10-18 Dirk Pranke <dpranke@chromium.org>
+
+ Mark storage/domstorage/events/documentURI as a flaky crash
+ https://bugs.webkit.org/show_bug.cgi?id=70386
+
+ Unreviewed, expectations change.
+
+ on chromium snowleopard.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-18 Dirk Pranke <dpranke@chromium.org>
+
+ Add a new chromium baseline for fast/multicol/vertical-rl/rule-style.html.
+
+ Unreviewed, baseline update.
+
+ * platform/chromium-cg-mac-snowleopard/fast/multicol/vertical-rl/rule-style-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/rule-style-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/rule-style-expected.txt: Added.
+
+2011-10-18 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-18 Adam Klein <adamk@chromium.org>
+
+ [MutationObservers] Implement WebKitMutationObserver.observe for characterData changes
+ https://bugs.webkit.org/show_bug.cgi?id=68957
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/mutation/observe-characterdata-expected.txt: Added.
+ * fast/mutation/observe-characterdata.html: Added.
+
+2011-10-18 Dirk Pranke <dpranke@chromium.org>
+
+ Remove expectations for tests that are no longer failing.
+
+ Unreviewed, expectations change.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-18 Dan Bernstein <mitz@apple.com>
+
+ Certain column-rule styles render incorrectly in vertical writing modes
+ https://bugs.webkit.org/show_bug.cgi?id=70362
+
+ Reviewed by Darin Adler.
+
+ * fast/multicol/vertical-rl/rule-style-expected.png: Added.
+ * fast/multicol/vertical-rl/rule-style-expected.txt: Added.
+ * fast/multicol/vertical-rl/rule-style.html: Added.
+
+2011-10-18 Gavin Barraclough <barraclough@apple.com>
+
+ Array.prototype methods missing exception checks
+ https://bugs.webkit.org/show_bug.cgi?id=70360
+
+ Reviewed by Geoff Garen.
+
+ Missing exception checks after calls to the static getProperty helper,
+ these may result in the wrong exception being thrown (or an ASSERT being hit,
+ as is currently the case running test-262).
+
+ * fast/js/array-proto-func-property-getter-except-expected.txt:
+ * fast/js/script-tests/array-proto-func-property-getter-except.js:
+ - The test results that change were only testing for an absence of a crash; the new results are correct
+ (the first exception thrown should be the one returned).
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T6-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T7-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T8-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T9-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T4-expected.txt:
+ - Check in passing results.
+
+2011-10-18 Dirk Pranke <dpranke@chromium.org>
+
+ Add missing baselines for fast/selectors/visited-descendant.
+
+ Unreviewed, expectations change.
+
+ * platform/chromium-cg-mac-leopard/fast/selectors/visited-descendant-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/selectors/visited-descendant-expected.png: Added.
+ * platform/chromium-linux/fast/selectors/visited-descendant-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/selectors/visited-descendant-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/selectors/visited-descendant-expected.png: Added.
+ * platform/chromium-win/fast/selectors/visited-descendant-expected.png: Added.
+ * platform/chromium-win/fast/selectors/visited-descendant-expected.txt: Added.
+
+2011-10-18 Adam Klein <adamk@chromium.org>
+
+ Corrected bad cut-and-paste in MutationObserver test description.
+
+ Unreviewed.
+
+ * fast/mutation/observe-attributes-expected.txt:
+ * fast/mutation/observe-attributes.html:
+
+2011-10-18 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Crash in RenderDeprecatedFlexibleBox::layoutHorizontalBox
+ https://bugs.webkit.org/show_bug.cgi?id=70183
+
+ Reviewed by David Hyatt.
+
+ * fast/flexbox/layoutHorizontal-crash-expected.txt: Added.
+ * fast/flexbox/layoutHorizontal-crash.html: Added.
+
+2011-10-13 Ojan Vafai <ojan@chromium.org>
+
+ implement flex-flow:column
+ https://bugs.webkit.org/show_bug.cgi?id=70082
+
+ Reviewed by David Hyatt.
+
+ * css3/flexbox/flex-flow-border-expected.txt: Added.
+ * css3/flexbox/flex-flow-border.html: Added.
+ Failures are due to not handling orthogonal flows correctly.
+ * css3/flexbox/flex-flow-expected.txt: Added.
+ * css3/flexbox/flex-flow-margins-expected.txt: Added.
+ * css3/flexbox/flex-flow-margins.html: Added.
+ * css3/flexbox/flex-flow-orientations-expected.txt: Added.
+ * css3/flexbox/flex-flow-orientations.html: Added.
+ * css3/flexbox/flex-flow-overflow-expected.txt: Added.
+ * css3/flexbox/flex-flow-overflow.html: Added.
+ * css3/flexbox/flex-flow-padding-expected.txt: Added.
+ * css3/flexbox/flex-flow-padding.html: Added.
+ Failures are due to not handling orthogonal flows correctly.
+ * css3/flexbox/flex-flow.html: Added.
+ * css3/flexbox/resources/flexbox.js:
+ Added the ability to check offsets that include clientLeft/clientTop
+ and for checking clientWidth/clientHeight. This is neede dfor the border tests.
+
+2011-10-18 Cary Clark <caryclark@google.com>
+
+ Rebaseline most remaining IMAGE diffs for chromium-mac (Skia)
+ on SnowLeopard (10.6).
+
+ Unreviewed gardening.
+
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-3959464-fix-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
+ * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
+ * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png:
+ * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
+ * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png:
+ * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png:
+ * platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
+ * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png: Added.
+ * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png: Added.
+ * platform/chromium-mac/editing/execCommand/5569741-expected.png: Added.
+ * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png: Added.
+ * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/5418891-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
+ * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-br-004-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-br-005-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-br-007-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-div-025-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/typing-002-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/4242293-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
+ * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
+ * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
+ * platform/chromium-mac/editing/pasteboard/8145-2-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
+ * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png: Added.
+ * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
+ * platform/chromium-mac/editing/selection/13804-expected.png: Added.
+ * platform/chromium-mac/editing/selection/3690703-2-expected.png:
+ * platform/chromium-mac/editing/selection/3690703-expected.png:
+ * platform/chromium-mac/editing/selection/3690719-expected.png:
+ * platform/chromium-mac/editing/selection/4397952-expected.png:
+ * platform/chromium-mac/editing/selection/5234383-1-expected.png: Added.
+ * platform/chromium-mac/editing/selection/5234383-2-expected.png: Added.
+ * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
+ * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
+ * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png: Added.
+ * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
+ * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
+ * platform/chromium-mac/editing/selection/iframe-expected.png:
+ * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png: Added.
+ * platform/chromium-mac/editing/selection/move-by-character-001-expected.png: Added.
+ * platform/chromium-mac/editing/selection/move-by-line-001-expected.png: Added.
+ * platform/chromium-mac/editing/selection/move-by-word-001-expected.png: Added.
+ * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
+ * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
+ * platform/chromium-mac/editing/selection/select-all-001-expected.png:
+ * platform/chromium-mac/editing/selection/select-all-002-expected.png:
+ * platform/chromium-mac/editing/selection/select-box-expected.png:
+ * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
+ * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
+ * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
+ * platform/chromium-mac/editing/spelling/spelling-expected.png: Added.
+ * platform/chromium-mac/editing/style/5046875-1-expected.png:
+ * platform/chromium-mac/editing/style/block-styles-007-expected.png: Added.
+ * platform/chromium-mac/fast/css-generated-content/table-parts-before-and-after-expected.png: Added.
+ * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.png:
+ * platform/chromium-mac/fast/css/color-correction-expected.png:
+ * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.png:
+ * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
+ * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
+ * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
+ * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
+ * platform/chromium-mac/fast/events/autoscroll-expected.png:
+ * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
+ * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
+ * platform/chromium-mac/fast/forms/input-appearance-number-rtl-expected.png:
+ * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
+ * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
+ * platform/chromium-mac/fast/forms/input-placeholder-visibility-2-expected.png:
+ * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
+ * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
+ * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
+ * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png:
+ * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
+ * platform/chromium-mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
+ * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
+ * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
+ * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
+ * platform/chromium-mac/fast/forms/textfield-outline-expected.png:
+ * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
+ * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
+ * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
+ * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
+ * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png:
+ * platform/chromium-mac/fast/media/mq-min-pixel-ratio-expected.png:
+ * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
+ * platform/chromium-mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
+ * platform/chromium-mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
+ * platform/chromium-mac/fast/reflections/reflection-direction-expected.png:
+ * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
+ * platform/chromium-mac/fast/reflections/reflection-masks-opacity-expected.png:
+ * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
+ * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
+ * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+ * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+ * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
+ * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
+ * platform/chromium-mac/fast/text/justify-nbsp-expected.png:
+ * platform/chromium-mac/fast/text/justify-padding-distribution-expected.png:
+ * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
+ * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
+ * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
+ * platform/chromium-mac/svg/clip-path/clip-path-transform-1-expected.png: Added.
+ * platform/chromium-mac/svg/clip-path/clip-path-transform-2-expected.png: Added.
+ * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
+ * platform/chromium-mac/svg/custom/alignment-baseline-modes-expected.png:
+ * platform/chromium-mac/svg/custom/createImageElement-expected.png:
+ * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.png:
+ * platform/chromium-mac/svg/custom/external-paintserver-reference-expected.png: Added.
+ * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
+ * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
+ * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
+ * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
+ * platform/chromium-mac/svg/custom/focus-ring-expected.png:
+ * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.png:
+ * platform/chromium-mac/svg/custom/font-face-simple-expected.png:
+ * platform/chromium-mac/svg/custom/glyph-selection-lang-attribute-expected.png:
+ * platform/chromium-mac/svg/custom/group-opacity-expected.png:
+ * platform/chromium-mac/svg/custom/image-parent-translation-expected.png:
+ * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
+ * platform/chromium-mac/svg/custom/image-with-transform-clip-filter-expected.png:
+ * platform/chromium-mac/svg/custom/invalid-css-expected.png:
+ * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
+ * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png:
+ * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png:
+ * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png:
+ * platform/chromium-mac/svg/custom/js-update-image-expected.png:
+ * platform/chromium-mac/svg/custom/linking-base-external-reference-expected.png: Added.
+ * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
+ * platform/chromium-mac/svg/custom/text-image-opacity-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
+ * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
+ * platform/chromium-mac/svg/filters/filter-source-position-expected.png:
+ * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+ * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+ * platform/chromium-mac/transforms/2d/compound-transforms-vs-containers-expected.png:
+
+2011-10-18 Chris Fleizach <cfleizach@apple.com>
+
+ AX: buttons of number type <input> controls are not fully accessible
+ https://bugs.webkit.org/show_bug.cgi?id=70241
+
+ Reviewed by Darin Adler.
+
+ * platform/mac/accessibility/html5-input-number-expected.txt: Added.
+ * platform/mac/accessibility/html5-input-number.html: Added.
+
+2011-10-18 Gavin Barraclough <barraclough@apple.com>
+
+ Indexed arguments on the Arguments object should be enumerable.
+ https://bugs.webkit.org/show_bug.cgi?id=70302
+
+ Reviewed by Sam Weinig.
+
+ See ECMA-262 5.1 chapter 10.6 step 11b.
+ This is visible through a number of means, including Object.keys, Object.getOwnPropertyDescriptor, and operator in.
+
+ * fast/js/kde/function-expected.txt:
+ * fast/js/kde/script-tests/function.js:
+ (foo2):
+ - This tests using 'in'.
+ * fast/js/arguments-expected.txt:
+ * fast/js/script-tests/arguments.js:
+ (descriptor):
+ - This tests using 'Object.getOwnPropertyDescriptor'.
+ * ietestcenter/Javascript/15.2.3.14-3-4-expected.txt:
+ - This tests using 'Object.keys'.
+
+2011-10-18 Nate Chapin <japhet@chromium.org>
+
+ Test update for https://bugs.webkit.org/show_bug.cgi?id=61225.
+ Due to changes in the implementation of DocumentThreadableLoader (and
+ therefore XHR), this test will have empty (rather than null) content
+ if we go over the length limit.
+
+ Reviewed by Antti Koivisto.
+
+ * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
+
+2011-10-18 Mihnea Ovidenie <mihnea@adobe.com>
+
+ Unreviewed Qt rebaseline after r97738.
+
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+
+2011-10-18 Zan Dobersek <zandobersek@gmail.com>
+
+ [Gtk] Support for client-based geolocation
+ https://bugs.webkit.org/show_bug.cgi?id=64970
+
+ Reviewed by Martin Robinson.
+
+ Unskip geolocation tests that now pass.
+
+ * platform/gtk/Skipped:
+
+2011-10-18 Antti Koivisto <antti@apple.com>
+
+ REGRESSION(r97248): :visited as descendant selector broken
+ https://bugs.webkit.org/show_bug.cgi?id=70122
+
+ Reviewed by Nikolas Zimmerman.
+
+ * fast/selectors/visited-descendant.html: Added.
+ * platform/mac/fast/selectors/visited-descendant-expected.txt: Added.
+
+2011-10-18 Sachin Puranik <jcqt43@motorola.com>
+
+ Option.value should trim extra internal html spaces
+ https://bugs.webkit.org/show_bug.cgi?id=69455
+
+ Reviewed by Kent Tamura.
+
+ Currently option.value does not trim the internal white space as suggested by spec. This patch implements the same.
+
+ * fast/forms/option-value-trim-html-spaces-expected.txt: Test case to test the text triming on the value attribute.
+ * fast/forms/option-value-trim-html-spaces.html: Test case to test the text triming on the value attribute.
+
+2011-10-18 Mihnea Ovidenie <mihnea@adobe.com>
+
+ [CSS Regions]Parse @-webkit-region rule
+ https://bugs.webkit.org/show_bug.cgi?id=70021
+
+ Reviewed by David Hyatt.
+
+ * fast/dom/Window/window-properties-expected.txt:
+ * fast/regions/parsing-region-style-rule-expected.txt: Added.
+ * fast/regions/parsing-region-style-rule.html: Added.
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/mac/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
+ * platform/win/fast/dom/Window/window-properties-expected.txt:
+
+2011-10-18 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline after r97602 and r97596.
+
+ * platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
+ * platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
+ * platform/gtk/css3/selectors3/html/css3-modsel-17-expected.txt:
+ * platform/gtk/css3/selectors3/html/css3-modsel-61-expected.txt:
+ * platform/gtk/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
+ * platform/gtk/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
+ * platform/gtk/css3/selectors3/xml/css3-modsel-17-expected.txt:
+ * platform/gtk/css3/selectors3/xml/css3-modsel-61-expected.txt:
+ * platform/gtk/fast/backgrounds/background-leakage-transforms-expected.txt:
+ * platform/gtk/fast/block/float/float-in-float-hit-testing-expected.txt:
+ * platform/gtk/fast/block/margin-collapse/056-expected.txt:
+ * platform/gtk/fast/dom/34176-expected.txt:
+ * platform/gtk/fast/events/reveal-link-when-focused-expected.txt:
+ * platform/gtk/fast/history/visited-link-background-color-expected.txt:
+ * platform/gtk/fast/overflow/overflow_hidden-expected.txt:
+ * platform/gtk/fast/selectors/017-expected.txt:
+ * platform/gtk/fast/selectors/061-expected.txt:
+ * platform/gtk/fast/table/028-vertical-expected.txt:
+ * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
+ * platform/gtk/fast/writing-mode/fallback-orientation-expected.txt:
+ * platform/gtk/svg/hixie/cascade/002-expected.txt:
+ * platform/gtk/tables/mozilla/bugs/bug26553-expected.txt:
+ * platform/gtk/tables/mozilla/bugs/bug46623-1-expected.txt:
+ * platform/gtk/tables/mozilla/bugs/bug51140-expected.txt:
+ * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
+ * platform/gtk/tables/mozilla/bugs/bug8950-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
+ * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
+ * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
+
+2011-10-11 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: support displaying multiple sources per single script in ScriptsPanel.
+ https://bugs.webkit.org/show_bug.cgi?id=69847
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/scripts-panel-expected.txt:
+ * inspector/debugger/scripts-panel.html:
+
+2011-10-18 Kentaro Hara <haraken@chromium.org>
+
+ Unreviewed, rolling out r97697.
+ http://trac.webkit.org/changeset/97697
+ https://bugs.webkit.org/show_bug.cgi?id=68978
+
+ some tests are broken
+
+ * fast/events/constructors/message-event-constructor-expected.txt:
+ * fast/events/constructors/message-event-constructor.html:
+
+2011-10-17 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r97669.
+ http://trac.webkit.org/changeset/97669
+ https://bugs.webkit.org/show_bug.cgi?id=70305
+
+ Broke accessibility tests on Windows (Requested by rniwa on
+ #webkit).
+
+ * platform/mac/accessibility/html5-input-number-expected.txt: Removed.
+ * platform/mac/accessibility/html5-input-number.html: Removed.
+
+2011-10-17 Gavin Barraclough <barraclough@apple.com>
+
+ Reverted r997709, this caused test failures.
+
+ * fast/js/basic-strict-mode-expected.txt:
+ * fast/js/script-tests/basic-strict-mode.js:
+
+2011-10-17 Kent Tamura <tkent@chromium.org>
+
+ [Chromium] Test expectation update
+
+ * platform/chromium/test_expectations.txt:
+ Correct a dupe.
+
+2011-10-17 Jochen Eisinger <jochen@chromium.org>
+
+ Verify that the URL to be opened in the new window is passed by dispatchCreateWindow down to createView.
+ https://bugs.webkit.org/show_bug.cgi?id=68803
+
+ Reviewed by Nate Chapin.
+
+ * platform/chromium/fast/loader/create-view-target-blank-expected.txt: Added.
+ * platform/chromium/fast/loader/create-view-target-blank.html: Added.
+ * platform/chromium/fast/loader/resources/done.html: Added.
+
+2011-10-17 Tom Sepez <tsepez@chromium.org>
+
+ XSSAuditor bypass with remote script ending in ? character
+ https://bugs.webkit.org/show_bug.cgi?id=70255
+
+ Reviewed by Daniel Bates.
+
+ Fix XSSAuditor bypass where unterminated src="" attribute could pick up
+ text from page causing failed XSS detection. Constrain match to domain
+ portions of src attribute only.
+
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt: Added.
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated.html: Added.
+
+2011-10-17 Kent Tamura <tkent@chromium.org>
+
+ [Chromium] Test expectation update
+
+ * platform/chromium/test_expectations.txt:
+ fallback-orientation.html is failing on Linux too.
+
+2011-10-17 Ojan Vafai <ojan@chromium.org>
+
+ Test cleanups after http://trac.webkit.org/changeset/97707.
+
+ * platform/chromium/test_expectations.txt:
+ * platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt:
+ * platform/qt/fast/table/028-vertical-expected.txt:
+ * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
+
+2011-10-17 Gavin Barraclough <barraclough@apple.com>
+
+ Poisoning of strict caller/arguments inappropriately poisoning "in"
+ https://bugs.webkit.org/show_bug.cgi?id=63398
+
+ Reviewed by Sam Weinig.
+
+ * fast/js/basic-strict-mode-expected.txt:
+ * fast/js/script-tests/basic-strict-mode.js:
+ - added tests.
+
+2011-10-17 Ojan Vafai <ojan@chromium.org>
+
+ Unreviewed, rolling out r97662.
+ http://trac.webkit.org/changeset/97662
+ https://bugs.webkit.org/show_bug.cgi?id=68497
+
+ Was not the cause of the test failures.
+
+ * platform/mac/fast/backgrounds/background-leakage-transforms-expected.txt:
+ * platform/mac/fast/table/028-vertical-expected.png:
+ * platform/mac/fast/table/028-vertical-expected.txt:
+ * platform/mac/fast/table/height-percent-test-vertical-expected.png:
+ * platform/mac/fast/table/height-percent-test-vertical-expected.txt:
+ * platform/mac/fast/writing-mode/fallback-orientation-expected.txt:
+
+2011-10-17 Ojan Vafai <ojan@chromium.org>
+
+ [chromium] add test failures after http://trac.webkit.org/changeset/97693.
+ See https://bugs.webkit.org/show_bug.cgi?id=70300 for more details.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-17 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Search in resource crashes when there is no resource with given url.
+ https://bugs.webkit.org/show_bug.cgi?id=69767
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/search/search-in-non-existing-resource-expected.txt: Added.
+ * http/tests/inspector/search/search-in-non-existing-resource.html: Added.
+
+2011-10-17 Mihnea Ovidenie <mihnea@adobe.com>
+
+ [CSS Regions]Change content:-webkit-from-flow to -webkit-flow-from
+ https://bugs.webkit.org/show_bug.cgi?id=70104
+
+ Reviewed by David Hyatt.
+
+ 1. -webkit-flow-from is now a property instead of being an addition to content property.
+ 2. -webkit-flow-from takes an identifier instead of string.
+
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * fast/regions/bottom-overflow-out-of-first-region.html:
+ * fast/regions/content-flowed-into-regions-no-scroll.html:
+ * fast/regions/content-webkit-from-flow-parsing-expected.txt:
+ * fast/regions/float-pushed-width-change.html:
+ * fast/regions/floats-basic-in-variable-width-regions.html:
+ * fast/regions/flow-anonymous-children.html:
+ * fast/regions/flow-content-basic-vertical-rl.html:
+ * fast/regions/flow-content-basic-vertical.html:
+ * fast/regions/flow-content-basic.html:
+ * fast/regions/flows-dependency-dynamic-remove.html:
+ * fast/regions/flows-dependency-same-flow.html:
+ * fast/regions/hit-test-float.html:
+ * fast/regions/multiple-directionality-changes-in-variable-width-regions.html:
+ * fast/regions/no-split-line-box.html:
+ * fast/regions/outline-sides-in-region.html:
+ * fast/regions/overflow-in-uniform-regions-dynamic.html:
+ * fast/regions/overflow-in-uniform-regions.html:
+ * fast/regions/overflow-in-variable-width-regions.html:
+ * fast/regions/overflow-moving-below-floats-in-variable-width-regions.html:
+ * fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html:
+ * fast/regions/overflow-rtl-in-variable-width-regions.html:
+ * fast/regions/overflow-size-change-in-variable-width-regions.html:
+ * fast/regions/overflow-size-change-with-stacking-context-rtl.html:
+ * fast/regions/overflow-size-change-with-stacking-context.html:
+ * fast/regions/percentage-margins-mixed-ltr-dominant-regions.html:
+ * fast/regions/percentage-margins-mixed-rtl-dominant-regions.html:
+ * fast/regions/percentage-margins-rtl-variable-width-regions.html:
+ * fast/regions/percentage-margins-variable-width-regions.html:
+ * fast/regions/position-writing-modes-in-variable-width-regions.html:
+ * fast/regions/positioned-objects-block-static-in-regions.html:
+ * fast/regions/positioned-objects-block-static-in-rtl-regions.html:
+ * fast/regions/positioned-objects-block-static-spanning-regions-rtl.html:
+ * fast/regions/positioned-objects-block-static-spanning-regions.html:
+ * fast/regions/positioned-objects-in-regions.html:
+ * fast/regions/positioned-objects-in-rtl-regions.html:
+ * fast/regions/positioned-objects-inline-static-in-regions.html:
+ * fast/regions/positioned-objects-inline-static-in-rtl-regions.html:
+ * fast/regions/positioned-objects-inline-static-spanning-regions-rtl.html:
+ * fast/regions/positioned-objects-inline-static-spanning-regions.html:
+ * fast/regions/positioned-objects-perpendicular-flows-in-regions.html:
+ * fast/regions/positioned-objects-spanning-regions.html:
+ * fast/regions/region-element-dynamic-attach-flow.html:
+ * fast/regions/region-element-dynamic-detach-flow.html:
+ * fast/regions/region-overflow-auto-overflow-hidden.html:
+ * fast/regions/region-overflow-auto-overflow-visible.html:
+ * fast/regions/region-overflow-break.html:
+ * fast/regions/render-region-renderer.html:
+ * fast/regions/resources/region-style.css:
+ (.regionArticle):
+ * fast/regions/script-tests/content-webkit-from-flow-parsing.js:
+ (testCSSText):
+ (testComputedStyle):
+ * fast/regions/script-tests/region-element-display-restriction.js:
+ (createRegionElement):
+ * fast/regions/text-region-breaks.html:
+ * fast/regions/text-region-split-after-resize.html:
+ * fast/regions/text-region-split-horizontal-bt.html:
+ * fast/regions/text-region-split-small-pagination.html:
+ * fast/regions/text-region-split-vertical-rl.html:
+ * fast/regions/text-region-split-vertical.html:
+ * fast/regions/text-region-split.html:
+ * fast/regions/top-overflow-out-of-second-region.html:
+ * fast/regions/webkit-flow-double-pagination-float-push.html:
+ * fast/regions/webkit-flow-float-pushed-to-last-region.html:
+ * fast/regions/webkit-flow-float-unable-to-push.html:
+ * fast/regions/webkit-flow-floats-inside-regions-bounds.html:
+ * fast/regions/webkit-flow-inlines-dynamic.html:
+ * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html:
+ * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html:
+ * fast/regions/webkit-flow-inlines-inside-regions-bounds.html:
+ * fast/regions/webkit-flow-renderer-layer.html:
+ * fast/regions/webkit-flow-renderer-nested.html:
+ * fast/regions/webkit-flow-renderer.html:
+ * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
+ * fast/repaint/line-flow-with-floats-in-regions.html:
+ * fast/repaint/overflow-flipped-writing-mode-block-in-regions.html:
+ * fast/repaint/region-painting-via-layout.html:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2011-10-17 Dirk Pranke <dpranke@chromium.org>
+
+ Assign a bug for flaky layout tests
+ https://bugs.webkit.org/show_bug.cgi?id=70298
+
+ Unreviewed, expectations change.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-10-17 Dirk Pranke <dpranke@chromium.org>
+
+ platform/chromium/compositing/plugins/webplugin* failing on cg snowleopard
+ https://bugs.webkit.org/show_bug.cgi?id=70294
+
+ Unreviewed, expectations change.
+
+ * platform/chromium-gpu-cg-mac/platform/chromium/compositing/plugins/webplugin-alpha-expected.png: Added.
+ * platform/chromium-gpu-cg-mac/platform/chromium/compositing/plugins/webplugin-alpha-expected.txt: Added.
+ * platform/chromium-gpu-cg-mac/platform/chromium/compositing/plugins/webplugin-reflection-expected.txt: Added.
+
+2011-10-17 Kentaro Hara <haraken@chromium.org>
+
+ MessageEvent.data can be stored as ScriptValue.
+ https://bugs.webkit.org/show_bug.cgi?id=68978
+
+ Reviewed by Hajime Morita.
+
+ Removed failures and crashes.
+
+ * fast/events/constructors/message-event-constructor-expected.txt:
+ * fast/events/constructors/message-event-constructor.html:
+
+2011-10-12 Ojan Vafai <ojan@chromium.org>
+
+ Unreviewed, rolling out r97661.
+ http://trac.webkit.org/changeset/97661
+
+ Confirmed this patch was not the cause of the test failures.
+
+ display:inline-block elements don't correctly handle orthogonal writing-modes
+ https://bugs.webkit.org/show_bug.cgi?id=69957
+
+ * fast/writing-mode/borders-expected.html: Added.
+ * fast/writing-mode/borders.html: Added.
+
+2011-10-17 Kenji Imasaki <imasaki@chromium.org>
+
+ [Chromium] rebaseline fullscreen layout tests using rebaseline tools.
+ https://bugs.webkit.org/show_bug.cgi?id=70165
+
+ Reviewed by David Levin.
+
+ * platform/chromium-cg-mac-snowleopard/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png: Added.
+ * platform/chromium-cg-mac/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
+ * platform/chromium-cg-mac/fullscreen/full-screen-zIndex-after-expected.png: Removed.
+ * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
+ * platform/chromium-linux/fullscreen/full-screen-render-inline-expected.png: Added.
+ * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png: Added.
+ * platform/chromium-linux/fullscreen/parent-flow-inline-with-block-child-expected.png: Added.
+ * platform/chromium-mac-leopard/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
+ * platform/chromium-mac-leopard/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
+ * platform/chromium-mac-leopard/fullscreen/full-screen-zIndex-after-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fullscreen/full-screen-zIndex-after-expected.png: Added.
+ * platform/chromium-win/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
+ * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png: Added.
+ * platform/chromium/fullscreen/video-controls-override-expected.txt: Added.
+
+2011-10-17 Julien Chaffraix <jchaffraix@webkit.org>
+
+ ASSERTION FAILED: !m_layoutRoot->container() || !m_layoutRoot->container()->needsLayout() with generated content
+ https://bugs.webkit.org/show_bug.cgi?id=61411
+
+ Reviewed by Andy Estes.
+
+ The bug was fixed by r95926 or bug 62120. Landing the tests from the bug.
+
+ * fast/dynamic/crash-generated-counter-expected.txt: Added.
+ * fast/dynamic/crash-generated-counter.html: Added.
+ * fast/dynamic/crash-generated-image-expected.txt: Added.
+ * fast/dynamic/crash-generated-image.html: Added.
+ * fast/dynamic/crash-generated-quote-expected.txt: Added.
+ * fast/dynamic/crash-generated-quote.html: Added.
+ * fast/dynamic/crash-generated-text-expected.txt: Added.
+ * fast/dynamic/crash-generated-text.html: Added.
+
+2011-10-17 Gavin Barraclough <barraclough@apple.com>
+
+ Exception ordering in String.prototype.replace
+ https://bugs.webkit.org/show_bug.cgi?id=70290
+
+ Reviewed by Oliver Hunt.
+
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11-expected.txt:
+ * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12-expected.txt:
+ - Check in passing results.
+
2011-10-17 Alok Priyadarshi <alokp@chromium.org>
Add layout tests for WebPlugin compositor path
@@ -2131,7 +9124,8 @@
* platform/mac/fast/repaint/region-painting-via-layout-expected.png: Added.
* platform/mac/fast/repaint/region-painting-via-layout-expected.txt: Added.
-2011-10-13 Renata Hodovan <reni@webkit.org>
+2011-10-13 Renata Hodovan <
+}5reni@webkit.org>
FEComponentTransfer element doesn't support dynamic invalidation
https://bugs.webkit.org/show_bug.cgi?id=69747
« no previous file with comments | « no previous file | LayoutTests/fast/css/adjacent-sibling-selector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698