[CherryPick] Inappropriate validation message for required number/date input elements
authortkent@chromium.org <tkent@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 11 Mar 2013 14:43:40 +0000 (14:43 +0000)
committerjinwoo jeong <jw00.jeong@samsung.com>
Thu, 28 Mar 2013 03:53:07 +0000 (12:53 +0900)
[Title] Inappropriate validation message for required number/date input elements
[Issues] N_SE-28998
[Problem] Input type number not showing any error message in Jquery mobile single page application[Solution] Cherry picked.
[Cherry-Picker] Jinwoo Jeong <jw00.jeong@samsung.com>

Inappropriate validation message for required number/date input elements
https://bugs.webkit.org/show_bug.cgi?id=111982

Reviewed by Kentaro Hara.

Source/WebCore:

For validation message, badInput messages should take precedence
over valueMissing messages because users already filled out the
field with a bad value.

Tests: Update fast/forms/validationMessage.html

* html/InputType.cpp:
(WebCore::InputType::validationMessage):
Check badInput first.

LayoutTests:

* fast/forms/validationMessage-expected.txt:
* fast/forms/validationMessage.html:
* platform/chromium/fast/forms/validationMessage-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@145362 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Conflicts:

LayoutTests/ChangeLog
LayoutTests/fast/forms/validationMessage-expected.txt
LayoutTests/fast/forms/validationMessage.html
LayoutTests/platform/chromium/fast/forms/validationMessage-expected.txt
Source/WebCore/ChangeLog

LayoutTests/ChangeLog
LayoutTests/fast/forms/validationMessage-expected.txt
LayoutTests/fast/forms/validationMessage.html
LayoutTests/platform/chromium/fast/forms/validationMessage-expected.txt [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/html/InputType.cpp

index 5377e9f..388cd42 100644 (file)
+2013-03-11  Kent Tamura  <tkent@chromium.org>
+
+        Inappropriate validation message for required number/date input elements
+        https://bugs.webkit.org/show_bug.cgi?id=111982
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/validationMessage-expected.txt:
+        * fast/forms/validationMessage.html:
+        * platform/chromium/fast/forms/validationMessage-expected.txt:
+
+2013-03-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip most of the websocket hybi test cases on EFL port as they
+        are passing nowadays.
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2013-03-11  Alan Cutter  <alancutter@chromium.org>
+
+        [Chromium] Mark LayoutTests/html5lib/generated/run-tests16-data.html as slow
+        https://bugs.webkit.org/show_bug.cgi?id=111960
+
+        Reviewed by Eric Seidel.
+
+        Related to V8 performance issue: https://code.google.com/p/v8/issues/detail?id=2567
+
+        * platform/chromium/TestExpectations:
+
+2013-03-11  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unrewieved gardening. Cleaning up some skip.
+
+        * platform/qt-5.0-wk1/TestExpectations:
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
+        * platform/qt/fast/dynamic/002-expected.txt: Rebaselining after r145296.
+
+2013-03-11  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Removing a few expectations for tests that were rolled out in r145296.
+        * platform/gtk/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
+        * platform/gtk/fast/dynamic/002-expected.txt: Ditto.
+
+2013-03-07  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [Elements] XSLT transformation result from the xml-stylesheet PI not rendered
+        https://bugs.webkit.org/show_bug.cgi?id=111313
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector/styles/resources/xsl-transformed.xsl: Added.
+        * http/tests/inspector/styles/xsl-transformed-expected.txt: Added.
+        * http/tests/inspector/styles/xsl-transformed.xml: Added.
+
+2013-03-10  Matt Falkenhagen  <falken@chromium.org>
+
+        Implement inert subtrees needed for modal <dialog>
+        https://bugs.webkit.org/show_bug.cgi?id=110952
+
+        Reviewed by Hajime Morrita.
+
+        * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events-expected.txt: Added.
+        * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events.html: Added.
+        * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events-expected.txt: Added.
+        * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events.html: Added.
+        * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events-expected.txt: Added.
+        * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events.html: Added.
+
+2013-03-10  Glenn Adams  <glenn@skynav.com>
+
+        Line breaking opportunities at the end of a text node are missed
+        https://bugs.webkit.org/show_bug.cgi?id=17427
+
+        Reviewed by Darin Adler.
+
+        * fast/text/line-break-between-text-nodes-expected.html: Added.
+        * fast/text/line-break-between-text-nodes.html: Added.
+
+2013-03-09  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r145299.
+        http://trac.webkit.org/changeset/145299
+        https://bugs.webkit.org/show_bug.cgi?id=111928
+
+        compilation failure with recent clang
+        (DFGBackwardsPropagationPhase.cpp:132:35: error: comparison of
+        constant 10 with expression of type 'bool' is always false)
+        (Requested by thorton on #webkit).
+
+        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Removed.
+        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Removed.
+        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Removed.
+        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Removed.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Removed.
+        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Removed.
+
+2013-03-09  Keishi Hattori  <keishi@webkit.org>
+
+        Add tests for opening the picker with the f4 key
+        https://bugs.webkit.org/show_bug.cgi?id=111811
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key-expected.txt: Added.
+        * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key.html: Added.
+        * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key-expected.txt: Added.
+        * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html: Added.
+        * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key-expected.txt: Added.
+        * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key.html: Added.
+        * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key-expected.txt: Added.
+        * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key.html: Added.
+
+2013-03-09  Keishi Hattori  <keishi@webkit.org>
+
+        Month transition animation is missing in some places
+        https://bugs.webkit.org/show_bug.cgi?id=111908
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
+        (isCalendarTableScrollingWithAnimation):
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
+
+2013-03-07  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r140907): Incorrect baseline for cells with media content during load
+        https://bugs.webkit.org/show_bug.cgi?id=108357
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/css/vertical-align-baseline-rowspan-012-expected.html: Added.
+        * fast/css/vertical-align-baseline-rowspan-012.html: Added.
+        * http/tests/css/vertical-align-baseline-after-image-load-2-expected.html: Added.
+        * http/tests/css/vertical-align-baseline-after-image-load-2.html: Added.
+        * http/tests/css/vertical-align-baseline-after-image-load-3-expected.html: Added.
+        * http/tests/css/vertical-align-baseline-after-image-load-3.html: Added.
+        * http/tests/css/vertical-align-baseline-after-image-load-expected.html: Added.
+        * http/tests/css/vertical-align-baseline-after-image-load.html: Added.
+
+2013-03-08  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r145254, r145264, and r145288.
+        http://trac.webkit.org/changeset/145254
+        http://trac.webkit.org/changeset/145264
+        http://trac.webkit.org/changeset/145288
+        https://bugs.webkit.org/show_bug.cgi?id=111917
+
+        Test breakage hints at conceptual unsoundness (Requested by ap
+        on #webkit).
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-03-08  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG overflow check elimination is too smart for its own good
+        https://bugs.webkit.org/show_bug.cgi?id=111832
+
+        Reviewed by Oliver Hunt and Gavin Barraclough.
+
+        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Added.
+        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Added.
+        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Added.
+        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Added.
+        (foo):
+        (bar):
+        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Added.
+        (foo):
+        (bar):
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Update chromium baselines for transforms/3d/point-mapping
+
+        * platform/chromium-linux-x86/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
+        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
+        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
+        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
+        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
+        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+        * platform/chromium-win-xp/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
+        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
+        * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Removed.
+
+2013-03-08  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Resolve grid-{end|after} integer against the end|after edge
+        https://bugs.webkit.org/show_bug.cgi?id=111885
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
+        Moar passing tests!
+
+2013-03-08  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142015.
+        http://trac.webkit.org/changeset/142015
+        https://bugs.webkit.org/show_bug.cgi?id=111904
+
+        The change caused 2 major regressions (bug 111091 and bug
+        111595) and Pravin doesn't have time to investigate them
+        (Requested by jchaffraix on #webkit).
+
+        * fast/css/first-letter-removed-added-expected.txt:
+        * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Removed.
+        * fast/dynamic/absolute-positioned-to-static-positioned.html: Removed.
+        * fast/dynamic/floating-to-non-floating-expected.txt: Removed.
+        * fast/dynamic/floating-to-non-floating.html: Removed.
+        * fast/dynamic/non-floating-to-floating-expected.txt: Removed.
+        * fast/dynamic/non-floating-to-floating.html: Removed.
+        * fast/dynamic/resources/helper-bug91665.js: Removed.
+        * fast/dynamic/resources/style-bug91665.css: Removed.
+        * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Removed.
+        * fast/dynamic/static-positioned-to-absolute-positioned.html: Removed.
+        * fullscreen/full-screen-fixed-pos-parent-expected.txt:
+        * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
+        * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
+        * platform/chromium-win/fast/dynamic/002-expected.txt:
+        * platform/chromium/fast/dynamic/002-expected.txt:
+        * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
+        * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
+        * platform/mac/fast/dynamic/002-expected.txt:
+        * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
+        * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
+
+2013-03-08  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope
+        https://bugs.webkit.org/show_bug.cgi?id=111880
+
+        Reviewed by Eric Seidel.
+
+        * html5lib/resources/template.dat:
+
+2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing test expectation per bug 111901.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Update a few more chromium baselines.
+
+        * platform/chromium-mac-lion/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
+        * platform/chromium-mac/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
+        * platform/chromium-win-xp/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
+        * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt:
+
+2013-03-08  Harald Alvestrand  <hta@chromium.org>
+
+        Implemented new API for RTCStatsReport object.
+        https://bugs.webkit.org/show_bug.cgi?id=110333
+
+        Reviewed by Adam Barth.
+
+        * fast/mediastream/RTCPeerConnection-stats-expected.txt:
+        * fast/mediastream/RTCPeerConnection-stats.html:
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Chromium rebaselines and expectations updates.
+
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium-linux/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
+        * platform/chromium-linux/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
+        * platform/chromium-mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-ne-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-nw-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-sw-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium-win/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
+        * platform/chromium-win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
+        * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Update some more chromium compositor pixel baselines.
+
+        * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
+        * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/chromium-linux/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-linux/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-linux/compositing/reflections/load-video-in-reflection-expected.png:
+        * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
+        * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png:
+        * platform/chromium-mac-lion/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac-lion/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png:
+        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/masks/simple-composited-mask-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac-snowleopard/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
+        * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
+        * platform/chromium-mac/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-mac/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
+        * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
+        * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
+        * platform/chromium-win/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+        * platform/chromium-win/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+        * platform/chromium-win/compositing/reflections/load-video-in-reflection-expected.png:
+        * platform/chromium-win/compositing/reflections/nested-reflection-anchor-point-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+        * platform/chromium/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
+        * platform/chromium/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
+        * platform/efl-wk2/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Update baselines for a few chromium compositor tests.
+
+        * platform/chromium-linux/compositing/checkerboard-expected.png: Removed.
+        * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
+        * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Removed.
+        * platform/chromium-mac/compositing/checkerboard-expected.png:
+        * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
+        * platform/chromium-win/compositing/checkerboard-expected.png: Removed.
+        * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-03-08  Mike West  <mkwst@chromium.org>
+
+        CSP: 'eval()' is blocked in report-only mode.
+        https://bugs.webkit.org/show_bug.cgi?id=111867
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.html: Added.
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Update baselines for string prototypes fixed by v8-i18n roll 164:171
+
+        * platform/chromium/fast/js/kde/function_length-expected.txt: Removed.
+        * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
+        * platform/chromium/fast/js/string-prototype-properties-expected.txt:
+
+2013-03-08  Christian Biesinger  <cbiesinger@chromium.org>
+
+        REGRESSION (r143643): <button> should support ::first-line and ::first-letter
+        https://bugs.webkit.org/show_bug.cgi?id=111782
+
+        Reviewed by Ojan Vafai.
+
+        * fast/forms/button-first-line-first-letter-expected.html: Added.
+        * fast/forms/button-first-line-first-letter.html: Added.
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Layout Test fast/dom/HTMLMeterElement/meter-element-crash.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=88131
+
+        Reviewed by Tony Chang.
+
+        This test was calling setTimeout(..., 0) in a <script> block before the end of the document.
+        The timeout sometimes fired before parsing the rest of the document and sometimes after,
+        depending on when the parser yielded. This moves the <script> block to the end of the document
+        so it always runs after parsing the rest of the test, which is the more common and expected
+        behavior.
+
+        * fast/dom/HTMLMeterElement/meter-element-crash.html:
+
+2013-03-07  Geoffrey Garen  <ggaren@apple.com>
+
+        Added a regression test for raw parsing speed
+        https://bugs.webkit.org/show_bug.cgi?id=111808
+
+        Reviewed by Oliver Hunt.
+
+        * fast/js/regress/nested-function-parsing-random.html: Added.
+        * fast/js/regress/script-tests/nested-function-parsing-random.js: Added.
+        (randomIdent): Use randomness to defeat caching.
+
+2013-03-08  James Robinson  <jamesr@chromium.org>
+
+        Chromium gardening.
+
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+        * platform/chromium-linux/editing/pasteboard/paste-text-016-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-016-expected.txt: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Mac rebaseline after r145242. I'm really hoping that the optimization didn't mess this up.
+
+        * css1/box_properties/margin_bottom-expected.txt: Replaced.
+        * css1/box_properties/margin_top-expected.txt: Replaced.
+        * css1/box_properties/padding_bottom-expected.txt: Replaced.
+        * css1/box_properties/padding_top-expected.txt: Replaced.
+        * css1/color_and_background/background_attachment-expected.txt: Replaced.
+        * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
+        * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+        * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
+        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
+        * platform/win-future/css1: Added.
+        * platform/win-future/css1/box_properties: Added.
+        * platform/win-future/css1/box_properties/margin_bottom-expected.txt: Added.
+        * platform/win-future/css1/box_properties/margin_top-expected.txt: Added.
+        * platform/win-future/css1/box_properties/padding_bottom-expected.txt: Added.
+        * platform/win-future/css1/box_properties/padding_top-expected.txt: Added.
+        * platform/win-future/css1/color_and_background: Added.
+        * platform/win-future/css1/color_and_background/background_attachment-expected.txt: Added.
+
+2013-03-08  Benjamin Poulain  <benjamin@webkit.org>
+
+        [Mac] Add a feature flag for 'view-mode' Media Feature, disable it on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=111297
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * platform/mac/TestExpectations:
+        Mark the view-mode tests as failing to track any regression
+        or crash in this area.
+
+2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
+
+        After sending message, Mail changes formatting
+        https://bugs.webkit.org/show_bug.cgi?id=111360
+
+        Reviewed by Enrica Casucci.
+
+        Added a regression test, demonstrating that a paragraph element is not nested after a paste.
+        Also rebaselined multiple tests that had been exhibiting this bug in their expected results.
+
+        * editing/pasteboard/block-wrappers-necessary-expected.txt:
+        * editing/pasteboard/paste-table-001-expected.txt:
+        * editing/pasteboard/paste-text-011-expected.txt:
+        * editing/pasteboard/paste-text-015-expected.txt:
+        * editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt: Added.
+        * editing/pasteboard/pasting-into-p-should-not-nest-p.html: Added.
+        * editing/pasteboard/pasting-into-h6-should-not-nest-h6-expected.txt: Added.
+        * editing/pasteboard/pasting-into-h6-should-not-nest-h6.html: Added.
+        * platform/mac/editing/pasteboard/paste-text-016-expected.txt:
+
+2013-03-08  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium mac/win rebaselines for r145242.
+
+        * css1/basic/inheritance-expected.txt: Added.
+        * css1/box_properties/clear_float-expected.txt: Added.
+        * css1/box_properties/margin-expected.txt: Added.
+        * css1/box_properties/padding-expected.txt: Added.
+        * css1/font_properties/font_weight-expected.txt: Added.
+        * fast/css-generated-content/015-expected.txt: Added.
+        * fast/css/h1-in-section-elements-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
+        * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
+        * platform/chromium-mac-lion/css1/box_properties/padding-expected.png:
+        * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png:
+        * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
+        * platform/chromium-mac-lion/fast/css/h1-in-section-elements-expected.png:
+        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug126742-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug69187-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
+        * platform/chromium-mac-snowleopard/css1/box_properties/padding-expected.png:
+        * platform/chromium-mac-snowleopard/css1/color_and_background/background_attachment-expected.png:
+        * platform/chromium-mac-snowleopard/css1/font_properties/font_weight-expected.png:
+        * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
+        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/h1-in-section-elements-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug126742-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug69187-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.txt: Added.
+        * platform/chromium-mac/css1/basic/inheritance-expected.txt: Removed.
+        * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
+        * platform/chromium-mac/css1/box_properties/clear_float-expected.txt: Removed.
+        * platform/chromium-mac/css1/box_properties/margin-expected.txt: Removed.
+        * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Added.
+        * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Added.
+        * platform/chromium-mac/css1/box_properties/padding-expected.png:
+        * platform/chromium-mac/css1/box_properties/padding-expected.txt: Removed.
+        * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Added.
+        * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Added.
+        * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Added.
+        * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
+        * platform/chromium-mac/css1/font_properties/font_weight-expected.txt: Removed.
+        * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.txt:
+        * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
+        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
+        * platform/chromium-mac/fast/css-generated-content/015-expected.txt: Removed.
+        * platform/chromium-mac/fast/css/h1-in-section-elements-expected.png:
+        * platform/chromium-mac/fast/css/h1-in-section-elements-expected.txt: Removed.
+        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+        * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.txt:
+        * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.txt:
+        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Added.
+        * platform/chromium-win/css1/basic/inheritance-expected.png:
+        * platform/chromium-win/css1/box_properties/clear_float-expected.png:
+        * platform/chromium-win/css1/box_properties/margin_top-expected.png:
+        * platform/chromium-win/css1/font_properties/font_weight-expected.png:
+        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
+        * platform/chromium-win/fast/css/h1-in-section-elements-expected.png:
+        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
+        * platform/chromium-win/tables/mozilla/bugs/bug126742-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug69187-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
+        * platform/mac/css1/basic/inheritance-expected.txt: Removed.
+        * platform/mac/css1/box_properties/clear_float-expected.txt: Removed.
+        * platform/mac/css1/box_properties/margin-expected.txt: Removed.
+        * platform/mac/css1/box_properties/padding-expected.txt: Removed.
+        * platform/mac/css1/font_properties/font_weight-expected.txt: Removed.
+        * platform/mac/fast/css-generated-content/015-expected.txt: Removed.
+        * platform/mac/fast/css/h1-in-section-elements-expected.txt: Removed.
+
+2013-03-08  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed apple rebaselines for r145242.
+
+        * css1/box_properties/margin_bottom-expected.txt: Added.
+        * css1/box_properties/margin_top-expected.txt: Added.
+        * css1/box_properties/padding_bottom-expected.txt: Added.
+        * css1/box_properties/padding_top-expected.txt: Added.
+        * css1/color_and_background/background_attachment-expected.txt: Added.
+        * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Removed.
+        * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Removed.
+        * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Removed.
+        * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Removed.
+        * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
+        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Removed.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Removed.
+        * platform/mac-lion/css1/box_properties: Removed.
+        * platform/mac/css1/basic/inheritance-expected.txt:
+        * platform/mac/css1/box_properties/clear_float-expected.txt:
+        * platform/mac/css1/box_properties/margin-expected.txt:
+        * platform/mac/css1/box_properties/margin_bottom-expected.txt: Removed.
+        * platform/mac/css1/box_properties/margin_top-expected.txt: Removed.
+        * platform/mac/css1/box_properties/padding-expected.txt:
+        * platform/mac/css1/box_properties/padding_bottom-expected.txt: Removed.
+        * platform/mac/css1/box_properties/padding_top-expected.txt: Removed.
+        * platform/mac/css1/color_and_background/background_attachment-expected.txt: Removed.
+        * platform/mac/css1/font_properties/font_weight-expected.txt:
+        * platform/mac/fast/css-generated-content/015-expected.txt:
+        * platform/mac/fast/css/h1-in-section-elements-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
+        * tables/mozilla/bugs/bug73321-expected.txt: Added.
+
+2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Skip editing/selection/drag-list-item.html on Mac WebKit2 since drag and drop is not supported
+        in WebKitTestRunner yet.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-03-07  Emil A Eklund  <eae@chromium.org>
+
+        [sub-pixel] Rounding error in table cell height calculation causes unnecessary scrollbar
+        https://bugs.webkit.org/show_bug.cgi?id=111794
+
+        Reviewed by Levi Weintraub.
+        
+        Add test for zoomed-in table containing block child.
+
+        * fast/sub-pixel/table-cell-height-expected.html: Added.
+        * fast/sub-pixel/table-cell-height.html: Added.
+
+2013-03-08  Christian Biesinger  <cbiesinger@chromium.org>
+
+        RenderFullScreen needs to clear override sizes when exiting full screen
+        https://bugs.webkit.org/show_bug.cgi?id=111775
+
+        Reviewed by Ojan Vafai.
+
+        * fullscreen/full-screen-with-flex-item-expected.txt: Added.
+        * fullscreen/full-screen-with-flex-item.html: Added.
+
+2013-03-08  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Handle 2 positions with one 'auto' properly
+        https://bugs.webkit.org/show_bug.cgi?id=111653
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
+        * fast/css-grid-layout/grid-auto-flow-resolution.html:
+        * fast/css-grid-layout/grid-item-spanning-resolution-expected.txt: Added.
+        * fast/css-grid-layout/grid-item-spanning-resolution.html: Added.
+        Extended and added a new test. Most of the new testing is failing as it
+        requires other changes to land. This will help us track our progress
+        towards fully supporting the new syntax and padding.
+
+        * fast/css-grid-layout/resources/grid.css:
+        Added the 2 new classes.
+
+2013-03-08  Dominic Cooney  <dominicc@chromium.org>
+
+        RenderTextControlSingleLine should not assume that its text element has a renderer
+        https://bugs.webkit.org/show_bug.cgi?id=111826
+
+        Reviewed by Ojan Vafai.
+
+        * fast/forms/search/search-autoscroll-hidden-decoration-container-crash-expected.txt: Added.
+        * fast/forms/search/search-autoscroll-hidden-decoration-container-crash.html: Added.
+        * fast/forms/search/search-hide-decoration-container-crash-expected.txt: Added.
+        * fast/forms/search/search-hide-decoration-container-crash.html: Added.
+        * fast/forms/search/search-scroll-hidden-decoration-container-crash-expected.txt: Added.
+        * fast/forms/search/search-scroll-hidden-decoration-container-crash.html: Added.
+
+2013-03-08  John Mellor  <johnme@chromium.org>
+
+        @media queries do not take zooming into account
+        https://bugs.webkit.org/show_bug.cgi?id=53186
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * fast/media/mq-width-pagezoom-expected.html: Added.
+        * fast/media/mq-width-pagezoom.html: Added.
+
+2013-03-08  Chris Fleizach  <cfleizach@apple.com>
+
+        [Mac] [WK2] platform/mac/accessibility/press-action-is-first.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=111814
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-03-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Update platform expectations for failing tests after r145024 and r145067.
+
+        * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+        * platform/efl/fast/forms/datalist/input-list-expected.txt:
+        * platform/efl/fast/forms/validationMessage-expected.txt: Added.
+
+2013-03-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip failing tests on EFL bots.
+
+        * platform/efl/TestExpectations:
+
+2013-03-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Unskip now passing compositing tests.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
+
+2013-03-08  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Get rid of file system ids and use file pathes as uri for file based uiSourceCodes.
+        https://bugs.webkit.org/show_bug.cgi?id=111753
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/file-system-mapping-expected.txt:
+        * inspector/file-system-mapping.html:
+        * inspector/file-system-project-expected.txt:
+        * inspector/workspace-mapping-expected.txt:
+        * inspector/workspace-mapping.html:
+
+2013-03-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skip test after r145195.
+
+2013-03-08  Philip Rogers  <pdr@google.com>
+
+        Prevent infinite loop in SVG use cycle detection
+        https://bugs.webkit.org/show_bug.cgi?id=111822
+
+        Reviewed by Stephen Chenney.
+
+        * svg/custom/use-cycle-detection-expected.html: Added.
+        * svg/custom/use-cycle-detection.html: Added.
+
+2013-03-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
+
+        When we set word-wrap: break-word and xml:space="preserve" to svg text element, the text is collapsed.
+        https://bugs.webkit.org/show_bug.cgi?id=111675
+
+        Reviewed by Stephen Chenney.
+
+        Test combination of xml:space="preserve" and word-wrap: break-word to SVG Text.
+        These text should not be collapsed.
+
+        * svg/text/preserve-break-word-expected.html: Added.
+        * svg/text/preserve-break-word.html: Added.
+
+2013-03-08  Kent Tamura  <tkent@chromium.org>
+
+        Allow platform-dependent strings for validationMessage property
+        https://bugs.webkit.org/show_bug.cgi?id=111846
+
+        Reviewed by Kentaro Hara.
+
+        Do not check matching with fixed strings in validationMessage.html
+        test. We print validationMessage values in the test instead.
+        We'd like to change user-visible strings at our own discretion.
+
+        * fast/forms/validationMessage-expected.txt:
+        Note that many platforms don't have a dedicated message for
+        badInput and uses the same message as typeMismatch for now.
+        * fast/forms/validationMessage.html:
+        * platform/chromium/fast/forms/validationMessage-expected.txt:
+        Chromium has a dedicated one for badInput.
+
+2013-03-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        [EFL] [WK2] Some authentication tests fail in WebKit2
+        https://bugs.webkit.org/show_bug.cgi?id=106407
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskip several authentication test cases now that we cherry-picked
+        the needed libsoup fix from upstream.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-03-08  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145200.
+
+2013-03-08  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Skipping the tests in inspector-protocol/layers as they rely on compositing support
+        which is not available on the GTK builders.
+        Adding failure expectations for tests that regressed with r145100.
+
+        * platform/gtk/TestExpectations:
+
+2013-03-07  Dean Jackson  <dino@apple.com>
+
+        Implement a custom appearance for the snapshotted plugin background
+        https://bugs.webkit.org/show_bug.cgi?id=108368
+
+        Reviewed by Tim Horton.
+
+        Toggles our new snapshotted-plugin-overlay appearance, to make sure it
+        isn't getting applied to non-plugins.
+
+        * plugins/snapshot-appearance-expected.html: Added.
+        * plugins/snapshot-appearance.html: Added.
+
+2013-03-08  Sergio Villar Senin  <svillar@igalia.com>
+
+        Improve drag&drop of list items in contentEditable divs
+        https://bugs.webkit.org/show_bug.cgi?id=111556
+
+        Reviewed by Ryosuke Niwa.
+
+        Added a new test case. The test performs 2 drag&drops, first of
+        all a selection of a single list item, and secondly a selection of
+        two list items. It checks that both behave the same way, i.e, the
+        whole <li> is moved and not only the text.
+
+        * editing/selection/drag-list-item-expected.txt: Added.
+        * editing/selection/drag-list-item.html: Added.
+
+2013-03-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skip failing test after r145100.
+        * platform/qt/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Rebaselining after r145067.
+
+2013-03-07  Keishi Hattori  <keishi@webkit.org>
+
+        Update calendar picker UI
+        https://bugs.webkit.org/show_bug.cgi?id=109439
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Removed.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Removed.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
+        * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/date-picker-events.html:
+        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html:
+        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
+        (currentMonth):
+        (highlightedValue):
+        (selectedValue):
+        (skipAnimation):
+        (hoverOverDayCellAt):
+        (clickDayCellAt):
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html:
+        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
+        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html:
+        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html:
+
+2013-03-07  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: compositing/rtl/rtl-iframe-absolute-overflow.html
+
+2013-03-07  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops2.html
+
+2013-03-07  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add Mac WebKit2 test expectations per bugs 111814 and 111815.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-03-07  Hajime Morrita  <morrita@google.com>
+
+        Custom Elements: CustomElement constructor shouldn't share function instance
+        https://bugs.webkit.org/show_bug.cgi?id=111807
+
+        Reviewed by Kentaro Hara.
+
+        * fast/dom/custom/document-register-basic-expected.txt:
+        * fast/dom/custom/document-register-basic.html:
+
+2013-03-07  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fast/borders/border-fit-2.html
+
+2013-03-07  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/win/TestExpectations: Remove duplication of svg/custom/foreign-object-skew.svg.
+
+2013-03-07  Jared Wyles  <wyles@adobe.com>
+
+        Reading border radius from style property returns in wrong order.
+        https://bugs.webkit.org/show_bug.cgi?id=110853
+
+        Reviewed by Ryosuke Niwa
+        
+        * fast/borders/border-radius-parsing-expected.txt:
+        * fast/borders/border-radius-parsing.html:
+        * inspector/elements/elements-panel-styles-expected.txt:
+
+2013-03-07  Andreas Kling  <akling@apple.com>
+
+        Remove desktop version of -webkit-text-size-adjust property.
+        <http://webkit.org/b/56543>
+        <rdar://problem/9150203>
+
+        Reviewed by Simon Fraser.
+
+        * editing/pasteboard/5078739.html:
+        * editing/pasteboard/data-transfer-items-expected.txt:
+        * editing/pasteboard/onpaste-text-html-expected.txt:
+        * fast/css/font-size-nan.svg:
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * fast/css/getComputedStyle/resources/property-names.js:
+        * fast/css/ignore-text-zoom.html: Removed.
+        * fast/css/text-rendering-priority.html:
+        * fast/events/ondrop-text-html-expected.txt:
+        * platform/chromium-linux/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/chromium-mac/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/chromium-win/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/chromium-win/fast/css/ignore-text-zoom-expected.txt: Removed.
+        * platform/chromium/fast/css/ignore-text-zoom-expected.txt: Removed.
+        * platform/efl/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/efl/fast/css/ignore-text-zoom-expected.txt: Removed.
+        * platform/gtk/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/gtk/fast/css/ignore-text-zoom-expected.txt: Removed.
+        * platform/mac/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/mac/fast/css/ignore-text-zoom-expected.txt: Removed.
+        * platform/qt/fast/css/ignore-text-zoom-expected.png: Removed.
+        * platform/qt/fast/css/ignore-text-zoom-expected.txt: Removed.
+
+2013-03-07  Aaron Colwell  <acolwell@chromium.org>
+
+        Fix commented out code in LayoutTests/http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
+        https://bugs.webkit.org/show_bug.cgi?id=111800
+
+        Unreviewed.
+
+        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html:
+
+2013-03-07  Aaron Colwell  <acolwell@chromium.org>
+
+        Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
+        https://bugs.webkit.org/show_bug.cgi?id=110623
+
+        Reviewed by Kentaro Hara.
+
+        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
+        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
+        * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.
+
+2013-03-07  Alexey Proskuryakov  <ap@apple.com>
+
+        Roll out an accidentally committed change I made for local testing.
+
+        * http/tests/misc/empty-file-formdata.html:
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fast/events/before-unload-adopt-subframe-to-outside.html
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+
+2013-03-07  Li Yin  <li.yin@intel.com>
+
+        Adding id attribute test for MediaStream
+        https://bugs.webkit.org/show_bug.cgi?id=111526
+
+        Reviewed by Kentaro Hara.
+
+        Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#widl-MediaStream-id
+        The id strings must only use characters in the ranges U+0021, U+0023 to U+0027,
+        U+002A to U+002B, U+002D to U+002E, U+0030 to U+0039, U+0041 to U+005A,
+        U+005E to U+007E, and must be 36 characters long.
+
+        * fast/mediastream/MediaStreamConstructor-expected.txt:
+        * fast/mediastream/MediaStreamConstructor.html:
+
+2013-03-07  Dean Jackson  <dino@apple.com>
+
+        border-fit should happen at layout time rather than paint time
+        https://bugs.webkit.org/show_bug.cgi?id=111606
+
+        Unreviewed. Skipping some broken tests.
+
+        * platform/mac/TestExpectations:
+
+2013-03-07  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG should not get corrupted IR in the case of code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way
+        https://bugs.webkit.org/show_bug.cgi?id=111783
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt: Added.
+        * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js: Added.
+        (foo.bar):
+        (foo):
+
+2013-03-07  Alexey Proskuryakov  <ap@apple.com>
+
+        FormData should allow setting filename to empty
+        https://bugs.webkit.org/show_bug.cgi?id=111687
+
+        Reviewed by Brady Eidson.
+
+        * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
+        * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
+        * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
+        * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
+        * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.
+
+        * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.
+
+2013-03-07  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening AppleWin port.
+
+        * platform/win/TestExpectations:
+
+2013-03-07  David Hyatt  <hyatt@apple.com>
+
+        REGRESSION: fast/border/border-fit-2.html needs updating
+        https://bugs.webkit.org/show_bug.cgi?id=111776
+
+        Reviewed by Simon Fraser.
+
+        * platform/mac/fast/borders/border-fit-2-expected.png:
+        * platform/mac/fast/borders/border-fit-2-expected.txt:
+
+2013-03-07  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: provide reasons why a layer was composited in the LayerTreeAgent
+        https://bugs.webkit.org/show_bug.cgi?id=111703
+
+        New test for LayerTree.reasonsForCompositingLayer(layerId).
+
+        Reviewed by Timothy Hatcher.
+
+        * inspector-protocol/layers/layers-compositing-reasons-expected.txt: Added.
+        * inspector-protocol/layers/layers-compositing-reasons.html: Added.
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: http/tests/security/cross-origin-css.html
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium-mac/fast/repaint/border-fit-lines-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/border-fit-lines-expected.txt.
+        * platform/chromium-win/fast/repaint/border-fit-lines-expected.txt:
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/chromium/fast/borders/border-fit-expected.txt.
+        * platform/chromium-mac/fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/mac/fast/borders/border-fit-expected.txt.
+        * platform/chromium-win/fast/borders/border-fit-expected.txt:
+        * platform/efl/fast/borders/border-fit-expected.txt: Removed.
+        * platform/gtk/fast/borders/border-fit-expected.txt: Removed.
+
+2013-03-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        [EFL] Bump libsoup dependency to 2.40.3 to fix regressions
+        https://bugs.webkit.org/show_bug.cgi?id=111756
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskip several tests that are passing after the libsoup dependency
+        bump to 2.40.3.
+
+        * platform/efl/TestExpectations:
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+
+2013-03-07  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r145097.
+        http://trac.webkit.org/changeset/145097
+        https://bugs.webkit.org/show_bug.cgi?id=111765
+
+        Triggers an ASSERT in the Chromium port (Requested by abarth
+        on #webkit).
+
+        * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Removed.
+        * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Removed.
+        * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Removed.
+        * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Removed.
+        * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Removed.
+        * platform/wk2/TestExpectations:
+
+2013-03-07  Ojan Vafai  <ojan@chromium.org>
+
+        Image rebaselines after r145104.
+
+        * platform/chromium-mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
+        * platform/chromium-mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
+
+2013-03-07  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: Can't activate links with VoiceOver in Safari
+        https://bugs.webkit.org/show_bug.cgi?id=111755
+
+        Reviewed by Tim Horton.
+
+        * platform/mac/accessibility/press-action-is-first-expected.txt: Added.
+        * platform/mac/accessibility/press-action-is-first.html: Added.
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed, rolling out r145083.
+        http://trac.webkit.org/changeset/145083
+        https://bugs.webkit.org/show_bug.cgi?id=110733
+
+        caused lots crashes in http/tests/security/xssAuditor/* tests
+
+        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
+        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-expected.txt:
+        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
+        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
+        * http/tests/security/xssAuditor/cached-frame-expected.txt:
+        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-location-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/form-action-expected.txt:
+        * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
+        * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
+        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
+        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
+        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
+        * http/tests/security/xssAuditor/svg-animate-expected.txt:
+        * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+
+2013-03-07  Michelangelo De Simone  <michelangelo@webkit.org>
+
+        [CSS Shaders] Implement hue and saturation non-separable blend modes
+        https://bugs.webkit.org/show_bug.cgi?id=109464
+
+        Added relevant tests for the "hue" and "saturation" non-separable blend modes.
+        These tests are currently skipped on Mac due to a slight color difference; please see relevant bug: http://webkit.org/b/107487.
+
+        Reviewed by Dean Jackson.
+
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue-expected.html: Added.
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html: Added.
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation-expected.html: Added.
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html: Added.
+        * platform/mac/TestExpectations:
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
+        * platform/chromium-win/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
+
+2013-03-07  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Make test behavior deterministic in multiprocess ports
+        https://bugs.webkit.org/show_bug.cgi?id=111643
+
+        Reviewed by Tony Chang.
+
+        Root cause is documented in wkbug.com/111642 but as a stop-gap - ensure
+        that this test doesn't fail flakily in multiprocess ports by moving the
+        last part of the test out of a limbo zone.
+
+        * storage/indexeddb/resources/index-multientry.js: Run subsequent part of
+        test in open's "success" handler rather than transaction's "complete" handler.
+
+2013-03-06  Ojan Vafai  <ojan@chromium.org>
+
+        Recalculate borders at the beginning of table layout
+        https://bugs.webkit.org/show_bug.cgi?id=111634
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/table/border-collapsing/cached-change-row-border-width-expected.png:
+        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
+        * fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
+        * fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:
+
+2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: http/tests/css/shared-stylesheet-mutation-preconstruct.html
+
+2013-03-07  David Hyatt  <hyatt@apple.com>
+
+        border-fit should happen at layout time rather than paint time
+        https://bugs.webkit.org/show_bug.cgi?id=111606
+        <rdar://problem/13101714>
+
+        Reviewed by Antti Koivisto.
+
+        * fast/block/border-fit-with-right-alignment-expected.html: Added.
+        * fast/block/border-fit-with-right-alignment.html: Added.
+
+2013-03-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        REGRESSION(r143727): Clicking / selecting inside an <embed> is broken
+        https://bugs.webkit.org/show_bug.cgi?id=111217
+
+        Reviewed by Julien Chaffraix.
+
+        Test rect and point based hit-testing inside embed and object child frames.
+
+        * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content-expected.txt: Added.
+        * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content.html: Added.
+        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
+        (checkPoint):
+
+2013-03-07  Alexey Proskuryakov  <ap@apple.com>
+
+        FormData should allow setting filename to empty
+        https://bugs.webkit.org/show_bug.cgi?id=111687
+
+        Reviewed by Brady Eidson.
+
+        * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
+        * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
+        * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
+        * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
+        * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.
+
+        * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.
+
+2013-03-07  Dean Jackson  <dino@apple.com>
+
+        inspector/debugger/debugger-expand-scope.html sometimes fails on Apple MountainLion Release WK1 (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=111754
+
+        Skipping this test so that Mac EWS can catch up.
+
+        * platform/mac/TestExpectations:
+
+2013-03-07  Dean Jackson  <dino@apple.com>
+
+        Chromium, mac-wk2 and mac need new baselines after fixing paint phases for composited scrolling.
+        https://bugs.webkit.org/show_bug.cgi?id=107952
+
+        New baseline for Mac.
+
+        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+
+2013-03-07  Aaron Colwell  <acolwell@chromium.org>
+
+        Remove GC code duplication in http/tests LayoutTests.
+        https://bugs.webkit.org/show_bug.cgi?id=111589
+
+        Reviewed by Kentaro Hara, Alexey Proskuryakov.
+
+        Replaced duplicated GC logic in various tests with a function call to the implementation
+        in /js-test-resources/js-test-pre.js
+
+        * http/tests/appcache/destroyed-frame.html:
+        * http/tests/media/media-source/video-media-source-sourcebufferlist-crash.html:
+        * http/tests/misc/async-script.html:
+        * http/tests/misc/embed-image-load-outlives-gc-without-crashing.html:
+        * http/tests/misc/image-input-type-outlives-gc-without-crashing.html:
+        * http/tests/misc/image-load-outlives-gc-without-crashing.html:
+        * http/tests/misc/javascript-url-stop-loaders.html:
+        * http/tests/misc/object-image-load-outlives-gc-without-crashing.html:
+        * http/tests/misc/svg-image-load-outlives-gc-without-crashing.html:
+        * http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html:
+        * http/tests/security/detached-sandboxed-frame-access.html:
+        * http/tests/websocket/tests/hybi/websocket-pending-activity.html:
+        * http/tests/xmlhttprequest/event-listener-gc.html:
+
+2013-03-07  Mike West  <mkwst@chromium.org>
+
+        XSSAuditor should send only one console error when blocking a page.
+        https://bugs.webkit.org/show_bug.cgi?id=110733
+
+        Reviewed by Daniel Bates.
+
+        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
+        * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
+        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-expected.txt:
+        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
+        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
+        * http/tests/security/xssAuditor/cached-frame-expected.txt:
+        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-location-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
+        * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
+        * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
+        * http/tests/security/xssAuditor/form-action-expected.txt:
+        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
+        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
+        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
+        * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+
+2013-03-07  Ian Vollick  <vollick@chromium.org>
+
+        Fix painting phases for composited scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=107618
+
+        Reviewed by Simon Fraser.
+
+        With composited scrolling, the scrolling contents layer paints the 
+        foreground and the main graphics layer paints the background. This 
+        causes a few problems:
+
+          1) If we create a foreground layer, we end up with two layers painting 
+             the foreground phase.
+          2) Focus rings / outlines paint into the foreground layer, so they end
+             up moving around with the scrolling contents.
+          3) Neg z-order descendants paint in the the main graphics layer and
+             will therefore not scroll.
+
+        To deal with 1) we need to stop painting the foreground into both the
+        foreground and scrolling contents layers. We also need to ensure that
+        the foreground layer is the right size and has the right offset from
+        renderer if we're on the composited scrolling path.
+
+        To deal with 2) and 3), I have added a new graphics layer painting phase 
+        flag -- GraphicsLayerPaintCompositedScroll -- and applied it to two
+        layers in the subtree created by RenderLayerBacking. This ultimately
+        affects the paint phase passed to RenderLayer::paintLayerContents and
+        allows us to paint the focus rings, outlines and negative z-order
+        descendants into the proper layers.
+
+        * compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+        * compositing/overflow/composited-scrolling-paint-phases.html: Added.
+        * platform/mac/compositing/overflom/composited-scrolling-paint-phases-expected.txt: Added.
+          This is a text-based test that checks that the graphics layer
+          painting phases are correct with composited scrolling + foreground
+          layers.
+        * compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents.html: Added.
+        * compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer.html: Added.
+          These tests cover cases 2) and 3) above.
+        * platform/chromium/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+          These have been updated to reflect the missing baselines.
+
+2013-03-07  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: identify layers for CSS generated content in LayerTreeAgent
+        https://bugs.webkit.org/show_bug.cgi?id=111551
+
+        New tests for layers associated with pseudo elements.
+
+        Reviewed by Simon Fraser.
+
+        * inspector-protocol/layers/layers-generated-content-expected.txt: Added.
+        * inspector-protocol/layers/layers-generated-content.html: Added.
+
+2013-03-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardneing. Skipped some failing tests.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-03-07  Keishi Hattori  <keishi@webkit.org>
+
+        Add clear button to date/time input types
+        https://bugs.webkit.org/show_bug.cgi?id=111319
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+        * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events.html: Added.
+        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt:
+        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
+        * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt:
+        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
+        * fast/forms/resources/common-clearbutton-change-and-input-events.js: Added.
+        (.testInput.onchange):
+        (.testInput.oninput):
+        (testClearButtonChangeAndInputEvents):
+        * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events.html: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
+        * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
+        * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+        * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events.html: Added.
+        * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt:
+        * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html:
+        * platform/chromium/TestExpectations:
+
+2013-03-07  Victor Carbune  <vcarbune@chromium.org>
+
+        TextTrackRegion Constructor
+        https://bugs.webkit.org/show_bug.cgi?id=110511
+
+        Reviewed by Adam Barth.
+
+        * TestExpectations:
+        * media/track/regions-webvtt/text-track-region-constructor-expected.txt: Added.
+        * media/track/regions-webvtt/text-track-region-constructor.html: Added.
+
+2013-03-06  Filip Pizlo  <fpizlo@apple.com>
+
+        ConvertThis should be turned into Identity based on predictions in Fixup, rather than based on proofs in ConstantFolding
+        https://bugs.webkit.org/show_bug.cgi?id=111674
+
+        Reviewed by Oliver Hunt.
+
+        * fast/js/dfg-convert-this-object-then-exit-on-other-expected.txt: Added.
+        * fast/js/dfg-convert-this-object-then-exit-on-other.html: Added.
+        * fast/js/dfg-convert-this-other-then-exit-on-object-expected.txt: Added.
+        * fast/js/dfg-convert-this-other-then-exit-on-object.html: Added.
+        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt: Added.
+        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other.html: Added.
+        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt: Added.
+        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-convert-this-object-then-exit-on-other.js: Added.
+        (foo):
+        * fast/js/script-tests/dfg-convert-this-other-then-exit-on-object.js: Added.
+        (foo):
+        * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-other.js: Added.
+        (foo):
+        * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-string.js: Added.
+        (foo):
+
+2013-03-07  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-03-07  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: NavigatorView should show (program) for uiSourceCodes with empty name.
+        https://bugs.webkit.org/show_bug.cgi?id=111691
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/debugger/navigator-view-expected.txt:
+        * inspector/debugger/navigator-view.html:
+
+2013-03-06  Takashi Sakamoto  <tasak@google.com>
+
+        Box-shadow displayed improperly with border-radius.
+        https://bugs.webkit.org/show_bug.cgi?id=111256
+
+        Reviewed by Simon Fraser.
+
+        * fast/borders/border-radius-with-box-shadow-01-expected.txt: Added.
+        * fast/borders/border-radius-with-box-shadow-01.html: Added.
+        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
+
+2013-03-06  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144726.
+        http://trac.webkit.org/changeset/144726
+        https://bugs.webkit.org/show_bug.cgi?id=111681
+
+        caused performance regression for Dromaeo attribute tests.
+        (Requested by arpitab on #webkit).
+
+        * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Removed.
+        * fast/dom/Element/getAttribute-case-insensitivity.html: Removed.
+
+2013-03-05  Kinuko Yasuda  <kinuko@chromium.org>
+
+        File.lastModifiedDate() should return the current date/time if the file date/time is not available
+        https://bugs.webkit.org/show_bug.cgi?id=111403
+
+        Reviewed by Kent Tamura.
+
+        * http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Updated.
+        * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Updated.
+
+2013-03-06  Jer Noble  <jer.noble@apple.com>
+
+        Unreviewed gardening.
+
+        * platform/win/TestExpectations:
+
+2013-03-06  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Extend our grammar to support 2 positions for grid-{row|column}
+        https://bugs.webkit.org/show_bug.cgi?id=110777
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
+        * fast/css-grid-layout/grid-item-column-row-get-set.html:
+        * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt:
+        * fast/css-grid-layout/grid-item-end-after-get-set.html:
+        * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt:
+        * fast/css-grid-layout/grid-item-start-before-get-set.html:
+        Extended the following test to ensure that grid-{row|column} are a
+        shortand for resp. grid-{before|after} and grid-{start|end}.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+        Removed grid-{row|column} as they are now shorthands so they don't appear
+        in the list of supported properties.
+
+2013-03-06  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops.html
+
+2013-03-06  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: media/encrypted-media/encrypted-media-events.html
+
+2013-03-06  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening AppleWin port.
+
+        * platform/win/TestExpectations:
+        * platform/win/cssom: Removed.
+        * platform/win/cssom/cssvalue-comparison-expected.txt: Removed.
+
+2013-03-06  Krzysztof Czech  <k.czech@samsung.com>
+
+        [EFL] Missing implementation of AccessibilityControllerEfl and AccessibilityUIElementEfl files
+        https://bugs.webkit.org/show_bug.cgi?id=110584
+
+        Reviewed by Gyuyoung Kim.
+
+        Unskipping LayoutTests/accessibility folder.
+        Added failure tests. Skipping those with missing expected results.
+
+        * platform/efl-wk1/TestExpectations:
+
+2013-03-06  Benjamin Poulain  <benjamin@webkit.org>
+
+        WebKitTestRunner needs layoutTestController.elementDoesAutoCompleteForElementWithId
+        https://bugs.webkit.org/show_bug.cgi?id=42696
+
+        Reviewed by Andreas Kling.
+
+        * security/set-form-autocomplete-attribute.html: Update the test.
+        * platform/wk2/TestExpectations: Unskip it for WebKit2.
+
+2013-03-06  Dean Jackson  <dino@apple.com>
+
+        REGRESSION (r143931): set-cookie-on-redirect.html still breaking subsequent tests
+        https://bugs.webkit.org/show_bug.cgi?id=111650
+
+        Unreviewed gardening.
+
+        * platform/mac/TestExpectations:
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: platform/chromium/fast/events/intercept-postmessage.html
+
+2013-03-06  Dean Jackson  <dino@apple.com>
+
+        REGRESSION (r144748-r144750): sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html failing on Apple MountainLion Debug WK1 (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=111647
+
+        Unreviewed skip in test expectations for Mac.
+
+        * platform/mac/TestExpectations:
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening: rebaselines.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
+
+2013-01-23  Jer Noble  <jer.noble@apple.com>
+
+        Default mouse cursor behavior should be auto-hide for full screen video with custom controls
+        https://bugs.webkit.org/show_bug.cgi?id=107601
+
+        Reviewed by Beth Dakin.
+
+        * fullscreen/video-cursor-auto-hide-expected.txt: Added.
+        * fullscreen/video-cursor-auto-hide.html: Added.
+
+        Add an expected failing result in platforms which do not enable CURSOR_VISIBILITY.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+
+2013-03-06  Jer Noble  <jer.noble@apple.com>
+
+        Full screen from an iframe with a z-index style will allow siblings with higher z-index to overlay full screen content.
+        https://bugs.webkit.org/show_bug.cgi?id=111637
+
+        Reviewed by Simon Fraser.
+
+        * fullscreen/full-screen-iframe-zIndex.html:
+
+2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>
+
+        editing/pasteboard/paste-4035648-fix.html should be a dump-as-markup test
+        https://bugs.webkit.org/show_bug.cgi?id=111639
+
+        Reviewed by Levi Weintraub.
+
+        Converted the test. Also renamed it to line-feed-between-br-and-b-should-not-reorder-pasted-content.html
+        to reflect the semantics of the test, and also added more description per radar bug.
+
+        * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content-expected.txt: Added.
+        * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content.html: Copied from
+        LayoutTests/editing/pasteboard/paste-4035648-fix.html.
+        * editing/pasteboard/paste-4035648-fix.html: Removed.
+        * platform/chromium-linux/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+        * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+        * platform/chromium/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+        * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+        * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+        * platform/mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+        * platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+        * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+        * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fast/dom/Window/window-special-properties.html
+
+2013-03-06  Dean Jackson  <dino@apple.com>
+
+        ASSERTION FAILED: m_tokenizer->state() == HTMLTokenizer::DataState
+        https://bugs.webkit.org/show_bug.cgi?id=110546
+
+        Unreviewed change to test expectations while the above bug is open.
+
+        * platform/mac/TestExpectations:
+
+2013-03-06  Levi Weintraub  <leviw@chromium.org>
+
+        InsertUnorderedList can lead to lost content and assertions in moveParagraphs
+        https://bugs.webkit.org/show_bug.cgi?id=111228
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/deleting/pruning-after-merge-1-expected.txt:
+        * editing/execCommand/insert-remove-block-list-inside-presentational-inline-expected.txt: Added.
+        * editing/execCommand/insert-remove-block-list-inside-presentational-inline.html: Added.
+        * editing/pasteboard/paste-and-sanitize-expected.txt:
+        * editing/pasteboard/paste-and-sanitize.html:
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: compositing/rtl/..
+
+2013-03-06  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening of AppleWin port.
+
+        * platform/win/TestExpectations:
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: svg/css/font-face-crash.html
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg
+
+2013-03-06  Victor Costan  <costan@gmail.com>
+
+        Cleanup in multipart FormData tests.
+        https://bugs.webkit.org/show_bug.cgi?id=111603
+
+        Reviewed by Alexey Proskuryakov.
+
+        * http/tests/local/formdata/resources/send-form-data-common.js:
+        (sendFormData): JavaScript style cleanup.
+        (testSendingFormData): JavaScript style, bugfix in checking if
+        eventSender.beginDragWithFiles needs to be called.
+        * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Better test description.
+        * http/tests/local/formdata/send-form-data-with-filename.html: Better test description.
+
+2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky crash test expectation to platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html
+        on Mac per 111613.
+
+        * platform/mac/TestExpectations:
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: animations/animation-delay-changed.html
+
+2013-03-06  Tony Chang  <tony@chromium.org>
+
+        fast/css/hover-update.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=111592
+
+        Reviewed by Ryosuke Niwa.
+
+        Speculative fix for a flaky test. The test sometimes fails on slower machines (mostly debug).
+        Re-check the results in a loop for up to 200ms to see if the :hover pseudo style applies.
+
+        Also force a layout after changing the style, which should also trigger the :hover style.
+
+        * fast/css/hover-update.html:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening: svg/custom/foreign-object-skew.svg
+
+        * platform/chromium/TestExpectations:
+
+2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        editing/pasteboard/paste-table-cells.html should be a dump-as-markup test
+        https://bugs.webkit.org/show_bug.cgi?id=111491
+
+        Reviewed by Levi Weintraub.
+
+        Converted the test.
+
+        * editing/pasteboard/paste-table-cells-expected.txt: Added.
+        * editing/pasteboard/paste-table-cells.html:
+        * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+        * platform/chromium/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+        * platform/gtk/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/gtk/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+        * platform/mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/mac/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+        * platform/qt/editing/pasteboard/paste-table-cells-expected.png: Removed.
+        * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+
+2013-03-06  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium windows rebaselines for r144837.
+
+        * platform/chromium-linux/fast/invalid/017-expected.txt: Removed.
+        * platform/chromium-linux/fast/invalid/018-expected.txt: Removed.
+        * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/chromium-win/fast/invalid/017-expected.txt:
+        * platform/chromium-win/fast/invalid/018-expected.txt:
+        * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt:
+        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+        * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+        * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+        * platform/mac-lion/tables/mozilla/bugs: Removed.
+        * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/mac-wk2/tables/mozilla/bugs: Removed.
+        * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+        * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+        * platform/win-future/tables: Added.
+        * platform/win-future/tables/mozilla: Added.
+        * platform/win-future/tables/mozilla/bugs: Added.
+        * platform/win-future/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+        * platform/win-future/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/win-future/tables/mozilla_expected_failures: Added.
+        * platform/win-future/tables/mozilla_expected_failures/bugs: Added.
+        * platform/win-future/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+        * tables/mozilla/bugs/bug113235-2-expected.txt: Replaced.
+        * tables/mozilla/bugs/bug9024-expected.txt: Replaced.
+        * tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.
+
+2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed, rolling out r144924.
+        http://trac.webkit.org/changeset/144924
+        https://bugs.webkit.org/show_bug.cgi?id=109908
+
+        caused multiple crashes in inspector/debugger tests
+
+        * inspector-protocol/persistent-id-expected.txt: Removed.
+        * inspector-protocol/persistent-id.html: Removed.
+        * inspector/console/command-line-api-expected.txt:
+
+2013-03-06  Florin Malita  <fmalita@chromium.org>
+
+        SVG pattern to pattern reference does not work if first pattern has a child node
+        https://bugs.webkit.org/show_bug.cgi?id=111586
+
+        Reviewed by Philip Rogers.
+
+        * svg/custom/pattern-reference-expected.svg: Added.
+        * svg/custom/pattern-reference.svg: Added.
+
+2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky failure expectation to fast/css/hover-update.html on Mac per bug 111592.
+
+        * platform/mac/TestExpectations:
+
+2013-03-06  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Added new baseline after r144837.
+
+        * platform/qt/fast/invalid/017-expected.txt:
+        * platform/qt/fast/invalid/018-expected.txt:
+        * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
+        * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+
+2013-03-06  Douglas Stockwell  <dstockwell@chromium.org>
+
+        REGRESSION(r111639): delayed animation start can be postponed
+        https://bugs.webkit.org/show_bug.cgi?id=108582
+
+        Reviewed by Darin Adler.
+
+        * animations/animation-delay-changed-expected.txt: Added.
+        * animations/animation-delay-changed.html: Added.
+
+2013-03-06  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Adjusting the expectation for fast/workers/shared-worker-load-error.html.
+        * platform/gtk/TestExpectations: Add an expectation for a test added in r144824.
+
+2013-03-06  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Update open resource dialog when new uiSourceCodes are loaded.
+        https://bugs.webkit.org/show_bug.cgi?id=111327
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/filtered-item-selection-dialog-filtering.html:
+
+2013-03-05  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: support stable remote object ids
+        https://bugs.webkit.org/show_bug.cgi?id=109908
+
+        Reviewed by Pavel Feldman.
+
+        Test that same object will have same id if requested several times.
+
+        * inspector-protocol/persistent-id-expected.txt: Added.
+        * inspector-protocol/persistent-id.html: Added.
+        * inspector/console/command-line-api-expected.txt:
+
+2013-03-06  Krzysztof Czech  <k.czech@samsung.com>
+
+        Unreviewed EFL gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=111571
+
+        Gardening; added accessibility failure tests.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-03-06  Alexis Menard  <alexis@webkit.org>
+
+        Do not add CSSPropertyBorderImage shorthand part of the property list when parsing CSS border property
+        https://bugs.webkit.org/show_bug.cgi?id=111481
+
+        Reviewed by Julien Chaffraix.
+
+        As now border-image is expanded when we sucessfully parsed a CSS border,
+        this test needs to be updated to reflect that the longhands are now
+        part of the declarated style. 
+
+        * inspector/styles/styles-new-API-expected.txt:
+
+2013-03-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening
+
+        Added new baselines after r144837 and marked as failures
+        some pasteboard tests that we don't support yet.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/invalid/017-expected.txt:
+        * platform/efl/fast/invalid/018-expected.txt:
+        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt:
+        * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+
+2013-03-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip authentication test that is now passing on EFL port.
+
+        * platform/efl/TestExpectations:
+
+2013-03-06  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding a failure expectation for a test added in r144877.
+        * platform/gtk/fast/invalid/017-expected.txt: Rebaselining after r144837.
+        * platform/gtk/fast/invalid/018-expected.txt: Ditto.
+        * platform/gtk/tables/mozilla/bugs/bug113235-2-expected.txt: Added. Ditto.
+        * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Added. Ditto.
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added. Ditto.
+
+2013-03-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        REGGRESSION (r142112): It made compositing tests fail on EFL, Qt.
+        https://bugs.webkit.org/show_bug.cgi?id=109291
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskip now passing test, and move baselines specific to having no scrolling-coordinator to WK1.
+
+        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png.
+        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt.
+        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png.
+        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt.
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2013-03-06  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Delete http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
+
+2013-03-06  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144859.
+        http://trac.webkit.org/changeset/144859
+        https://bugs.webkit.org/show_bug.cgi?id=111519
+
+        Introduced a test that calls non-exist function on non-
+        Chromium ports and crash on Chromium (Requested by rniwa on
+        #webkit).
+
+        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Removed.
+        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Removed.
+        * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Removed.
+
+2013-03-06  Tony Chang  <tony@chromium.org>
+
+        Crash during middle mouse click when page is removed
+        https://bugs.webkit.org/show_bug.cgi?id=111489
+
+        Reviewed by Hajime Morrita.
+
+        * editing/pasteboard/resources/selection-paste-crash.html: Added.
+        * editing/pasteboard/selection-paste-crash-expected.txt: Added.
+        * editing/pasteboard/selection-paste-crash.html: Added.
+
+2013-03-05  Claudio Saavedra  <csaavedra@igalia.com>
+
+        Make toggle-unlink.html test Mac specific behaviour
+        https://bugs.webkit.org/show_bug.cgi?id=111321
+
+        Reviewed by Ryosuke Niwa.
+
+        A new test for Windows behavior will have to be added once bug
+        110487 is landed.
+
+        * editing/execCommand/script-tests/toggle-unlink-mac.js: Renamed
+        from
+        LayoutTests/editing/execCommand/script-tests/toggle-unlink.js.
+        Also set editing behaviour to Mac.
+        * editing/execCommand/toggle-unlink-mac-expected.txt: Renamed from
+        LayoutTests/editing/execCommand/toggle-unlink-expected.txt.
+        * editing/execCommand/toggle-unlink-mac.html: Renamed from
+        LayoutTests/editing/execCommand/toggle-unlink.html.
+
+2013-03-05  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky crash test expectation to editing/selection/selection-invalid-offset.html
+        on Mac per bug 111521.
+
+        * platform/mac/TestExpectations:
+
+2013-03-05  Filip Pizlo  <fpizlo@apple.com>
+
+        Add test coverage for DCE and type checks.
+
+        Rubber stamped by Geoffrey Garen.
+
+        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement-expected.txt: Added.
+        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.html: Added.
+        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-expected.txt: Added.
+        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js: Added.
+        (foo):
+        * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js: Added.
+        (foo):
+
+2013-03-05  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fast/dom/HTMLDocument/document-special-properties.html
+
+2013-03-05  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
+
+2013-03-05  Hayato Ito  <hayato@chromium.org>
+
+        [Shadow] Implements event re-targeting for Touch Events.
+        https://bugs.webkit.org/show_bug.cgi?id=107800
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/resources/event-dispatching.js:
+        (recordEvent):
+        (dumpTouchList):
+        (sortDispatchedEvent):
+        (showSandboxTree):
+        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
+        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html:
+        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
+        * fast/dom/shadow/touch-event-retargeting-expected.txt: Added.
+        * fast/dom/shadow/touch-event-retargeting.html: Added.
+
+2013-03-05  Filip Pizlo  <fpizlo@apple.com>
+
+        Add test coverage for DCE and type checks.
+
+        Rubber stampted by Geoffrey Garen.
+
+        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt: Added.
+        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js: Added.
+        (foo):
+
+2013-03-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening. AppleWin port.
+
+        * platform/win/TestExpectations:
+
+2013-03-05  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG may infer an edge to be a double-using edge and then later experience multiple-personality disorder with respect to that particular decision
+        https://bugs.webkit.org/show_bug.cgi?id=109393
+
+        Rubber stamped by Geoffrey Garen.
+
+        * fast/js/dfg-double-addition-simplify-to-int-expected.txt: Added.
+        * fast/js/dfg-double-addition-simplify-to-int.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-double-addition-simplify-to-int.js: Added.
+        (foo):
+
+2013-03-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening. AppleWin port.
+
+        * platform/win/cssom: Added.
+        * platform/win/cssom/cssvalue-comparison-expected.txt: Added.
+
+2013-03-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening. AppleWin port.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/forms/number: Added.
+        * platform/win/fast/forms/number/number-l10n-input-expected.txt: Added.
+
+2013-03-05  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg
+
+2013-03-05  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: plugins/plugin-clip-subframe.html
+
+2013-03-05  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fast/regions/region-style-in-columns.html
+
+2013-03-05  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG DCE might eliminate checks unsoundly
+        https://bugs.webkit.org/show_bug.cgi?id=109389
+
+        Reviewed by Oliver Hunt.
+
+        * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit-expected.txt: Added.
+        * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit.html: Added.
+        * fast/js/dfg-arguments-osr-exit-multiple-blocks-expected.txt: Added.
+        * fast/js/dfg-arguments-osr-exit-multiple-blocks.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks-before-exit.js: Added.
+        (baz):
+        (foo):
+        (bar):
+        * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks.js: Added.
+        (baz):
+        (foo):
+        (bar):
+
+2013-03-05  Hayato Ito  <hayato@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: inspector/console/command-line-api-inspect.html
+
+2013-03-05  Aaron Colwell  <acolwell@chromium.org>
+
+        Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
+        https://bugs.webkit.org/show_bug.cgi?id=110623
+
+        Reviewed by Eric Seidel.
+
+        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
+        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
+        * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.
+
+2013-03-05  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: Support aria-posinset/setsize
+        https://bugs.webkit.org/show_bug.cgi?id=109725
+
+        Reviewed by Tim Horton.
+
+        * platform/mac/accessibility/aria-setsize-posinset-expected.txt: Added.
+        * platform/mac/accessibility/aria-setsize-posinset.html: Added.
+
+2013-03-05  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed apple rebaselines for r144837.
+
+        * fast/invalid/017-expected.txt: Added.
+        * fast/invalid/018-expected.txt: Added.
+        * platform/chromium-mac/fast/invalid/017-expected.txt: Removed.
+        * platform/chromium-mac/fast/invalid/018-expected.txt: Removed.
+        * platform/mac-lion/tables/mozilla/bugs: Added.
+        * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+        * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/mac-lion/tables/mozilla_expected_failures: Removed.
+        * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+        * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/mac/fast/invalid/017-expected.txt: Removed.
+        * platform/mac/fast/invalid/018-expected.txt: Removed.
+        * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+
+2013-03-05  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaselines for r144837.
+
+        * platform/chromium-linux/fast/invalid/017-expected.txt: Added.
+        * platform/chromium-linux/fast/invalid/018-expected.txt: Added.
+        * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+        * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/chromium-mac/fast/invalid/017-expected.txt: Added.
+        * platform/chromium-mac/fast/invalid/018-expected.txt: Added.
+        * platform/chromium-mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
+        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+        * platform/chromium/fast/invalid/017-expected.txt: Removed.
+        * platform/chromium/fast/invalid/018-expected.txt: Removed.
+        * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+        * platform/chromium/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.
+
+2013-03-05  Peter Nelson  <peter@peterdn.com>
+
+        [WinCairo] Support for cookies is incomplete
+        https://bugs.webkit.org/show_bug.cgi?id=110147
+
+        Reviewed by Brent Fulgham.
+        
+        Re-enabled cookie tests for WinCairo.
+        Added test to check whether cookie set in HTTP response is accessible in JS.
+
+        * http/tests/cookies/http-get-cookie-set-in-js-expected.txt: Added.
+        * http/tests/cookies/http-get-cookie-set-in-js.html: Added.
+        * http/tests/cookies/resources/cookies-test-pre.js:
+        (clearAllCookies): Cookies set in JS now correctly cleared.
+        * platform/wincairo/TestExpectations:
+
+2013-03-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. AppleWin gardening.
+
+        * platform/win/TestExpectations:
+        * platform/win/css3/filters/effect-reference-expected.txt:
+        * platform/win/css3/filters/effect-reference-hw-expected.txt:
+
+2013-03-05  Andrew Scherkus  <scherkus@chromium.org>
+
+        Unreviewed rebaseline of media/track/track-cue-rendering-*.html
+        https://bugs.webkit.org/show_bug.cgi?id=111388
+
+        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: /inspector/debugger/debugger-script-preprocessor.html
+
+2013-03-05  Emil A Eklund  <eae@chromium.org>
+
+        ASSERTION FAILED: i < size(), UNKNOWN in WebCore::RenderTableSection::layout
+        https://bugs.webkit.org/show_bug.cgi?id=108838
+
+        Reviewed by Levi Weintraub.
+        
+        Add test for calling requestFullscreen on an element with a
+        table-section display type.
+
+        * fullscreen/full-screen-table-section-expected.txt: Added.
+        * fullscreen/full-screen-table-section.html: Added.
+
+2013-03-05  Roger Fong  <roger_fong@apple.com>
+
+               Unreviewed. Skip tests on Windows to make EWS bots happier.
+
+               * platform/win/TestExpectations:
+
+2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: fullscreen/full-screen-iframe-allowed-prexied.
+
+2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Remove old Mac test expectations for the bug 106412.
+
+        * platform/mac/TestExpectations:
+
+2013-03-05  Stephen Chenney  <schenney@chromium.org>
+
+        Crash when ImageLoader deletes Element inside SVGImageElement
+        https://bugs.webkit.org/show_bug.cgi?id=111085
+
+        Reviewed by Abhishek Arya.
+
+        * svg/custom/image-with-attr-change-after-delete-crash-expected.txt: Added.
+        * svg/custom/image-with-attr-change-after-delete-crash.html: Added.
+
+2013-03-05  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: identify reflection layers in LayerTreeAgent
+        https://bugs.webkit.org/show_bug.cgi?id=111419
+
+        New test for reflection layers and an updated output for the
+        existing layersForNode() test since we changed the coordinates
+        for the "bounds" property to be absolute instead of local.
+
+        Reviewed by Dean Jackson.
+
+        * inspector-protocol/layers/layers-for-node-expected.txt:
+        * inspector-protocol/layers/layers-reflected-content-expected.txt: Added.
+        * inspector-protocol/layers/layers-reflected-content.html: Added.
+
+2013-03-05  Alok Priyadarshi  <alokp@chromium.org>
+
+        Rebaseline text output for opaque GraphicsLayers
+        https://bugs.webkit.org/show_bug.cgi?id=109507
+
+        Unreviewed rebaseline.
+
+        * compositing/contents-opaque/contents-opaque-background-color-expected.txt:
+        * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt:
+        * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-background-color-expected.txt.
+        * platform/chromium/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt.
+        * platform/chromium/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt.
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+        * platform/efl/TestExpectations:
+        * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        editing/pasteboard/paste-text-005.html, paste-text-006.html, and paste-text-007.html should be dump-as-markup tests
+        https://bugs.webkit.org/show_bug.cgi?id=111466
+
+        Reviewed by Levi Weintraub.
+
+        * editing/pasteboard/paste-text-005-expected.txt: Added.
+        * editing/pasteboard/paste-text-005.html:
+        * editing/pasteboard/paste-text-006-expected.txt: Added.
+        * editing/pasteboard/paste-text-006.html:
+        * editing/pasteboard/paste-text-007-expected.txt: Added.
+        * editing/pasteboard/paste-text-007.html:
+        * platform/chromium-linux/editing/pasteboard/paste-text-005-expected.png: Removed.
+        * platform/chromium-linux/editing/pasteboard/paste-text-006-expected.png: Removed.
+        * platform/chromium-linux/editing/pasteboard/paste-text-007-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/pasteboard/paste-text-005-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/pasteboard/paste-text-006-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/pasteboard/paste-text-007-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-005-expected.txt: Removed.
+        * platform/chromium-mac/editing/pasteboard/paste-text-005-expected.png: Removed.
+        * platform/chromium-mac/editing/pasteboard/paste-text-006-expected.png: Removed.
+        * platform/chromium-mac/editing/pasteboard/paste-text-007-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-text-005-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-text-006-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-text-007-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt: Removed.
+        * platform/chromium/editing/pasteboard/paste-text-005-expected.txt: Removed.
+        * platform/chromium/editing/pasteboard/paste-text-006-expected.txt: Removed.
+        * platform/chromium/editing/pasteboard/paste-text-007-expected.txt: Removed.
+        * platform/gtk/editing/pasteboard/paste-text-005-expected.txt: Removed.
+        * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Removed.
+        * platform/gtk/editing/pasteboard/paste-text-007-expected.txt: Removed.
+        * platform/mac/editing/pasteboard/paste-text-005-expected.png: Removed.
+        * platform/mac/editing/pasteboard/paste-text-005-expected.txt: Removed.
+        * platform/mac/editing/pasteboard/paste-text-006-expected.png: Removed.
+        * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Removed.
+        * platform/mac/editing/pasteboard/paste-text-007-expected.png: Removed.
+        * platform/mac/editing/pasteboard/paste-text-007-expected.txt: Removed.
+        * platform/qt/editing/pasteboard/paste-text-005-expected.png: Removed.
+        * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Removed.
+        * platform/qt/editing/pasteboard/paste-text-006-expected.png: Removed.
+        * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Removed.
+        * platform/qt/editing/pasteboard/paste-text-007-expected.png: Removed.
+        * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Removed.
+        * platform/win/editing/pasteboard/paste-text-005-expected.txt: Removed.
+
+2013-03-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        editing/pasteboard/paste-table-003.html should be a dump-as-text test
+        https://bugs.webkit.org/show_bug.cgi?id=111400
+
+        Reviewed by Levi Weintraub.
+
+        Convert the test to a dump-as-text test. The output is much easier to understand now.
+        Also moved the test description out of the root element so that it won't be repeated
+        multiple times in the output.
+
+        * editing/pasteboard/paste-table-003-expected.txt: Added.
+        * editing/pasteboard/paste-table-003.html:
+        * platform/chromium-linux/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/chromium-mac/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt: Removed.
+        * platform/chromium/editing/pasteboard/paste-table-003-expected.txt: Removed.
+        * platform/gtk/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/gtk/editing/pasteboard/paste-table-003-expected.txt: Removed.
+        * platform/mac/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/mac/editing/pasteboard/paste-table-003-expected.txt: Removed.
+        * platform/qt/editing/pasteboard/paste-table-003-expected.png: Removed.
+        * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Removed.
+
+2013-03-05  Victor Carbune  <vcarbune@chromium.org>
+
+        Cue line-height property shouldn't be inherited from the video element
+        https://bugs.webkit.org/show_bug.cgi?id=111262
+
+        Reviewed by Eric Carlson.
+
+        * media/track/captions-webvtt/captions-snap-to-lines-set.vtt: Updated.
+        * media/track/track-cue-rendering-on-resize-expected.txt: Added.
+        * media/track/track-cue-rendering-on-resize.html: Added.
+
+2013-03-05  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Unskipping the fast/workers/shared-worker-load-error.html layout test
+        and adding a flaky timeout expectation for it. Looking for testing data from the EFL port on this test.
+        * platform/gtk-wk1/TestExpectations: Removed an expectation for a test that was removed in r144624.
+        * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r144714 and r144747.
+
+2013-03-05  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Allow local and remote descriptions to be accessed after close
+        https://bugs.webkit.org/show_bug.cgi?id=111437
+
+        Reviewed by Adam Barth.
+
+        Expanding tests to check the new behaviour.
+
+        * fast/mediastream/RTCPeerConnection-localDescription-expected.txt:
+        * fast/mediastream/RTCPeerConnection-localDescription.html:
+        * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt:
+        * fast/mediastream/RTCPeerConnection-remoteDescription.html:
+
+2013-03-05  Eric Seidel  <eric@webkit.org>
+
+        Multiple html5lib Layout Tests are slow since r144032
+        https://bugs.webkit.org/show_bug.cgi?id=110876
+
+        Reviewed by Tony Chang.
+
+        Skip the html5lib tests when in debug mode.  The -data variants
+        almost always timeout due to v8 boot-up time:
+        https://code.google.com/p/v8/issues/detail?id=2567
+
+        These timeouts sometimes manifest as failures, and we've even
+        seen crashes (with empty stacks!?) of these tests on Win and Mac in Debug, so
+        skipping them until they run in a reasonable time and can
+        be debugged further.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: expectations for transitions/transitions-parsing.html
+
+2013-03-05  Terry Anderson  <tdanderson@chromium.org>
+
+        [chromium] Unreviewed gardening
+
+        Unreviewed gardening 
+
+        * platform/chromium/TestExpectations:
+
+2013-03-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        editing/pasteboard/5247341.html should be a dump-as-markup test
+        https://bugs.webkit.org/show_bug.cgi?id=111397
+
+        Reviewed by Darin Adler.
+
+        Convert the test to use dump-as-markup.js. Also rename it to preserve-line-break-at-end-of-pasted-content
+        to reflect the content of the test.
+
+        * editing/pasteboard/5247341.html: Removed.
+        * editing/pasteboard/preserve-line-break-at-end-of-pasted-content-expected.txt: Added.
+        * editing/pasteboard/preserve-line-break-at-end-of-pasted-content.html: Copied from LayoutTests/editing/pasteboard/5247341.html.
+        * platform/chromium-linux/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/chromium-mac/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/chromium-win/editing/pasteboard/5247341-expected.txt: Removed.
+        * platform/chromium/editing/pasteboard/5247341-expected.txt: Removed.
+        * platform/gtk/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/gtk/editing/pasteboard/5247341-expected.txt: Removed.
+        * platform/mac/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/mac/editing/pasteboard/5247341-expected.txt: Removed.
+        * platform/qt/editing/pasteboard/5247341-expected.png: Removed.
+        * platform/qt/editing/pasteboard/5247341-expected.txt: Removed.
+
+2013-03-05  Tony Chang  <tony@chromium.org>
+
+        Fix some crashes in render sliders
+        https://bugs.webkit.org/show_bug.cgi?id=111458
+
+        Reviewed by Ojan Vafai.
+
+        * fast/forms/range/slider-inline-crash-expected.txt: Added.
+        * fast/forms/range/slider-inline-crash.html: Added.
+
+2013-03-04  Andrew Scherkus  <scherkus@chromium.org>
+
+        REGRESSION(r142191): Fix closed caption buttons for ports still using the painting path.
+        https://bugs.webkit.org/show_bug.cgi?id=111109
+
+        Reviewed by Eric Carlson.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-05  Bem Jones-Bey  <bjonesbe@adobe.com>
+
+        [CSS Exclusions] shape-outside on floats for polygon shapes
+        https://bugs.webkit.org/show_bug.cgi?id=98676
+
+        Reviewed by David Hyatt.
+
+        Simple test for floats with polygonal shape-outside.
+
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon-expected.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon.html: Added.
+
+2013-03-05  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: aria-label does not override text content on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=111222
+
+        Reviewed by David Kilzer.
+
+        * platform/iphone-simulator/accessibility/aria-label-with-internal-text-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/aria-label-with-internal-text.html: Added.
+
+2013-03-05  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Add parsing for grid-{end|after}
+        https://bugs.webkit.org/show_bug.cgi?id=111372
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt: Added.
+        * fast/css-grid-layout/grid-item-end-after-get-set.html: Added.
+        Note that some of the test fails as we don't treat grid-{row|column} as a shorthand.
+
+2013-03-05  Mark Lam  <mark.lam@apple.com>
+
+        Improve robustness of WebSQL quota management.
+        https://bugs.webkit.org/show_bug.cgi?id=110600.
+
+        Reviewed by Geoffrey Garen.
+
+        * storage/websql/multiple-databases-garbage-collection.js:
+        - This test runs 2 transactions on 2 databases (1 each). The 2 databases
+          are named "persistent" and "forgotten". The test executes the
+          transaction on "persistent" first, but expects the transaction on
+          "forgotten" to finish first. This is because "forgotten"'s transaction
+          is a smaller one. The new changes to SQLTransactionCoordinator now
+          ensures that a write transaction must completes before another is
+          started for databases in the same origin. Hence, the previously expected
+          result will no longer be true.
+
+          Regardless, the purpose of the test is not to test the order of
+          completion but that resources are reclaimed. So, I'm changing the test
+          to start the "forgotten" transaction first followed by the "persistent"
+          transaction. This ensures that the test will yield consistent results
+          even when run on ports that may allow more than one write transaction
+          to run at the same time.
+
+2013-03-05  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: remove length parameter from Parse HTML timeline event
+        https://bugs.webkit.org/show_bug.cgi?id=111421
+
+        Reviewed by Yury Semikhatsky.
+
+        - removed length field from ParseHTML data in expectations.
+
+        * inspector/timeline/timeline-parse-html-expected.txt:
+
+2013-03-05  Tim Horton  <timothy_horton@apple.com>, Grzegorz Czajkowski  <g.czajkowski@samsung.com>
+
+        [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
+        https://bugs.webkit.org/show_bug.cgi?id=81042
+
+        Reviewed by Enrica Casucci.
+
+        Gardening of the asynchronous spell checking tests.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        Some tests need to be skipped as they require features not
+        implemented for EFL yet (pasteboard, grammar checking, text replacement).
+
+        * platform/gtk-wk2/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/qt-5.0-wk2/TestExpectations:
+        Skip asynchronous spell checking for GTK+, Mac, Qt unless
+        they implement TextChecker::requestCheckingOfText.
+
+        * platform/wk2/TestExpectations:
+        Remove asynchronous spell checking tests from global wk2's
+        as they are passing for EFL.
+
+2013-03-05  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Add the getStreamById method on RTCPeerConnection
+        https://bugs.webkit.org/show_bug.cgi?id=111311
+
+        Reviewed by Adam Barth.
+
+        * fast/mediastream/MediaStream-add-remove-tracks.html:
+        * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
+        * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
+
+2013-03-05  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: allow retrieval of composited layers in a given DOM subtree
+        https://bugs.webkit.org/show_bug.cgi?id=111312
+
+        New test for the LayerTree.layersForNode() method.
+
+        Reviewed by Simon Fraser.
+
+        * inspector-protocol/layers/layers-for-node-expected.txt: Added.
+        * inspector-protocol/layers/layers-for-node.html: Added.
+
+2013-03-05  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Crash when MathML used in CSS Regions
+        https://bugs.webkit.org/show_bug.cgi?id=110686
+
+        Reviewed by David Hyatt.
+
+        Add a test to verify regions and MathML do not crash.
+
+        * fast/regions/mathml-crash-expected.txt: Added.
+        * fast/regions/mathml-crash.html: Added.
+
+2013-03-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed, EFL gardening.
+
+        Skip failing tests on EFL bots.
+
+        * platform/efl/TestExpectations:
+
+2013-03-05  Kinuko Yasuda  <kinuko@chromium.org>
+
+        Unreviewed; updating test expectations.
+
+        fast/regions/seamless-iframe-flowed-into-regions.html is failing not only with debug build.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>
+
+        Unreviewed, adding crashing test to the expectations.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-04  Uday Kiran  <udaykiran@motorola.com>
+
+        getPropertyValue for -webkit-text-stroke returns null, should compute the shorthand value
+        https://bugs.webkit.org/show_bug.cgi?id=111018
+
+        Reviewed by Alexander Pavlov.
+
+        Added test for getPropertyValue("-webkit-text-stroke").
+
+        * fast/css/getPropertyValue-webkit-text-stroke-expected.txt: Added.
+        * fast/css/getPropertyValue-webkit-text-stroke.html: Added.
+
+2013-03-04  Uday Kiran  <udaykiran@motorola.com>
+
+        getPropertyValue for -webkit-columns returns null, should compute the shorthand value
+        https://bugs.webkit.org/show_bug.cgi?id=111011
+
+        Reviewed by Alexander Pavlov.
+
+        Added test for getPropertyValue("-webkit-columns").
+
+        * fast/css/getPropertyValue-columns-expected.txt: Added.
+        * fast/css/getPropertyValue-columns.html: Added.
+
+2013-03-04  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Do not accumulate file system files, add them to workspace immediately
+        https://bugs.webkit.org/show_bug.cgi?id=111325
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/file-system-project.html:
+
+2013-03-04  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: cellForColumnAndRow fails for tables with hidden table cells
+        https://bugs.webkit.org/show_bug.cgi?id=110050
+
+        Reviewed by Tim Horton.
+
+        * accessibility/table-with-hidden-head-section-expected.txt: Added.
+        * accessibility/table-with-hidden-head-section.html: Added.
+        * platform/chromium/TestExpectations:
+
+2013-03-04  Arpita Bahuguna  <a.bah@samsung.com>
+
+        getAttribute does not behave correctly for mixed-case attributes on HTML elements
+        https://bugs.webkit.org/show_bug.cgi?id=105713
+
+        Reviewed by Andreas Kling.
+
+        * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Added.
+        * fast/dom/Element/getAttribute-case-insensitivity.html: Added.
+        Layout test added for verifying that getAttribute() and getAttributeNode()
+        APIs convert the passed attribute name to lowercase before comparing
+        against the existing attributes.
+
+2013-03-04  Joshua Bell  <jsbell@chromium.org>
+
+        [V8] Add LayoutTests for SerializedScriptValue Int32/Uint32 cases
+        https://bugs.webkit.org/show_bug.cgi?id=111364
+
+        Reviewed by Kentaro Hara.
+
+        A lack of layout tests for SerializedScriptValue special cases let
+        crbug.com/179280 slip in and out un-noticed. Rectify the situation.
+
+        * platform/chromium/fast/storage/serialized-script-value-expected.txt:
+        * platform/chromium/fast/storage/serialized-script-value.html:
+        * storage/indexeddb/structured-clone-expected.txt:
+        * storage/indexeddb/structured-clone.html:
+
+2013-03-04  Brandon Jones  <bajones@google.com>
+
+        WEBGL_compressed_texture_atc implementation
+        https://bugs.webkit.org/show_bug.cgi?id=110496
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/extensions/webgl-compressed-texture-atc-expected.txt: Added.
+        * webgl/conformance/extensions/webgl-compressed-texture-atc.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-atc.html: Added.
+
+2013-03-04  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: Exceptions when WebInspector run in hosted mode.
+        https://bugs.webkit.org/show_bug.cgi?id=111326
+
+        Reviewed by Pavel Feldman.
+
+        Test runtime commands code generator output.
+
+        * inspector/inspector-backend-commands-generation-expected.txt: Added.
+        * inspector/inspector-backend-commands-generation.html: Added.
+
+2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>
+
+        Rebaseline 4 virtual/softwarecompositing tests.
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+
+2013-03-04  Adam Barth  <abarth@webkit.org>
+
+        Background HTML parser can rewind the tokenizer after end-of-file
+        https://bugs.webkit.org/show_bug.cgi?id=111365
+
+        Reviewed by Eric Seidel.
+
+        * fast/parser/document-write-fighting-eof.html: Added.
+
+2013-03-04  Tim 'mithro' Ansell  <mithro@mithis.com>
+
+        Make sure that clearOwnerNode also clears StyleResolver references (via didMutate).
+        https://bugs.webkit.org/show_bug.cgi?id=109446
+
+        Reviewed by Eric Seidel.
+
+        * fast/css/stylesheet.innerHTML-calls-didmutate-expected.txt: Added.
+        * fast/css/stylesheet.innerHTML-calls-didmutate.html: Added.
+
+2013-03-04  Christian Biesinger  <cbiesinger@chromium.org>
+
+        REGRESSION (r143643): Buttons containing floats render differently
+        https://bugs.webkit.org/show_bug.cgi?id=110933
+
+        Reviewed by Ojan Vafai.
+
+        * css3/flexbox/float-inside-flexitem-expected.html: Added.
+        * css3/flexbox/float-inside-flexitem.html: Added.
+        * fast/forms/button-with-float-expected.html: Added.
+        * fast/forms/button-with-float.html: Added.
+
+2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed, rolling out r144595.
+        http://trac.webkit.org/changeset/144595
+        https://bugs.webkit.org/show_bug.cgi?id=90341
+
+        Causing multiple crashes in fast/dom/Element/* tests (hits
+        assert in Attr.cp:215)
+
+        * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Removed.
+        * fast/dom/Element/setAttributeNode-case-insensitivity.html: Removed.
+
+2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: touch-gesture-noscroll-body-* are failing on mac.
+
+2013-03-04  Chris Fleizach  <cfleizach@apple.com>
+
+        Support WebSpeech - Speech Synthesis
+        https://bugs.webkit.org/show_bug.cgi?id=106742
+
+        Reviewed by Simon Fraser.
+
+        Unskip speech synthesis tests.
+
+        * fast/dom/script-tests/constructed-objects-prototypes.js:
+        (constructorPropertiesOnWindow):
+        * platform/mac/TestExpectations:
+
+2013-03-04  Ruslan Abdikeev  <aruslan@chromium.org>
+
+        <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
+        https://bugs.webkit.org/show_bug.cgi?id=109061
+
+        Reviewed by Adam Barth.
+
+        Added test for apple-touch-icon in allIconURLs().
+        Changed iconURLs() to shortcutIconURLs().
+
+        * fast/dom/icon-url-change.html:
+        * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
+        * fast/dom/icon-url-list-apple-touch.html: Added.
+        * fast/dom/icon-url-list.html:
+        * fast/dom/icon-url-property.html:
+
+2013-02-27  Jeffrey Pfau  <jpfau@apple.com>
+
+        Cache partitioning does not affect iframe MainResources
+        https://bugs.webkit.org/show_bug.cgi?id=111022
+
+        Reviewed by David Kilzer.
+
+        These tests results are for the case in which the cache is not
+        partitioned, as no shipping ports have cache partitioning enabled
+
+        * http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
+        * http/tests/cache/partitioned-cache-iframe.html: Added.
+        * http/tests/cache/resources/random-cached-iframe.cgi: Added.
+
+2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Marking all html5lib/generated/ as crashing.
+
+2013-03-04  Alan Cutter  <alancutter@chromium.org>
+
+        CSS3 calc: identify divide by zero cases at parse time
+        https://bugs.webkit.org/show_bug.cgi?id=80411
+
+        Reviewed by Tony Chang.
+
+        Added tests to check whether divide by 0 cases are caught.
+
+        * css3/calc/catch-divide-by-0-expected.txt: Added.
+        * css3/calc/catch-divide-by-0.html: Added.
+
+2013-03-04  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Add parsing for grid-{start|before}
+        https://bugs.webkit.org/show_bug.cgi?id=110988
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
+        * fast/css-grid-layout/grid-item-column-row-get-set.html:
+        Extended the test to make sure that both grid-column (resp. grid-row) and grid-start (resp. grid-before) are
+        in sync.
+
+        * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt: Added.
+        * fast/css-grid-layout/grid-item-start-before-get-set.html: Added
+        Add this test for grid-{start|before}, similar to LayoutTests/fast/css-grid-layout/grid-item-column-row-get-set.html.
+
+2013-03-04  Chris Fleizach  <cfleizach@apple.com>
+
+        WebSpeech: change voiceURI to voice
+        https://bugs.webkit.org/show_bug.cgi?id=110773
+
+        Reviewed by Tim Horton.
+
+        * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice-expected.txt: Added.
+        * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html: Added.
+
+2013-03-04  Victor Costan <costan@gmail.com>
+
+        Filename passed to FormData.append() takes precedence over filename in
+        File.
+        https://bugs.webkit.org/show_bug.cgi?id=111255
+
+        Reviewed by Alexey Proskuryakov.
+
+        (runTest):
+        * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Added.
+        * http/tests/local/formdata/send-form-data-with-filename.html: Added.
+        * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated
+        to reflect the behavior specified in the XMLHttpRequest W3C spec.
+        * platform/wk2/TestExpectations: newly added test doesn't work in
+        WebKit2 because beginDragWithFiles is not implemented
+
+2013-03-04  Alexis Hetu  <sugoi@chromium.org>
+
+        Canvas and DOM go out of sync
+        https://bugs.webkit.org/show_bug.cgi?id=107701
+
+        Reviewed by Simon Fraser.
+
+        Added a new layout test for moving an object (a div) within a div that
+        has the "overflow:hidden" property.
+
+        * fast/canvas/canvas-overflow-hidden-animation-expected.html: Added.
+        * fast/canvas/canvas-overflow-hidden-animation.html: Added.
+
+2013-03-04  Tom Sepez  <tsepez@chromium.org>
+
+        XSSAuditor bypass with --> comment syntax.
+        https://bugs.webkit.org/show_bug.cgi?id=111349
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt: Added.
+        * http/tests/security/xssAuditor/open-iframe-src-03.html: Added.
+
+2013-03-04  Christian Biesinger  <cbiesinger@chromium.org>
+
+        (tests) flexbox/resources.css should use unprefixed properties, for firefox
+        https://bugs.webkit.org/show_bug.cgi?id=111010
+
+        Reviewed by Tony Chang.
+
+        Search & replace to remove -moz- prefixes, as per
+        https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes:
+        "Gecko implementation is unprefixed (and is no longer behind a
+        preference as of Firefox 20)"
+
+        * css3/flexbox/resources/flexbox.css:
+        (.flexbox):
+        (.inline-flexbox):
+        (.flex-none):
+        (.flex-auto):
+        (.flex-one):
+        (.row):
+        (.row-reverse):
+        (.column):
+        (.column-reverse):
+        (.wrap):
+        (.wrap-reverse):
+        (.align-content-flex-start):
+        (.align-content-flex-end):
+        (.align-content-center):
+        (.align-content-space-between):
+        (.align-content-space-around):
+        (.align-content-stretch):
+        (.align-items-flex-start):
+        (.align-items-flex-end):
+        (.align-items-center):
+        (.align-items-baseline):
+        (.align-items-stretch):
+        (.align-self-auto):
+        (.align-self-flex-start):
+        (.align-self-flex-end):
+        (.align-self-center):
+        (.align-self-baseline):
+        (.align-self-stretch):
+        (.justify-content-flex-start):
+        (.justify-content-flex-end):
+        (.justify-content-center):
+        (.justify-content-space-between):
+        (.justify-content-space-around):
+
+2013-03-04  Uday Kiran  <udaykiran@motorola.com>
+
+        getComputedStyle not implemented for -webkit-columns shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=111236
+
+        Reviewed by Alexis Menard.
+
+        Add test to check getComputedStyle for -webkit-columns.
+
+        * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand-expected.txt: Added.
+        * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand.html: Added.
+
+2013-03-04  Alexis Menard  <alexis@webkit.org>
+
+        transition-property property and transition shorthand property doesn't accept "all, all".
+        https://bugs.webkit.org/show_bug.cgi?id=111201
+
+        Reviewed by Simon Fraser.
+
+        Updated the tests to cover the bug.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-03-04  Ian Vollick  <vollick@chromium.org>
+
+        ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
+        https://bugs.webkit.org/show_bug.cgi?id=108257
+
+        Reviewed by David Hyatt.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2013-03-03  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Make sure region styling works for columns inside regions.
+        https://bugs.webkit.org/show_bug.cgi?id=111276
+
+        Reviewed by Sam Weinig.
+
+        * fast/regions/region-style-in-columns-expected.html: Added.
+        * fast/regions/region-style-in-columns.html: Added.
+
+2013-03-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt][WK2] Unreviewed gardening. Updated platform specific expected files and png results.
+
+        * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
+        * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
+        * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.png: Added.
+        * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.txt: Added.
+        * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png:
+        * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.txt: Added.
+        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
+        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
+        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/position-after-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/position-after-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
+        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
+        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
+        * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
+        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.png: Added.
+        * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
+        * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
+        * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
+        * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.png: Added.
+        * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
+        * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
+        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
+        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
+        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.
+
+2013-03-04  Alexis Menard  <alexis@webkit.org>
+
+        transition properties can't be found in CSSStyleDeclaration
+        https://bugs.webkit.org/show_bug.cgi?id=110011
+
+        Reviewed by Antti Koivisto.
+
+        Updated layout test to cover the bug.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-03-04  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: remove existing LayerTreeAgent protocol APIs
+        https://bugs.webkit.org/show_bug.cgi?id=111251
+
+        Remove existing tests since they're testing API that we're
+        removing.
+
+        Reviewed by Timothy Hatcher.
+
+        * inspector-protocol/layer-tree-expected.txt: Removed.
+        * inspector-protocol/layer-tree-generated-content-expected.txt: Removed.
+        * inspector-protocol/layer-tree-generated-content.html: Removed.
+        * inspector-protocol/layer-tree.html: Removed.
+
+2013-03-04  Li Yin  <li.yin@intel.com>
+
+        MediaStream.ended must return true when it is created with ended tracks.
+        https://bugs.webkit.org/show_bug.cgi?id=111293
+
+        Reviewed by Kentaro Hara.
+
+        * fast/mediastream/MediaStreamConstructor-expected.txt:
+        * fast/mediastream/MediaStreamConstructor.html:
+
+2013-03-04  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Adding new rules broken if a <style> tag is added to document dynamically
+        https://bugs.webkit.org/show_bug.cgi?id=111299
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/styles/add-new-rule-with-style-after-body-expected.txt: Added.
+        * inspector/styles/add-new-rule-with-style-after-body.html: Added.
+
+2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>
+
+        [Chromium] Unreviewed, removing failure test expectations for passing softwarecompositing tests.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-04  Mike West  <mkwst@chromium.org>
+
+        XSSAuditor should strip dangerous attributes from SMIL animation elements.
+        https://bugs.webkit.org/show_bug.cgi?id=111071
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+            Add a new mode that dumps an element and its attributes, which is a
+            bit more robust than adding a new mode for each attribute type we're
+            interested in.
+        * http/tests/security/xssAuditor/svg-animate-expected.txt: Added.
+        * http/tests/security/xssAuditor/svg-animate.html: Added.
+
+2013-03-04  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Marking a few layout tests as flaky.
+
+2013-03-04  Adam Bergkvist  <adam.bergkvist@ericsson.com>
+
+        MediaStream API: local addTrack() and removeTrack() operations should not fire events.
+        https://bugs.webkit.org/show_bug.cgi?id=111079
+
+        Reviewed by Adam Barth.
+
+        Replaced the test since the old test was driven by the event firing
+        removed by this patch.
+
+        * fast/mediastream/MediaStream-add-remove-tracks-expected.txt: Added.
+        * fast/mediastream/MediaStream-add-remove-tracks.html: Added.
+        * fast/mediastream/MediaStreamTrackList-expected.txt: Removed.
+        * fast/mediastream/MediaStreamTrackList.html: Removed.
+
+2013-03-04  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: touchmove not emulated inside iframe
+        https://bugs.webkit.org/show_bug.cgi?id=111292
+
+        Reviewed by Vsevolod Vlasov.
+
+        * fast/events/touch/emulated-touch-iframe.html:
+        * fast/events/touch/resources/emulated-touch-iframe2.html:
+
+2013-03-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=111290
+
+        * platform/qt/TestExpectations: Skipped failing test after r144461.
+
+2013-03-03  Alexander Pavlov  <apavlov@chromium.org>
+
+        Unreviewed, rolling out r144455.
+        http://trac.webkit.org/changeset/144455
+        https://bugs.webkit.org/show_bug.cgi?id=111165
+
+        A simpler solution to the SecurityOrigin -> localStorage
+        lookup exists
+
+        * http/tests/inspector-enabled/dom-storage-open.html:
+        * http/tests/inspector/filesystem/delete-entry.html:
+        * http/tests/inspector/filesystem/request-filesystem-root.html:
+        * http/tests/inspector/indexeddb/database-data.html:
+        * http/tests/inspector/indexeddb/database-names.html:
+        * http/tests/inspector/indexeddb/database-structure.html:
+        * http/tests/inspector/resource-tree/resource-tree-events.html:
+
+2013-03-03  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed chromium gardening
+
+        Remove failure annotation on tests which was already fixed.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-03  Arpita Bahuguna  <a.bah@samsung.com>
+
+        createAttribute/setAttributeNode does not properly normalize case
+        https://bugs.webkit.org/show_bug.cgi?id=90341
+
+        Reviewed by Darin Adler.
+
+        * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Added.
+        * fast/dom/Element/setAttributeNode-case-insensitivity.html: Added.
+        Testcase for verifying that setAttributeNode() checks against existing
+        attributes in a case insensitive manner. It updates the value of an
+        existing attribute (in lower case) with that of the one set using
+        setAttributeNode() (in upper case).
+        The test also verifies the behavior of attributes when specified with
+        namespace and prefix.
+
+2013-03-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Some perf. tests have variances that differ greatly between runs
+        https://bugs.webkit.org/show_bug.cgi?id=97510
+
+        Reviewed by Benjamin Poulain.
+
+        Use dromaeoIterationCount now that we no longer support iterationCount.
+
+        * fast/harness/perftests/runs-per-second-iterations.html:
+
+2013-03-03  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144567.
+        http://trac.webkit.org/changeset/144567
+        https://bugs.webkit.org/show_bug.cgi?id=111266
+
+        Does not compile on apple-win (Requested by abarth on
+        #webkit).
+
+        * fast/dom/icon-url-change.html:
+        * fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
+        * fast/dom/icon-url-list-apple-touch.html: Removed.
+        * fast/dom/icon-url-list.html:
+        * fast/dom/icon-url-property.html:
+        * platform/chromium-android/fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
+
+2013-03-03  Ruslan Abdikeev  <aruslan@chromium.org>
+
+        <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
+        https://bugs.webkit.org/show_bug.cgi?id=109061
+
+        Reviewed by Adam Barth.
+
+        Added test for apple-touch-icon in allIconURLs().
+        Changed iconURLs() to shortcutIconURLs().
+
+        * fast/dom/icon-url-change.html:
+        * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
+        * fast/dom/icon-url-list-apple-touch.html: Added.
+        * fast/dom/icon-url-list.html:
+        * fast/dom/icon-url-property.html:
+
+2013-03-03  Mike West  <mkwst@chromium.org>
+
+        CSP: Throw a warning when a '*-report-only' header doesn't contain a 'report-uri' directive.
+        https://bugs.webkit.org/show_bug.cgi?id=111208
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html: Added.
+
+2013-03-02  Zan Dobersek  <zdobersek@igalia.com>
+
+        REGRESSION (r144517): IndexedDB layout test failures on GTK
+        https://bugs.webkit.org/show_bug.cgi?id=111243
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/TestExpectations: Removing failure expectations for IDB tests that again pass.
+
+2013-03-02  Benjamin Poulain  <bpoulain@apple.com>
+
+        Move computedStyleIncludingVisitedInfo from TestRunner to Internals
+        https://bugs.webkit.org/show_bug.cgi?id=109772
+
+        Reviewed by Andreas Kling.
+
+        Update the tests.
+
+        * fast/history/multiple-classes-visited.html:
+        * fast/history/nested-visited-test.html:
+        * fast/history/self-is-visited.html:
+        * fast/history/sibling-visited-test.html:
+        * fast/loader/stateobjects/state-url-sets-links-visited.html:
+        * platform/win/TestExpectations: unskip the tests.
+        * platform/chromium/TestExpectations:
+
+2013-03-02  Rob Buis  <rbuis@rim.com>
+
+        Text overflow ellipsis wrong color when using webkit-text-fill-color
+        https://bugs.webkit.org/show_bug.cgi?id=54841
+
+        Reviewed by David Hyatt.
+
+        Add reftest for using -webkit-text-fill-color in combination with text-overflow:ellipsis.
+
+        * fast/css/text-overflow-ellipsis-color-expected.html: Added.
+        * fast/css/text-overflow-ellipsis-color.html: Added.
+
+2013-03-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
+
+        [EFL] Unskip some passing tests.
+
+        * platform/efl/TestExpectations: Remove tests that pass after
+        r140006 and r139217.
+
+2013-03-02  Nayan Kumar K  <nayankk@motorola.com>
+
+        [WebGL] Support for texImage2D of type HALF_FLOAT_OES with ArrayBufferView.
+        https://bugs.webkit.org/show_bug.cgi?id=110818
+
+        Reviewed by Kenneth Russell.
+
+        As per OES_texture_half_float specification texImage2D and texSubImage2D entry
+        points taking ArrayBufferView should extended to accept null with the pixel type
+        HALF_FLOAT_OES.
+
+        * fast/canvas/webgl/constants.html:
+        * fast/canvas/webgl/oes-texture-half-float-expected.txt: Added.
+        * fast/canvas/webgl/oes-texture-half-float-not-supported-expected.txt: Added.
+        * fast/canvas/webgl/oes-texture-half-float-not-supported.html: Added.
+        * fast/canvas/webgl/oes-texture-half-float.html: Added.
+
+2013-03-01  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding failure expectations for IndexedDB tests
+        that regressed on platforms using JavaScriptCore with r144517.
+
+2013-03-01  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Transformed objects inside fragmented transparent objects don't render
+        https://bugs.webkit.org/show_bug.cgi?id=111221.
+
+        Reviewed by Simon Fraser.
+
+        * fast/multicol/mixed-opacity-fixed-test-expected.html: Added.
+        * fast/multicol/mixed-opacity-fixed-test.html: Added.
+        * fast/multicol/mixed-opacity-test-expected.html: Added.
+        * fast/multicol/mixed-opacity-test.html: Added.
+        * fast/multicol/transform-inside-opacity-expected.html: Added.
+        * fast/multicol/transform-inside-opacity.html: Added.
+
+2013-03-01  Kentaro Hara  <haraken@chromium.org>
+
+        Style recalculation takes too long when adding whitespace text nodes
+        https://bugs.webkit.org/show_bug.cgi?id=110786
+
+        Reviewed by Darin Adler.
+
+        * fast/html/details-nested-2-expected.txt: Sometimes anonymous blocks are left without
+        being cleaned up (for some reason). With this patch, one anonymouse block is removed at
+        the clean-up phase (for some reason). Anyway the new behavior is an expected behavior.
+        * platform/chromium-mac/fast/html/details-nested-2-expected.txt: Ditto.
+        * platform/chromium-win/fast/html/details-nested-2-expected.txt: Ditto.
+        * platform/efl/fast/html/details-nested-2-expected.txt: Ditto.
+        * platform/mac/fast/html/details-nested-2-expected.txt: Ditto.
+        * platform/qt/fast/html/details-nested-2-expected.txt: Ditto.
+        * perf/append-text-nodes-without-renderers-expected.txt: Added. For performance test.
+        * perf/append-text-nodes-without-renderers.html: Added. Ditto.
+
+2013-03-01  Jason Anderssen  <janderssen@gmail.com>
+
+        Move markerTextForListItem from TestRunner to Internals
+        https://bugs.webkit.org/show_bug.cgi?id=110939
+
+        Reviewed by Benjamin Poulain.
+
+        * fast/lists/resources/dump-list.js:
+        (dumpListItemAsHTML):
+        (testListItemMarkerEqualsListItemText):
+        * fast/lists/w3-css3-list-styles-numeric.html:
+
+2013-03-01  Terry Anderson  <tdanderson@chromium.org>
+
+        EventHandler::handleGestureScrollUpdate() should invoke the user-generated scroll routines 
+        so its behavior matches other user-initiated scrolls
+        https://bugs.webkit.org/show_bug.cgi?id=109769
+
+        Reviewed by James Robinson.
+
+        Four new layout tests have been added and touch-gesture-scroll-page.html has been
+        modified to demonstrate that this patch fixes two existing bugs. See the inline
+        comments below for details.
+
+        Because I am now using the existing user-generated scroll logic, the delta for a single
+        GestureScrollUpdate event will not be propagated to the parent of the targeted node
+        unless the targeted node has no remaining scrollable area. So the changes to the
+        existing layout tests have been made to ensure that the targeted node has been fully
+        scrolled before subsequent GestureScrollUpdate events will scroll the parent(s) of
+        the targeted node.
+
+        I have also removed the function recordScroll() from the existing layout tests
+        because this function already exists in the included file resources/gesture-helpers.js.
+
+        * fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-noscroll-body.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-page.html:
+              I modified this layout test in order to add test coverage for another bug
+              which is fixed by this patch: if the hit test performed on a GestureScrollBegin
+              does not target a specific node, the subsequent GestureScrollUpdate events should
+              still attempt to scroll the page itself. This is consistent with how mousewheel
+              events behave.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
+              These four new layout tests verify that a non-scrollable body will not scroll,
+              as reported in https://bugs.webkit.org/show_bug.cgi?id=109316.
+
+2013-03-01  Roger Fong  <roger_fong@apple.com>
+
+               Unreviewed gardening of AppleWin port.
+
+               * platform/win/TestExpectations:
+
+2013-03-01  Roger Fong  <roger_fong@apple.com>
+
+               Unreviewed gardening of AppleWin port.
+
+               * platform/win/TestExpectations:
+
+2013-03-01  Roger Fong  <roger_fong@apple.com>
+
+               Unreviewed gardening of AppleWin port.
+
+               * platform/win/TestExpectations:
+
+2013-03-01  James Robinson  <jamesr@chromium.org>
+
+        [chromium] Mark some software compositing tests as failing before landing anti-aliasing changes
+        https://bugs.webkit.org/show_bug.cgi?id=111224
+
+        * platform/chromium/TestExpectations:
+
+2013-03-01  Adrienne Walker  <enne@chromium.org>
+
+        [chromium] Mark more flaky tests related to scrollbar ordering
+        https://bugs.webkit.org/show_bug.cgi?id=111199
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-01  Victor Carbune  <vcarbune@chromium.org>
+
+        Support padding, margin and border for internal UA cue styling
+        https://bugs.webkit.org/show_bug.cgi?id=110703
+
+        Reviewed by Eric Carlson.
+
+        * media/track/track-cue-rendering-with-padding-expected.txt: Added.
+        * media/track/track-cue-rendering-with-padding.html: Added.
+
+2013-03-01  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: Upstream iOS Accessibility layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=111187
+
+        Reviewed by David Kilzer.
+
+        Upstream the latest iOS Accessibility layout tests.
+
+        * platform/iphone-simulator: Added.
+        * platform/iphone-simulator/accessibility: Added.
+        * platform/iphone-simulator/accessibility/accessibility-aria-table-children-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/accessibility-aria-table-children.html: Added.
+        * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer.html: Added.
+        * platform/iphone-simulator/accessibility/accessibility-hint-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/accessibility-hint.html: Added.
+        * platform/iphone-simulator/accessibility/aria-pressed-state-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/aria-pressed-state.html: Added.
+        * platform/iphone-simulator/accessibility/centerpoint-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/centerpoint.html: Added.
+        * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element.html: Added.
+        * platform/iphone-simulator/accessibility/focus-change-notifications-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/focus-change-notifications.html: Added.
+        * platform/iphone-simulator/accessibility/header-elements-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/header-elements.html: Added.
+        * platform/iphone-simulator/accessibility/identifier-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/identifier.html: Added.
+        * platform/iphone-simulator/accessibility/internal-link-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/internal-link.html: Added.
+        * platform/iphone-simulator/accessibility/link-with-images-text-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/link-with-images-text.html: Added.
+        * platform/iphone-simulator/accessibility/link-with-only-image-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/link-with-only-image.html: Added.
+        * platform/iphone-simulator/accessibility/math-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/math.html: Added.
+        * platform/iphone-simulator/accessibility/mixed-checkboxes-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/mixed-checkboxes.html: Added.
+        * platform/iphone-simulator/accessibility/no-child-link-header-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/no-child-link-header.html: Added.
+        * platform/iphone-simulator/accessibility/non-contiguous-link-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/non-contiguous-link.html: Added.
+        * platform/iphone-simulator/accessibility/password-value-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/password-value.html: Added.
+        * platform/iphone-simulator/accessibility/placeholder-value-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/placeholder-value.html: Added.
+        * platform/iphone-simulator/accessibility/popup-button-value-label-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/popup-button-value-label.html: Added.
+        * platform/iphone-simulator/accessibility/radio-button-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/radio-button.html: Added.
+        * platform/iphone-simulator/accessibility/secure-text-field-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/secure-text-field.html: Added.
+        * platform/iphone-simulator/accessibility/selected-buttons-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/selected-buttons.html: Added.
+        * platform/iphone-simulator/accessibility/selected-text-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/selected-text.html: Added.
+        * platform/iphone-simulator/accessibility/tab-role-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/tab-role.html: Added.
+        * platform/iphone-simulator/accessibility/table-cell-for-row-col-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/table-cell-for-row-col.html: Added.
+        * platform/iphone-simulator/accessibility/table-cell-ranges-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/table-cell-ranges.html: Added.
+        * platform/iphone-simulator/accessibility/tables-lists-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/tables-lists.html: Added.
+        * platform/iphone-simulator/accessibility/text-line-no-ignored-elements-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/text-line-no-ignored-elements.html: Added.
+        * platform/iphone-simulator/accessibility/text-marker-list-item-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/text-marker-list-item.html: Added.
+        * platform/iphone-simulator/accessibility/text-marker-validation-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/text-marker-validation.html: Added.
+        * platform/iphone-simulator/accessibility/text-role-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/text-role.html: Added.
+        * platform/iphone-simulator/accessibility/textfield-in-axvalue-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/textfield-in-axvalue.html: Added.
+        * platform/iphone-simulator/accessibility/url-test-expected.txt: Added.
+        * platform/iphone-simulator/accessibility/url-test.html: Added.
+
+2013-03-01  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Change inRenderFlowThread to follow containing block chain
+        https://bugs.webkit.org/show_bug.cgi?id=111206
+
+        Reviewed by Simon Fraser.
+
+        * fast/multicol/positioned-outside-of-columns-expected.html: Added.
+        * fast/multicol/positioned-outside-of-columns.html: Added.
+
+2013-03-01  Bear Travis  <betravis@adobe.com>
+
+        [css exclusions] setting shape-inside on a parent does not relayout child blocks' inline content
+        https://bugs.webkit.org/show_bug.cgi?id=108128
+
+        Reviewed by David Hyatt.
+
+        Test that setting and resetting shape-inside and shape-outside correctly lay out
+        content inside of child blocks.
+
+        * fast/exclusions/shape-inside/shape-inside-dynamic-nested-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-dynamic-nested.html: Added.
+
+2013-03-01  Uday Kiran  <udaykiran@motorola.com>
+
+        getComputedStyle not implemented for -webkit-column-rule shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=111203
+
+        Reviewed by Alexis Menard.
+
+        Add test to check getComputedStyle for -webkit-column-rule.
+
+        * fast/css/getComputedStyle/getComputedStyle-column-rule-expected.txt: Added.
+        * fast/css/getComputedStyle/getComputedStyle-column-rule.html: Added.
+
+2013-03-01  Adrienne Walker  <enne@chromium.org>
+
+        [chromium] Mark rtl-iframe-absolute-overflow-scrolled as flaky.
+        https://bugs.webkit.org/show_bug.cgi?id=111199
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Navigator should show tree element for each folder in the source path.
+        https://bugs.webkit.org/show_bug.cgi?id=108943
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/debugger-test.js:
+        (initialize_DebuggerTest.):
+        (initialize_DebuggerTest):
+        * http/tests/inspector/workspace-test.js:
+        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
+        * inspector/debugger/navigator-view-expected.txt: Added.
+        * inspector/debugger/navigator-view.html: Added.
+        * inspector/debugger/scripts-file-selector-expected.txt: Removed.
+        * inspector/debugger/scripts-file-selector.html: Removed.
+        * inspector/debugger/scripts-panel-expected.txt:
+        * inspector/debugger/scripts-panel.html:
+        * inspector/debugger/scripts-sorting-expected.txt:
+        * inspector/debugger/scripts-sorting.html:
+
+2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: [Regression] Snippets renaming is broken.
+        https://bugs.webkit.org/show_bug.cgi?id=111181
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/debugger/script-snippet-model.html:
+
+2013-03-01  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skipped failing test.
+
+2013-03-01  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Introduce opaque SecurityOrigin string identifiers in the frontend
+        https://bugs.webkit.org/show_bug.cgi?id=111165
+
+        Reviewed by Vsevolod Vlasov.
+
+        Follow the string -> object conversion of the security origin.
+
+        * http/tests/inspector-enabled/dom-storage-open.html:
+        * http/tests/inspector/filesystem/delete-entry.html:
+        * http/tests/inspector/filesystem/request-filesystem-root.html:
+        * http/tests/inspector/indexeddb/database-data.html:
+        * http/tests/inspector/indexeddb/database-names.html:
+        * http/tests/inspector/indexeddb/database-structure.html:
+        * http/tests/inspector/resource-tree/resource-tree-events.html:
+
+2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed chromium gardening, update image expectation again
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144443.
+        http://trac.webkit.org/changeset/144443
+        https://bugs.webkit.org/show_bug.cgi?id=111169
+
+        Caused 2 tests to crash by segv on Chromium Mac10.6 (Requested
+        by toyoshim on #webkit).
+
+        * media/track/track-cue-rendering-with-padding-expected.txt: Removed.
+        * media/track/track-cue-rendering-with-padding.html: Removed.
+
+2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed chromium gardening, cleanup lint errors #2
+        Remove duplicated entries.
+
+        * platform/chromium/TestExpectations:
+
+2013-03-01  Victor Carbune  <vcarbune@chromium.org>
+
+        Support padding, margin and border for internal UA cue styling
+        https://bugs.webkit.org/show_bug.cgi?id=110703
+
+        Reviewed by Eric Carlson.
+
+        * media/track/track-cue-rendering-with-padding-expected.txt: Added.
+        * media/track/track-cue-rendering-with-padding.html: Added.
+
+2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed chromium gardening
+
+        * platform/chromium/TestExpectations:
+
+2013-03-01  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [Qt] Enable LINK_PREFETCH
+        https://bugs.webkit.org/show_bug.cgi?id=111158
+
+        Reviewed by Simon Hausmann.
+
+        Unskip tests depending on LINK_PREFETCH.
+
+        * platform/qt/TestExpectations:
+
+2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Flaky test: http/tests/inspector/resource-tree/resource-request-content-while-loading.html
+        https://bugs.webkit.org/show_bug.cgi?id=111123
+
+        Reviewed by Alexander Pavlov.
+
+        * TestExpectations:
+        * http/tests/inspector/resource-tree/resource-request-content-while-loading.html:
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Selector's raw start position in its line is considered to be 0 when computing UILocation
+        https://bugs.webkit.org/show_bug.cgi?id=110732
+
+        Reviewed by Vsevolod Vlasov.
+
+        Changed tests have been rebaselined to follow the new source range structure.
+
+        * http/tests/inspector/elements-test.js:
+        (initialize_ElementTest.InspectorTest.rangeText): Fix source range dumping format.
+        * inspector/audits/audits-panel-functional-expected.txt:
+        * inspector/audits/audits-panel-noimages-functional-expected.txt:
+        * inspector/styles/get-set-stylesheet-text-expected.txt:
+        * inspector/styles/parse-stylesheet-errors-expected.txt:
+        * inspector/styles/resources/selector-line.css: Added.
+        * inspector/styles/resources/selector-line.css.map: Added.
+        * inspector/styles/resources/selector-line.scss: Added.
+        * inspector/styles/selector-line-expected.txt: Added.
+        * inspector/styles/selector-line.html: Added.
+        * inspector/styles/styles-new-API-expected.txt:
+        * inspector/styles/styles-source-offsets-expected.txt:
+        * inspector/styles/styles-source-offsets.html:
+
+2013-03-01  Mike West  <mkwst@chromium.org>
+
+        [Mac] [WK1] http/tests/xmlhttprequest/navigation-should-abort.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=111052
+
+        Reviewed by Alexey Proskuryakov.
+
+        Currently, this test is failing to output the textual content of the
+        'data:' URL to which the test navigates. Replacing this 'data:' URL
+        with a "real" HTML file ensures that Mac WK1 behaves the same way as
+        the other ports for this test.
+
+        This doesn't really address the issue raised: navigation to a 'data:'
+        URL should behave in the same way as a "real" URL; filed
+        http://wkbug.com/111152 to track that issue.
+
+        * http/tests/xmlhttprequest/resources/navigation-target.html: Added.
+            Add an actual file to which we can navigate.
+        * http/tests/xmlhttprequest/navigation-should-abort-expected.txt:
+        * http/tests/xmlhttprequest/navigation-should-abort.html:
+            Navigate to the new HTML file during the test rather than an inlined
+            data: URL.
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+            Remove the expectations set in r144277.
+
+2013-03-01  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk-wk1/TestExpectations: Removing expectation for the fast/canvas/canvas-currentPath-crash.html test.
+        * platform/gtk/media/video-playing-and-pause-expected.txt: Rebaselining.
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed chromium gardening
+        https://bugs.webkit.org/show_bug.cgi?id=111141
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Seokju Kwon  <seokju.kwon@gmail.com>
+
+        [EFL] Gardening for some inspector tests
+        https://bugs.webkit.org/show_bug.cgi?id=111131
+
+        Unreviewed gardening.
+
+        * platform/efl-wk1/TestExpectations:
+
+2013-02-28  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144370.
+        http://trac.webkit.org/changeset/144370
+        https://bugs.webkit.org/show_bug.cgi?id=111136
+
+        Caused 21 assertion failure at DocumentLoader.cpp(436)
+        (Requested by toyoshim on #webkit).
+
+        * platform/mac/TestExpectations:
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed, chromium gardening; update expected image for Snow Leopard
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaselines for Win decorations-with-text-combine.html
+
+        Unreviewed expectations update.
+
+        * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png:
+        * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png:
+
+2013-02-28  Eberhard Graether  <egraether@google.com>
+
+        WebInspector: Switch hide element shortcut in ElementsPanel to use a selector
+        https://bugs.webkit.org/show_bug.cgi?id=110641
+
+        Reviewed by Pavel Feldman.
+
+        This change switches the shortcut for adding visibility:hidden to an element's style
+        to toggling a class name on the element and injecting a style rule into the element's
+        document instead. This way it is possible to change the visibility of all child
+        elements as well.
+
+        Test: inspector/elements/hide-shortcut.html
+
+        * inspector/elements/hide-shortcut-expected.txt: Added.
+        * inspector/elements/hide-shortcut.html: Added.
+        * inspector/elements/resources/hide-shortcut-iframe.html: Added.
+
+2013-02-28  Seokju Kwon  <seokju.kwon@gmail.com>
+
+        [EFL] Focus problem in inspector/extensions/extensions-panel.html
+        https://bugs.webkit.org/show_bug.cgi?id=97077
+
+        Reviewed by Laszlo Gombos.
+
+        Remove inspector/extensions/extensions-panel.html from TestExpectations.
+
+        * platform/efl-wk1/TestExpectations:
+
+2013-02-28  Levi Weintraub  <leviw@chromium.org>
+
+        Stale FrameSelection in removed iframe causes crash
+        https://bugs.webkit.org/show_bug.cgi?id=108696
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/selection/selection-in-iframe-removed-crash-expected.txt: Added.
+        * editing/selection/selection-in-iframe-removed-crash.html: Added.
+
+2013-02-28  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaselines for Mac decorations-with-text-combine.html
+
+        Unreviewed expectations update.
+
+        * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png:
+        * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png:
+
+2013-02-28  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening. Skip storage tests on Windows.
+
+        * platform/win/TestExpectations:
+
+2013-02-28  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky failure expectation to http/tests/inspector/resource-tree/resource-request-content-while-loading.html
+        on all platforms per bug 111123.
+
+        * TestExpectations:
+
+2013-02-28  Dirk Pranke  <dpranke@chromium.org>
+
+        Unreviewed, rebaselining fast/forms/date-appearance/basic.html for chromium.
+
+        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Dirk Pranke  <dpranke@chromium.org>
+
+        Unreviewed, rebaselining media/track/track-cue-rendering-vertical.html on chromium
+
+        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Removed.
+        * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png: Added.
+        * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Dirk Pranke  <dpranke@chromium.org>
+
+        Unreviewed, updating chromium TestExpectations to remove passing tests.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Kaustubh Atrawalkar  <kaustubh@motorola.com>
+
+        Notification.requestPermission callback should be optional
+        https://bugs.webkit.org/show_bug.cgi?id=108196
+
+        Reviewed by Kentaro Hara.
+
+        Spec says it should be optional.
+        http://notifications.spec.whatwg.org/#notification
+
+        * fast/notifications/notifications-request-permission-optional-expected.txt: Added.
+        * fast/notifications/notifications-request-permission-optional.html: Added.
+
+2013-02-28  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Move html5linb tests to be Slow rather than Timeout
+
+        Unreviewed expectations. Requested by Eric Seidel.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Jochen Eisinger  <jochen@chromium.org>
+
+        Meta referrer isn't honored for window.open
+        https://bugs.webkit.org/show_bug.cgi?id=111076
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/referrer-policy-window-open-expected.txt: Added.
+        * http/tests/security/referrer-policy-window-open.html: Added.
+
+2013-02-28  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [EFL][WebGL] Enable compositing/webgl/webgl-reflection.html.
+        https://bugs.webkit.org/show_bug.cgi?id=110688
+
+        Reviewed by Laszlo Gombos.
+
+        This patch adds platform specific test expectation files for the
+        test and enables it for efl port.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/compositing/webgl/webgl-reflection-expected.png: Added.
+        * platform/efl/compositing/webgl/webgl-reflection-expected.txt: Added.
+
+2013-02-28  Kent Tamura  <tkent@chromium.org>
+
+        REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator
+        https://bugs.webkit.org/show_bug.cgi?id=110974
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/date/date-appearance-basic-expected.txt:
+        * fast/forms/date/date-appearance-basic.html:
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Focus ring for a child layer is incorrectly offset by ancestor composited layer's position
+        https://bugs.webkit.org/show_bug.cgi?id=110895
+
+        Reviewed by Simon Fraser.
+
+        New ref test for the bug.
+
+        * compositing/sub-layer-focus-ring-expected.html: Added.
+        * compositing/sub-layer-focus-ring.html: Added.
+
+2013-02-28  Justin Novosad  <junov@google.com>
+
+        Re-baselining expected pixels for fast/borders/border-radius-percent.html on linux
+        https://bugs.webkit.org/show_bug.cgi?id=110889
+
+        Unreviewed
+
+        * TestExpectations:
+        * platform/chromium-linux/fast/borders/border-radius-percent-expected.png:
+
+2013-02-28  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Unreviewed gardening, update expectation
+
+        * platform/chromium/TestExpectations: Add Win modifier for compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html
+            and remove modifiers for fast/forms/textarea/textarea-state-restore.html
+
+2013-02-28  Adam Barth  <abarth@webkit.org>
+
+        Remove these supressions now that we've reverted http://trac.webkit.org/changeset/144126.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144126 and r144176.
+        http://trac.webkit.org/changeset/144126
+        http://trac.webkit.org/changeset/144176
+        https://bugs.webkit.org/show_bug.cgi?id=111096
+
+        Caused fast/notifications/notifications-request-
+        permission.html to crash (Requested by abarth on #webkit).
+
+        * fast/notifications/notifications-request-permission-optional-expected.txt: Removed.
+        * fast/notifications/notifications-request-permission-optional.html: Removed.
+
+2013-02-28  Nate Chapin  <japhet@chromium.org>
+
+        Test for https://bugs.webkit.org/show_bug.cgi?id=110482
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
+        * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
+
+2013-02-28  Chris Fleizach  <cfleizach@apple.com>
+
+        WebSpeech: support the boundary event
+        https://bugs.webkit.org/show_bug.cgi?id=107350
+
+        Reviewed by Beth Dakin.
+
+        * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events-expected.txt: Added.
+        * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events.html: Added.
+
+2013-02-28  Adam Barth  <abarth@webkit.org>
+
+        This timeout also happens in Release.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Marking one more html5 test as timeout
+
+        Unreviewed expectations, removing a Debug modifier.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Rewrite the painting/stacking model to be spec compliant.
+        https://bugs.webkit.org/show_bug.cgi?id=110624.
+
+        Reviewed by Simon Fraser.
+
+        * fast/multicol/mixed-positioning-stacking-order-expected.html: Added.
+        * fast/multicol/mixed-positioning-stacking-order.html: Added.
+
+2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=111058.
+
+        * platform/qt/TestExpectations: Skipped failing test after r144236.
+
+2013-02-28  Stephen Chenney  <schenney@chromium.org>
+
+        Unreviewed gardening, update expectation
+
+        * platform/chromium/TestExpectations: Add ImageOnlyFailure for compositing/rtl/rtl-iframe-fixed-overflow.html
+
+2013-02-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [Qt] Enable CANVAS_PATH flag
+        https://bugs.webkit.org/show_bug.cgi?id=108508
+
+        Reviewed by Simon Hausmann.
+
+        Unskip CANVAS_PATH tests.
+
+        * platform/qt/TestExpectations:
+
+2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skipped failing test after r144265.
+
+2013-02-28  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: class console-formatted-string renamed to console-formatted- ?
+        https://bugs.webkit.org/show_bug.cgi?id=110881
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector/console-test.js:
+        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
+        * inspector/console/console-object-preview-expected.txt:
+        * inspector/console/console-object-preview.html:
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed gardening, update expectation
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Mike West  <mkwst@chromium.org>
+
+        XSSAuditor should strip formaction attributes from input and button elements.
+        https://bugs.webkit.org/show_bug.cgi?id=110975
+
+        Reviewed by Daniel Bates.
+
+        * http/tests/security/xssAuditor/formaction-on-button-expected.txt: Added.
+        * http/tests/security/xssAuditor/formaction-on-button.html: Added.
+        * http/tests/security/xssAuditor/formaction-on-input-expected.txt: Added.
+        * http/tests/security/xssAuditor/formaction-on-input.html: Added.
+        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+            Support 'showFormaction' as a new option to write out formaction values.
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed gardening, clean up expectations to remove lint errors #1.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: Make it obvious where command line functions come from
+        https://bugs.webkit.org/show_bug.cgi?id=62367
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/console-native-function-to-string-expected.txt: Added.
+        * inspector/console/console-native-function-to-string.html: Added.
+
+2013-02-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviwed gardening. Skip test that made to crash other test.
+
+        * platform/qt-5.0-wk1/TestExpectations:
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed gardening, update test expectation
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed, gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=111062
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Generating missing baselines for an octet of media tests and removing related expectations.
+
+        * platform/gtk/TestExpectations: Also removing expectation for
+        fast/multicol/newmulticol/column-rules-fixed-height.html, the test is now passing.
+        * platform/gtk/media/audio-controls-rendering-expected.png: Added.
+        * platform/gtk/media/audio-controls-rendering-expected.txt: Added.
+        * platform/gtk/media/controls-after-reload-expected.png: Added.
+        * platform/gtk/media/controls-after-reload-expected.txt:
+        * platform/gtk/media/controls-strict-expected.png: Added.
+        * platform/gtk/media/controls-strict-expected.txt:
+        * platform/gtk/media/controls-styling-strict-expected.txt:
+        * platform/gtk/media/controls-without-preload-expected.png: Added.
+        * platform/gtk/media/controls-without-preload-expected.txt:
+        * platform/gtk/media/video-controls-rendering-expected.png:
+        * platform/gtk/media/video-controls-rendering-expected.txt:
+        * platform/gtk/media/video-display-toggle-expected.png: Added.
+        * platform/gtk/media/video-display-toggle-expected.txt:
+        * platform/gtk/media/video-playing-and-pause-expected.png: Added.
+        * platform/gtk/media/video-playing-and-pause-expected.txt:
+
+2013-02-28  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding failure expectations for tests added in r144236 and r144258.
+
+2013-02-28  Mike West  <mkwst@chromium.org>
+
+        Cleanup: XSSAuditor's form[action] tests should be manually executable.
+        https://bugs.webkit.org/show_bug.cgi?id=111049
+
+        Reviewed by Daniel Bates.
+
+        We currently check whether we're running in a DRT-like world before
+        creating user-visible output for XSSAuditor's form[action] tests. This
+        patch removes that restriction in order to allow manually-run tests
+        to show some reasonable output.
+
+        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+            Drop the 'if (window.testRunner)' from the 'showAction' branch in
+            order to allow manually running the test.
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed gardening
+        https://bugs.webkit.org/show_bug.cgi?id=111054
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skipped failing ref html tests.
+
+        * platform/qt/TestExpectations:
+
+2013-02-28  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing test expectation to navigation-should-abort.html on Mac WebKit1.
+        The failure is tracked by the bug 111052.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-02-28  Adam Barth  <abarth@webkit.org>
+
+        A couple more tweaks to TestExpectations after the threaded parser.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Kent Tamura  <tkent@chromium.org>
+
+        Unreviewed, rolling out r144184.
+        http://trac.webkit.org/changeset/144184
+        https://bugs.webkit.org/show_bug.cgi?id=110974
+
+        The change didn't fix all of the problems.
+
+        * fast/forms/date/date-appearance-basic-expected.txt:
+        * fast/forms/date/date-appearance-basic.html:
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed gardening, mark two tests as slow.
+        https://bugs.webkit.org/show_bug.cgi?id=111038
+        https://bugs.webkit.org/show_bug.cgi?id=111046
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Adam Barth  <abarth@webkit.org>
+
+        Apparently Failure does not include ImageOnlyFailure.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-28  Adam Barth  <abarth@webkit.org>
+
+        Unreviewed.
+
+        The version of this file I landed in
+        http://trac.webkit.org/changeset/144262 appears to have been
+        ever-so-slightly incorrect.
+
+        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt:
+
+2013-02-27  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144224.
+        http://trac.webkit.org/changeset/144224
+        https://bugs.webkit.org/show_bug.cgi?id=111045
+
+        Caused plugins/pass-different-npp-struct.html to time out
+        (Requested by abarth on #webkit).
+
+        * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
+        * plugins/netscape-plugin-setwindow-size-2.html:
+        * plugins/netscape-plugin-setwindow-size.html:
+        * plugins/pass-different-npp-struct.html:
+
+2013-02-27  Adam Barth  <abarth@webkit.org>
+
+        Unreviewed.
+
+        Update some test expectations based on the threaded parser behavior.
+        These look like test integration issues rather than actual bugs in the
+        parser. We will investigate them offline.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of hour field should respect min/max attributes
+        https://bugs.webkit.org/show_bug.cgi?id=109555
+
+        Reviewed by Kent Tamura.
+
+        Added test cases with min/max attributes.
+
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer.html: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
+
+2013-02-27  Adam Barth  <abarth@webkit.org>
+
+        [Chromium] Enable threaded HTML parser by default in DumpRenderTree
+        https://bugs.webkit.org/show_bug.cgi?id=110907
+
+        Reviewed by Eric Seidel.
+
+        Update test results to show subtle differences in FrameLoaderClient callbacks.
+
+        * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed.
+        * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
+        * platform/chromium-win/security/block-test-no-port-expected.txt: Removed.
+        * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
+        * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
+        * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added.
+        * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added.
+        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
+        * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
+        * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added.
+        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added.
+        * platform/chromium/security/block-test-no-port-expected.txt:
+
+2013-02-27  Tien-Ren Chen  <trchen@chromium.org>
+
+        Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()
+        https://bugs.webkit.org/show_bug.cgi?id=105486
+
+        Reviewed by James Robinson.
+
+        In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position
+        elements are layout relative to the current visible viewport, which can
+        be different from the layout viewport when using fixed-layout mode.
+        We need to re-layout fixed-position elements in case of visible content
+        size changes.
+
+        The test is currently chromium-specific due to difficulties to make this
+        test works on Mac. The mac port seems to work very differently with
+        visible content size when a page is scaled. And there is no reliable way
+        to hide scrollbars in mac-wk1 that doesn't cause a side effect.
+
+        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added.
+        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added.
+
+2013-02-27  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] Enable shape-inside rectangle support for shape-padding
+        https://bugs.webkit.org/show_bug.cgi?id=110500
+
+        Reviewed by Dirk Schulze.
+
+        Added one shape-inside, shape-padding test for each CSS shape type.
+
+        * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-circle-padding.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-ellipse-padding.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rectangle-padding-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rectangle-padding.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding.html: Added.
+
+2013-02-27  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaseline after r144236
+        https://bugs.webkit.org/show_bug.cgi?id=109879
+
+        Unreviewed expectations update
+
+        * platform/chromium-linux/plugins/plugin-clip-subframe-expected.txt: Added.
+
+2013-02-27  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaseline after r144236
+        https://bugs.webkit.org/show_bug.cgi?id=109879
+
+        Unreviewed expectations update
+
+        * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt: Added.
+        * platform/chromium-win-xp/plugins: Removed.
+        * platform/chromium-win/plugins/plugin-clip-subframe-expected.txt: Added.
+
+2013-02-27  James Simonsen  <simonjam@chromium.org>
+
+        [chromium] Lower priority of preloaded images
+        https://bugs.webkit.org/show_bug.cgi?id=110527
+
+        Reviewed by Nate Chapin.
+
+        * http/tests/loading/promote-img-preload-priority-expected.txt: Added.
+        * http/tests/loading/promote-img-preload-priority.html: Added.
+
+2013-02-27  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 2 SVG tests after WK108429
+
+        This patch rebaselines svg/repaint after WK108429 and removes a stale
+        test expectations entry for svg/custom/text-ctm.
+
+        Unreviewed update of test expectations.
+
+        * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
+        * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Chris Fleizach  <cfleizach@apple.com>
+
+        WebSpeech: support speech cancel
+        https://bugs.webkit.org/show_bug.cgi?id=107349
+
+        Reviewed by Beth Dakin.
+
+        * platform/mac/fast/speechsynthesis/speech-synthesis-cancel-expected.txt: Added.
+        * platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html: Added.
+
+2013-02-27  Kenneth Russell  <kbr@google.com>
+
+        Insufficient validation when uploading depth textures to WebGL
+        https://bugs.webkit.org/show_bug.cgi?id=110931
+
+        Reviewed by Abhishek Arya.
+
+        Updated webgl/conformance/extensions/webgl-depth-texture.html
+        layout test with additional test cases. These changes will be
+        added to the Khronos repository.
+
+        * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html:
+            Added more test cases.
+
+2013-02-27  Chris Fleizach  <cfleizach@apple.com>
+        AX: Mac platform should support ability to scroll an element into visible
+        https://bugs.webkit.org/show_bug.cgi?id=109860
+
+        Reviewed by Beth Dakin.
+
+        * platform/mac/accessibility/scroll-to-visible-action.html: Added.
+        * platform/mac/accessibility/scroll-to-visible-action-expected.txt: Added.
+
+2013-02-27  John Bauman  <jbauman@chromium.org>
+
+        Plugin in iframe may not display
+        https://bugs.webkit.org/show_bug.cgi?id=109879
+
+        Reviewed by Simon Fraser.
+
+        Use log-npp-set-window to ensure plugin clip changes correctly.
+
+        * platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt: Added.
+        * platform/mac/plugins/plugin-clip-subframe-expected.txt: Added.
+        * plugins/plugin-clip-subframe-expected.txt: Added.
+        * plugins/plugin-clip-subframe.html: Added.
+        * plugins/resources/plugin-clip-subframe-iframe.html: Added.
+
+2013-02-27  Chris Rogers  <crogers@google.com>
+
+        Implement channel up-mixing and down-mixing rules
+        https://bugs.webkit.org/show_bug.cgi?id=110812
+
+        Reviewed by Kenneth Russell.
+
+        * webaudio/audionode-channel-rules-expected.txt: Added.
+        * webaudio/audionode-channel-rules.html: Added.
+
+2013-02-27  Jochen Eisinger  <jochen@chromium.org>
+
+        Skip media tests that fail on content_shell
+
+        Unreviewed gardening.
+
+        * platform/chromium/ContentShellTestExpectations:
+
+2013-02-27  Jochen Eisinger  <jochen@chromium.org>
+
+        plugins/netscape-plugin-setwindow-size*.html and plugins/pass-different-npp-struct.html should be async
+        https://bugs.webkit.org/show_bug.cgi?id=110973
+
+        Reviewed by Adam Barth.
+
+        There is nothing that ensures that the log messages from the plugin
+        come in before the layout test finished loading.
+
+        * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
+        * plugins/netscape-plugin-setwindow-size-2.html:
+        * plugins/netscape-plugin-setwindow-size.html:
+        * plugins/pass-different-npp-struct.html:
+
+2013-02-27  Manuel Rego Casasnovas  <rego@igalia.com>
+
+        Add smartInsertDeleteEnabled setting to WebCore::Page
+        https://bugs.webkit.org/show_bug.cgi?id=107840
+
+        Reviewed by Ryosuke Niwa.
+
+        Replace testRunner.setSmartInsertDeleteEnabled by
+        internals.settings.setSmartInsertDeleteEnabled in tests.
+
+        * editing/deleting/smart-editing-disabled.html:
+        * editing/selection/doubleclick-beside-cr-span.html:
+        * editing/selection/doubleclick-whitespace-crash.html:
+        * editing/selection/doubleclick-whitespace-img-crash.html:
+        * editing/selection/doubleclick-whitespace.html:
+        * platform/wk2/TestExpectations: Unflag
+        editing/deleting/smart-editing-disabled.html as it passes now.
+
+2013-02-27  Chris Fleizach  <cfleizach@apple.com>
+
+        WebSpeech: Support pause/resume ability
+        https://bugs.webkit.org/show_bug.cgi?id=107345
+
+        Reviewed by Beth Dakin.
+
+        * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt: Added.
+        * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume.html: Added.
+
+2013-02-27  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations updates
+
+        Unreviewed expectations after recent bug fixes.
+
+        * platform/chromium-mac-lion/fast/borders/border-radius-percent-expected.png: Added.
+        * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-radius-percent-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-percent-expected.png: Added.
+        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-percent-expected.png: Added.
+        * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Andrei Bucur  <abucur@adobe.com>
+
+        REGRESSION(r124739): fast/lists/list-marker-remove-crash.html hits an assertion in MoveParagraphs
+        https://bugs.webkit.org/show_bug.cgi?id=93247
+
+        Reviewed by Darin Adler.
+
+        Update TestExpectations because the test doesn't crash any more.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt-4.8/TestExpectations:
+        * platform/qt-mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-27  Aaron Colwell  <acolwell@chromium.org>
+
+        Fix SourceBufferList so SourceBuffer.append() calls are always rejected after the MediaSource is closed.
+        https://bugs.webkit.org/show_bug.cgi?id=110917
+
+        Reviewed by Eric Carlson.
+
+        * http/tests/media/media-source/video-media-source-reject-append-after-reopening-expected.txt: Added.
+        * http/tests/media/media-source/video-media-source-reject-append-after-reopening.html: Added.
+
+2013-02-27  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Unskipp inspector tests after r144071.
+
+        * platform/qt/TestExpectations:
+
+2013-02-27  Justin Novosad  <junov@google.com>
+
+        REGRESSION (r134631) of border-radius percentage with border pixel
+        https://bugs.webkit.org/show_bug.cgi?id=110889
+
+        Reviewed by Simon Fraser.
+
+        Adding new pixel test to verify the correct rendering of
+        rounded rectangle backgrounds with inner border radii that
+        exceed the dimensions of the inner edge of the border.
+
+        * fast/borders/border-radius-percent-expected.txt: Added.
+        * fast/borders/border-radius-percent.html: Added.
+        * platform/chromium-linux/fast/borders/border-radius-percent-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Layout Test svg/custom/transform-with-shadow-and-gradient.svg is failing
+        https://bugs.webkit.org/show_bug.cgi?id=76557
+
+        Reviewed by Stephen Chenney.
+
+        * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-27  No'am Rosenthal  <noam@webkit.org>
+
+        [Texmap] TextureMapper is too eager to use intermediate surfaces
+        https://bugs.webkit.org/show_bug.cgi?id=110762
+
+        Reviewed by Allan Sandfeld Jensen.
+
+        Added a few ref-tests for correct overlap blending in accelearated compositing mode. 
+        Skipping the new reflection test on Mac/Chromium since it's not rendered
+        properly on those platforms.
+
+        * compositing/overlap-blending/children-opacity-huge-expected.html: Added.
+        * compositing/overlap-blending/children-opacity-huge.html: Added.
+        * compositing/overlap-blending/children-opacity-no-overlap-expected.html: Added.
+        * compositing/overlap-blending/children-opacity-no-overlap.html: Added.
+        * compositing/overlap-blending/reflection-opacity-huge-expected.html: Added.
+        * compositing/overlap-blending/reflection-opacity-huge.html: Added.
+
+2013-02-27  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Template element support is already enabled in
+        development builds. Removing skip entries for related tests as they all pass.
+
+2013-02-27  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r144096.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/gtk/css2.1/replaced-elements-001-expected.png: Added.
+        * platform/gtk/css3/flexbox/button-expected.png: Added.
+        * platform/gtk/css3/flexbox/button-expected.txt: Added.
+        * platform/gtk/svg/custom/foreign-object-skew-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
+
+2013-02-27  Jochen Eisinger  <jochen@chromium.org>
+
+        Add plugins test expectations for content_shell
+
+        Unreviewed gardening.
+
+        * platform/chromium/ContentShellTestExpectations:
+
+2013-02-27  Kent Tamura  <tkent@chromium.org>
+
+        REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator
+        https://bugs.webkit.org/show_bug.cgi?id=110974
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/date/date-appearance-basic-expected.txt:
+        * fast/forms/date/date-appearance-basic.html:
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Vivek Galatage  <vivek.vg@samsung.com>
+
+        Web Inspector: Refactor AuditsPanel with AuditController as newly introduced entity
+        https://bugs.webkit.org/show_bug.cgi?id=110866
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/extensions/extensions-audits-tests.js:
+
+2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Mihai Maerean  <mmaerean@adobe.com>
+
+        [CSS Regions] Region overset property is not properly computed when there is a region break
+        https://bugs.webkit.org/show_bug.cgi?id=92497
+
+        Reviewed by David Hyatt.
+
+        * fast/multicol/break-after-always-bottom-margin-expected.txt: Added.
+        * fast/multicol/break-after-always-bottom-margin.html: Added.
+        * fast/regions/overset-break-expected.txt: Added.
+        * fast/regions/overset-break-nested-expected.txt: Added.
+        * fast/regions/overset-break-nested.html: Added.
+        * fast/regions/overset-break-with-sibling-expected.txt: Added.
+        * fast/regions/overset-break-with-sibling.html: Added.
+        * fast/regions/overset-break.html: Added.
+
+2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Michael Starzinger  <mstarzinger@chromium.org>
+
+        [chromium] Adapt test expectations to V8 __proto__ changes.
+        https://bugs.webkit.org/show_bug.cgi?id=110887
+
+        Reviewed by Stephen Chenney.
+
+        ad window-custom-prototype) This is expected bahavior, consistent with
+        SpiderMonkey. The test expectation is broken. Assigning 'null' to
+        '__proto__' makes the accessor installed on Object.prototype disappear.
+
+        ad JSON-parse) The result of JSON.parse() doesn't match the result we
+        get when evaluating the same string through eval() as V8 still has
+        special handling of the __proto__ property for object literals.
+
+        ad cyclic-prototypes) Test fully matches the WebKit expectation now and
+        no longer fails. However the exception message has a slightly different
+        format and hence causes a text diff.
+
+        * platform/chromium/TestExpectations: Temporary mark tests failing.
+        * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt:
+        * platform/chromium/fast/js/JSON-parse-expected.txt:
+        * platform/chromium/fast/js/cyclic-prototypes-expected.txt:
+
+2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Li Yin  <li.yin@intel.com>
+
+        MediaStream constructor test should cover ended MediaStreamTrack.
+        https://bugs.webkit.org/show_bug.cgi?id=110941
+
+        Reviewed by Kentaro Hara.
+
+        Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastream
+        If tracks has ended, it should skip these tracks and continue with the next one.
+
+        * fast/mediastream/MediaStreamConstructor-expected.txt:
+        * fast/mediastream/MediaStreamConstructor.html:
+
+2013-02-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening
+
+        Updated tests baselines.
+
+        * platform/efl/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
+
+2013-02-27  Mike West  <mkwst@chromium.org>
+
+        XHR should fire 'abort' event when navigation interrupts a request.
+        https://bugs.webkit.org/show_bug.cgi?id=110867
+
+        Reviewed by Alexey Proskuryakov.
+
+        Adding a layout test to ensure that navigation-canceled XMLHttpRequests
+        fire an 'abort' event rather than an 'error' event.
+
+        * http/tests/xmlhttprequest/navigation-should-abort-expected.txt: Added.
+        * http/tests/xmlhttprequest/navigation-should-abort.html: Added.
+
+2013-02-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening
+
+        Mark custom elements tests as failures until we enable them.
+
+        * platform/efl/TestExpectations:
+
+2013-02-27  Seokju Kwon  <seokju.kwon@gmail.com>
+
+        [EFL] Remove test related to html5lib after r144032
+        https://bugs.webkit.org/show_bug.cgi?id=110946
+
+        Unreviewed, EFL gardening.
+
+        Test was removed after r144032. And remove it from TestExpectations.
+        html5lib/generated/run-template.html.
+
+        * platform/efl/TestExpectations:
+
+2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Benjamin Poulain  <benjamin@webkit.org>
+
+        Fix the tests based on computedStyleIncludingVisitedInfo for asynchronous update of the visited style
+        https://bugs.webkit.org/show_bug.cgi?id=110708
+
+        Reviewed by Ryosuke Niwa.
+
+        The tests using computedStyleIncludingVisitedInfo were using the asumption that visited style
+        is updated synchronously with the loading of resources.
+        This assumption is valid for Mac WebKit1, but does not hold for multiprocess
+        WebKit because the list of visited URLs is maintained outside the WebProcess.
+
+        This patch changes the tests to use the 'shouldBecomeXXX' test functions in order to wait
+        for the asynchronous update. With the change, all the tests succeed reliably on WebKit2.
+
+        * fast/history/multiple-classes-visited-expected.txt:
+        * fast/history/multiple-classes-visited.html:
+        * fast/history/nested-visited-test-expected.txt:
+        * fast/history/nested-visited-test.html:
+        * fast/history/self-is-visited-expected.txt:
+        * fast/history/self-is-visited.html:
+        * fast/history/sibling-visited-test-expected.txt:
+        * fast/history/sibling-visited-test.html:
+        * fast/js/resources/js-test-pre.js:
+        (.condition):
+        (.failureHandler):
+        (shouldBecomeDifferent):
+        * platform/wk2/TestExpectations:
+        * platform/chromium/TestExpectations: The tests can now also timeout due to
+        computedStyleIncludingVisitedInfo missing from Chromium's DRT.
+
+2013-02-27  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Removing expectation for html5lib/runner.html, the test was removed in r144032.
+        * platform/gtk/TestExpectations: Ditto.
+        * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added. Required after r144105.
+
+2013-02-27  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144136, r144143, and r144147.
+        http://trac.webkit.org/changeset/144136
+        http://trac.webkit.org/changeset/144143
+        http://trac.webkit.org/changeset/144147
+        https://bugs.webkit.org/show_bug.cgi?id=110950
+
+        Caused some timeouts and flaky crashes (Requested by abarth on
+        #webkit).
+
+        * platform/chromium-mac/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt.
+        * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
+        * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt:
+        * platform/chromium-win/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
+        * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Removed.
+        * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Removed.
+        * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Removed.
+        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
+        * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Removed.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Removed.
+        * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Removed.
+        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Removed.
+        * platform/chromium/security/block-test-no-port-expected.txt:
+
+2013-02-26  Csaba Osztrogonác  <ossy@webkit.org>
+
+        One more unreviewed fix after r144032 and r144051.
+        https://bugs.webkit.org/show_bug.cgi?id=110734
+
+        * TestExpectations: Unskip tests.
+        * html5lib/generated/run-template-write.html: Revert an accidental change by r144051.
+        * platform/gtk/TestExpectations: Skip run-template-data.html and run-template-write.html instead of run-template.html
+        * platform/mac/TestExpectations: Ditto.
+        * platform/qt/TestExpectations: Ditto.
+        * platform/win/TestExpectations: Ditto.
+        * platform/wincairo/TestExpectations: Ditto.
+
+2013-02-26  Adam Barth  <abarth@webkit.org>
+
+        Unreviewed.
+
+        Note another multipart failure to work through.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Uday Kiran  <udaykiran@motorola.com>
+
+        getPropertyValue for -webkit-column-rule returns null, should compute the shorthand value
+        https://bugs.webkit.org/show_bug.cgi?id=110698
+
+        Reviewed by Alexander Pavlov.
+
+        * fast/css/getPropertyValue-column-rule-expected.txt: Added.
+        * fast/css/getPropertyValue-column-rule.html: Added.
+
+2013-02-26  Uday Kiran  <udaykiran@motorola.com>
+
+        getPropertyValue for -webkit-margin-collapse returns null, should compute the shorthand value
+        https://bugs.webkit.org/show_bug.cgi?id=110903
+
+        Reviewed by Alexander Pavlov.
+
+        Added test for getPropertyValue("-webkit-margin-collapse").
+
+        * fast/css/getPropertyValue-webkit-margin-collapse-expected.txt: Added.
+        * fast/css/getPropertyValue-webkit-margin-collapse.html: Added.
+
+2013-02-26  Uday Kiran  <udaykiran@motorola.com>
+
+        getPropertyValue for -webkit-marquee returns null, should compute the shorthand value
+        https://bugs.webkit.org/show_bug.cgi?id=110816
+
+        Reviewed by Alexander Pavlov.
+
+        Added testcases to check getPropertyValue for -webkit-marquee shorthand.
+
+        * fast/css/getPropertyValue-webkit-marquee-expected.txt: Added.
+        * fast/css/getPropertyValue-webkit-marquee.html: Added.
+
+2013-02-26  Adam Barth  <abarth@webkit.org>
+
+        Unreviewed.
+
+        Update expectations to show new FrameLoaderClient callbacks. I missed
+        this test earlier because it doesn't run on Linux.
+
+        * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt:
+
+2013-02-26  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG OSR exit doesn't know which virtual register to use for the last result register for post_inc and post_dec
+        https://bugs.webkit.org/show_bug.cgi?id=109036
+        <rdar://problem/13292139>
+
+        Reviewed by Gavin Barraclough.
+
+        * fast/js/dfg-post-inc-then-exit-expected.txt: Added.
+        * fast/js/dfg-post-inc-then-exit.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-post-inc-then-exit.js: Added.
+        (foo):
+
+2013-02-26  Adam Barth  <abarth@webkit.org>
+
+        [Chromium] Enable threaded HTML parser by default in DumpRenderTree
+        https://bugs.webkit.org/show_bug.cgi?id=110907
+
+        Reviewed by Eric Seidel.
+
+        Update test results to show subtle differences in FrameLoaderClient callbacks.
+
+        * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed.
+        * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
+        * platform/chromium-win/security/block-test-no-port-expected.txt: Removed.
+        * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
+        * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
+        * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added.
+        * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added.
+        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
+        * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added.
+        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
+        * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added.
+        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added.
+        * platform/chromium/security/block-test-no-port-expected.txt:
+
+2013-02-26  Stephen Chenney  <schenney@chromium.org>
+
+        Crashes in fast/notifications/notifications-request-permission.html after r144126
+        https://bugs.webkit.org/show_bug.cgi?id=108196
+
+        Unreviewed expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Stephen Chenney  <schenney@chromium.org>
+
+        Deleting extraneous baseline after feDisplacementMap fix
+        https://bugs.webkit.org/show_bug.cgi?id=10592
+
+        Unreviewed expectations update. Slow build bot to blame.
+
+        * platform/chromium-win-xp/svg/filters/feDisplacementMap-expected.png: Removed.
+
+2013-02-26  Adam Klein  <adamk@chromium.org>
+
+        Parsing of HTML tags in MathML Text Insertion Points leads to bogus parser behavior
+        https://bugs.webkit.org/show_bug.cgi?id=110808
+
+        Reviewed by Adam Barth.
+
+        * html5lib/generated/run-math-data-expected.txt: Added.
+        * html5lib/generated/run-math-data.html: Added.
+        * html5lib/generated/run-math-write-expected.txt: Added.
+        * html5lib/generated/run-math-write.html: Added.
+        * html5lib/resources/math.dat: Added.
+
+2013-02-26  Kaustubh Atrawalkar  <kaustubh@motorola.com>
+
+        Notification.requestPermission callback should be optional
+        https://bugs.webkit.org/show_bug.cgi?id=108196
+
+        Reviewed by Adam Barth.
+
+        Specs says it should be optional.
+        http://notifications.spec.whatwg.org/#notification
+
+        * fast/notifications/notifications-request-permission-optional-expected.txt: Added.
+        * fast/notifications/notifications-request-permission-optional.html: Added.
+
+2013-02-26  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] TestExpectations addition
+
+        Unreviewed addition of fast/js/regress/inlined-put-by-id-transition.html which crashes occasionally.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Stephen Chenney  <schenney@chromium.org>
+
+        New baselines after feDisplacementMap fix
+        https://bugs.webkit.org/show_bug.cgi?id=10592
+
+        Unreviewed expectations update.
+
+        * platform/chromium-linux-x86/svg/filters/feDisplacementMap-expected.png: Removed.
+        * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png: Removed.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png:
+        * platform/chromium-mac/svg/filters/filterRes-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-win/svg/filters/feDisplacementMap-expected.png:
+        * platform/chromium-win/svg/filters/filterRes-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Michelangelo De Simone  <michelangelo@webkit.org>
+
+        [CSS Shaders] Implement color and luminosity non-separable blend modes
+        https://bugs.webkit.org/show_bug.cgi?id=106226
+
+        Added relevant tests for the "color" and "luminosity" non-separable blend modes.
+        These tests are currently skipped on Mac due to a slight color difference; please
+        see relevant bug: http://webkit.org/b/107487.
+
+        Reviewed by Dean Jackson.
+
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-color-expected.html: Added.
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html: Added.
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.html: Added.
+        * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html: Added.
+
+2013-02-26  Dirk Pranke  <dpranke@chromium.org>
+
+        [chromium] Re-enable the fixed version of freetype on linux
+        https://bugs.webkit.org/show_bug.cgi?id=110542
+
+        Reviewed by Tony Chang.
+
+        Re-add entries for two tests that pass on Lucid but fail on Precise
+        even with the Freetype change. This isn't worth adding in
+        Lucid and Precise keywords for just these two tests.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Stephen Chenney  <schenney@chromium.org>
+
+        feDisplacementMap filter gets color space wrong
+        https://bugs.webkit.org/show_bug.cgi?id=105929
+
+        Reviewed by Dirk Schulze.
+
+       Add two new feDisplacementMap tests to get better coverage. And update some results.
+
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png:
+        * platform/chromium-linux/svg/filters/filterRes-expected.png:
+        * svg/filters/feDisplacementMap-color-interpolation-filters-expected.svg: Added.
+        * svg/filters/feDisplacementMap-color-interpolation-filters.svg: Added.
+        * svg/filters/feDisplacementMap-filterUnits-expected.svg: Added.
+        * svg/filters/feDisplacementMap-filterUnits.svg: Added.
+
+2013-02-26  Mike West  <mkwst@chromium.org>
+
+        X-Frame-Options should accept ALLOWALL as a valid value.
+        https://bugs.webkit.org/show_bug.cgi?id=110857
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/XFrameOptions/resources/x-frame-options-allowall.cgi: Added.
+        * http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added.
+        * http/tests/security/XFrameOptions/x-frame-options-allowall.html: Added.
+            Exciting new test!
+        * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt:
+            Exciting new baseline for an old test that was already using ALLOWALL!
+
+2013-02-26  Tony Chang  <tony@chromium.org>
+
+        CSS Flexbox: dynamically applied align-items doesn't affect item alignment
+        https://bugs.webkit.org/show_bug.cgi?id=110341
+
+        Reviewed by Ojan Vafai.
+
+        Also fix a typo causing align-self-* classes from not applying. There
+        was only one test that tried to use the align-self classes and it was
+        testing all values behaved the same.
+
+        * css3/flexbox/relayout-align-items-expected.txt: Added.
+        * css3/flexbox/relayout-align-items.html: Added.
+        * css3/flexbox/resources/flexbox.css:
+        (.align-self-auto):
+        (.align-self-flex-start):
+        (.align-self-flex-end):
+        (.align-self-center):
+        (.align-self-baseline):
+        (.align-self-stretch):
+
+2013-02-26  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Empty <button>s should collapse; empty <input type="button"> should not collapse
+        https://bugs.webkit.org/show_bug.cgi?id=110654
+
+        Reviewed by Ojan Vafai.
+
+        * css3/flexbox/button-expected.png: Added.
+        * css3/flexbox/button-expected.txt: Added.
+        * css3/flexbox/button.html: Added.
+        Test empty buttons, <input type=button>, and buttons with
+        overflow:scroll;
+
+        * css3/flexbox/position-absolute-child-with-contenteditable-expected.html: Added.
+        * css3/flexbox/position-absolute-child-with-contenteditable.html: Added.
+        Test flex boxes with hasLineIfEmpty()=true and absolute positioned
+        children. Uses contenteditable=true to get that effect.
+
+        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png:
+        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt:
+        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt:
+        Regenerate test cases that use <input type=button>.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        Mark tests for rebaselining.
+
+2013-02-26  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        Adding failure expectations for three html5lib tests that are failing after r144032
+        on EFL and GTK, most likely due to the ports sharing Libsoup as the network backend.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-02-26  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: IDBObjectStore.index() doesn't report errors after deleteIndex()
+        https://bugs.webkit.org/show_bug.cgi?id=110792
+
+        Reviewed by Tony Chang.
+
+        Added regression test for bug.
+
+        * storage/indexeddb/deleteIndex-bug110792-expected.txt: Added.
+        * storage/indexeddb/deleteIndex-bug110792.html: Added.
+
+2013-02-26  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r144019.
+        http://trac.webkit.org/changeset/144019
+        https://bugs.webkit.org/show_bug.cgi?id=110892
+
+        due to 8% perf regression on chromium-win7 intl1 page cycler,
+        see https://bugs.webkit.org/show_bug.cgi?id=110872 (Requested
+        by gasubic on #webkit).
+
+        * platform/mac/TestExpectations:
+
+2013-02-26  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] New baselines for css3-modsel-15c
+
+        Unreviewed test expectations update.
+
+        * platform/chromium-linux-x86/css3/selectors3/xml: Removed.
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.txt: Added.
+        * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.png: Removed.
+        * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.txt: Removed.
+
+2013-02-25  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: Cannot deep expand an element that has previously been partially expanded
+        https://bugs.webkit.org/show_bug.cgi?id=110424
+
+        Update existing test for InspectorDOMAgent::requestChildNodes to cover the case
+        where we want to request children for a node that already has had children pushed
+        but may not have pushed children at the depth requested.
+
+        Reviewed by Pavel Feldman.
+
+        * inspector-protocol/dom-request-child-nodes-depth-expected.txt:
+        * inspector-protocol/dom-request-child-nodes-depth.html:
+
+2013-02-26  Martin Robinson  <mrobinson@igalia.com>
+
+        REGRESSION (r143619): Crashes in three layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=110588
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * platform/gtk/TestExpectations: Unskip some tests which are no longer
+        crashing.
+
+2013-02-26  Andrey Kosyakov  <caseq@chromium.org>
+
+        Unreviewed, rolling out r144041, r144044, and r144048.
+        http://trac.webkit.org/changeset/144041
+        http://trac.webkit.org/changeset/144044
+        http://trac.webkit.org/changeset/144048
+        https://bugs.webkit.org/show_bug.cgi?id=105796
+
+        Broke build
+
+        * inspector/timeline/timeline-enum-stability-expected.txt:
+
+2013-02-26  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Migrate IndexedDB support to ResourceTreeModel's SecurityOriginAdded/Removed events.
+        https://bugs.webkit.org/show_bug.cgi?id=110863
+
+        Reviewed by Alexander Pavlov.
+
+        * http/tests/inspector/indexeddb/database-names-expected.txt:
+        * http/tests/inspector/indexeddb/database-names.html:
+
+2013-02-26  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed fix after r144032.
+        https://bugs.webkit.org/show_bug.cgi?id=110734
+
+        Update expected files due to JSC/V8 differences.
+
+        * TestExpectations: Skip 2 failing tests until proper fix.
+        * html5lib/generated/run-template-write.html:
+        * html5lib/generated/run-tests1-data-expected.txt:
+        * html5lib/generated/run-tests1-write-expected.txt:
+        * html5lib/generated/run-tests18-data-expected.txt:
+        * html5lib/generated/run-tests18-write-expected.txt:
+        * html5lib/generated/run-tests7-data-expected.txt:
+        * html5lib/generated/run-tests7-write-expected.txt:
+        * platform/chromium/html5lib/generated/run-tests1-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-data-expected.txt.
+        * platform/chromium/html5lib/generated/run-tests1-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-write-expected.txt.
+        * platform/chromium/html5lib/generated/run-tests18-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-data-expected.txt.
+        * platform/chromium/html5lib/generated/run-tests18-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-write-expected.txt.
+        * platform/chromium/html5lib/generated/run-tests7-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-data-expected.txt.
+        * platform/chromium/html5lib/generated/run-tests7-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-write-expected.txt.
+
+2013-02-26  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] TestExpectations cleanup.
+
+        Unreviewed removal of expectations for tests that are now passing.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Sergio Villar Senin  <svillar@igalia.com>
+
+        REGRESSION (r143931): set-cookie-on-redirect.html breaks subsequent tests
+        https://bugs.webkit.org/show_bug.cgi?id=110844
+
+        Reviewed by Alexey Proskuryakov.
+
+        Clean up cookies at the beginning and after finishing the test in
+        order not to break other tests behavior.
+
+        * http/tests/cookies/resources/set-cookie-on-redirect.php: clear cookie before returning.
+        * http/tests/cookies/set-cookie-on-redirect.html: clear all cookies before starting the test.
+
+2013-02-26  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: show deferred paints on Timeline
+        https://bugs.webkit.org/show_bug.cgi?id=105851
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/timeline/timeline-enum-stability-expected.txt: Added "Rasterize" record type.
+
+2013-02-26  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Add User-Agent header in opening handshake headers.
+        https://bugs.webkit.org/show_bug.cgi?id=110601
+
+        Reviewed by Alexey Proskuryakov.
+
+        RFC-6455 doesn't require to send User-Agent header, but allow it.
+        Many web application developers want to have it, and Firefox already
+        did it. This patch adds User-Agent header in opening handshake also in
+        WebKit ports.
+
+        Test: http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html
+
+        * http/tests/websocket/tests/hybi/sendback_ua_wsh.py: Added.
+        (web_socket_do_extra_handshake):
+        (web_socket_transfer_data):
+        * http/tests/websocket/tests/hybi/useragent-in-openinghandshake-expected.txt: Added.
+        * http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html: Added.
+
+2013-02-26  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Updating expectations for two inspector tests.
+        Expanding expectation for media/encrypted-media/encrypted-media-syntax.html to expect timeouts as well.
+        Adding a flaky failure expectation for svg/custom/animation-currentColor.svg.
+
+2013-02-26  Jochen Eisinger  <jochen@chromium.org>
+
+        [chromium] add content shell specific TestExpectations
+        https://bugs.webkit.org/show_bug.cgi?id=110710
+
+        Reviewed by Eric Seidel.
+
+        For now, add tests that pass on content shell but fail on DRT.
+        Next, I will file bugs for all the remaining failing tests and skip
+        them here to ease the transition from DRT.
+
+        * platform/chromium/ContentShellTestExpectations: Added.
+
+2013-02-26  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt-5.0-wk1/http/tests/navigation/forward-and-cancel-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/forward-and-cancel-expected.txt.
+        * platform/qt-5.0-wk1/http/tests/navigation/postredirect-frames-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-frames-expected.txt.
+        * platform/qt-5.0-wk1/http/tests/navigation/postredirect-goback2-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-goback2-expected.txt.
+
+2013-02-26  Eric Seidel  <eric@webkit.org>
+
+        Layout Test Multiple html5lib/ tests are too slow and should be split.
+        https://bugs.webkit.org/show_bug.cgi?id=110734
+
+        Reviewed by Adam Barth.
+
+        Split all of the html5lib tests into write and data variants
+        instead of running both in sequence in each test.
+        I added a script to autogenerate all of the test harness files
+        from the *.dat files in resources/ (which we sync with the
+        upstream html5lib tests.
+
+        I removed all the old tests and expectations as well as TestExpectation entries.
+        All of these tests should now be fast enough to avoid timeout on all platforms.
+        I set the expectations from my chromium-linux (v8) machine, thus someone
+        from a jsc port will need to rebaseline appropriately from their machine.
+
+        * TestExpectations:
+        * html5lib/generate-test-wrappers.py: Added.
+        (WrapperGenerator):
+        (_files_in_directory_with_suffix):
+        (_last_path_component_removing_suffix):
+        (_remove_harness_prefix):
+        (_remove_harness_type):
+        (_test_name_from_harness_name):
+        (_remove_stale_tests):
+        (_input_path):
+        (_harness_path):
+        (_harness_content):
+        (_write_harness):
+        (main):
+        * html5lib/generated/run-adoption01-data-expected.txt: Added.
+        * html5lib/generated/run-adoption01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-adoption01-write-expected.txt: Added.
+        * html5lib/generated/run-adoption01-write.html: Renamed from LayoutTests/html5lib/generated/run-template.html.
+        * html5lib/generated/run-adoption02-data-expected.txt: Added.
+        * html5lib/generated/run-adoption02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-adoption02-write-expected.txt: Added.
+        * html5lib/generated/run-adoption02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests11.html.
+        * html5lib/generated/run-comments01-data-expected.txt: Added.
+        * html5lib/generated/run-comments01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-comments01-write-expected.txt: Added.
+        * html5lib/generated/run-comments01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-doctype01-data-expected.txt: Added.
+        * html5lib/generated/run-doctype01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-doctype01-write-expected.txt: Added.
+        * html5lib/generated/run-doctype01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests10.html.
+        * html5lib/generated/run-domjs-unsafe-data-expected.txt: Added.
+        * html5lib/generated/run-domjs-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-domjs-unsafe-write-expected.txt: Added.
+        * html5lib/generated/run-domjs-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-entities01-data-expected.txt: Added.
+        * html5lib/generated/run-entities01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-entities01-write-expected.txt: Added.
+        * html5lib/generated/run-entities01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-entities02-data-expected.txt: Added.
+        * html5lib/generated/run-entities02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-entities02-write-expected.txt: Added.
+        * html5lib/generated/run-entities02-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-html5test-com-data-expected.txt: Added.
+        * html5lib/generated/run-html5test-com-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-html5test-com-write-expected.txt: Added.
+        * html5lib/generated/run-html5test-com-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-inbody01-data-expected.txt: Added.
+        * html5lib/generated/run-inbody01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-inbody01-write-expected.txt: Added.
+        * html5lib/generated/run-inbody01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-isindex-data-expected.txt: Added.
+        * html5lib/generated/run-isindex-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-isindex-write-expected.txt: Added.
+        * html5lib/generated/run-isindex-write.html: Renamed from LayoutTests/html5lib/generated/run-tests2.html.
+        * html5lib/generated/run-pending-spec-changes-data-expected.txt: Added.
+        * html5lib/generated/run-pending-spec-changes-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data-expected.txt: Added.
+        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data.html: Added.
+        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write-expected.txt: Added.
+        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-pending-spec-changes-write-expected.txt: Added.
+        * html5lib/generated/run-pending-spec-changes-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-plain-text-unsafe-data-expected.txt: Added.
+        * html5lib/generated/run-plain-text-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-plain-text-unsafe-write-expected.txt: Added.
+        * html5lib/generated/run-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-scriptdata01-data-expected.txt: Added.
+        * html5lib/generated/run-scriptdata01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-scriptdata01-write-expected.txt: Added.
+        * html5lib/generated/run-scriptdata01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tables01-data-expected.txt: Added.
+        * html5lib/generated/run-tables01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tables01-write-expected.txt: Added.
+        * html5lib/generated/run-tables01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests22.html.
+        * html5lib/generated/run-template-data-expected.txt: Added.
+        * html5lib/generated/run-template-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-template-expected.txt: Removed.
+        * html5lib/generated/run-template-write-expected.txt: Added.
+        * html5lib/generated/run-template-write.html: Renamed from LayoutTests/html5lib/generated/run-tests3.html.
+        * html5lib/generated/run-tests1-data-expected.txt: Added.
+        * html5lib/generated/run-tests1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests1-expected.txt: Removed.
+        * html5lib/generated/run-tests1-write-expected.txt: Added.
+        * html5lib/generated/run-tests1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests10-data-expected.txt: Added.
+        * html5lib/generated/run-tests10-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests10-expected.txt: Removed.
+        * html5lib/generated/run-tests10-write-expected.txt: Added.
+        * html5lib/generated/run-tests10-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests11-data-expected.txt: Added.
+        * html5lib/generated/run-tests11-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests11-expected.txt: Removed.
+        * html5lib/generated/run-tests11-write-expected.txt: Added.
+        * html5lib/generated/run-tests11-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests12-data-expected.txt: Added.
+        * html5lib/generated/run-tests12-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests12-expected.txt: Removed.
+        * html5lib/generated/run-tests12-write-expected.txt: Added.
+        * html5lib/generated/run-tests12-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests12.html: Removed.
+        * html5lib/generated/run-tests14-data-expected.txt: Added.
+        * html5lib/generated/run-tests14-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests14-expected.txt: Removed.
+        * html5lib/generated/run-tests14-write-expected.txt: Added.
+        * html5lib/generated/run-tests14-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests14.html: Removed.
+        * html5lib/generated/run-tests15-data-expected.txt: Added.
+        * html5lib/generated/run-tests15-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests15-expected.txt: Removed.
+        * html5lib/generated/run-tests15-write-expected.txt: Added.
+        * html5lib/generated/run-tests15-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests15.html: Removed.
+        * html5lib/generated/run-tests16-data-expected.txt: Added.
+        * html5lib/generated/run-tests16-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests16-expected.txt: Removed.
+        * html5lib/generated/run-tests16-write-expected.txt: Added.
+        * html5lib/generated/run-tests16-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests16.html: Removed.
+        * html5lib/generated/run-tests17-data-expected.txt: Added.
+        * html5lib/generated/run-tests17-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests17-expected.txt: Removed.
+        * html5lib/generated/run-tests17-write-expected.txt: Added.
+        * html5lib/generated/run-tests17-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests17.html: Removed.
+        * html5lib/generated/run-tests18-data-expected.txt: Added.
+        * html5lib/generated/run-tests18-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests18-expected.txt: Removed.
+        * html5lib/generated/run-tests18-write-expected.txt: Added.
+        * html5lib/generated/run-tests18-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests18.html: Removed.
+        * html5lib/generated/run-tests19-data-expected.txt: Added.
+        * html5lib/generated/run-tests19-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests19-expected.txt: Removed.
+        * html5lib/generated/run-tests19-write-expected.txt: Added.
+        * html5lib/generated/run-tests19-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests19.html: Removed.
+        * html5lib/generated/run-tests2-data-expected.txt: Added.
+        * html5lib/generated/run-tests2-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests2-expected.txt: Removed.
+        * html5lib/generated/run-tests2-write-expected.txt: Added.
+        * html5lib/generated/run-tests2-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests20-data-expected.txt: Added.
+        * html5lib/generated/run-tests20-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests20-expected.txt: Removed.
+        * html5lib/generated/run-tests20-write-expected.txt: Added.
+        * html5lib/generated/run-tests20-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests20.html: Removed.
+        * html5lib/generated/run-tests21-data-expected.txt: Added.
+        * html5lib/generated/run-tests21-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests21-expected.txt: Removed.
+        * html5lib/generated/run-tests21-write-expected.txt: Added.
+        * html5lib/generated/run-tests21-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests21.html: Removed.
+        * html5lib/generated/run-tests22-data-expected.txt: Added.
+        * html5lib/generated/run-tests22-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests22-expected.txt: Removed.
+        * html5lib/generated/run-tests22-write-expected.txt: Added.
+        * html5lib/generated/run-tests22-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests23-data-expected.txt: Added.
+        * html5lib/generated/run-tests23-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests23-expected.txt: Removed.
+        * html5lib/generated/run-tests23-write-expected.txt: Added.
+        * html5lib/generated/run-tests23-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests23.html: Removed.
+        * html5lib/generated/run-tests24-data-expected.txt: Added.
+        * html5lib/generated/run-tests24-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests24-expected.txt: Removed.
+        * html5lib/generated/run-tests24-write-expected.txt: Added.
+        * html5lib/generated/run-tests24-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests24.html: Removed.
+        * html5lib/generated/run-tests25-data-expected.txt: Added.
+        * html5lib/generated/run-tests25-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests25-expected.txt: Removed.
+        * html5lib/generated/run-tests25-write-expected.txt: Added.
+        * html5lib/generated/run-tests25-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests25.html: Removed.
+        * html5lib/generated/run-tests26-data-expected.txt: Added.
+        * html5lib/generated/run-tests26-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests26-expected.txt: Removed.
+        * html5lib/generated/run-tests26-write-expected.txt: Added.
+        * html5lib/generated/run-tests26-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests26.html: Removed.
+        * html5lib/generated/run-tests3-data-expected.txt: Added.
+        * html5lib/generated/run-tests3-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests3-expected.txt: Removed.
+        * html5lib/generated/run-tests3-write-expected.txt: Added.
+        * html5lib/generated/run-tests3-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests4-data-expected.txt: Added.
+        * html5lib/generated/run-tests4-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests4-expected.txt: Removed.
+        * html5lib/generated/run-tests4-write-expected.txt: Added.
+        * html5lib/generated/run-tests4-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests4.html: Removed.
+        * html5lib/generated/run-tests5-data-expected.txt: Added.
+        * html5lib/generated/run-tests5-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests5-expected.txt: Removed.
+        * html5lib/generated/run-tests5-write-expected.txt: Added.
+        * html5lib/generated/run-tests5-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests5.html: Removed.
+        * html5lib/generated/run-tests6-data-expected.txt: Added.
+        * html5lib/generated/run-tests6-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests6-expected.txt: Removed.
+        * html5lib/generated/run-tests6-write-expected.txt: Added.
+        * html5lib/generated/run-tests6-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests6.html: Removed.
+        * html5lib/generated/run-tests7-data-expected.txt: Added.
+        * html5lib/generated/run-tests7-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests7-expected.txt: Removed.
+        * html5lib/generated/run-tests7-write-expected.txt: Added.
+        * html5lib/generated/run-tests7-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests7.html: Removed.
+        * html5lib/generated/run-tests8-data-expected.txt: Added.
+        * html5lib/generated/run-tests8-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests8-expected.txt: Removed.
+        * html5lib/generated/run-tests8-write-expected.txt: Added.
+        * html5lib/generated/run-tests8-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests8.html: Removed.
+        * html5lib/generated/run-tests9-data-expected.txt: Added.
+        * html5lib/generated/run-tests9-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests9-expected.txt: Removed.
+        * html5lib/generated/run-tests9-write-expected.txt: Added.
+        * html5lib/generated/run-tests9-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests9.html: Removed.
+        * html5lib/generated/run-tests_innerHTML_1-data-expected.txt: Added.
+        * html5lib/generated/run-tests_innerHTML_1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tests_innerHTML_1-write-expected.txt: Added.
+        * html5lib/generated/run-tests_innerHTML_1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tricky01-data-expected.txt: Added.
+        * html5lib/generated/run-tricky01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-tricky01-write-expected.txt: Added.
+        * html5lib/generated/run-tricky01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-webkit01-data-expected.txt: Added.
+        * html5lib/generated/run-webkit01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-webkit01-write-expected.txt: Added.
+        * html5lib/generated/run-webkit01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-webkit02-data-expected.txt: Added.
+        * html5lib/generated/run-webkit02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/generated/run-webkit02-write-expected.txt: Added.
+        * html5lib/generated/run-webkit02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests1.html.
+        * html5lib/resources/runner.js:
+        (window.onload):
+        * html5lib/runner-expected.txt: Removed.
+        * html5lib/runner.html: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/html5lib/generated/run-tests1-expected.txt: Removed.
+        * platform/chromium/html5lib/generated/run-tests18-expected.txt: Removed.
+        * platform/chromium/html5lib/generated/run-tests7-expected.txt: Removed.
+
+2013-02-26  Takashi Sakamoto  <tasak@google.com>
+
+        Shadow DOM styles appear to be over-eagerly shared
+        https://bugs.webkit.org/show_bug.cgi?id=110797
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/no-style-sharing-with-distributed-nodes-expected.html: Added.
+        * fast/dom/shadow/no-style-sharing-with-distributed-nodes.html: Added.
+
+2013-02-26  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Update platform specific expected file after r143836.
+
+        * platform/qt/TestExpectations: Skipped after r143300.
+        * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836.
+
+2013-02-26  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: CSSAgent.setStyleSheetText crashes on inline styles
+        https://bugs.webkit.org/show_bug.cgi?id=110359
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/styles/styles-new-API-expected.txt:
+        * inspector/styles/styles-new-API.html:
+
+2013-02-26  Tien-Ren Chen  <trchen@chromium.org>
+
+        Implement coordinated scrollbar for subframes and overflow:scroll
+        https://bugs.webkit.org/show_bug.cgi?id=109560
+
+        Reviewed by James Robinson.
+
+        Coordinated scrollbars changes drawsContent flag on scrollbar GraphicsLayers,
+        test expectation are updated.
+
+        * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/composited-parent-iframe-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/iframe-resize-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/overlapped-iframe-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/resizer-expected.txt: Added.
+        * platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt: Added.
+        * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt:
+        * platform/chromium-linux/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
+        * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt:
+        * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
+        * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
+        * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-resize-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/resizer-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-26  Glenn Adams  <glenn@skynav.com>
+
+        CSS3: line-break property support
+        https://bugs.webkit.org/show_bug.cgi?id=89235
+
+        Reviewed by Eric Seidel.
+
+        * platform/mac/TestExpectations: Mark css3/line-break tests as passing.
+
+2013-02-26  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Unskipp now passing tests after r144005.
+        https://bugs.webkit.org/show_bug.cgi?id=110756.
+
+        Reviewed by Geoffrey Garen.
+
+        * platform/qt/TestExpectations:
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Xueqing Huang  <huangxueqing@baidu.com>
+
+        Flexbox should ignore firstLetter pseudo element.
+        https://bugs.webkit.org/show_bug.cgi?id=105126
+
+        Reviewed by Tony Chang.
+
+        The CSS WG decided that first-line and first-letter should not
+        apply to flex containers.
+        http://dev.w3.org/csswg/css3-flexbox/issues-cr-2012#issue-13
+
+        * css3/flexbox/flexbox-ignore-container-firstLetter-expected.txt: Added.
+        * css3/flexbox/flexbox-ignore-container-firstLetter.html: Added.
+        * css3/flexbox/flexbox-ignore-firstLetter-expected.txt: Added.
+        * css3/flexbox/flexbox-ignore-firstLetter.html: Added.
+        * css3/flexbox/inline-flex-crash-expected.txt:
+        * css3/flexbox/inline-flex-crash2-expected.txt:
+
+2013-02-25  James Simonsen  <simonjam@chromium.org>
+
+        [Resource Timing] Update test suite so it can be exported to the W3C
+        https://bugs.webkit.org/show_bug.cgi?id=107343
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/resources/webperftestharness.js: Removed unneeded functions and moved new ones to extension.
+        * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
+        (test_resource_entries):
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt.
+        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html.
+        * platform/chromium/TestExpectations: Moved directories...
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-21  Jeffrey Pfau  <jpfau@apple.com>
+
+        Optionally partition cache to prevent using cache for tracking
+        https://bugs.webkit.org/show_bug.cgi?id=110269
+
+        Reviewed by Maciej Stachowiak.
+
+        Added tests for ensuring the cache partitioning functions
+
+        * http/tests/cache/partitioned-cache-expected.txt: Added.
+        * http/tests/cache/partitioned-cache.html: Added.
+        * http/tests/cache/resources/echo-cookie.cgi: Added.
+        * http/tests/cache/resources/partitioned-cache-loader.html: Added.
+
+2013-02-25  Eric Seidel  <eric@webkit.org>
+
+        Move html5lib/run-test* into html5lib/generated in preparation for generating these harnesses
+        https://bugs.webkit.org/show_bug.cgi?id=110795
+
+        Reviewed by Ojan Vafai.
+
+        * html5lib/generated/run-template-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-template.html: Added.
+        * html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/html5lib/run-test7-expected.txt.
+        * html5lib/generated/run-tests1.html: Added.
+        * html5lib/generated/run-tests10-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests10.html: Added.
+        * html5lib/generated/run-tests11-expected.txt: Renamed from LayoutTests/html5lib/run-test11-expected.txt.
+        * html5lib/generated/run-tests11.html: Added.
+        * html5lib/generated/run-tests12-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests12.html: Added.
+        * html5lib/generated/run-tests14-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests14.html: Added.
+        * html5lib/generated/run-tests15-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests15.html: Added.
+        * html5lib/generated/run-tests16-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests16.html: Added.
+        * html5lib/generated/run-tests17-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests17.html: Added.
+        * html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/html5lib/run-test18-expected.txt.
+        * html5lib/generated/run-tests18.html: Added.
+        * html5lib/generated/run-tests19-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests19.html: Added.
+        * html5lib/generated/run-tests2-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests2.html: Added.
+        * html5lib/generated/run-tests20-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests20.html: Added.
+        * html5lib/generated/run-tests21-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests21.html: Added.
+        * html5lib/generated/run-tests22-expected.txt: Renamed from LayoutTests/html5lib/run-test10-expected.txt.
+        * html5lib/generated/run-tests22.html: Added.
+        * html5lib/generated/run-tests23-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests23.html: Added.
+        * html5lib/generated/run-tests24-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests24.html: Added.
+        * html5lib/generated/run-tests25-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests25.html: Added.
+        * html5lib/generated/run-tests26-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests26.html: Added.
+        * html5lib/generated/run-tests3-expected.txt: Renamed from LayoutTests/html5lib/run-test14-expected.txt.
+        * html5lib/generated/run-tests3.html: Added.
+        * html5lib/generated/run-tests4-expected.txt: Renamed from LayoutTests/html5lib/run-test12-expected.txt.
+        * html5lib/generated/run-tests4.html: Added.
+        * html5lib/generated/run-tests5-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests5.html: Added.
+        * html5lib/generated/run-tests6-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests6.html: Added.
+        * html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/html5lib/run-test1-expected.txt.
+        * html5lib/generated/run-tests7.html: Added.
+        * html5lib/generated/run-tests8-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests8.html: Added.
+        * html5lib/generated/run-tests9-expected.txt: Renamed from LayoutTests/html5lib/run-template-expected.txt.
+        * html5lib/generated/run-tests9.html: Added.
+        * html5lib/run-template.html: Removed.
+        * html5lib/run-test1.html: Removed.
+        * html5lib/run-test10.html: Removed.
+        * html5lib/run-test11.html: Removed.
+        * html5lib/run-test12.html: Removed.
+        * html5lib/run-test14.html: Removed.
+        * html5lib/run-test15-expected.txt: Removed.
+        * html5lib/run-test15.html: Removed.
+        * html5lib/run-test16-expected.txt: Removed.
+        * html5lib/run-test16.html: Removed.
+        * html5lib/run-test17-expected.txt: Removed.
+        * html5lib/run-test17.html: Removed.
+        * html5lib/run-test18.html: Removed.
+        * html5lib/run-test19-expected.txt: Removed.
+        * html5lib/run-test19.html: Removed.
+        * html5lib/run-test2-expected.txt: Removed.
+        * html5lib/run-test2.html: Removed.
+        * html5lib/run-test20-expected.txt: Removed.
+        * html5lib/run-test20.html: Removed.
+        * html5lib/run-test21-expected.txt: Removed.
+        * html5lib/run-test21.html: Removed.
+        * html5lib/run-test22-expected.txt: Removed.
+        * html5lib/run-test22.html: Removed.
+        * html5lib/run-test23-expected.txt: Removed.
+        * html5lib/run-test23.html: Removed.
+        * html5lib/run-test24-expected.txt: Removed.
+        * html5lib/run-test24.html: Removed.
+        * html5lib/run-test25-expected.txt: Removed.
+        * html5lib/run-test25.html: Removed.
+        * html5lib/run-test26-expected.txt: Removed.
+        * html5lib/run-test26.html: Removed.
+        * html5lib/run-test3-expected.txt: Removed.
+        * html5lib/run-test3.html: Removed.
+        * html5lib/run-test4-expected.txt: Removed.
+        * html5lib/run-test4.html: Removed.
+        * html5lib/run-test5-expected.txt: Removed.
+        * html5lib/run-test5.html: Removed.
+        * html5lib/run-test6-expected.txt: Removed.
+        * html5lib/run-test6.html: Removed.
+        * html5lib/run-test7.html: Removed.
+        * html5lib/run-test8-expected.txt: Removed.
+        * html5lib/run-test8.html: Removed.
+        * html5lib/run-test9-expected.txt: Removed.
+        * html5lib/run-test9.html: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test7-expected.txt.
+        * platform/chromium/html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test18-expected.txt.
+        * platform/chromium/html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test1-expected.txt.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-02-25  Philip Rogers  <pdr@google.com>
+
+        Remove two stale entries from TestExpectations
+
+        Unreviewed patch of test expectations.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 3 svg/as-image/ tests
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-linux/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+
+2013-02-25  Alexis Menard  <alexis@webkit.org>
+
+        transition-property property doesn't accept "all, <IDENT>".
+        https://bugs.webkit.org/show_bug.cgi?id=110074
+
+        Reviewed by Dean Jackson.
+
+        Extend exising test to cover the bug.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-02-25  Sergio Villar Senin  <svillar@igalia.com>
+
+        [soup] "Too many redirects" error loading chat in plus.google.com
+        https://bugs.webkit.org/show_bug.cgi?id=64575
+
+        Reviewed by Martin Robinson.
+
+        This new test checks firstPartyForCookies is properly set to the
+        new URL on redirects.
+
+        * http/tests/cookies/resources/set-cookie-on-redirect.php: Added.
+        * http/tests/cookies/set-cookie-on-redirect-expected.txt: Added.
+        * http/tests/cookies/set-cookie-on-redirect.html: Added.
+
+2013-02-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip asserting tests.
+        https://bugs.webkit.org/show_bug.cgi?id=110756
+
+        * platform/qt/TestExpectations:
+
+2013-02-25  Alexei Filippov  <alph@chromium.org>
+
+        Web Inspector: Remove CPU profile from a group causes exception
+        https://bugs.webkit.org/show_bug.cgi?id=110466
+
+        Reviewed by Yury Semikhatsky.
+
+        WebInspector.ProfilesPanel._removeProfileHandle did not handle
+        profile removal from a group. The fix takes care of this case.
+
+        Test: inspector/profiler/cpu-profiler-profile-removal.html
+
+        * inspector/profiler/cpu-profiler-profile-removal-expected.txt: Added.
+        * inspector/profiler/cpu-profiler-profile-removal.html: Added.
+
+2013-02-25  Mike West  <mkwst@chromium.org>
+
+        XSSAuditor tests shouldn't depend on IFrames's load order.
+        https://bugs.webkit.org/show_bug.cgi?id=110737
+
+        Reviewed by Jochen Eisinger.
+
+        Various tests under http/tests/security/xssAuditor actually wrap up
+        multiple test cases under a single HTML file by loading a variety of
+        IFrames. Currently, the error messages that these tests expect aren't
+        detailed enough to distinguish between the order in which the IFrames
+        load: they all generate the same error, so the ordering is irrelevant.
+
+        Before we increase the error message detail in webkit.org/b/110733, we
+        need to ensure that these tests don't rely on load order. One option
+        is to serialize the IFrame loading by chaining onload events, but that
+        seems like a slow way of doing things. This patch takes a different
+        approach, breaking the multiple-IFrame tests into many single-IFrame
+        tests (which should be more shardable, and actually execute more quickly
+        in the long run).
+
+        * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Removed.
+        * http/tests/security/xssAuditor/open-iframe-src.html: Removed.
+        * http/tests/security/xssAuditor/open-script-src-expected.txt: Removed.
+        * http/tests/security/xssAuditor/open-script-src.html: Removed.
+        * http/tests/security/xssAuditor/property-escape-comment-expected.txt: Removed.
+        * http/tests/security/xssAuditor/property-escape-comment.html: Removed.
+        * http/tests/security/xssAuditor/property-escape-entity-expected.txt: Removed.
+        * http/tests/security/xssAuditor/property-escape-entity.html: Removed.
+        * http/tests/security/xssAuditor/property-escape-quote-expected.txt: Removed.
+        * http/tests/security/xssAuditor/property-escape-quote.html: Removed.
+        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt: Removed.
+        * http/tests/security/xssAuditor/script-tag-with-comma.html: Removed.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt: Removed.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated.html: Removed.
+            Removed these tests, breaking them into multiple single-IFrame HTML files.
+        * http/tests/security/xssAuditor/open-iframe-src-01.html: Added.
+        * http/tests/security/xssAuditor/open-iframe-src-02.html: Added.
+        * http/tests/security/xssAuditor/open-script-src-01-expected.txt: Added.
+        * http/tests/security/xssAuditor/open-script-src-01.html: Added.
+        * http/tests/security/xssAuditor/open-script-src-02-expected.txt: Added.
+        * http/tests/security/xssAuditor/open-script-src-02.html: Added.
+        * http/tests/security/xssAuditor/open-script-src-03-expected.txt: Added.
+        * http/tests/security/xssAuditor/open-script-src-03.html: Added.
+        * http/tests/security/xssAuditor/open-script-src-04-expected.txt: Added.
+        * http/tests/security/xssAuditor/open-script-src-04.html: Added.
+        * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt: Added.
+        * http/tests/security/xssAuditor/property-escape-comment-01.html: Added.
+        * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt: Added.
+        * http/tests/security/xssAuditor/property-escape-comment-02.html: Added.
+        * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt: Added.
+        * http/tests/security/xssAuditor/property-escape-comment-03.html: Added.
+        * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt: Added.
+        * http/tests/security/xssAuditor/property-escape-entity-01.html: Added.
+        * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt: Added.
+        * http/tests/security/xssAuditor/property-escape-entity-02.html: Added.
+        * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt: Added.
+        * http/tests/security/xssAuditor/property-escape-entity-03.html: Added.
+        * http/tests/security/xssAuditor/property-escape-quote-01.html: Added.
+        * http/tests/security/xssAuditor/property-escape-quote-02.html: Added.
+        * http/tests/security/xssAuditor/property-escape-quote-03.html: Added.
+        * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt: Added.
+        * http/tests/security/xssAuditor/script-tag-with-comma-01.html: Added.
+        * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt: Added.
+        * http/tests/security/xssAuditor/script-tag-with-comma-02.html: Added.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt: Added.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html: Added.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt: Added.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html: Added.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt: Added.
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html: Added.
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html: Added.
+            These tests perform the same validation as the combined tests, they
+            simply do it without introducing load-order dependencies.
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Alexei Filippov  <alph@chromium.org>
+
+        Web Inspector: move profile type specific code out of ProfilesPanel (refactor)
+        https://bugs.webkit.org/show_bug.cgi?id=110597
+
+        Reviewed by Yury Semikhatsky.
+
+        Move profile type specific functionality out of ProfilesPanel class.
+        This is a first part of WebInspector.ProfilesPanel refactoring.
+
+        No new tests as the functionality isn't changed.
+
+        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
+        * inspector/profiler/heap-snapshot-inspect-dom-wrapper-expected.txt:
+        * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
+        * inspector/profiler/heap-snapshot-loader.html:
+        * inspector/profiler/heap-snapshot-test.js:
+        (initialize_HeapSnapshotTest.):
+        (initialize_HeapSnapshotTest):
+        * inspector/profiler/profiler-test.js:
+        (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest):
+        (initialize_ProfilerTest.InspectorTest.startProfilerTest):
+
+2013-02-25  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skipped failing tests.
+
+        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Removed.
+        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Removed.
+        * platform/qt-5.0/fast/forms/select-baseline-expected.png: Removed.
+        * platform/qt-5.0/fast/forms/select-baseline-expected.txt: Removed.
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/forms/select-baseline-expected.png: Update after r143836.
+        * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836.
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Unskip tests after r143800.
+
+        * platform/qt/TestExpectations:
+
+2013-02-25  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Giving up on individually listing slow sputnik tests, replaced all
+        the expectations with a single one covering the whole directory in both release and debug builds.
+        Also removing duplicate expectations and adding an expectation for tests that require custom elements support.
+        * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Rebaselining.
+        * platform/gtk/media/audio-controls-rendering-expected.png: Removed. Requires a new baseline.
+        * platform/gtk/media/audio-controls-rendering-expected.txt: Removed. Ditto.
+
+2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-25  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Web Inspector: Improve speed of Linkifier.reset operation.
+        https://bugs.webkit.org/show_bug.cgi?id=110696
+
+        Reviewed by Yury Semikhatsky.
+
+        Linkifier calls Location.dispose N times and each dispose method calls Array.remove
+        which scans entire array and does splice. So the complexity of Linkifier.reset
+        is O(N^2). I replaced the arrays with Set and got O(N) complexity.
+
+        Drive by fix: The identifier generator was slightly changed.
+        Now it produces identifiers that couldn't be converted into a number.
+        So the engine will never convert Set/Map object into an array.
+
+        * inspector/debugger/callstack-placards-discarded.html:
+        * inspector/debugger/linkifier.html:
+
+2013-02-24  Kihong Kwon  <kihong.kwon@samsung.com>
+
+        Add an ASSERT to didChangeDeviceProximity
+        https://bugs.webkit.org/show_bug.cgi?id=110317
+
+        Reviewed by Hajime Morrita.
+
+        Fix wrong test cases which are found by ASSERT insertion.
+
+        * proximity/basic-operation-expected.txt:
+        * proximity/basic-operation.html:
+        * proximity/resources/event-after-navigation-new.html:
+
+2013-02-24  Mike West  <mkwst@chromium.org>
+
+        CSP 1.1: Experiment with 'reflected-xss' directive.
+        https://bugs.webkit.org/show_bug.cgi?id=104479
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid.html: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing.html: Added.
+        * http/tests/security/contentSecurityPolicy/resources/reflected-xss-and-xss-protection.js: Added.
+        (testMixedHeader):
+        (frameLoaded):
+        (frameErrored):
+        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+            Added the ability to send an 'X-WebKit-CSP' header to test 'reflected-xss' behavior.
+
+2013-02-24  Keishi Hattori  <keishi@webkit.org>
+
+        Add methods to date types for new calendar picker
+        https://bugs.webkit.org/show_bug.cgi?id=110454
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types.html: Added. Unit tests for date types.
+
+2013-02-24  Hajime Morrita  <morrita@google.com>
+
+        [Custom Elements] Implement bare-bone document.register()
+        https://bugs.webkit.org/show_bug.cgi?id=100229
+
+        Reviewed by Adam Barth.
+
+        * fast/dom/custom/document-register-basic-expected.txt: Added.
+        * fast/dom/custom/document-register-basic.html: Added.
+        * fast/dom/custom/document-register-reentrant-null-constructor-expected.txt: Added.
+        * fast/dom/custom/document-register-reentrant-null-constructor.html: Added.
+        * fast/dom/custom/document-register-reentrant-returning-fake-expected.txt: Added.
+        * fast/dom/custom/document-register-reentrant-returning-fake.html: Added.
+        * fast/dom/custom/document-register-reentrant-throwing-constructor-expected.txt: Added.
+        * fast/dom/custom/document-register-reentrant-throwing-constructor.html: Added.
+        * fast/dom/custom/resources/document-register-fuzz.js: Added.
+        * platform/mac/TestExpectations:
+
+2013-02-24  Benjamin Poulain  <benjamin@webkit.org>
+
+        Add timeout to the Chromium expectation of state-url-sets-links-visited.html
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations: Since Chromium's DRT does not support
+        computedStyleIncludingVisitedInfo, the test can also timeout as it will
+        raise an exception before invoking finishJSTest.
+
+2013-02-23  Benjamin Poulain  <benjamin@webkit.org>
+
+        Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html.
+        https://bugs.webkit.org/show_bug.cgi?id=109883
+
+        Reviewed by Antti Koivisto.
+
+        Some tests depends on state change happening asynchronously. This is typically solved by using
+        timers with a long enough interval.
+
+        Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays
+        in the tests.
+
+        This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to
+        test a change of state repetively until it succeed (or timeout). Those test functions execute
+        the condition every 5ms until the test succeed.
+
+        The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate
+        the concept.
+
+        * fast/js/resources/js-test-pre.js:
+        (_waitForCondition): Generic helper function for the familly shouldBecomeXXX.
+        (.condition):
+        (.failureHandler):
+        (shouldBecomeEqual):
+        (shouldBecomeEqualToString):
+
+        * fast/loader/stateobjects/state-url-sets-links-visited.html:
+        * platform/wk2/TestExpectations:
+        state-url-sets-links-visited.html failed on WebKit2 because the visited links table is updated
+        asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message.
+
+        The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess
+        does not update the style in a reasonable amount of time, the test fails.
+
+        * platform/chromium/TestExpectations: Make the test as failing on Chromium until proper test support is added
+        to DRT or Internals.
+
+2013-02-23  Philip Rogers  <pdr@google.com>
+
+        Prevent crash in animated transform lists
+        https://bugs.webkit.org/show_bug.cgi?id=110704
+
+        Reviewed by Abhishek Arya.
+
+        * svg/animations/animateTransform-list-crash-expected.txt: Added.
+        * svg/animations/animateTransform-list-crash.html: Added.
+
+2013-02-23  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Skip javascriptDialogEvents.html since its result bleed into other tests non-deterministically per bug 110186.
+
+        * platform/mac/TestExpectations:
+
+2013-02-23  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Adding a failure expectation for the html5lib/runner.html test
+        that started failing with r143804.
+        * platform/gtk/TestExpectations: Ditto. Also adding flaky crasher expectations for two http tests,
+        crashes are originating from IDB code and starter appearing with r143694.
+
+2013-02-23  Martin Robinson  <mrobinson@igalia.com>
+
+        Remove some tests needing to be rebaselined from TestExpectations
+
+        * platform/gtk/TestExpectations: Update the list of tests needing new baselines
+        and skip some that are timing out on my machine.
+        * platform/gtk/accessibility/color-well-expected.txt: Added.
+        * platform/gtk/accessibility/image-link-expected.txt: Added.
+        * platform/gtk/accessibility/image-map1-expected.txt: Added.
+        * platform/gtk/accessibility/image-map2-expected.txt: Added.
+        * platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt: Added.
+        * platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Added.
+        * platform/gtk/accessibility/notification-listeners-expected.txt: Added.
+        * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt:
+        * platform/gtk/editing/selection/extend-by-sentence-001-expected.png:
+        * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Added.
+        * platform/gtk/fast/block/float/024-expected.png:
+        * platform/gtk/fast/block/float/024-expected.txt: Added.
+        * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.png:
+        * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Added.
+        * platform/gtk/fast/css/resize-corner-tracking-expected.png:
+        * platform/gtk/fast/css/resize-corner-tracking-expected.txt:
+        * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
+        * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
+        * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.png:
+        * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.txt:
+        * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
+        * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.png: Added.
+        * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+        * platform/gtk/fast/repaint/caret-with-transformation-expected.png: Added.
+        * platform/gtk/fast/repaint/caret-with-transformation-expected.txt: Added.
+        * platform/gtk/fast/text/capitalize-empty-generated-string-expected.png:
+        * platform/gtk/fast/text/capitalize-empty-generated-string-expected.txt:
+        * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
+        * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
+        * platform/gtk/fast/text/whitespace/006-expected.png:
+        * platform/gtk/fast/text/whitespace/006-expected.txt:
+        * platform/gtk/fast/text/whitespace/007-expected.png:
+        * platform/gtk/fast/text/whitespace/007-expected.txt:
+        * platform/gtk/media/audio-controls-rendering-expected.png: Added.
+        * platform/gtk/media/audio-controls-rendering-expected.txt:
+        * platform/gtk/media/controls-after-reload-expected.txt:
+        * platform/gtk/media/controls-strict-expected.txt:
+        * platform/gtk/media/controls-styling-strict-expected.txt:
+        * platform/gtk/media/controls-without-preload-expected.txt:
+        * platform/gtk/media/video-controls-rendering-expected.txt:
+        * platform/gtk/media/video-display-toggle-expected.txt:
+        * platform/gtk/media/video-playing-and-pause-expected.txt:
+        * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
+        * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
+        * platform/gtk/svg/batik/text/xmlSpace-expected.png:
+        * platform/gtk/svg/batik/text/xmlSpace-expected.txt:
+        * platform/gtk/svg/carto.net/combobox-expected.png:
+        * platform/gtk/svg/carto.net/combobox-expected.txt:
+        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
+        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
+        * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
+        * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
+        * platform/gtk/svg/filters/filter-hidden-content-expected.png: Added.
+        * platform/gtk/svg/filters/filter-hidden-content-expected.txt: Added.
+        * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug1188-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug1318-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
+
+2013-02-23  Jason Anderssen  <janderssen@gmail.com>
+
+        Moved setAutofilled from TestRunner to WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=110521
+
+        Reviewed by Benjamin Poulain.
+
+        * fast/forms/input-autofilled.html:
+        * fast/forms/reset-autofilled.html:
+        * platform/wk2/TestExpectations:
+
+2013-02-22  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Rebaseline ports after bug 109994
+        https://bugs.webkit.org/show_bug.cgi?id=110551
+
+        Unreviewed rebaseline of test expectations.
+
+        * css2.1/20110323/replaced-elements-001-expected.txt: Renamed from LayoutTests/platform/mac/css2.1/20110323/replaced-elements-001-expected.txt.
+        * fast/forms/button-generated-content-expected.txt:
+        * fast/forms/select-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/select-baseline-expected.txt.
+        * platform/chromium-mac-lion/css2.1/20110323/replaced-elements-001-expected.png:
+        * platform/chromium-mac-lion/fast/forms/button-generated-content-expected.png:
+        * platform/chromium-mac-lion/fast/forms/select-baseline-expected.png:
+        * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png:
+        * platform/chromium-mac/fast/forms/button-generated-content-expected.png:
+        * platform/chromium-mac/fast/forms/select-baseline-expected.png:
+        * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.png:
+        * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/chromium-win/fast/forms/button-generated-content-expected.png:
+        * platform/chromium-win/fast/forms/button-generated-content-expected.txt:
+        * platform/chromium-win/fast/forms/select-baseline-expected.png:
+        * platform/chromium-win/fast/forms/select-baseline-expected.txt:
+        * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
+        * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/css2.1/20110323/replaced-elements-001-expected.txt: Removed.
+        * platform/efl/TestExpectations:
+        * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/efl/fast/forms/button-generated-content-expected.txt:
+        * platform/efl/fast/forms/select-baseline-expected.txt:
+        * platform/efl/svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/mac/svg/custom/foreign-object-skew-expected.txt.
+        * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
+        * platform/gtk/TestExpectations:
+        * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/gtk/fast/forms/button-generated-content-expected.txt:
+        * platform/gtk/fast/forms/select-baseline-expected.txt:
+        * platform/gtk/svg/custom/foreign-object-skew-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
+        * platform/mac/TestExpectations:
+        * platform/mac/fast/forms/select-baseline-expected.txt: Removed.
+        * platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt: Removed.
+        * platform/qt/TestExpectations:
+        * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/qt/fast/forms/button-generated-content-expected.txt:
+        * platform/qt/fast/forms/select-baseline-expected.txt:
+        * platform/qt/svg/custom/foreign-object-skew-expected.txt:
+        * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
+        * platform/win-future/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/fast/forms/button-generated-content-expected.txt.
+        * svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/chromium/svg/custom/foreign-object-skew-expected.txt.
+        * tables/mozilla/bugs/bug92647-2-expected.txt: Renamed from LayoutTests/platform/chromium/tables/mozilla/bugs/bug92647-2-expected.txt.
+
+2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
+
+        More rebaselines after http://trac.webkit.org/changeset/143804.
+
+        * html5lib/run-test1-expected.txt:
+        * html5lib/run-test18-expected.txt:
+        * html5lib/run-test7-expected.txt:
+
+2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
+
+        WebKit can erroneously strip font-size CSS property from font element with size attribute
+        https://bugs.webkit.org/show_bug.cgi?id=110657
+
+        Reviewed by Justin Garcia.
+
+        Added two regression tests to ensure WebKit doesn't erroneously remove inline styles of an element
+        when its implicit styles differ from the inline styles. Also rebaselined some tests as their results
+        have progressed.
+
+        * editing/pasteboard/insert-u-with-text-decoration-none-expected.txt: Added.
+        * editing/pasteboard/insert-u-with-text-decoration-none.html: Added.
+        * editing/pasteboard/insert-font-with-size-and-css-expected.txt: Added.
+        * editing/pasteboard/insert-font-with-size-and-css.html: Added.
+        * editing/pasteboard/4744008-expected.txt:
+        * editing/pasteboard/paste-text-with-style-5-expected.txt:
+        * editing/pasteboard/paste-text-with-style-5.html:
+        * editing/pasteboard/style-from-rules-expected.txt:
+        * editing/pasteboard/style-from-rules.html:
+
+2013-02-22  Nils Barth  <nbarth@chromium.org>
+
+        REGRESSION(r130089): Scrollbar thumb no longer re-rendered on hover
+        https://bugs.webkit.org/show_bug.cgi?id=109230
+
+        Reviewed by Eric Seidel.
+
+        * fast/css/pseudo-element-selector-scrollbar-hover-expected.html: Added.
+        * fast/css/pseudo-element-selector-scrollbar-hover.html: Added.
+
+2013-02-22  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening, updating test expecations after r140374.
+
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Removed.
+        * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/fast/events/touch: Removed.
+        * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
+
+2013-02-22  Dirk Pranke  <dpranke@chromium.org>
+
+        Unreviewed, rolling out r143794.
+        http://trac.webkit.org/changeset/143794
+        https://bugs.webkit.org/show_bug.cgi?id=110542
+
+        debug linux builds broken?
+
+        * platform/chromium/TestExpectations:
+
+2013-02-22  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations for newish tests
+
+        Unreviewed test expectations addition.
+
+        * platform/chromium-linux-x86/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/chromium-linux-x86/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/chromium-linux/fast/text/orientation-sideways-expected.png: Added.
+        * platform/chromium-linux/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/chromium-mac/fast/text/orientation-sideways-expected.png: Added.
+        * platform/chromium-mac/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/chromium-win-xp/fast/text/orientation-sideways-expected.png: Added.
+        * platform/chromium-win-xp/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/chromium-win/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/chromium-win/fast/text/orientation-sideways-expected.png: Added.
+        * platform/chromium-win/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-22  Eric Seidel  <eric@webkit.org>
+
+        Teach the html5lib tests how to test the threaded HTML parser
+        https://bugs.webkit.org/show_bug.cgi?id=110643
+
+        Reviewed by Adam Barth.
+
+        * TestExpectations:
+        * html5lib/resources/runner.js:
+        (window.onload):
+        * html5lib/run-template-expected.txt:
+        * html5lib/run-test10-expected.txt:
+        * html5lib/run-test11-expected.txt:
+        * html5lib/run-test12-expected.txt:
+        * html5lib/run-test14-expected.txt:
+        * html5lib/run-test15-expected.txt:
+        * html5lib/run-test16-expected.txt:
+        * html5lib/run-test17-expected.txt:
+        * html5lib/run-test19-expected.txt:
+        * html5lib/run-test2-expected.txt:
+        * html5lib/run-test20-expected.txt:
+        * html5lib/run-test21-expected.txt:
+        * html5lib/run-test22-expected.txt:
+        * html5lib/run-test23-expected.txt:
+        * html5lib/run-test24-expected.txt:
+        * html5lib/run-test25-expected.txt:
+        * html5lib/run-test26-expected.txt:
+        * html5lib/run-test3-expected.txt:
+        * html5lib/run-test4-expected.txt:
+        * html5lib/run-test5-expected.txt:
+        * html5lib/run-test6-expected.txt:
+        * html5lib/run-test8-expected.txt:
+        * html5lib/run-test9-expected.txt:
+        * html5lib/runner-expected.txt:
+        * platform/chromium/html5lib/run-test1-expected.txt:
+        * platform/chromium/html5lib/run-test18-expected.txt:
+        * platform/chromium/html5lib/run-test7-expected.txt:
+
+2013-02-22  Adam Barth  <abarth@webkit.org>
+
+        fast/parser/parser-yield-timing.html doesn't integrate with js-test-pre correctly
+        https://bugs.webkit.org/show_bug.cgi?id=110645
+
+        Reviewed by Eric Seidel.
+
+        * fast/parser/parser-yield-timing.html:
+
+2013-02-21  Ojan Vafai  <ojan@chromium.org>
+
+        Increase the max preferred width of tables to 1000000
+        https://bugs.webkit.org/show_bug.cgi?id=110545
+
+        Reviewed by Emil A Eklund.
+
+        * fast/table/large-shrink-wrapped-width-expected.txt: Added.
+        * fast/table/large-shrink-wrapped-width.html: Added.
+
+2013-02-22  Ian Vollick  <vollick@chromium.org>
+
+        [chromium] Update test expectations for XP after 143554
+        https://bugs.webkit.org/show_bug.cgi?id=110636
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-22  Dirk Pranke  <dpranke@chromium.org>
+
+        [chromium] enable the fixed version of freetype on linux
+        https://bugs.webkit.org/show_bug.cgi?id=110542
+
+        Reviewed by Tony Chang.
+
+        Add entries for two tests that pass on Lucid but fail on Precise
+        even with the Freetype change. This isn't worth adding in
+        Lucid and Precise keywords for just these two tests.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-22  Kenneth Russell  <kbr@google.com>
+
+        Uint8ClampedArray constructor is wrong in WorkerContext.idl
+        https://bugs.webkit.org/show_bug.cgi?id=110634
+
+        Reviewed by Adam Barth.
+
+        Added copy of new WebGL conformance test both in old location
+        (fast/canvas/webgl) and new location (webgl -- not yet being run
+        on any ports) to avoid losing test coverage after cutover.
+
+        * fast/canvas/webgl/array-unit-tests.html:
+        * fast/canvas/webgl/resources/typed-array-test-cases.js: Added.
+        * fast/canvas/webgl/resources/typed-array-worker.js: Added.
+        (constructTypedArray):
+        (constructDataView):
+        (onmessage):
+        * fast/canvas/webgl/typed-arrays-in-workers-expected.txt: Added.
+        * fast/canvas/webgl/typed-arrays-in-workers.html: Added.
+        * webgl/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Added.
+        * webgl/conformance/typedarrays/typed-arrays-in-workers.html: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt:
+        * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
+        * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-test-cases.js: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-worker.js: Added.
+        (constructTypedArray):
+        (constructDataView):
+        (onmessage):
+        * webgl/resources/webgl_test_files/conformance/typedarrays/typed-arrays-in-workers.html: Added.
+
+2013-02-22  James Simonsen  <simonjam@chromium.org>
+
+        Preloads should be cleared when JavaScript cancels loading prematurely.
+        https://bugs.webkit.org/show_bug.cgi?id=110388
+
+        Reviewed by Antti Koivisto.
+
+        * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js-expected.txt: Added.
+        * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js.html: Added.
+
+2013-02-22  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        Expect editing/spelling/spelling-changed-text.html to fail on Qt and GTK
+        https://bugs.webkit.org/show_bug.cgi?id=110447
+
+        Reviewed by Ryosuke Niwa.
+
+        Qt and GTK layout tests do not mark the word "wellcome" as a misspelling in
+        editing/spelling/spelling-changed-text.html layout test. This patch disables
+        editing/spelling/spelling-changed-text.html on Qt and GTK platforms.
+
+        * platform/gtk/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
+        * platform/qt/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
+
+2013-02-22  Gregg Tavares  <gman@chromium.org>
+
+        Add script to generate LayoutTests from WebGL Conformance Tests
+        https://bugs.webkit.org/show_bug.cgi?id=110525
+
+        Reviewed by Kenneth Russell.
+
+        Adds the script generate-webgl-tests.py which given a path
+        to the WebGL Conformance 'sdk/tests' folder generates and
+        or updates LayoutTests for WebGL.  Example
+
+        git clone git://github.com/KhronosGroup/WebGL.git
+        generate-webgl-tests.py -w WebGL/sdk/tests -e
+
+        * webgl/generate-webgl-tests.py: Added.
+        (ReadFile):
+        (WriteFile):
+        (CopyTree):
+        (FileReader):
+        (GreaterThanOrEqualToVersion):
+        (GetTestList):
+        (main):
+        * webgl/resources/webgl-expectation-template.txt: Added.
+        * webgl/resources/webgl-wrapper-template.html: Added.
+
+2013-02-22  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Removed expectations for tests that now pass. Adjusted an expectation for a flaky crasher.
+        Marked a few more sputnik tests as slow.
+
+        * platform/gtk-wk1/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Mac WebKit2 rebaselines.
+
+        Partially revert http://trac.webkit.org/changeset/143709 since the expected result for
+        cross-origin-local-storage-wk1-expected.txt is different on Mac WebKit on the contrary to
+        the change log description in the changeset.
+
+        Also skip editing/spelling/spelling-changed-text.html on Mac since the test requires
+        the support for asynchronous spellchecking.
+
+        * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Copied
+            from platform/mac/http/tests/security/cross-origin-local-storage-wk1-expected.txt.
+        * platform/mac/TestExpectations:
+
+2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac baseline for the test added in r142955.
+
+        * platform/mac/TestExpectations:
+        * platform/mac/svg/filters/filter-hidden-content-expected.png: Added.
+        * platform/mac/svg/filters/filter-hidden-content-expected.txt: Added.
+
+2013-02-22  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Marking a bunch of (mostly Sputnik) tests as slow.
+
+2013-02-22  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Unable to enter "24" to hour field
+        https://bugs.webkit.org/show_bug.cgi?id=110431
+
+        Reviewed by Kent Tamura.
+
+        Added test cases for hour formats 0-11 and 1-24.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
+
+2013-02-21  Zoltan Horvath  <zoltan@webkit.org>
+
+        [CSS Regions] Region boxes should respect -shape-inside CSS property
+        https://bugs.webkit.org/show_bug.cgi?id=107880
+
+        Reviewed by David Hyatt.
+
+        The shape-inside CSS property modifies the shape of the inner inline flow content from rectangular content box
+        to an arbitrary geometry. The detailed documentation is located in the CSS-Exclusions specification:
+        http://dev.w3.org/csswg/css3-exclusions/#shape-inside-property. This change adds support for the shape-inside property
+        on CSS Regions.
+
+        * fast/regions/shape-inside-on-regions-expected.html: Added.
+        * fast/regions/shape-inside-on-regions.html: Added.
+
+2013-02-22  Bem Jones-Bey  <bjonesbe@adobe.com>
+
+        text-overflow:ellipsis is not applied when the block contains nested blocks
+        https://bugs.webkit.org/show_bug.cgi?id=101879
+
+        Reviewed by Eric Seidel.
+
+        Use the test from the specification that is supplied as part of the
+        bug.
+
+        * fast/css/text-overflow-ellipsis-anonymous-blocks-expected.html: Added.
+        * fast/css/text-overflow-ellipsis-anonymous-blocks.html: Added.
+
+2013-02-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
+
+        [WTR] Do not dump information about empty subframes.
+        https://bugs.webkit.org/show_bug.cgi?id=110585
+
+        Reviewed by Simon Fraser.
+
+        Remove some platform-specific expectations now that the results match
+        the base expectations.
+
+        * platform/efl/TestExpectations: Unskip tests that are now passing.
+        * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
+        * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
+        * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
+        * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
+        * platform/win-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
+        * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
+
+2013-02-22  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143678 and r143702.
+        http://trac.webkit.org/changeset/143678
+        http://trac.webkit.org/changeset/143702
+        https://bugs.webkit.org/show_bug.cgi?id=110613
+
+        Breaks fast/loader/stateobjects/state-url-sets-links-
+        visited.html in Chromium (Requested by abarth on #webkit).
+
+        * fast/js/resources/js-test-pre.js:
+        * fast/loader/stateobjects/state-url-sets-links-visited-expected.txt:
+        * fast/loader/stateobjects/state-url-sets-links-visited.html:
+        * platform/chromium-win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt.
+        * platform/chromium/TestExpectations:
+        * platform/win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt.
+        * platform/wk2/TestExpectations:
+
+2013-02-22  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Added platform specific expected files after 143626.
+
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+        * platform/qt/TestExpectations:
+
+2013-02-22  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip failing tests on EFL bots.
+
+        * platform/efl/TestExpectations:
+
+2013-02-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        Allow child-frame content in hit-tests.
+        https://bugs.webkit.org/show_bug.cgi?id=95204
+
+        Reviewed by Julien Chaffraix.
+
+        A new tests for nodesFromRect that returns result from child frames.
+
+        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Added.
+        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Added.
+        * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html:
+        * fast/dom/nodesFromRect/resources/child-frame.html: Added.
+        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
+        (check):
+        (checkShadowContent):
+        (nodesFromRectAsString):
+
+2013-02-22  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding crash expectations for tests that regressed with r143624.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining.
+
+2013-02-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip tests until regressions (r143470, r143654) fixed.
+
+        * platform/qt/TestExpectations:
+
+2013-02-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
+
+        Unreviewed gardening.
+
+        Remove some platform expectations which are identical to the
+        original ones.
+
+        * platform/efl/http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt: Removed.
+        * platform/gtk/http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Removed.
+        * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed.
+        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Removed.
+        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Removed.
+        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
+
+2013-02-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [WebGL][EFL] Support for creating surface with alpha disabled.
+        https://bugs.webkit.org/show_bug.cgi?id=110067
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Enabled compositing/webgl/webgl-no-alpha.html for Efl port.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/compositing/webgl/webgl-no-alpha-expected.png: Added.
+        * platform/efl/compositing/webgl/webgl-no-alpha-expected.txt: Added.
+
+2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Layout Test fast/multicol/newmulticol/positioned-split.html is failing on chromium mac 10.8 since it was added
+        https://bugs.webkit.org/show_bug.cgi?id=110568
+
+        Unreviewed test expectation update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Layout Test fast/loader/stateobjects/state-url-sets-links-visited.html is timing out in chromium
+        https://bugs.webkit.org/show_bug.cgi?id=110566
+
+        Unreviewed test expectation update.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed tests rebaseline.
+
+        * platform/chromium-linux-x86/fast/images/favicon-as-image-expected.png: Added.
+        * platform/chromium-linux/fast/images/favicon-as-image-expected.png:
+        * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.png: Added.
+        * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
+        * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.png:
+        * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt.
+        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png:
+        * platform/chromium-mac-snowleopard/fast/images/favicon-as-image-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
+        * platform/chromium-mac/fast/images/favicon-as-image-expected.png:
+        * platform/chromium-mac/fast/images/favicon-as-image-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt.
+        * platform/chromium/TestExpectations:
+
+2013-02-21  Takashi Sakamoto  <tasak@google.com>
+
+        RenderTable::paintBoxDecorations sometimes draws box-shadow twice.
+        https://bugs.webkit.org/show_bug.cgi?id=110196
+
+        Reviewed by Simon Fraser.
+
+        * fast/css/table-border-radius-with-box-shadow-expected.html: Added.
+        * fast/css/table-border-radius-with-box-shadow.html: Added.
+
+2013-02-21  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add failing test expectations for bugs 110554 and 110555.
+
+        * platform/mac/TestExpectations:
+
+2013-02-21  Benjamin Poulain  <benjamin@webkit.org>
+
+        Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html.
+        https://bugs.webkit.org/show_bug.cgi?id=109883
+
+        Reviewed by Antti Koivisto.
+
+        Some tests depends on state change happening asynchronously. This is typically solved by using
+        timers with a long enough interval.
+
+        Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays
+        in the tests.
+
+        This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to
+        test a change of state repetively until it succeed (or timeout). Those test functions execute
+        the condition every 5ms until the test succeed.
+
+        The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate
+        the concept.
+
+        * fast/js/resources/js-test-pre.js:
+        (_waitForCondition): Generic helper function for the familly shouldBecomeXXX.
+        (.condition):
+        (.failureHandler):
+        (shouldBecomeEqual):
+        (shouldBecomeEqualToString):
+
+        * fast/loader/stateobjects/state-url-sets-links-visited.html:
+        * platform/wk2/TestExpectations:
+        state-url-sets-links-visited.html fails on WebKit2 because the visited links table is updated
+        asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message.
+
+        The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess
+        does not update the style in a reasonable amount of time, the test fails.
+
+2013-02-21  Adam Barth  <abarth@webkit.org>
+
+        Threaded HTML Parser fails fast/dom/Document/readystate.html
+        https://bugs.webkit.org/show_bug.cgi?id=110529
+
+        Reviewed by Eric Seidel.
+
+        This test is a reduction of the original issue.
+
+        * fast/parser/body-should-exist-after-open-close-expected.txt: Added.
+        * fast/parser/body-should-exist-after-open-close.html: Added.
+
+2013-02-21  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        Fix editing/spelling/spelling-changed-text.html on Qt and GTK
+        https://bugs.webkit.org/show_bug.cgi?id=110447
+
+        Reviewed by Tony Chang.
+
+        After r143470 editing/spelling/spelling-changed-text.html fails on Qt and GTK,
+        because Qt and Gtk spelling tests do not mark "cheher" as a misspelling. This
+        patch changes the test to use the misspelling "wellcome" instead.
+
+        * editing/spelling/spelling-changed-text-expected.txt: Changed "cheher" to "wellcome".
+        * editing/spelling/spelling-changed-text.html: Changed "cheher" to "wellcome".
+        * platform/gtk/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test.
+        * platform/qt/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test.
+
+2013-02-21  Eric Seidel  <eric@webkit.org>
+
+        LayoutTests/fast/encoding/parser-tests-*.html timeout with threaded HTML parser
+        https://bugs.webkit.org/show_bug.cgi?id=109995
+
+        Reviewed by Adam Barth.
+
+        Mark http/tests/security/feed-urls-from-remote.html as timeout on chromium.
+        I believe this is due to a bug in our DRT implementation in the policyDelegate case
+        (which AFAIK is not a codepath which Chromium actually uses in the wild).
+        The test already times out on TOT if you remove the setCustomPolicyDelegate calls.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-21  Erik Arvidsson  <arv@chromium.org>
+
+        Nodes should not have attributes property
+        https://bugs.webkit.org/show_bug.cgi?id=110510
+
+        Reviewed by Adam Barth.
+
+        * fast/dom/Node/initial-values-expected.txt:
+        * fast/dom/Node/script-tests/initial-values.js:
+        * fast/dom/Text/text-should-not-have-attributes-expected.txt: Added.
+        * fast/dom/Text/text-should-not-have-attributes.html: Added.
+
+2013-02-21  Alok Priyadarshi  <alokp@chromium.org>
+
+        Suppressed failing tests after r143626.
+        These tests need to be rebaselined.
+
+        Unreviewed gardening of TestExpectations.
+
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-21  Simon Fraser  <simon.fraser@apple.com>
+
+        [Safari] Crash with opacity + drop shadow filter + child element extending beyond filter outsets
+        https://bugs.webkit.org/show_bug.cgi?id=107467
+
+        Reviewed by Dean Jackson.
+        
+        Testcase with filtered element with opacity, and layer child.
+
+        * css3/filters/filter-with-opacity-and-children-expected.txt: Added.
+        * css3/filters/filter-with-opacity-and-children.html: Added.
+
+2013-02-21  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 4 SVG tests after an aspect ratio change in r143389
+
+        These 4 SVG tests needed a rebaseline after fixing WK99984.
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
+        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-21  Philip Rogers  <pdr@google.com>
+
+        Fix duplicate TestExpecataions entry for svg/custom/foreign-object-skew.svg
+
+        Unreviewed gardening of TestExpecations
+
+        * platform/chromium/TestExpectations:
+
+2013-02-21  Filip Pizlo  <fpizlo@apple.com>
+
+        Rebalance the running times of JSRegress somewhat.
+
+        Rubber stamped by Mark Hahnenberg.
+
+        * fast/js/regress/script-tests/adapt-to-double-divide.js:
+        (foo):
+        * fast/js/regress/script-tests/array-access-polymorphic-structure.js:
+        * fast/js/regress/script-tests/int-overflow-local.js:
+        * fast/js/regress/script-tests/method-on-number.js:
+        (foo):
+        * fast/js/regress/script-tests/rare-osr-exit-on-local.js:
+        * fast/js/regress/script-tests/slow-convergence.js:
+
+2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143419.
+        http://trac.webkit.org/changeset/143419
+        https://bugs.webkit.org/show_bug.cgi?id=110507
+
+        Broke border-image on Mac (Requested by jpfau on #webkit).
+
+        * fast/borders/border-image-02.html: Removed.
+        * platform/chromium-linux/fast/borders/border-image-02-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/borders/border-image-02-expected.txt: Removed.
+        * platform/efl/TestExpectations:
+        * platform/gtk/fast/borders/border-image-02-expected.png: Removed.
+        * platform/gtk/fast/borders/border-image-02-expected.txt: Removed.
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2013-02-21  Filip Pizlo  <fpizlo@apple.com>
+
+        Add Apache's HashMap.java translated into JavaScript as a JSRegress test
+
+        Rubber stamped by Geoffrey Garen.
+        
+        * fast/js/regress/HashMap-put-get-iterate-keys.html: Added.
+        * fast/js/regress/HashMap-put-get-iterate.html: Added.
+        * fast/js/regress/HashMap-string-put-get-iterate.html: Added.
+        * fast/js/regress/script-tests/HashMap-put-get-iterate-keys.js: Added.
+        (HashMap):
+        (HashMap.):
+        (get var):
+        * fast/js/regress/script-tests/HashMap-put-get-iterate.js: Added.
+        (HashMap):
+        (HashMap.):
+        (get var):
+        * fast/js/regress/script-tests/HashMap-string-put-get-iterate.js: Added.
+        (HashMap):
+        (HashMap.):
+        (get var):
+
+2013-02-21  Tom Sepez  <tsepez@chromium.org>
+
+        XSSAuditor should block pages by redirecting to a sandboxed data: URL.
+        https://bugs.webkit.org/show_bug.cgi?id=110406
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt: Added.
+        * http/tests/security/xssAuditor/block-does-not-leak-location.html: Added.
+        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt: Added.
+        * http/tests/security/xssAuditor/block-does-not-leak-referrer.html: Added.
+        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+        * http/tests/security/xssAuditor/full-block-base-href.html:
+        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-javascript-url.html:
+        * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
+        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/full-block-javascript-link.html:
+        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/full-block-link-onclick.html:
+        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-object-tag.html:
+        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt: Added.
+        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html: Added.
+        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-with-source.html:
+        * http/tests/security/xssAuditor/full-block-script-tag.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html:
+        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-02.html:
+        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-03.html:
+        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-04.html:
+            Rebaselined tests. Can no longer use final location of about:blank to 
+            indicate success.
+
+        * http/tests/security/xssAuditor/resources/utilities.js:
+        (checkIfFrameLocationMatchesSrcAndCallDone):
+            Check final location against frame source (should only match when same
+            origin and not blocked).
+
+        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+            Clean up noise in httpd error log about undefined values.
+
+2013-02-21  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Convert buttons from DeprecatedFlexBox to nondeprecated FlexibleBox
+        https://bugs.webkit.org/show_bug.cgi?id=109994
+
+        Reviewed by Ojan Vafai.
+
+        * fast/flexbox/box-orient-button.html: Change -webkit-box to
+        -webkit-flex, and related changes.
+        * fast/flexbox/resources/box-orient-button.js:
+        (setFlexDirection): webkitBoxOrient -> webkitFlexDirection
+
+        * fast/replaced/table-percent-height.html: Give a value to the
+        <input type="button"> so that the layout doesn't change. No need to
+        change expectations because this test uses dumpAsText() and just
+        compares one button's height to another.
+
+        * http/tests/security/isolatedWorld/userGestureEvents.html: Add text
+        to the button so that sending the click event doesn't miss the
+        now-smaller button.
+        * http/tests/security/isolatedWorld/userGestureEvents-expected.txt:
+        Add that text to the expectation too.
+
+        * fast/forms/button-generated-content-expected.txt:
+        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png:
+        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
+        * platform/chromium-linux/fast/forms/button-generated-content-expected.txt:
+        * platform/chromium-linux/fast/forms/select-baseline-expected.png:
+        * platform/chromium-linux/fast/forms/select-baseline-expected.txt:
+        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt:
+        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt:
+        * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/mac/fast/forms/select-baseline-expected.txt:
+        * platform/mac/svg/custom/foreign-object-skew-expected.txt:
+        Rebaseline. Most changes come from the fact that an empty button now
+        consistently has a small height, when previously it would sometimes
+        have the height of the line. See this testcase:
+        https://bugs.webkit.org/attachment.cgi?id=188679
+        The new behavior is consistent with Firefox.
+
+        The only other difference is fast/forms/button-generated-content.html:
+        The empty buttons are now aligned on the baseline instead of being
+        vertically centered in the line. This is consistent with Firefox.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        Mark tests for rebaselining.
+
+2013-02-21  Beth Dakin  <bdakin@apple.com>
+
+        Out-of-view fixed position check should not be affected by page scale at all on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=110294
+        -and corresponding-
+        <rdar://problem/13247582>
+
+        Reviewed by Simon Fraser.
+
+        These layer results should be the same regardless of the scale factor.
+
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
+
+        Skip these on Chromium for now.
+        * platform/chromium/TestExpectations:
+
+2013-02-21  Philip Rogers  <pdr@google.com>
+
+        Stop starting animations when leaving a page
+        https://bugs.webkit.org/show_bug.cgi?id=110257
+
+        Reviewed by Stephen Chenney.
+
+        * svg/animations/reset-animation-crash-expected.html: Added.
+        * svg/animations/reset-animation-crash.html: Added.
+
+2013-02-21  Nate Chapin  <japhet@chromium.org>
+
+        REGRESSION: Crash in MainResourceLoader::setDataBufferingPolicy when sharing an html5 video via email
+        https://bugs.webkit.org/show_bug.cgi?id=110075
+
+        Reviewed by Alexey Proskuryakov.
+
+        * webarchive/loading/resources/video-in-webarchive.webarchive: Added.
+        * webarchive/loading/video-in-webarchive-expected.txt: Added.
+        * webarchive/loading/video-in-webarchive.html: Added.
+
+2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143616.
+        http://trac.webkit.org/changeset/143616
+        https://bugs.webkit.org/show_bug.cgi?id=110491
+
+        Caused a test failure on Chromium Mac. (Requested by vollick
+        on #webkit).
+
+        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Removed.
+        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Removed.
+
+2013-02-21  Alok Priyadarshi  <alokp@chromium.org>
+
+        Mark GraphicsLayers as opaque when possible
+        https://bugs.webkit.org/show_bug.cgi?id=70634
+
+        Reviewed by Simon Fraser.
+
+        * compositing/absolute-inside-out-of-view-fixed-expected.txt:
+        * compositing/backing/no-backing-for-clip-expected.txt:
+        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * compositing/backing/no-backing-for-perspective-expected.txt:
+        * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
+        * compositing/columns/composited-in-paginated-expected.txt:
+        * compositing/contents-opaque/contents-opaque-background-clip-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
+        * compositing/contents-opaque/contents-opaque-background-clip.html: Added.
+        * compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
+        * compositing/contents-opaque/contents-opaque-background-color.html: Added.
+        * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
+        * compositing/contents-opaque/contents-opaque-layer-opacity.html: Added.
+        * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
+        * compositing/contents-opaque/contents-opaque-layer-transform.html: Added.
+        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
+        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-expected.txt:
+        * compositing/geometry/clip-expected.txt:
+        * compositing/geometry/clip-inside-expected.txt:
+        * compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * compositing/geometry/flipped-writing-mode-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
+        * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
+        * compositing/geometry/limit-layer-bounds-fixed-expected.txt:
+        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * compositing/geometry/preserve-3d-switching-expected.txt:
+        * compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * compositing/iframes/become-overlapped-iframe-expected.txt:
+        * compositing/iframes/composited-parent-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * compositing/iframes/enter-compositing-iframe-expected.txt:
+        * compositing/iframes/iframe-resize-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * compositing/iframes/overlapped-iframe-expected.txt:
+        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * compositing/iframes/page-cache-layer-tree-expected.txt:
+        * compositing/iframes/scrolling-iframe-expected.txt:
+        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
+        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
+        * compositing/layer-creation/overlap-animation-expected.txt:
+        * compositing/layer-creation/overlap-child-layer-expected.txt:
+        * compositing/layer-creation/overlap-clipping-expected.txt:
+        * compositing/layer-creation/overlap-transformed-3d-expected.txt:
+        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
+        * compositing/layer-creation/overlap-transforms-expected.txt:
+        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * compositing/layer-creation/translatez-overlap-expected.txt:
+        * compositing/masks/mask-layer-size-expected.txt:
+        * compositing/overflow-trumps-transform-style-expected.txt:
+        * compositing/overflow/clip-descendents-expected.txt:
+        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * compositing/overflow/textarea-scroll-touch-expected.txt:
+        * compositing/plugins/no-backing-store-expected.txt:
+        * compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * compositing/rtl/rtl-absolute-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-fixed-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-relative-expected.txt:
+        * compositing/rtl/rtl-relative-expected.txt:
+        * compositing/tiled-layers-hidpi-expected.txt:
+        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
+        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * compositing/tiling/rotated-tiled-clamped-expected.txt:
+        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+        * compositing/tiling/tile-cache-zoomed-expected.txt:
+        * compositing/tiling/tiled-layer-resize-expected.txt:
+        * compositing/visible-rect/2d-transformed-expected.txt:
+        * compositing/visible-rect/3d-transform-style-expected.txt:
+        * compositing/visible-rect/3d-transformed-expected.txt:
+        * compositing/visible-rect/animated-expected.txt:
+        * compositing/visible-rect/animated-from-none-expected.txt:
+        * compositing/visible-rect/clipped-by-viewport-expected.txt:
+        * compositing/visible-rect/clipped-visible-rect-expected.txt:
+        * compositing/visible-rect/iframe-and-layers-expected.txt:
+        * compositing/visible-rect/iframe-no-layers-expected.txt:
+        * compositing/visible-rect/nested-transform-expected.txt:
+        * compositing/visible-rect/scrolled-expected.txt:
+        * css3/filters/filtered-compositing-descendant-expected.txt:
+        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt:
+        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
+        * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
+        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
+        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium/compositing/geometry/clip-expected.txt:
+        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
+        * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
+        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
+        * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
+        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * platform/chromium/compositing/iframes/resizer-expected.txt:
+        * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
+        * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
+        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
+        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
+        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
+        * platform/mac/TestExpectations:
+        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * platform/mac/compositing/iframes/resizer-expected.txt:
+        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
+        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
+        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
+        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
+        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
+        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
+        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
+        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+
+2013-02-21  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Implement grid growth during auto placement
+        https://bugs.webkit.org/show_bug.cgi?id=110418
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt:
+        * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt:
+
+2013-02-21  Andrei Bucur  <abucur@adobe.com>
+
+        -webkit-margin-collapse: separate doesn't work correctly for before margins
+        https://bugs.webkit.org/show_bug.cgi?id=109956
+
+        Reviewed by David Hyatt.
+
+        The test verifies a child specifying "-webkit-margin-collapse: separate" is correctly positioned inside
+        its container, at a value equal with the top margin of the child. The container also need to be sized
+        accordingly.
+
+        * fast/block/margin-collapse/webkit-margin-collapse-separate-position-expected.txt: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-separate-position.html: Added.
+
+2013-02-21  Tien-Ren Chen  <trchen@chromium.org>
+
+        Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()
+        https://bugs.webkit.org/show_bug.cgi?id=105486
+
+        Reviewed by James Robinson.
+
+        In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position
+        elements are layout relative to the current visible viewport, which can
+        be different from the layout viewport when using fixed-layout mode.
+        We need to re-layout fixed-position elements in case of visible content
+        size changes.
+
+        The test is currently chromium-specific due to difficulties to make this
+        test works on Mac. The mac port seems to work very differently with
+        visible content size when a page is scaled. And there is no reliable way
+        to hide scrollbars in mac-wk1 that doesn't cause a side effect.
+
+        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added.
+        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added.
+
+2013-02-21  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions]  border-radius on a region causes overflow to be hidden
+        https://bugs.webkit.org/show_bug.cgi?id=103684
+
+        Reviewed by Tony Chang.
+
+        The fix for https://bugs.webkit.org/show_bug.cgi?id=74132, making RenderRegion
+        inherit from RenderBlock instead of RenderReplaced, also fixed this bug.
+        Still, it deserves a test.
+
+        * fast/regions/last-region-border-radius-expected.html: Added.
+        * fast/regions/last-region-border-radius.html: Added.
+
+2013-02-21  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Add a positioned object pagination test.
+        https://bugs.webkit.org/show_bug.cgi?id=110480.
+
+        Reviewed by Antti Koivisto.
+
+        * fast/multicol/newmulticol/positioned-split-expected.html: Added.
+        * fast/multicol/newmulticol/positioned-split.html: Added.
+
+2013-02-21  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
+
+        [EFL] Gardening; unskip test that is now passing on the bots.
+
+        * platform/efl/TestExpectations:
+
+2013-02-21  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Unskip some tests which are passing; too bad nobody cared to file
+        bugs for them in the first place.
+
+        * platform/efl/TestExpectations:
+
+2013-02-21  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] UI: more intuitive control buttons
+        https://bugs.webkit.org/show_bug.cgi?id=110327
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
+
+2013-02-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
+        * platform/efl/fast/js/global-constructors-expected.txt: Ditto.
+        * platform/efl/TestExpectations: Added editing/spelling/spelling-changed-text.html after r143470.
+
+2013-02-21  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown
+        https://bugs.webkit.org/show_bug.cgi?id=109572
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector-enabled/dom-storage-open-expected.txt:
+        * http/tests/inspector-enabled/dom-storage-open.html:
+
+2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143581.
+        http://trac.webkit.org/changeset/143581
+        https://bugs.webkit.org/show_bug.cgi?id=110457
+
+        Breaks Windows builds (compile + link) (Requested by apavlov
+        on #webkit).
+
+        * http/tests/inspector-enabled/dom-storage-open-expected.txt:
+        * http/tests/inspector-enabled/dom-storage-open.html:
+
+2013-02-21  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Get rid of parsedURL in uiSourceCode, use name and path for displayName instead.
+        https://bugs.webkit.org/show_bug.cgi?id=110335
+
+        Reviewed by Alexander Pavlov.
+
+        * http/tests/inspector-enabled/dynamic-scripts.html:
+        * http/tests/inspector/debugger-test.js:
+        (initialize_DebuggerTest):
+        * inspector/debugger/dynamic-scripts.html:
+        * inspector/debugger/scripts-file-selector-expected.txt:
+        * inspector/debugger/source-url-comment.html:
+        * inspector/styles/edit-inspector-stylesheet.html:
+        * inspector/styles/styles-add-new-rule.html:
+
+2013-02-21  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown
+        https://bugs.webkit.org/show_bug.cgi?id=109572
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector-enabled/dom-storage-open-expected.txt:
+        * http/tests/inspector-enabled/dom-storage-open.html:
+
+2013-02-21  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt-5.0-wk2/TestExpectations: Skip failing reftests.
+        * platform/qt/TestExpectations: Skip failing tests after r143541 and r110447.
+        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
+        * platform/qt/fast/js/global-constructors-expected.txt: Rebaselining after r143505.
+
+2013-02-21  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r143470 and r143541.
+        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
+
+2013-02-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skipped failing inpector tests after r143300.
+        https://bugs.webkit.org/show_bug.cgi?id=110440.
+
+        * platform/qt/TestExpectations:
+
+2013-02-21  Ken Kania  <kkania@chromium.org>
+
+        Web Inspector: Add command for selecting files for file input element
+        https://bugs.webkit.org/show_bug.cgi?id=109308
+
+        Reviewed by Pavel Feldman.
+
+        * inspector-protocol/dom/setFileInputFiles-expected.txt: Added.
+        * inspector-protocol/dom/setFileInputFiles.html: Added.
+        * platform/chromium/inspector-protocol/dom/setFileInputFiles-expected.txt: Added.
+
+2013-02-21  Pan Deng  <pan.deng@intel.com>
+
+        [Web Inspector]Add WebSocket networking events in WebInspector Timeline panel.
+        https://bugs.webkit.org/show_bug.cgi?id=105527.
+
+        Reviewed by Pavel Feldman.
+
+        This change add the record event type to test expections. The Events are CreateWebSocket, 
+        SendWebSocketHandshakeRequest, ReceiveWebSocketHandShakeResponse and DestoryWebSocket.
+        timeline-test.js was moved to http folder, since new added websocket test need it from server side.
+
+        * http/tests/inspector/timeline-test.js: Renamed from LayoutTests/inspector/timeline/timeline-test.js.
+        (initialize_Timeline.InspectorTest.startTimeline.addRecord):
+        (initialize_Timeline.InspectorTest.startTimeline):
+        (initialize_Timeline.addRecord):
+        (initialize_Timeline.InspectorTest.waitForRecordType):
+        (initialize_Timeline.InspectorTest.stopTimeline):
+        (initialize_Timeline.step1):
+        (initialize_Timeline.step2):
+        (initialize_Timeline.InspectorTest.evaluateWithTimeline):
+        (initialize_Timeline.):
+        (initialize_Timeline.InspectorTest.performActionsAndPrint):
+        (initialize_Timeline.InspectorTest.printTimelineRecords):
+        (initialize_Timeline.InspectorTest.printTimestampRecords):
+        (initialize_Timeline.InspectorTest.innerPrintTimelineRecords):
+        (initialize_Timeline.InspectorTest.dumpTimelineRecord):
+        (initialize_Timeline.InspectorTest.dumpTimelineRecords):
+        (initialize_Timeline.InspectorTest.printTimelineRecordProperties):
+        (initialize_Timeline.InspectorTest._timelineAgentTypeToString):
+        (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
+        (initialize_Timeline.InspectorTest.findPresentationRecord):
+        (initialize_Timeline.InspectorTest.FakeFileReader):
+        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.start):
+        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.cancel):
+        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.loadedSize):
+        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileSize):
+        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileName):
+        (initialize_Timeline.InspectorTest):
+        (initialize_Timeline):
+        * http/tests/inspector/websocket/timeline-websocket-event-expected.txt: Added.
+        * http/tests/inspector/websocket/timeline-websocket-event.html: Added.
+        * inspector/timeline/timeline-animation-frame.html: Modify address of script "timeline-test.js"
+        * inspector/timeline/timeline-decode-resize.html:
+        * inspector/timeline/timeline-dom-content-loaded-event.html:
+        * inspector/timeline/timeline-enum-stability-expected.txt:
+        * inspector/timeline/timeline-event-dispatch.html:
+        * inspector/timeline/timeline-frames.html:
+        * inspector/timeline/timeline-injected-script-eval.html:
+        * inspector/timeline/timeline-layout-reason.html:
+        * inspector/timeline/timeline-layout.html:
+        * inspector/timeline/timeline-load-event.html:
+        * inspector/timeline/timeline-load.html:
+        * inspector/timeline/timeline-mark-timeline.html:
+        * inspector/timeline/timeline-network-received-data.html:
+        * inspector/timeline/timeline-network-resource.html:
+        * inspector/timeline/timeline-paint.html:
+        * inspector/timeline/timeline-parse-html.html:
+        * inspector/timeline/timeline-recalculate-styles.html:
+        * inspector/timeline/timeline-receive-response-event.html:
+        * inspector/timeline/timeline-script-tag-1.html:
+        * inspector/timeline/timeline-script-tag-2.html:
+        * inspector/timeline/timeline-start-time.html:
+        * inspector/timeline/timeline-time-stamp.html:
+        * inspector/timeline/timeline-time.html:
+        * inspector/timeline/timeline-timer-fired-from-eval-call-site.html:
+        * inspector/timeline/timeline-timer.html:
+        * inspector/timeline/timeline-trivial.html:
+
+2013-02-21  Nils Barth  <nbarth@google.com>
+
+        File upload control doesn't apply CSS vertical padding or border to file name
+        https://bugs.webkit.org/show_bug.cgi?id=109011
+
+        Reviewed by Hajime Morrita.
+
+        * fast/forms/file/file-vertical-padding-border.html: Added.
+        * fast/forms/file/file-vertical-padding-border-expected.html: Added.
+
+2013-02-20  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: TabbedEditorContainer and OpenResourceDialog should show uiSourceCode path and name instead of parsedURL
+        https://bugs.webkit.org/show_bug.cgi?id=110334
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/debugger/scripts-file-selector-expected.txt:
+        * inspector/debugger/ui-source-code-display-name-expected.txt:
+        * inspector/debugger/ui-source-code-display-name.html:
+
+2013-02-20  Mike West  <mkwst@chromium.org>
+
+        Mouseup event does not fire on Scroll Bar
+        https://bugs.webkit.org/show_bug.cgi?id=25811
+
+        Reviewed by Tony Chang.
+
+        * fast/scrolling/scrollbar-mousedown-mouseup-expected.txt: Added.
+        * fast/scrolling/scrollbar-mousedown-mouseup.html: Added.
+        * fast/scrolling/scrollbar-mousedown-move-mouseup-expected.txt: Added.
+        * fast/scrolling/scrollbar-mousedown-move-mouseup.html: Added.
+
+2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed gardening, update TestExpectations.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed gardening, add chromium-mac specific expectation image.
+
+        * platform/chromium-mac/fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added.
+
+2013-02-20  Dirk Schulze  <krit@webkit.org>
+
+        Enable CANVAS_PATH flag
+        https://bugs.webkit.org/show_bug.cgi?id=108508
+
+        Reviewed by Simon Fraser.
+
+        Unreviewed rebaseline after landing patch.
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+
+2013-02-20  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG inlines Resolves that it doesn't know how to handle correctly
+        https://bugs.webkit.org/show_bug.cgi?id=110405
+
+        Reviewed by Geoffrey Garen.
+
+        * fast/js/dfg-inline-resolve-expected.txt: Added.
+        * fast/js/dfg-inline-resolve.html: Added.
+
+2013-02-20  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Convert residual-style.html test to a reftest (and fix typos)
+        https://bugs.webkit.org/show_bug.cgi?id=109981
+
+        Reviewed by Darin Adler.
+
+        * fast/flexbox/box-orient-button.html: clsas->class
+        * fast/flexbox/resources/box-orient-button.js: DTR->DRT
+        * fast/invalid/residual-style-expected.html: Added. New reftest
+        version. Note that some lines are red, which is
+        https://bugs.webkit.org/show_bug.cgi?id=109984
+        * fast/invalid/residual-style.html: Add missing semicolon in <style>.
+        Also close a few more <font> tags, so that the descriptive text is
+        in black as it should be.
+
+        * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/efl/fast/invalid/residual-style-expected.png: Removed.
+        * platform/efl/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/gtk/fast/invalid/residual-style-expected.png: Removed.
+        * platform/gtk/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/mac/fast/invalid/residual-style-expected.png: Removed.
+        * platform/mac/fast/invalid/residual-style-expected.txt: Removed.
+        Removed old expectation files.
+
+2013-02-20  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Fix overflow computation for column blocks.
+        https://bugs.webkit.org/show_bug.cgi?id=110392.
+
+        Reviewed by Simon Fraser.
+
+        * fast/multicol/newmulticol/column-rules-fixed-height-expected.html:
+        * fast/multicol/newmulticol/column-rules-fixed-height.html:
+
+2013-02-20  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Incorrect rendering for flex boxes with percentage height in a table cell
+        https://bugs.webkit.org/show_bug.cgi?id=110389
+
+        Reviewed by Tony Chang.
+
+        * css3/flexbox/flex-percentage-height-in-table-expected.html: Added.
+        * css3/flexbox/flex-percentage-height-in-table-standards-mode-expected.html: Added.
+        * css3/flexbox/flex-percentage-height-in-table-standards-mode.html: Added.
+        * css3/flexbox/flex-percentage-height-in-table.html: Added.
+
+2013-02-20  Philip Rogers  <pdr@google.com>
+
+        Account for transform in SVG background images
+        https://bugs.webkit.org/show_bug.cgi?id=110295
+
+        Reviewed by Dirk Schulze.
+
+        * svg/as-background-image/svg-transformed-background-expected.html: Added.
+        * svg/as-background-image/svg-transformed-background.html: Added.
+
+2013-02-20  Ojan Vafai  <ojan@chromium.org>
+
+        Positioned, replaced elements with intrinsic width keywords compute the wrong width
+        https://bugs.webkit.org/show_bug.cgi?id=110393
+
+        Reviewed by Emil A Eklund.
+
+        * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes-expected.txt: Added.
+        * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes.html: Added.
+
+2013-02-20  Simon Fraser  <simon.fraser@apple.com>
+
+        Zoomed, slow-scrolling pages keep recreating tiles when scrolled
+        https://bugs.webkit.org/show_bug.cgi?id=110379
+
+        Reviewed by Tim Horton.
+        
+        This test now just has one tile, rather than four. There is an apparent issue
+        with the integral tile cache coverage rect being smaller than the visible rect.
+        This is caused by rounding when dumping the tile coverage rect.
+
+        * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
+
+2013-02-20  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Implement the auto-placement algorithm without grid growth
+        https://bugs.webkit.org/show_bug.cgi?id=110277
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
+        * fast/css-grid-layout/grid-auto-flow-resolution.html:
+
+        * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt: Added.
+        * fast/css-grid-layout/grid-item-addition-auto-placement-update.html: Added.
+        * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt: Added.
+        * fast/css-grid-layout/grid-item-removal-auto-placement-update.html: Added.
+        The current algorithm doesn't grow the grid but falls back to inserting the element at
+        position (1, 1). The failures in these tests are due to that.
+
+2013-02-20  Vincent Scheib  <scheib@chromium.org>
+
+        Accept 'allowfullscreen' in addition to 'webkitallowfullscreen'.
+        https://bugs.webkit.org/show_bug.cgi?id=110374
+
+        Reviewed by Adam Barth.
+
+        Two previous tests duplicated to preserve testing webkitallowfullscreen
+        and then modified to test allowfullscreen.
+
+        A new test 'full-screen-iframe-with-mixed-allow-webkitallow-attribute.html'
+        added to test a mixed nesting of iframs with both allowfullscreen and
+        webkitallowfullscreen.
+
+        * fullscreen/full-screen-enabled-prefixed-expected.txt: Added.
+        * fullscreen/full-screen-enabled-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-enabled.html.
+        * fullscreen/full-screen-enabled.html:
+        * fullscreen/full-screen-iframe-allowed-prefixed-expected.txt: Added.
+        * fullscreen/full-screen-iframe-allowed-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-iframe-allowed.html.
+        * fullscreen/full-screen-iframe-allowed.html:
+        * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute-expected.txt:
+        * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html: Added.
+        * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html: Added.
+        * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html: Added.
+
+2013-02-20  Levi Weintraub  <leviw@chromium.org>
+
+        Line layout (but not pref widths) double-counts word spacing when between inlines
+        https://bugs.webkit.org/show_bug.cgi?id=110381
+
+        Reviewed by Emil A Eklund.
+
+        * fast/text/word-space-between-inlines-expected.html: Added.
+        * fast/text/word-space-between-inlines.html: Added.
+
+2013-02-20  Nate Chapin  <japhet@chromium.org>
+
+        Test for https://bugs.webkit.org/show_bug.cgi?id=110237
+
+        Reviewed by Abhishek Arya.
+
+        * http/tests/misc/delete-frame-during-readystatechange-expected.txt: Added.
+        * http/tests/misc/delete-frame-during-readystatechange.html: Added.
+        * http/tests/misc/resources/delete-frame-during-readystatechange-frame.html: Added.
+        * http/tests/misc/resources/empty.ogv: Added.
+
+2013-02-20  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Resize RenderMultiColumnSets around their columns.
+        https://bugs.webkit.org/show_bug.cgi?id=110378.
+
+        Reviewed by Dirk Schulze.
+
+        * fast/multicol/newmulticol/positioned-with-constrained-height-expected.html: Added.
+        * fast/multicol/newmulticol/positioned-with-constrained-height.html: Added.
+
+2013-02-20  Dirk Schulze  <krit@webkit.org>
+
+        Enable CANVAS_PATH flag
+        https://bugs.webkit.org/show_bug.cgi?id=108508
+
+        Reviewed by Simon Fraser.
+
+        Enable CANVAS_PATH flag on trunk.
+
+        Existing tests cover the feature.
+
+        * fast/canvas/canvas-path-object-expected.txt:
+        * inspector/profiler/canvas2d/canvas2d-api-changes.html:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-02-20  Ian Vollick <vollick@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-20  Ian Vollick <vollick@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-20  Robert Hogan  <robert@webkit.org>
+
+        Make the test land in r143482 less platform-specific
+
+        Add outline:none to the test so platform-specific outlines don't kick in and
+        make us require separate results for Mac and Linux.
+
+        Unreviewed, gardening.
+
+        * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png:
+        * fast/repaint/paint-caret-in-div-with-negative-indent.html:
+
+2013-02-20  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] RenderMultiColumnFlowThreads should establish a BFC.
+        https://bugs.webkit.org/show_bug.cgi?id=110366.
+
+        Reviewed by Antti Koivisto.
+
+        * fast/multicol/newmulticol/float-avoidance-expected.html: Added.
+        * fast/multicol/newmulticol/float-avoidance.html: Added.
+        * fast/multicol/newmulticol/float-multicol-expected.html: Added.
+        * fast/multicol/newmulticol/float-multicol.html: Added.
+        * fast/multicol/newmulticol/float-paginate-complex-expected.html: Added.
+        * fast/multicol/newmulticol/float-paginate-complex.html: Added.
+        * fast/multicol/newmulticol/float-paginate-empty-lines-expected.html: Added.
+        * fast/multicol/newmulticol/float-paginate-empty-lines.html: Added.
+        * fast/multicol/newmulticol/float-paginate-expected.html: Added.
+        * fast/multicol/newmulticol/float-paginate.html: Added.
+
+2013-02-20  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Column gap is computed incorrectly.
+        https://bugs.webkit.org/show_bug.cgi?id=110360.
+
+        Reviewed by Simon Fraser.
+
+        * fast/multicol/newmulticol/layers-split-across-columns-expected.html: Added.
+        * fast/multicol/newmulticol/layers-split-across-columns.html: Added.
+
+2013-02-20  Robert Hogan  <robert@webkit.org>
+
+        No caret on empty contenteditable element with negative text-indent
+        https://bugs.webkit.org/show_bug.cgi?id=108633
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added.
+        * fast/repaint/paint-caret-in-div-with-negative-indent-expected.txt: Added.
+        * fast/repaint/paint-caret-in-div-with-negative-indent.html: Added.
+
+2013-02-20  Ojan Vafai  <ojan@chromium.org>
+
+        Make intrinsic width values work for positioned elements
+        https://bugs.webkit.org/show_bug.cgi?id=110264
+
+        Reviewed by Tony Chang.
+
+        * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes-expected.txt: Added.
+        * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes.html: Added.
+        * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats-expected.txt: Added.
+        * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats.html: Added.
+
+2013-02-20  Robert Hogan  <robert@webkit.org>
+
+        input element with placeholder text and width set to 100% on focus causes overflow even after losing focus
+        https://bugs.webkit.org/show_bug.cgi?id=109020
+
+        Reviewed by David Hyatt.
+
+        * fast/forms/input-placeholder-layout-view-expected.html: Added.
+        * fast/forms/input-placeholder-layout-view.html: Added.
+        * fast/forms/textarea-placeholder-layout-view-expected.html: Added.
+        * fast/forms/textarea-placeholder-layout-view.html: Added.
+
+2013-02-20  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        Spellchecker should not crash after text has changed and spellcheck results are served from cache
+        https://bugs.webkit.org/show_bug.cgi?id=109220
+
+        Reviewed by Tony Chang.
+
+        * editing/spelling/spelling-changed-text-expected.txt: Added the expected output for serving spellcheck results from cache for edited text.
+        * editing/spelling/spelling-changed-text.html: Added a test for serving spellcheck results from cache for edited text.
+
+2013-02-19  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] Make layers paint properly in columns.
+        https://bugs.webkit.org/show_bug.cgi?id=110296.
+
+        Reviewed by Sam Weinig.
+
+        * fast/multicol/newmulticol/layers-in-multicol-expected.html: Added.
+        * fast/multicol/newmulticol/layers-in-multicol.html: Added.
+
+2013-02-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
+
+        [Gtk] HTML5 Media controls require a design refresh
+        https://bugs.webkit.org/show_bug.cgi?id=83869
+
+        Tests flagged and rebaselines.
+
+        Reviewed by Philippe Normand.
+
+        * platform/gtk/TestExpectations: Tests flagged and removed some
+        other flags.
+        * platform/gtk/accessibility/media-element-expected.txt: Rebaseline
+        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: Rebaseline
+        * platform/gtk/fast/layers/video-layer-expected.png: Rebaseline
+        * platform/gtk/fast/layers/video-layer-expected.txt: Rebaseline
+        * platform/gtk/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Rebaseline
+        * platform/gtk/media/audio-repaint-expected.png: Rebaseline
+        * platform/gtk/media/audio-repaint-expected.txt: Rebaseline
+        * platform/gtk/media/controls-styling-strict-expected.png: Rebaseline
+        * platform/gtk/media/video-controls-rendering-expected.png: Rebaseline
+        * platform/gtk/media/video-empty-source-expected.txt: Rebaseline
+        * platform/gtk/media/video-no-audio-expected.txt: Rebaseline
+        * platform/gtk/media/video-volume-slider-expected.txt: Rebaseline
+        * platform/gtk/media/video-zoom-controls-expected.txt: Rebaseline
+        * platform/gtk/media/video-zoom-expected.png: Rebaseline
+
+2013-02-20  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Marked touch event emulation test as failing.
+
+2013-02-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed. Correcting gardening after r143436.
+
+        * platform/qt/TestExpectations:
+
+2013-02-20  Florin Malita  <fmalita@chromium.org>
+
+        Clear SVGPathSeg role on removal.
+        https://bugs.webkit.org/show_bug.cgi?id=110058
+
+        Reviewed by Dirk Schulze.
+
+        * svg/dom/SVGPathSegList-crash-expected.txt: Added.
+        * svg/dom/SVGPathSegList-crash.html: Added.
+
+2013-02-20  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143434.
+        http://trac.webkit.org/changeset/143434
+        https://bugs.webkit.org/show_bug.cgi?id=110326
+
+        added reftest fails on chromium mac 10.6 (Requested by
+        toyoshim on #webkit).
+
+        * fast/forms/file/file-vertical-padding-border-expected.html: Removed.
+        * fast/forms/file/file-vertical-padding-border.html: Removed.
+
+2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Make UISourceCode.path() an array of path segments.
+        https://bugs.webkit.org/show_bug.cgi?id=110229
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/workspace-mapping.html:
+
+2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed, update expectation for chromium gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=110324
+
+        * platform/chromium/TestExpectations:
+
+2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Move workspace specific code from FileMapping to workspace.
+        https://bugs.webkit.org/show_bug.cgi?id=110219
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/compiler-script-mapping.html:
+        * http/tests/inspector/workspace-test.js:
+        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
+        * inspector/debugger/network-uisourcecode-provider.html:
+        * inspector/file-mapping-expected.txt:
+        * inspector/file-mapping.html:
+        * inspector/file-system-mapping-expected.txt:
+        * inspector/file-system-mapping.html:
+        * inspector/file-system-project.html:
+        * inspector/workspace-mapping-expected.txt: Added.
+        * inspector/workspace-mapping.html: Added.
+
+2013-02-20  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding failure expectations for tests added in r143395, r143420 and r143439.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r143386.
+
+2013-02-20  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Introduce SecurityOriginAdded and SecurityOriginRemoved events into ResourceTreeModel
+        https://bugs.webkit.org/show_bug.cgi?id=110232
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector/resource-tree/resource-tree-events-expected.txt:
+        * http/tests/inspector/resource-tree/resource-tree-events.html:
+
+2013-02-20  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Marked new failing ref test svg/as-background-image/tiled-background-image.html.
+        * platform/efl/fast/js/global-constructors-expected.txt: Rebaselined, MutationObserver constructor now found.
+
+2013-02-20  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: highlight undefined word in JavaScript
+        https://bugs.webkit.org/show_bug.cgi?id=109585
+
+        Reviewed by Vsevolod Vlasov.
+
+        Enhance layout test to verify highlighting of global object value properties.
+
+        * inspector/syntax-highlight-javascript-expected.txt:
+        * inspector/syntax-highlight-javascript.html:
+
+2013-02-20  Mike West  <mkwst@chromium.org>
+
+        Use EventPathWalker rather than parentNode() to normalize event targets in EventHandler.
+        https://bugs.webkit.org/show_bug.cgi?id=110037
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/dom/shadow/resources/event-dispatching.js:
+        (scrollMouseWheel):
+        (addEventListeners):
+            Add MouseWheel, Drag, and Touch support to the event-dispatching
+            tests in Shadow DOM.
+        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html:
+        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html:
+            Scroll the mouse wheel, drag a bit, and touch before leaving the
+            text node, and record the generated events.
+
+2013-02-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Adding failure expectations after r143420.
+        * platform/qt/fast/js/global-constructors-expected.txt: Rebaseline after r143386.
+
+2013-02-20  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardenning. Unskip now passing tests.
+        https://bugs.webkit.org/show_bug.cgi?id=99306
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2013-02-20  Nils Barth  <nbarth@google.com>
+
+        File upload control doesn't apply CSS vertical padding or border to file name
+        https://bugs.webkit.org/show_bug.cgi?id=109011
+
+        Reviewed by Hajime Morrita.
+
+        * fast/forms/file/file-vertical-padding-border.html: Added.
+        * fast/forms/file/file-vertical-padding-border-expected.html: Added.
+
+2013-02-19  KwangYong Choi  <ky0.choi@samsung.com>
+
+        [EFL] Mark fast/regions/seamless-iframe-flowed-into-regions.html failure
+        https://bugs.webkit.org/show_bug.cgi?id=110283
+
+        Unreviewed. This test is added by r143256 and it is failing.
+
+        * platform/efl/TestExpectations:
+
+2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143393.
+        http://trac.webkit.org/changeset/143393
+        https://bugs.webkit.org/show_bug.cgi?id=110302
+
+        the converted reftest fails in chromium mac 10.6 and 10.7
+        (Requested by toyoshim on #webkit).
+
+        * fast/flexbox/box-orient-button.html:
+        * fast/flexbox/resources/box-orient-button.js:
+        * fast/invalid/residual-style-expected.html: Removed.
+        * fast/invalid/residual-style.html:
+        * platform/chromium-android/fast/invalid/residual-style-expected.png: Added.
+        * platform/chromium-android/fast/invalid/residual-style-expected.txt: Added.
+        * platform/chromium-linux/fast/invalid/residual-style-expected.png: Added.
+        * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Added.
+        * platform/chromium-mac/fast/invalid/residual-style-expected.png: Added.
+        * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Added.
+        * platform/chromium-win/fast/invalid/residual-style-expected.png: Added.
+        * platform/chromium-win/fast/invalid/residual-style-expected.txt: Added.
+        * platform/efl/fast/invalid/residual-style-expected.png: Added.
+        * platform/efl/fast/invalid/residual-style-expected.txt: Added.
+        * platform/gtk/fast/invalid/residual-style-expected.png: Added.
+        * platform/gtk/fast/invalid/residual-style-expected.txt: Added.
+        * platform/mac/fast/invalid/residual-style-expected.png: Added.
+        * platform/mac/fast/invalid/residual-style-expected.txt: Added.
+
+2013-02-19  Simon Fraser  <simon.fraser@apple.com>
+
+        Fix TileCache tile size when zoomed on slow-scrolling site
+        https://bugs.webkit.org/show_bug.cgi?id=110289
+
+        Reviewed by Tim Horton.
+        
+        Test that dumps tile coverage in a slow-scrolling, zoomed page.
+
+        * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: Added.
+        * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html: Added.
+
+2013-02-19  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] Enable shape-inside support for ellipses
+        https://bugs.webkit.org/show_bug.cgi?id=109868
+
+        Reviewed by Dirk Schulze.
+
+        Added a test for ellipse shape-inside values.
+
+        * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-ellipse.html: Added.
+
+2013-02-19  Uday Kiran  <udaykiran@motorola.com>
+
+        'round' not implemented in border-image
+        https://bugs.webkit.org/show_bug.cgi?id=14185
+
+        Reviewed by David Hyatt.
+
+        Added test for 'round' keyword of border-image-repeat CSS property
+        http://dev.w3.org/csswg/css3-background/#border-image-repeat
+
+        * fast/borders/border-image-02.html: Added.
+        * platform/chromium-linux/fast/borders/border-image-02-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/borders/border-image-02-expected.txt: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/fast/borders/border-image-02-expected.png: Added.
+        * platform/gtk/fast/borders/border-image-02-expected.txt: Added.
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2013-02-19  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Refactor the code in preparation of auto placement support
+        https://bugs.webkit.org/show_bug.cgi?id=110244
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt: Added.
+        * fast/css-grid-layout/grid-auto-flow-resolution.html: Added.
+        * fast/css-grid-layout/implicit-position-dynamic-change.html:
+        * fast/css-grid-layout/resources/grid.css:
+        (.autoRowAutoColumn):
+        (.firstRowAutoColumn):
+        (.secondRowAutoColumn):
+        (.thirdRowAutoColumn):
+        (.autoRowFirstColumn):
+        (.autoRowSecondColumn):
+        (.autoRowThirdColumn):
+        Added these helper classes, some will be used in a follow-up patch.
+
+        (.sizedToGridArea):
+        Hoisted this class into the common style.
+
+2013-02-19  David Hyatt  <hyatt@apple.com>
+
+        [New Multicolumn] REGRESSION: RenderMultiColumnSets broken by the RenderRegion -> RenderBlock subclassing.
+        https://bugs.webkit.org/show_bug.cgi?id=110239.
+
+        Reviewed by Simon Fraser.
+
+        * fast/multicol/newmulticol: Added.
+        * fast/multicol/newmulticol/column-rules-fixed-height-expected.html: Added.
+        * fast/multicol/newmulticol/column-rules-fixed-height.html: Added.
+
+2013-02-19  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Convert residual-style.html test to a reftest (and fix typos)
+        https://bugs.webkit.org/show_bug.cgi?id=109981
+
+        Reviewed by Darin Adler.
+
+        * fast/flexbox/box-orient-button.html: clsas->class
+        * fast/flexbox/resources/box-orient-button.js: DTR->DRT
+        * fast/invalid/residual-style-expected.html: Added. New reftest
+        version. Note that some lines are red, which is
+        https://bugs.webkit.org/show_bug.cgi?id=109984
+        * fast/invalid/residual-style.html: Add missing semicolon in <style>.
+        Also close a few more <font> tags, so that the descriptive text is
+        in black as it should be.
+
+        * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed.
+        * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/efl/fast/invalid/residual-style-expected.png: Removed.
+        * platform/efl/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/gtk/fast/invalid/residual-style-expected.png: Removed.
+        * platform/gtk/fast/invalid/residual-style-expected.txt: Removed.
+        * platform/mac/fast/invalid/residual-style-expected.png: Removed.
+        * platform/mac/fast/invalid/residual-style-expected.txt: Removed.
+        Removed old expectation files.
+
+2013-02-19  Branimir Lambov  <blambov@google.com>
+
+        Fix 'slice' aspect ratio calculation
+        https://bugs.webkit.org/show_bug.cgi?id=99984
+
+        Reviewed by Dirk Schulze.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
+        * svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
+        * svg/as-image/image-preserveAspectRatio-all.svg: Added.
+        * svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
+        * svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
+        * svg/filters/feImage-preserveAspectRatio-all.svg: Added.
+
+2013-02-19  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test Expectations to reflect flakey calendar tests.
+        https://bugs.webkit.org/show_bug.cgi?id=107508
+
+        Unreviewed test expectations.
+
+        * platform/chromium/TestExpectations: Re-added all the flakey calendar tests.
+
+2013-02-19  Elliott Sprehn  <esprehn@chromium.org>
+
+        Support both MutationObserver and WebKitMutationObserver
+        https://bugs.webkit.org/show_bug.cgi?id=109776
+
+        Reviewed by Ojan Vafai.
+
+        * fast/dom/MutationObserver/added-out-of-order.html:
+        * fast/dom/MutationObserver/callback-arguments.html:
+        * fast/dom/MutationObserver/clear-transient-without-delivery.html:
+        * fast/dom/MutationObserver/create-during-delivery.html:
+        * fast/dom/MutationObserver/cross-document.html:
+        * fast/dom/MutationObserver/database-callback-delivery.html:
+        * fast/dom/MutationObserver/delivery-order.html:
+        * fast/dom/MutationObserver/disconnect-cancel-pending.html:
+        * fast/dom/MutationObserver/document-fragment-insertion.html:
+        * fast/dom/MutationObserver/end-of-task-delivery.html:
+        * fast/dom/MutationObserver/filesystem-callback-delivery.html:
+        * fast/dom/MutationObserver/inline-event-listener.html:
+        * fast/dom/MutationObserver/mutate-during-delivery.html:
+        * fast/dom/MutationObserver/mutation-callback-non-element-crash.html:
+        * fast/dom/MutationObserver/mutation-observer-constructor.html:
+        * fast/dom/MutationObserver/mutation-observer-prefix-expected.txt: Added.
+        * fast/dom/MutationObserver/mutation-observer-prefix.html: Added.
+        * fast/dom/MutationObserver/mutation-record-nullity.html:
+        * fast/dom/MutationObserver/observe-attributes.html:
+        * fast/dom/MutationObserver/observe-characterdata.html:
+        * fast/dom/MutationObserver/observe-childList.html:
+        * fast/dom/MutationObserver/observe-exceptions.html:
+        * fast/dom/MutationObserver/observe-subtree.html:
+        * fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html:
+        * fast/dom/MutationObserver/observer-wrapper-dropoff.html:
+        * fast/dom/MutationObserver/parser-mutations.html:
+        * fast/dom/MutationObserver/removed-out-of-order.html:
+        * fast/dom/MutationObserver/shadow-dom.html:
+        * fast/dom/MutationObserver/takeRecords.html:
+        * fast/dom/MutationObserver/transient-gc-crash.html:
+
+2013-02-19  Glenn Adams  <glenn@skynav.com>
+
+        CSS3: add line-break tests, initially skipping on all platforms
+        https://bugs.webkit.org/show_bug.cgi?id=109954
+
+        Reviewed by Dirk Pranke.
+
+        See also wiki documentation at:
+        [1] http://trac.webkit.org/wiki/LineBreaking
+        [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
+
+        See also:
+        https://bugs.webkit.org/show_bug.cgi?id=89235
+
+        * TestExpectations:
+        * css3/line-break/line-break-auto-centered-expected.html: Added.
+        * css3/line-break/line-break-auto-centered.html: Added.
+        * css3/line-break/line-break-auto-half-kana-expected.html: Added.
+        * css3/line-break/line-break-auto-half-kana.html: Added.
+        * css3/line-break/line-break-auto-hyphens-expected.html: Added.
+        * css3/line-break/line-break-auto-hyphens.html: Added.
+        * css3/line-break/line-break-auto-inseparables-expected.html: Added.
+        * css3/line-break/line-break-auto-inseparables.html: Added.
+        * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
+        * css3/line-break/line-break-auto-iteration-marks.html: Added.
+        * css3/line-break/line-break-auto-postfixes-expected.html: Added.
+        * css3/line-break/line-break-auto-postfixes.html: Added.
+        * css3/line-break/line-break-auto-prefixes-expected.html: Added.
+        * css3/line-break/line-break-auto-prefixes.html: Added.
+        * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
+        * css3/line-break/line-break-auto-sound-marks.html: Added.
+        * css3/line-break/line-break-loose-centered-expected.html: Added.
+        * css3/line-break/line-break-loose-centered.html: Added.
+        * css3/line-break/line-break-loose-half-kana-expected.html: Added.
+        * css3/line-break/line-break-loose-half-kana.html: Added.
+        * css3/line-break/line-break-loose-hyphens-expected.html: Added.
+        * css3/line-break/line-break-loose-hyphens.html: Added.
+        * css3/line-break/line-break-loose-inseparables-expected.html: Added.
+        * css3/line-break/line-break-loose-inseparables.html: Added.
+        * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
+        * css3/line-break/line-break-loose-iteration-marks.html: Added.
+        * css3/line-break/line-break-loose-postfixes-expected.html: Added.
+        * css3/line-break/line-break-loose-postfixes.html: Added.
+        * css3/line-break/line-break-loose-prefixes-expected.html: Added.
+        * css3/line-break/line-break-loose-prefixes.html: Added.
+        * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
+        * css3/line-break/line-break-loose-sound-marks.html: Added.
+        * css3/line-break/line-break-normal-centered-expected.html: Added.
+        * css3/line-break/line-break-normal-centered.html: Added.
+        * css3/line-break/line-break-normal-half-kana-expected.html: Added.
+        * css3/line-break/line-break-normal-half-kana.html: Added.
+        * css3/line-break/line-break-normal-hyphens-expected.html: Added.
+        * css3/line-break/line-break-normal-hyphens.html: Added.
+        * css3/line-break/line-break-normal-inseparables-expected.html: Added.
+        * css3/line-break/line-break-normal-inseparables.html: Added.
+        * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
+        * css3/line-break/line-break-normal-iteration-marks.html: Added.
+        * css3/line-break/line-break-normal-postfixes-expected.html: Added.
+        * css3/line-break/line-break-normal-postfixes.html: Added.
+        * css3/line-break/line-break-normal-prefixes-expected.html: Added.
+        * css3/line-break/line-break-normal-prefixes.html: Added.
+        * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
+        * css3/line-break/line-break-normal-sound-marks.html: Added.
+        * css3/line-break/line-break-strict-centered-expected.html: Added.
+        * css3/line-break/line-break-strict-centered.html: Added.
+        * css3/line-break/line-break-strict-half-kana-expected.html: Added.
+        * css3/line-break/line-break-strict-half-kana.html: Added.
+        * css3/line-break/line-break-strict-hyphens-expected.html: Added.
+        * css3/line-break/line-break-strict-hyphens.html: Added.
+        * css3/line-break/line-break-strict-inseparables-expected.html: Added.
+        * css3/line-break/line-break-strict-inseparables.html: Added.
+        * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
+        * css3/line-break/line-break-strict-iteration-marks.html: Added.
+        * css3/line-break/line-break-strict-postfixes-expected.html: Added.
+        * css3/line-break/line-break-strict-postfixes.html: Added.
+        * css3/line-break/line-break-strict-prefixes-expected.html: Added.
+        * css3/line-break/line-break-strict-prefixes.html: Added.
+        * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
+        * css3/line-break/line-break-strict-sound-marks.html: Added.
+
+2013-02-19  Tony Chang  <tony@chromium.org>
+
+        Border changes on tables with collapsed borders doesn't relayout table cells
+        https://bugs.webkit.org/show_bug.cgi?id=109774
+
+        Reviewed by David Hyatt.
+
+        * fast/table/border-collapsing/dynamic-border-width-change-expected.txt: Added.
+        * fast/table/border-collapsing/dynamic-border-width-change.html: Added.
+
+2013-02-19  Simon Fraser  <simon.fraser@apple.com>
+
+        Add a test result missed in r143074.
+
+        * platform/mac-wk2/tiled-drawing/null-parent-back-crash-expected.txt: Added.
+
+2013-02-19  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+        Remove two now-passing tests.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-19  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [WebGL] Fix oes-element-index-uint.html test.
+        https://bugs.webkit.org/show_bug.cgi?id=110045
+
+        Reviewed by Kenneth Russell.
+
+        This patch fixes the test case to use updated WebGLTestUtils functions
+        and adds shaders used during resized buffer tests. This patch
+        also enables the test for EFL port.
+
+        * fast/canvas/webgl/oes-element-index-uint-expected.txt:
+        * fast/canvas/webgl/oes-element-index-uint.html:
+        * platform/efl/TestExpectations:
+
+2013-02-19  Adrienne Walker  <enne@chromium.org>
+
+        [chromium] Mark fast/workers/storage/interrupt-database.html as flaky crasher
+        https://bugs.webkit.org/show_bug.cgi?id=110247
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-19  Stephen Chenney  <schenney@chromium.org>
+
+        Rebaselining, again, calendar tests
+        https://bugs.webkit.org/show_bug.cgi?id=110240
+
+        Unreviewed expectations update.
+
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Removed.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Removed.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Removed.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+
+2013-02-18  Alexey Proskuryakov  <ap@apple.com>
+
+        [WK2] Cannot load documents with blob urls
+        https://bugs.webkit.org/show_bug.cgi?id=110160
+
+        Reviewed by Sam Weinig.
+
+        * http/tests/fileapi/blob-url-in-subframe-expected.txt: Added.
+        * http/tests/fileapi/blob-url-in-subframe.html: Added.
+        * http/tests/fileapi/resources: Added.
+        * http/tests/fileapi/resources/blob-url-in-subframe-frame.html: Added.
+
+2013-02-19  Tim Volodine  <timvolodine@chromium.org>
+
+        Text Autosizing: prevent oscillation of font sizes during autosizing
+        https://bugs.webkit.org/show_bug.cgi?id=108205
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Added overflow-y:hidden to some existing tests, since previously those tests
+        would start off with incorrect multipliers (because mainFrame->view()-layoutSize()
+        is initially 785 instead of 800 as ScrollView wrongly guesses a scrollbar will
+        be needed), and then the multipliers would get corrected on a subsequent layout.
+        Now that we don't allow the multiplier to change after being set, it needs to be
+        right first time.
+        Also added specific oscillation test triggered by javascript.
+
+        * fast/text-autosizing/constrained-height-body-expected.html:
+        * fast/text-autosizing/constrained-height-body.html:
+        * fast/text-autosizing/constrained-then-float-ancestors-expected.html:
+        * fast/text-autosizing/constrained-then-float-ancestors.html:
+        * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html:
+        * fast/text-autosizing/constrained-then-position-fixed-ancestors.html:
+        * fast/text-autosizing/nested-em-line-height-expected.html:
+        * fast/text-autosizing/nested-em-line-height.html:
+        * fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html: Added.
+        * fast/text-autosizing/oscillation-javascript-fontsize-change.html: Added.
+        * fast/text-autosizing/simple-paragraph-expected.html:
+        * fast/text-autosizing/simple-paragraph.html:
+        * fast/text-autosizing/span-child-expected.html:
+        * fast/text-autosizing/span-child.html:
+        * fast/text-autosizing/unwrappable-blocks-expected.html:
+        * fast/text-autosizing/unwrappable-blocks.html:
+        * fast/text-autosizing/unwrappable-inlines-expected.html:
+        * fast/text-autosizing/unwrappable-inlines.html:
+
+2013-02-19  Youenn Fablet  <youennf@gmail.com>
+
+        [EFL][DRT] http/tests/loading/307-after-303-after-post.html times out
+        https://bugs.webkit.org/show_bug.cgi?id=93214
+
+        Removed Failure from potential outcome of
+        http/tests/loading/307-after-303-after-post.html test.
+
+        Reviewed by Martin Robinson.
+
+        * platform/efl/TestExpectations:
+
+2013-02-19  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing test.
+
+        * platform/qt/TestExpectations:
+
+2013-02-19  Stephen Chenney  <schenney@chromium.org>
+
+        Test Expectations update after r143267 and others
+
+        Unreviewed expectations update.
+
+        Updated many Chromium expectations, and removed superfluous
+        expectations from mac and win.
+
+        * editing/selection/extend-by-sentence-001-expected.txt: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-linux-x86/svg/filters/big-sized-filter-2-expected.png: Removed.
+        * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Removed.
+        * platform/chromium-linux/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-linux/svg/batik/text/xmlSpace-expected.txt:
+        * platform/chromium-linux/svg/filters/big-sized-filter-2-expected.png: Removed.
+        * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png: Removed.
+        * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt:
+        * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
+        * platform/chromium-mac-lion/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
+        * platform/chromium-mac-lion/svg/filters/filter-on-tspan-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/filters/filter-on-tspan-expected.png:
+        * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Removed.
+        * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
+        * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.txt: Added.
+        * platform/chromium-mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
+        * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
+        * platform/chromium-mac/fast/text/capitalize-empty-generated-string-expected.txt: Added.
+        * platform/chromium-mac/fast/text/whitespace/006-expected.txt: Added.
+        * platform/chromium-mac/fast/text/whitespace/007-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
+        * platform/chromium-mac/svg/batik/text/xmlSpace-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/visibility-override-filter-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
+        * platform/chromium-mac/svg/filters/big-sized-filter-2-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-reference-svg-primitive-expected.png:
+        * platform/chromium-mac/svg/filters/filter-on-tspan-expected.png:
+        * platform/chromium-mac/svg/filters/filterRes1-expected.png:
+        * platform/chromium-mac/svg/filters/filterRes3-expected.png:
+        * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png:
+        * platform/chromium-mac/svg/filters/shadow-on-filter-expected.png:
+        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug113235-3-expected.txt: Added.
+        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
+        * platform/chromium-win-xp/svg/filters/big-sized-filter-2-expected.png: Removed.
+        * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png: Removed.
+        * platform/chromium-win/editing/selection/extend-by-sentence-001-expected.txt:
+        * platform/chromium-win/fast/inline/drawStyledEmptyInlines-expected.txt:
+        * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
+        * platform/chromium-win/fast/text/capitalize-empty-generated-string-expected.txt:
+        * platform/chromium-win/fast/text/whitespace/006-expected.txt:
+        * platform/chromium-win/fast/text/whitespace/007-expected.txt:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
+        * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
+        * platform/chromium-win/svg/filters/big-sized-filter-2-expected.png:
+        * platform/chromium-win/svg/filters/feImage-reference-svg-primitive-expected.png:
+        * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
+        * platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug113235-3-expected.txt:
+        * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/editing/selection/extend-by-sentence-001-expected.txt: Removed.
+        * platform/chromium/fast/inline/drawStyledEmptyInlines-expected.txt: Removed.
+        * platform/chromium/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Removed.
+        * platform/chromium/fast/text/capitalize-empty-generated-string-expected.txt: Removed.
+        * platform/chromium/fast/text/whitespace/006-expected.txt: Removed.
+        * platform/chromium/fast/text/whitespace/007-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/xmlSpace-expected.txt: Removed.
+        * platform/chromium/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Removed.
+        * platform/chromium/tables/mozilla/bugs/bug113235-3-expected.txt: Removed.
+        * platform/efl-wk2/svg/filters: Added.
+        * platform/efl-wk2/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
+        * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png: Removed.
+        * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Removed.
+        * platform/mac/TestExpectations:
+        * platform/mac/editing/selection/extend-by-sentence-001-expected.txt: Removed.
+        * platform/win/TestExpectations:
+
+2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142975.
+        http://trac.webkit.org/changeset/142975
+        https://bugs.webkit.org/show_bug.cgi?id=110225
+
+        Introduces hard-to-reproduce crashes upon inspected page
+        navigation on Mac (Requested by apavlov on #webkit).
+
+        * inspector/styles/resources/stylesheet-tracking.css: Removed.
+        * inspector/styles/stylesheet-tracking-expected.txt: Removed.
+        * inspector/styles/stylesheet-tracking.html: Removed.
+
+2013-02-19  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        RenderGrid::computedUsedBreadthOfGridTracks can read past m_grid's size
+        https://bugs.webkit.org/show_bug.cgi?id=110126
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/grid-element-empty-row-column-expected.txt: Added.
+        * fast/css-grid-layout/grid-element-empty-row-column.html: Added.
+
+2013-02-19  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding a crash expectation for the layout test
+        added in r143303. The test is crashing due to missing bits of EventSender implementation.
+
+2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Decouple various file system project implementation parts for better testability and cover with tests.
+        https://bugs.webkit.org/show_bug.cgi?id=110204
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/inspector-test.js:
+        (initialize_InspectorTest):
+        (initialize_InspectorTest.):
+        * http/tests/inspector/workspace-test.js:
+        (initialize_WorkspaceTest.uiSourceCodeAdded):
+        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent):
+        (initialize_WorkspaceTest.InspectorTest._defaultUISourceCodeProviderEventHandler):
+        * inspector/file-mapping-expected.txt:
+        * inspector/file-mapping.html:
+        * inspector/file-system-project-expected.txt: Added.
+        * inspector/file-system-project.html: Added.
+        * inspector/version-controller.html:
+
+2013-02-19  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] UI: tweak replay control buttons behavior
+        https://bugs.webkit.org/show_bug.cgi?id=110207
+
+        Reviewed by Pavel Feldman.
+
+        Testing control buttons behavior.
+
+        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
+        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
+
+2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143319.
+        http://trac.webkit.org/changeset/143319
+        https://bugs.webkit.org/show_bug.cgi?id=110214
+
+        Causes build issues on win32 (Requested by carewolf on
+        #webkit).
+
+        * platform/qt/mathml/presentation/attributes-expected.png: Removed.
+        * platform/qt/mathml/presentation/attributes-expected.txt: Removed.
+        * platform/qt/mathml/presentation/fenced-expected.png: Removed.
+        * platform/qt/mathml/presentation/fenced-expected.txt: Removed.
+        * platform/qt/mathml/presentation/fenced-mi-expected.png: Removed.
+        * platform/qt/mathml/presentation/fenced-mi-expected.txt: Removed.
+        * platform/qt/mathml/presentation/fractions-expected.png: Removed.
+        * platform/qt/mathml/presentation/fractions-expected.txt: Removed.
+        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
+        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Removed.
+        * platform/qt/mathml/presentation/mo-expected.png: Removed.
+        * platform/qt/mathml/presentation/mo-expected.txt: Removed.
+        * platform/qt/mathml/presentation/mo-stretch-expected.png: Removed.
+        * platform/qt/mathml/presentation/mo-stretch-expected.txt: Removed.
+        * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Removed.
+        * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Removed.
+        * platform/qt/mathml/presentation/over-expected.png: Removed.
+        * platform/qt/mathml/presentation/over-expected.txt: Removed.
+        * platform/qt/mathml/presentation/roots-expected.png: Removed.
+        * platform/qt/mathml/presentation/roots-expected.txt: Removed.
+        * platform/qt/mathml/presentation/row-alignment-expected.png: Removed.
+        * platform/qt/mathml/presentation/row-alignment-expected.txt: Removed.
+        * platform/qt/mathml/presentation/row-expected.png: Removed.
+        * platform/qt/mathml/presentation/row-expected.txt: Removed.
+        * platform/qt/mathml/presentation/style-expected.png: Removed.
+        * platform/qt/mathml/presentation/style-expected.txt: Removed.
+        * platform/qt/mathml/presentation/sub-expected.png: Removed.
+        * platform/qt/mathml/presentation/sub-expected.txt: Removed.
+        * platform/qt/mathml/presentation/subsup-expected.png: Removed.
+        * platform/qt/mathml/presentation/subsup-expected.txt: Removed.
+        * platform/qt/mathml/presentation/sup-expected.png: Removed.
+        * platform/qt/mathml/presentation/sup-expected.txt: Removed.
+        * platform/qt/mathml/presentation/tables-expected.png: Removed.
+        * platform/qt/mathml/presentation/tables-expected.txt: Removed.
+        * platform/qt/mathml/presentation/tokenElements-expected.png: Removed.
+        * platform/qt/mathml/presentation/tokenElements-expected.txt: Removed.
+        * platform/qt/mathml/presentation/under-expected.png: Removed.
+        * platform/qt/mathml/presentation/under-expected.txt: Removed.
+        * platform/qt/mathml/presentation/underover-expected.png: Removed.
+        * platform/qt/mathml/presentation/underover-expected.txt: Removed.
+        * platform/qt/mathml/xHeight-expected.png: Removed.
+        * platform/qt/mathml/xHeight-expected.txt: Removed.
+
+2013-02-19  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Assertion in RenderFlowThread::removeRenderBoxRegionInfo
+        https://bugs.webkit.org/show_bug.cgi?id=109914
+
+        Reviewed by David Hyatt.
+
+        The test creates a flow thread with two regions and a content node. We remove the region and the node from the flow thread
+        at the same time. When the style is updated, the region is first removed from the chain and range information for boxes
+        is cleared from the flow thread. When the node is removed from the flow thread it tries to delete its region box information.
+        The range information on the flow thread is gone so the range for the node's box is zero - nothing gets deleted. Afterwards,
+        an ASSERT is triggered because there's leftover box information inside the region chain.
+
+        * fast/regions/remove-box-info-assert-expected.txt: Added.
+        * fast/regions/remove-box-info-assert.html: Added.
+
+2013-02-19  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] Unreviewed gardening.
+        New baselines for effect-reference.html and effect-reference-hw.html
+
+        * platform/chromium-linux-x86/css3/filters/effect-reference-expected.png: Added.
+        * platform/chromium-linux-x86/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
+        * platform/chromium-linux/css3/filters/effect-reference-expected.png: Added.
+        * platform/chromium-linux/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
+        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium-mac-lion/css3/filters/effect-reference-expected.png: Added.
+        * platform/chromium-mac-lion/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt.
+        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.png: Added.
+        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt.
+        * platform/chromium-mac/css3/filters/effect-reference-expected.png:
+        * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
+        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
+        * platform/chromium-win-xp/css3/filters/effect-reference-expected.png: Added.
+        * platform/chromium-win-xp/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
+        * platform/chromium-win/css3/filters/effect-reference-expected.png:
+        * platform/chromium-win/css3/filters/effect-reference-expected.txt:
+        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium-win/css3/filters/effect-reference-hw-expected.txt:
+
+2013-02-19  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [Qt] Enable MathML
+        https://bugs.webkit.org/show_bug.cgi?id=110205
+
+        Reviewed by Simon Hausmann.
+
+        Baselines for the MathML tests.
+
+        * platform/qt/mathml/presentation/attributes-expected.png: Added.
+        * platform/qt/mathml/presentation/attributes-expected.txt: Added.
+        * platform/qt/mathml/presentation/fenced-expected.png: Added.
+        * platform/qt/mathml/presentation/fenced-expected.txt: Added.
+        * platform/qt/mathml/presentation/fenced-mi-expected.png: Added.
+        * platform/qt/mathml/presentation/fenced-mi-expected.txt: Added.
+        * platform/qt/mathml/presentation/fractions-expected.png: Added.
+        * platform/qt/mathml/presentation/fractions-expected.txt: Added.
+        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
+        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
+        * platform/qt/mathml/presentation/mo-expected.png: Added.
+        * platform/qt/mathml/presentation/mo-expected.txt: Added.
+        * platform/qt/mathml/presentation/mo-stretch-expected.png: Added.
+        * platform/qt/mathml/presentation/mo-stretch-expected.txt: Added.
+        * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Added.
+        * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Added.
+        * platform/qt/mathml/presentation/over-expected.png: Added.
+        * platform/qt/mathml/presentation/over-expected.txt: Added.
+        * platform/qt/mathml/presentation/roots-expected.png: Added.
+        * platform/qt/mathml/presentation/roots-expected.txt: Added.
+        * platform/qt/mathml/presentation/row-alignment-expected.png: Added.
+        * platform/qt/mathml/presentation/row-alignment-expected.txt: Added.
+        * platform/qt/mathml/presentation/row-expected.png: Added.
+        * platform/qt/mathml/presentation/row-expected.txt: Added.
+        * platform/qt/mathml/presentation/style-expected.png: Added.
+        * platform/qt/mathml/presentation/style-expected.txt: Added.
+        * platform/qt/mathml/presentation/sub-expected.png: Added.
+        * platform/qt/mathml/presentation/sub-expected.txt: Added.
+        * platform/qt/mathml/presentation/subsup-expected.png: Added.
+        * platform/qt/mathml/presentation/subsup-expected.txt: Added.
+        * platform/qt/mathml/presentation/sup-expected.png: Added.
+        * platform/qt/mathml/presentation/sup-expected.txt: Added.
+        * platform/qt/mathml/presentation/tables-expected.png: Added.
+        * platform/qt/mathml/presentation/tables-expected.txt: Added.
+        * platform/qt/mathml/presentation/tokenElements-expected.png: Added.
+        * platform/qt/mathml/presentation/tokenElements-expected.txt: Added.
+        * platform/qt/mathml/presentation/under-expected.png: Added.
+        * platform/qt/mathml/presentation/under-expected.txt: Added.
+        * platform/qt/mathml/presentation/underover-expected.png: Added.
+        * platform/qt/mathml/presentation/underover-expected.txt: Added.
+        * platform/qt/mathml/xHeight-expected.png: Added.
+        * platform/qt/mathml/xHeight-expected.txt: Added.
+
+2013-02-19  Anton Vayvod  <avayvod@chromium.org>
+
+        [Text Autosizing] Combine narrow descendants of a cluster into groups that should be autosized with the same multiplier.
+        https://bugs.webkit.org/show_bug.cgi?id=109825
+
+        Verify that narrow descendants are grouped and autosized separately according to the
+        difference between the descendant's width and the width of its enclosing cluster's
+        |blockContainingAllText|.
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * fast/text-autosizing/narrow-descendants-combined-expected.html:
+        * fast/text-autosizing/narrow-descendants-combined.html:
+
+2013-02-19  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed, gardening for chromium.
+        https://bugs.webkit.org/show_bug.cgi?id=110203
+
+        * platform/chromium/TestExpectations:
+
+2013-02-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
+
+        Caret is not displayed when trying to focus inside a contenteditable element containing an empty block.
+        https://bugs.webkit.org/show_bug.cgi?id=108053
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/selection/caret-in-div-containing-empty-block-expected.txt: Added.
+        * editing/selection/caret-in-div-containing-empty-block.html: Added.
+        Layout test added for verifying that a caret is displayed within a
+        contenteditable div having a border, both for the horizontal
+        as well as the vertical writing modes.
+
+2013-02-19  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        CSSRegions: crash positioned object with inline containing block in flow thread
+        https://bugs.webkit.org/show_bug.cgi?id=108307
+
+        Reviewed by David Hyatt.
+
+        * fast/regions/positioned-object-inline-cb-crash-expected.txt: Added.
+        * fast/regions/positioned-object-inline-cb-crash.html: Added.
+
+2013-02-19  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding a failure expectation for the failing
+        fast/regions/seamless-iframe-flowed-into-regions.html added in r143256.
+
+2013-02-18  Hayato Ito  <hayato@chromium.org>
+
+        Make EventDispatcher take an Event object in its constructor.
+        https://bugs.webkit.org/show_bug.cgi?id=109898
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/events/platform-wheelevent-with-delta-zero-crash-expected.txt: Added.
+        * fast/events/platform-wheelevent-with-delta-zero-crash.html: Added.
+
+2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky failing test expectation to inspector/editor/brace-matcher.html on Mac per bug 110186.
+
+        * platform/mac/TestExpectations:
+
+2013-02-18  Takashi Sakamoto  <tasak@google.com>
+
+        :before/:after pseudo elements do not always apply to the proper element
+        https://bugs.webkit.org/show_bug.cgi?id=93925
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/css/before-after-pseudo-class-expected.html: Added.
+        * fast/css/before-after-pseudo-class.html: Added.
+
+2013-02-18  Andy Estes  <aestes@apple.com>
+
+        Focusing a new frame (via window.focus()) should blur the active element in the current frame
+        https://bugs.webkit.org/show_bug.cgi?id=110172
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/dom/HTMLDocument/active-element-frames-expected.txt:
+        * fast/dom/HTMLDocument/active-element-frames.html: Modified to run the
+        test a second time, focusing each element's frame before focusing the
+        element itself.
+        * fast/frames/frame-focus-blurs-active-element-expected.txt: Added.
+        * fast/frames/frame-focus-blurs-active-element.html: Added a test that
+        verifies a blur event is fired on the active element when a new frame
+        is focused.
+
+2013-02-18  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [EFL][WebGL] Enable test webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html.
+        https://bugs.webkit.org/show_bug.cgi?id=110176
+
+        Reviewed by Laszlo Gombos.
+
+        Enable the test for EFL port, as it passes after r143220.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky crash expectation to video-controls-captions-trackmenu.html on Mac per bug 110173.
+
+        * platform/mac/TestExpectations:
+
+2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Remove a stale Mac test expectation.
+
+        * platform/mac/TestExpectations:
+
+2013-02-18  David Hyatt  <hyatt@apple.com>
+
+        Padding and border changes don't trigger the relayout of children in some cases.
+        https://bugs.webkit.org/show_bug.cgi?id=109639.
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/block/positioning/border-change-relayout-test-expected.html: Added.
+        * fast/block/positioning/border-change-relayout-test.html: Added.
+
+2013-02-18  Geoffrey Garen  <ggaren@apple.com>
+
+        Shrank the SourceProvider cache
+        https://bugs.webkit.org/show_bug.cgi?id=110158
+
+        Reviewed by Oliver Hunt.
+
+        New benchmark to show that a minimum size of 16 is better than 64.
+
+        * fast/js/regress/nested-function-parsing-expected.txt: Added.
+        * fast/js/regress/nested-function-parsing.html: Added.
+        * fast/js/regress/script-tests/nested-function-parsing.js: Added.
+
+2013-02-18  Filip Pizlo  <fpizlo@apple.com>
+
+        Structure::flattenDictionaryStructure should compute max offset in a manner that soundly handles the case where the property list becomes empty
+        https://bugs.webkit.org/show_bug.cgi?id=110155
+        <rdar://problem/13233773>
+
+        Reviewed by Mark Rowe.
+
+        * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt: Added.
+        * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/flatten-dictionary-structure-from-which-all-properties-were-deleted.js: Added.
+
+2013-02-18  Stephen Chenney  <schenney@chromium.org>
+
+        feFlood incorrectly applied color-interpolation-filters
+        https://bugs.webkit.org/show_bug.cgi?id=109985
+
+        Reviewed by Dirk Schulze.
+
+        New test for feFlood behavior when color-interpolation-filters is used.
+
+        Failing expectations for tests affected by this change.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/win/TestExpectations:
+        * svg/filters/feFlood-color-interpolation-expected.svg: Added.
+        * svg/filters/feFlood-color-interpolation.svg: Added.
+
+2013-02-18  David Hyatt  <hyatt@apple.com>
+
+        Just skip the seamless iframe flowed into regions test on chromium. It's failing with a repaint issue.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-18  Jochen Eisinger  <jochen@chromium.org>
+
+        clear databases before running read-transactions-running-concurrently test
+        https://bugs.webkit.org/show_bug.cgi?id=110144
+
+        Reviewed by Nico Weber.
+
+        Otherwise, we might not have enough quota when running this tests and lots
+        of databases from previous tests are hanging around.
+
+        * storage/websql/read-transactions-running-concurrently.html:
+
+2013-02-18  Philip Rogers  <pdr@google.com>
+
+        Fix scaling of tiled SVG backgrounds on high-dpi displays
+        https://bugs.webkit.org/show_bug.cgi?id=110047
+
+        Reviewed by Dirk Schulze.
+
+        * svg/as-background-image/tiled-background-image-expected.html: Added.
+        * svg/as-background-image/tiled-background-image.html: Added.
+
+2013-02-18  David Hyatt  <hyatt@apple.com>
+
+        Make seamless iframes paginate properly in their enclosing document's pagination context.
+        https://bugs.webkit.org/show_bug.cgi?id=106125
+        <rdar://problem/12922720> Text in iframe is clipped while printing
+
+        Reviewed by Simon Fraser.
+
+        Added new tests in fast/multicol and fast/region.
+
+        * fast/multicol/resources/ipad.jpg: Added.
+        * fast/multicol/resources/seamless.html: Added.
+        * fast/multicol/seamless-flowed-through-columns-expected.html: Added.
+        * fast/multicol/seamless-flowed-through-columns.html: Added.
+        * fast/regions/resources/ipad.jpg: Added.
+        * fast/regions/resources/seamless.html: Added.
+        * fast/regions/seamless-iframe-flowed-into-regions-expected.html: Added.
+        * fast/regions/seamless-iframe-flowed-into-regions.html: Added.
+
+2013-02-17  Filip Pizlo  <fpizlo@apple.com>
+
+        Get rid of DFG::DoubleOperand and simplify ValueToInt32
+        https://bugs.webkit.org/show_bug.cgi?id=110072
+
+        Reviewed by Geoffrey Garen.
+
+        * fast/js/dfg-value-to-int32-with-side-effect-expected.txt: Added.
+        * fast/js/dfg-value-to-int32-with-side-effect.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-value-to-int32-with-side-effect.js: Added.
+        (foo):
+        (.result.foo):
+
+2013-02-18  Joseph Pecoraro  <pecoraro@apple.com>
+
+        [JSC]: ASSERT in KURL(ParsedURLStringTag) under sourceMapURLForScript
+        https://bugs.webkit.org/show_bug.cgi?id=109987
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/source-url-comment-expected.txt:
+        * inspector/debugger/source-url-comment.html:
+        Add a test for a sourceURL with a non-relative path. This was causing
+        an ASSERT, rightfully so, in JSC builds.
+
+2013-02-18  Mike West  <mkwst@chromium.org>
+
+        compareDocumentPosition reports disconnected nodes as following each other
+        https://bugs.webkit.org/show_bug.cgi?id=108274
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/compare-document-position-disconnected-nodes-expected.txt: Added.
+        * fast/dom/compare-document-position-disconnected-nodes.html: Added.
+
+2013-02-18  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] Unreviewed gardening.
+        Update test expectations for recent failures.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] fix replay log grouping by frames
+        https://bugs.webkit.org/show_bug.cgi?id=110122
+
+        Reviewed by Pavel Feldman.
+
+        Canvas replay test: last command is not a draw call.
+
+        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
+        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
+
+2013-02-18  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] Unreviewed gardening.
+        Fix test expectations for effect-reference* tests which I messed up
+        in my last commit.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-18  Sergio Villar Senin  <svillar@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Moved WK1 specific failures from the shared TestExpectations file
+        to the wk1 one. Also removed some tests from the WK2
+        TestExpectations file as they have been consistently passing on
+        bots.
+
+        * platform/gtk-wk1/TestExpectations:
+        * platform/gtk-wk2/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-02-18  Bear Travis  <betravis@adobe.com>
+
+        [CSS Exclusions] Support outside-shape layout for shape-inside property
+        https://bugs.webkit.org/show_bug.cgi?id=102571
+
+        Reviewed by David Hyatt.
+
+        Test that the shape-outside value correctly propagates to shape-inside
+        when shape-inside has a value of 'outside-shape,' using both an
+        undefined and a simple shape outside value.
+
+        * fast/exclusions/shape-inside/shape-inside-outside-shape-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-outside-shape.html: Added.
+
+2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adjusting failure expectation for an inspector
+        test which now times out.
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark perf/show-hide-table-rows.html as sometimes failing or slow
+        on EFL port.
+
+        * platform/efl/TestExpectations:
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html as
+        failing on EFL port. The test was introduced in r143191.
+
+        * platform/efl/TestExpectations:
+
+2013-02-18  Vladislav Kaznacheev  <kaznacheev@chromium.org>
+
+        Web Inspector: Color picker should not be available in Computed Styles pane
+        https://bugs.webkit.org/show_bug.cgi?id=109697
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/styles/undo-add-property.html:
+
+2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] group replay log calls by frames
+        https://bugs.webkit.org/show_bug.cgi?id=110101
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/profiler/canvas-profiler-test.js:
+        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
+        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
+        * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt:
+
+2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Deleted extraneous file. It has been added accidentally in r142135.
+        https://bugs.webkit.org/show_bug.cgi?id=109953.
+
+        * platform/qt-5.0-wk2/TestExpectations.orig: Removed.
+
+2013-02-18  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
+        https://bugs.webkit.org/show_bug.cgi?id=109691
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/live-edit-breakpoints-expected.txt:
+        * inspector/debugger/live-edit-breakpoints.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-02-18  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skip test after r143073.
+        * platform/qt/css3/filters/effect-reference-expected.png: Rebaseline after r143101.
+        * platform/qt/css3/filters/effect-reference-expected.txt: Rebaseline after r143101.
+
+2013-02-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
+
+        [EFL] Rebaseline failure media tests after r142947
+        https://bugs.webkit.org/show_bug.cgi?id=109904
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/media/audio-controls-rendering-expected.png:
+        * platform/efl/media/audio-controls-rendering-expected.txt:
+        * platform/efl/media/controls-after-reload-expected.png:
+        * platform/efl/media/controls-after-reload-expected.txt:
+        * platform/efl/media/controls-strict-expected.png:
+        * platform/efl/media/controls-strict-expected.txt:
+        * platform/efl/media/controls-styling-expected.png:
+        * platform/efl/media/controls-styling-expected.txt:
+        * platform/efl/media/controls-styling-strict-expected.png:
+        * platform/efl/media/controls-styling-strict-expected.txt:
+        * platform/efl/media/controls-without-preload-expected.png:
+        * platform/efl/media/controls-without-preload-expected.txt:
+        * platform/efl/media/video-controls-rendering-expected.png:
+        * platform/efl/media/video-controls-rendering-expected.txt:
+        * platform/efl/media/video-display-toggle-expected.png:
+        * platform/efl/media/video-display-toggle-expected.txt:
+        * platform/efl/media/video-playing-and-pause-expected.png:
+        * platform/efl/media/video-playing-and-pause-expected.txt:
+
+2013-02-18  Huang Dongsung  <luxtella@company100.net>
+
+        [EFL][WK2] compositing/layer-creation/fixed-position-out-of-view-scaled.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=110059
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskip two tests on EFL port. Now those pass.
+        compositing/layer-creation/fixed-position-out-of-view-scaled.html
+        compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip several webgl/conformance tests that started passing after
+        r142854.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-18  Mike West  <mkwst@chromium.org>
+
+        fast/dom/shadow/shadow-dom-event-dispatching.html flake
+        https://bugs.webkit.org/show_bug.cgi?id=103299
+
+        Reviewed by Jochen Eisinger.
+
+        This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out
+        into 12 separate tests to avoid timeouts. Common logic for all these
+        dispatching tests is now in resources/event-dispatching.js, and each
+        individual test function now runs in its own HTML file.
+
+        * fast/dom/shadow/resources/event-dispatching.js: Added.
+        (moveMouseOver):
+        (recordEvent):
+        (dumpNode):
+        (dumpComposedShadowTree):
+        (addEventListeners):
+        (debugDispatchedEvent):
+        (moveMouse):
+        (showSandboxTree):
+        * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added.
+            New tests!
+        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed.
+        * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed.
+        * platform/chromium/TestExpectations:
+            Dropped the old, monolithic test, and removed it from Chromium's
+            TestExpectations file.
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip several webaudio test cases that pass now that we updated to
+        gstreamer 1.0.
+
+        * platform/efl/TestExpectations:
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Update expectations for several test cases to make the bots green.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: provide basic console.table implementation (no [,columns] support)
+        https://bugs.webkit.org/show_bug.cgi?id=109453
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/console/command-line-api-expected.txt:
+        * inspector/console/console-format-table-expected.txt: Added.
+        * inspector/console/console-format-table.html: Added.
+
+2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
+
+        Follow up to r143112, fixing tests.
+        Not reviewed.
+
+        * inspector/elements/insert-node-expected.txt:
+        * inspector/elements/insert-node.html:
+
+2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: allow 0 as a formatted parameter in console message.
+        https://bugs.webkit.org/show_bug.cgi?id=110096
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/console/console-format.html:
+
+2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skipped failing tests.
+
+        * platform/qt-5.0-wk1/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-18  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r143100.
+        http://trac.webkit.org/changeset/143100
+        https://bugs.webkit.org/show_bug.cgi?id=110088
+
+        Breaks file system support in workspace. (Requested by vsevik
+        on #webkit).
+
+        * inspector/debugger/live-edit-breakpoints-expected.txt:
+        * inspector/debugger/live-edit-breakpoints.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        Adding failure expectations for two tests that are failing on GTK and Qt,
+        most likely due to disabled subpixel layout.
+
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed. Clean up a few EFL unexpected passes.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
+        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed. Clean up a few EFL unexpected passes.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed.
+        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed.
+        * platform/efl/fast/repaint/caret-with-transformation-expected.png: Removed.
+        * platform/efl/fast/repaint/caret-with-transformation-expected.txt: Removed.
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed. Remove invalid EFL results that were wrongly added in r140249.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
+        * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
+        * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
+        * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
+        * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
+        * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
+        * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
+        * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
+        * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
+        * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
+        * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
+        * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed. Unskip several test cases that are now passing on
+        EFL port, most of them due to enabling subpixel layout.
+
+        * platform/efl/TestExpectations:
+
+2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed. Unskip several compositing tests that are now
+        passing on WK2 EFL.
+
+        * platform/efl/TestExpectations:
+
+2013-02-15  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: Introduce ProfilesPanelDescriptor.
+        https://bugs.webkit.org/show_bug.cgi?id=109906
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/profiler/heap-snapshot-test.js: Adopted changes.
+
+2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed, update test expectation for chromium.
+        https://bugs.webkit.org/show_bug.cgi?id=110079
+
+        * platform/chromium/TestExpectations:
+
+2013-02-17  Vivek Galatage  <vivek.vg@samsung.com>
+
+        Add missing braces in fast/parser/noscript-with-javascript-enabled.html
+        https://bugs.webkit.org/show_bug.cgi?id=110078
+
+        Unreviewed gardening. Adding the missing braces.
+
+        * fast/parser/noscript-with-javascript-enabled.html:
+
+2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Unreviewed, update test expectation for chromium.
+        https://bugs.webkit.org/show_bug.cgi?id=110076
+
+        * platform/chromium/TestExpectations:
+
+2013-02-17  Mike West  <mkwst@chromium.org>
+
+        WheelEvent should not target text nodes.
+        https://bugs.webkit.org/show_bug.cgi?id=109939
+
+        Reviewed by Darin Adler.
+
+        * fast/events/wheelevent-in-text-node-expected.txt: Added.
+        * fast/events/wheelevent-in-text-node.html: Added.
+
+2013-02-17  Philip Rogers  <pdr@google.com>
+
+        Fix non-root SVG viewport under zoom
+        https://bugs.webkit.org/show_bug.cgi?id=99453
+
+        Reviewed by Dirk Schulze.
+
+        * svg/custom/symbol-zoom-expected.html: Added.
+        * svg/custom/symbol-zoom.html: Added.
+
+2013-02-17  Chris Fleizach  <cfleizach@apple.com>
+
+        WebSpeech: plumb through a method to generate fake speech jobs for testing
+        https://bugs.webkit.org/show_bug.cgi?id=107351
+
+        Reviewed by Adam Barth.
+
+        * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html:
+        * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html:
+
+2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark compositing/layer-creation/fixed-position-out-of-view-scaled.html as
+        flaky on WebKit2 EFL. It sometimes hits an assertion.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Regression(r143124): Caused plugins/plugin-javascript-access.html to fail
+        https://bugs.webkit.org/show_bug.cgi?id=110053
+
+        Reviewed by Alexey Proskuryakov.
+
+        Unskip plugins/plugin-javascript-access.html for WK2 EFL now that the
+        Test is passing again.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed. Remove duplicates from EFL port's TestExpectations.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Generate baseline for svg/filters/filter-hidden-content.svg on EFL
+        port.
+
+        * platform/efl/svg/filters/filter-hidden-content-expected.png: Added.
+        * platform/efl/svg/filters/filter-hidden-content-expected.txt: Added.
+
+2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark compositing/geometry/limit-layer-bounds-fixed.html as failing on
+        EFL WK2. This test was introduced in r143073 but never passed on EFL.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark plugins/plugin-javascript-access.html as failing on WK2 EFL
+        due to a regression in r143124.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-16  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027.
+
+        * platform/mac/TestExpectations:
+
+2013-02-16  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142734.
+        http://trac.webkit.org/changeset/142734
+        https://bugs.webkit.org/show_bug.cgi?id=110018
+
+        "Triggered crashes on lots of websites" (Requested by ggaren
+        on #webkit).
+
+        * http/tests/plugins/resources/cross-frame-object-access.html:
+        * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
+        * http/tests/security/cross-frame-access-location-get-expected.txt:
+        * http/tests/security/cross-frame-access-location-get.html:
+        * http/tests/security/resources/cross-frame-access.js:
+        * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
+        * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
+        * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
+        * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Removed.
+        * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Removed.
+        * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Removed.
+
+2013-02-16  Takashi Toyoshima  <toyoshim@chromium.org>
+
+        Rebaseline for Win7.
+
+        Unreviewed chromium gardening.
+
+        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
+        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+
+2013-02-16  Robert Hogan  <robert@webkit.org>
+
+        percentage top value of position:relative element not calculated using parent's min-height unless height set
+        https://bugs.webkit.org/show_bug.cgi?id=14762
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/block/percent-top-parent-respects-min-height-expected.txt: Added.
+        * fast/block/percent-top-parent-respects-min-height.html: Added.
+        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-expected.txt: Added.
+        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr-expected.txt: Added.
+        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr.html: Added.
+        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor.html: Added.
+        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-expected.txt: Added.
+        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr-expected.txt: Added.
+        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr.html: Added.
+        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor.html: Added.
+
+2013-02-16  Stephen White  <senorblanco@chromium.org>
+
+        [skia] FEOffset should have a Skia implementation.
+        https://bugs.webkit.org/show_bug.cgi?id=109831
+
+        Reviewed by James Robinson.
+
+        * css3/filters/effect-reference-hw.html:
+        * css3/filters/effect-reference.html:
+        * platform/chromium/TestExpectations:
+
+2013-02-16  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
+        https://bugs.webkit.org/show_bug.cgi?id=109691
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/live-edit-breakpoints-expected.txt:
+        * inspector/debugger/live-edit-breakpoints.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-02-15  Tony Chang  <tony@chromium.org>
+
+        Padding and border changes doesn't trigger relayout of children
+        https://bugs.webkit.org/show_bug.cgi?id=109639
+
+        Reviewed by Kent Tamura.
+
+        * fast/block/dynamic-padding-border-expected.txt: Added.
+        * fast/block/dynamic-padding-border.html: Added.
+        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
+        out the table when the border changed. The pixel results in this case is the same, but the
+        render tree shows the difference.
+
+2013-02-15  Simon Fraser  <simon.fraser@apple.com>
+
+        REGRESSION (r142505?): Crashes in WebCore::ScrollingStateNode::appendChild when using back/forward buttons
+        https://bugs.webkit.org/show_bug.cgi?id=109826
+        <rdar://problem/13216100>
+
+        Reviewed by Beth Dakin.
+        
+        Test having a page with an iframe that navigates forwards then back.
+
+        * platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added.
+
+2013-02-15  Simon Fraser  <simon.fraser@apple.com>
+
+        Constrain fixed layers to the viewport, not the document
+        https://bugs.webkit.org/show_bug.cgi?id=109646
+
+        Reviewed by Beth Dakin.
+        
+        Test with a big fixed element in a compositing layer.
+
+        * compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
+        * compositing/geometry/limit-layer-bounds-fixed.html: Added.
+
+2013-02-15  Simon Fraser  <simon.fraser@apple.com>
+
+        drop-shadow filter with overflow:hidden child misbehaves
+        https://bugs.webkit.org/show_bug.cgi?id=109783
+
+        Reviewed by Dean Jackson.
+
+        * css3/filters/filter-repaint-shadow-layer-child-expected.html: Added.
+        * css3/filters/filter-repaint-shadow-layer-child.html: Added.
+
+2013-02-15  Elliott Sprehn  <esprehn@chromium.org>
+
+        RenderQuote should not mark renderers as needing layout during layout
+        https://bugs.webkit.org/show_bug.cgi?id=109876
+
+        Reviewed by Ojan Vafai.
+
+        * fast/block/float/float-not-removed-from-pre-block-expected.txt:
+        * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
+        * fast/css-generated-content/quote-layout-focus-crash.html: Added.
+
+2013-02-15  Rik Cabanier  <cabanier@adobe.com>
+
+        Add platform support for -webkit-background-blend-mode to CG context
+        https://bugs.webkit.org/show_bug.cgi?id=108549
+
+        Reviewed by Dean Jackson.
+
+        Added tests for background images.
+
+        * css3/compositing/effect-background-blend-mode-expected.png: Added.
+        * css3/compositing/effect-background-blend-mode-expected.txt: Added.
+        * css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
+        * css3/compositing/effect-background-blend-mode-stacking-expected.txt: Added.
+        * css3/compositing/effect-background-blend-mode-stacking.html: Added.
+        * css3/compositing/effect-background-blend-mode.html: Added.
+        * css3/compositing/resources/ducky.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/mac/css3/compositing: Added.
+        * platform/mac/css3/compositing/effect-background-blend-mode-expected.png: Added.
+        * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
+
+2013-02-14  Emil A Eklund  <eae@chromium.org>
+
+        Clamp span value in RenderTableCell::parse[Col|Row]SpanFromDOM
+        https://bugs.webkit.org/show_bug.cgi?id=109878
+
+        Reviewed by Abhishek Arya.
+        
+        Add test for handling of very large colspan value.
+
+        * fast/table/colspan-huge-number-expected.txt: Added.
+        * fast/table/colspan-huge-number.html: Added.
+
+2013-02-15  Xueqing Huang  <huangxueqing@baidu.com>
+
+        Flexbox should ignore firstLine pseudo element.
+        https://bugs.webkit.org/show_bug.cgi?id=104485
+
+        Reviewed by Tony Chang.
+
+        Spec[1] said that "None of the properties defined in this module
+        apply to '::first-line' or '::first-letter' pseudo-elements." and
+        css2[2] define "The :first-line pseudo-element can only be attached
+        to a block container element."
+        [1]http://dev.w3.org/csswg/css3-flexbox/#display-flex
+        [2]http://www.w3.org/TR/CSS2/selector.html#first-line-pseudo 
+
+        some case by Kenny Lu <kanghaol@oupeng.com>
+        * css3/flexbox/flex-item-firstLine-valid-expected.txt: Added.
+        * css3/flexbox/flex-item-firstLine-valid.html: Added.
+        * css3/flexbox/flexbox-ignore-firstLine-expected.txt: Added.
+        * css3/flexbox/flexbox-ignore-firstLine.html: Added.
+        * css3/flexbox/inline-flexbox-ignore-firstLine-expected.txt: Added.
+        * css3/flexbox/inline-flexbox-ignore-firstLine.html: Added.
+
+2013-02-15  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 7 SVG tests after r142765.
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
+        * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png:
+        * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/svg-image-change-content-size-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png:
+        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
+        * platform/chromium-mac/svg/as-image/svg-image-change-content-size-expected.png:
+        * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
+        * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
+        * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
+        * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
+        * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-15  Adrienne Walker  <enne@chromium.org>
+
+        [chromium] Mark inspector/profiler/heap-snapshot-get-profile-crash.html flaky crasher
+        https://bugs.webkit.org/show_bug.cgi?id=109963
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-15  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 4 svg/zoom/page tests after r142765
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-15  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Shaders] Parse src property in @-webkit-filter at-rules
+        https://bugs.webkit.org/show_bug.cgi?id=109770
+
+        Reviewed by Dean Jackson.
+
+        Add positive and negative parsing tests for the @-webkit-filter src property.
+
+        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Added.
+        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Added.
+        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Added.
+        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Added.
+        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Added.
+        (testInvalidSrcProperty):
+        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Added.
+        (testSrcProperty):
+
+2013-02-15  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 4 tests after r142765
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png:
+        * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png:
+        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
+        * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png:
+        * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-004-expected.png:
+        * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-005-expected.png:
+        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
+        * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png:
+        * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png:
+        * platform/chromium-mac/css2.1/20110323/background-intrinsic-004-expected.png:
+        * platform/chromium-mac/css2.1/20110323/background-intrinsic-005-expected.png:
+        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
+        * platform/chromium-mac/svg/as-image/same-image-two-instances-expected.png:
+        * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png:
+        * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png:
+        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
+        * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-15  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 3 tests after r142765
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
+        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
+        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-15  Eric Carlson  <eric.carlson@apple.com>
+
+        Crash occurs at WebCore::TextTrackList::length() when enabling closed captions in movie
+        https://bugs.webkit.org/show_bug.cgi?id=109886
+
+        Reviewed by Dean Jackson.
+
+        * platform/mac/TestExpectations: Remove media/media-captions.html.
+
+2013-02-15  Alexis Menard  <alexis@webkit.org>
+
+        WebKit shouldn't accept "none, none" in transition shorthand property.
+        https://bugs.webkit.org/show_bug.cgi?id=108751
+
+        Reviewed by Dean Jackson.
+
+        Extend exisiting tests to cover the bug. Modify old tests with invalid declarations.
+
+        * fast/css/transform-inline-style-expected.txt:
+        * fast/css/transform-inline-style-remove-expected.txt:
+        * fast/css/transform-inline-style-remove.html:
+        * fast/css/transform-inline-style.html:
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip failing tests on EFL wk1 and wk2 bots.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2013-02-15  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] Enable shape-inside support for circles
+        https://bugs.webkit.org/show_bug.cgi?id=109713
+
+        Reviewed by Dirk Schulze.
+
+        Added a test for circle shape-inside values.
+
+        * fast/exclusions/shape-inside/shape-inside-circle-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-circle.html: Added.
+
+2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Several consecutive Backspace or Delete strikes should not be marked as undoable state.
+        https://bugs.webkit.org/show_bug.cgi?id=109915
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/editor/text-editor-undo-redo-expected.txt:
+        * inspector/editor/text-editor-undo-redo.html:
+
+2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip failing WebGL conformance tests added in r142851.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-15  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] show replay log grouped by draw calls
+        https://bugs.webkit.org/show_bug.cgi?id=109592
+
+        Reviewed by Pavel Feldman.
+
+        A test to dump canvas replay log.
+
+        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Added.
+        * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Added.
+
+2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Pass original selection to textModel to correctly restore it after undo.
+        https://bugs.webkit.org/show_bug.cgi?id=109911
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/editor/text-editor-undo-redo-expected.txt:
+        * inspector/editor/text-editor-undo-redo.html:
+
+2013-02-15  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium rebaselines for r142947.
+
+        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
+
+2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Redo in text editor should always collapse selection to end.
+        https://bugs.webkit.org/show_bug.cgi?id=109907
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/editor/text-editor-undo-redo-expected.txt:
+
+2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip failing tests after r142947.
+
+        * platform/efl/TestExpectations:
+
+2013-02-15  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium expectations changes for r142947.
+
+        * platform/chromium-mac-lion/media/audio-repaint-expected.png:
+        * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
+        * platform/chromium-mac-lion/media/controls-strict-expected.png:
+        * platform/chromium-mac-lion/media/controls-styling-expected.png:
+        * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
+        * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Added.
+        * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
+        * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
+        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac/media/audio-repaint-expected.png:
+        * platform/chromium-mac/media/controls-after-reload-expected.png:
+        * platform/chromium-mac/media/controls-strict-expected.png:
+        * platform/chromium-mac/media/controls-styling-expected.png:
+        * platform/chromium-mac/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac/media/controls-without-preload-expected.png:
+        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-mac/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac/media/video-display-toggle-expected.png:
+        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac/media/video-zoom-controls-expected.txt:
+        * platform/chromium-win/media/audio-repaint-expected.png:
+        * platform/chromium-win/media/controls-after-reload-expected.png:
+        * platform/chromium-win/media/controls-strict-expected.png:
+        * platform/chromium-win/media/controls-styling-expected.png:
+        * platform/chromium-win/media/controls-styling-strict-expected.png:
+        * platform/chromium-win/media/controls-without-preload-expected.png:
+        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/chromium-win/media/video-controls-rendering-expected.png:
+        * platform/chromium-win/media/video-display-toggle-expected.png:
+        * platform/chromium-win/media/video-playing-and-pause-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-15  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing tests.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/replaced/width100percent-image-expected.png: Added after r142931.
+        * platform/qt/fast/replaced/width100percent-image-expected.txt: Added after r142931.
+        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added after r142931.
+        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added after r142931.
+
+2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaselining after r142931 and r142759.
+
+        * platform/efl/fast/replaced/width100percent-image-expected.png:
+        * platform/efl/fast/replaced/width100percent-image-expected.txt:
+        * platform/efl/svg/dom/SVGLengthList-basics-expected.txt: Removed.
+        * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+        * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+
+2013-02-15  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
+
+        Unreviewed EFL WK1 gardening.
+
+        EFL WK1 doesn't support WebGL conformance tests which were added by r142847.
+
+        * platform/efl-wk1/TestExpectations: Skipped WebGL conformance tests.
+
+2013-02-15  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium expectations update for r142955.
+
+        * platform/chromium-mac/svg/filters/filter-hidden-content-expected.png: Added.
+        * platform/chromium-win/svg/filters/filter-hidden-content-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.png.
+        * platform/chromium/svg/filters/filter-hidden-content-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.txt.
+
+2013-02-15  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] RenderRegion should inherit from RenderBlock
+        https://bugs.webkit.org/show_bug.cgi?id=74132
+
+        Reviewed by Julien Chaffraix.
+
+        Fix tests that were failing after the inheritance change.
+
+        * fast/regions/flows-dependency-dynamic-remove.html: As a block, an empty region can self collapse,
+        which was not possible for a replaced element. I used '-webkit-margin-collapse: separate' to prevent
+        margins self collapsing for body and avoid recreating the expectations.
+        I want regions margins to be able to self collapse, just like the other block elements.
+        * fast/regions/flows-dependency-same-flow.html: Ditto.
+
+2013-02-15  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: implement smart braces functionality
+        https://bugs.webkit.org/show_bug.cgi?id=109200
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/editor/text-editor-smart-braces-expected.txt: Added.
+        * inspector/editor/text-editor-smart-braces.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-15  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions][Mac] fast/regions/full-screen-video-from-region.html hits an assertion in RenderFlowThread::removeRenderBoxRegionInfo
+        https://bugs.webkit.org/show_bug.cgi?id=106075
+
+        Reviewed by Tony Chang.
+
+        Removed the crash/fail expectation for fast/regions/full-screen-video-from-region.html.
+
+        * platform/mac/TestExpectations:
+
+2013-02-15  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium expectation changes after r142931.
+
+        * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.png:
+        * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
+        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png:
+        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
+        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+        * platform/chromium-mac/fast/replaced/width100percent-image-expected.png:
+        * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt:
+        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
+        * platform/chromium-win/fast/replaced/width100percent-image-expected.png:
+        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+        * tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt.
+
+2013-02-15  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding expectations for tests that need checking after r142947.
+        * platform/gtk/fast/replaced/width100percent-image-expected.txt: Added. Rebaselining after r142931.
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Ditto.
+
+2013-02-13  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles.
+        https://bugs.webkit.org/show_bug.cgi?id=109179
+
+        Reviewed by Jocelyn Turcotte.
+
+        Test of a large layer with an animated transform. Skipped on WK1 due to resize event not firing in DRT.
+
+        * compositing/transitions/transform-on-large-layer-expected.html: Added.
+        * compositing/transitions/transform-on-large-layer.html: Added.
+        * platform/mac/TestExpectations:
+        * platform/qt-5.0-wk1/TestExpectations:
+
+2013-02-14  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Implement tracking of active stylesheets in the frontend
+        https://bugs.webkit.org/show_bug.cgi?id=105828
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/styles/resources/stylesheet-tracking.css: Added.
+        * inspector/styles/stylesheet-tracking-expected.txt: Added.
+        * inspector/styles/stylesheet-tracking.html: Added.
+
+2013-02-15  Andrei Bucur  <abucur@adobe.com>
+
+        Implement the -webkit-margin-collapse properties correct rendering
+        https://bugs.webkit.org/show_bug.cgi?id=108168
+
+        Reviewed by David Hyatt.
+
+        Four new tests covering the -webkit-margin-collapse property basic behavior: collapsing
+        between a block container and its children, collapsing between sibling boxes in both TTB
+        and BTT direction. The last test verifies if a container's before margin correctly resets
+        the discard value after a clear of the child that initally caused it.
+
+        * fast/block/margin-collapse/webkit-margin-collapse-container-expected.html: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-container.html: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-floats-expected.html: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-floats.html: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt-expected.html: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt.html: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-siblings-expected.html: Added.
+        * fast/block/margin-collapse/webkit-margin-collapse-siblings.html: Added.
+
+2013-02-15  KwangYong Choi  <ky0.choi@samsung.com>
+
+        [EFL] fast/forms/input-text-scroll-left-on-blur.html is passing now
+        https://bugs.webkit.org/show_bug.cgi?id=109896
+
+        Unreviewed efl gardening.
+
+        The expectations are added by r140250 and the test seems to be passing now.
+
+        * platform/efl/TestExpectations:
+
+2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Copy-pasting selected text over itself should be an undoable state.
+        https://bugs.webkit.org/show_bug.cgi?id=109830
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/editor/text-editor-undo-redo-expected.txt:
+        * inspector/editor/text-editor-undo-redo.html:
+
+2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Remove a test expectation now that the culprit has been rolled out in r142962.
+
+        * platform/mac/TestExpectations:
+
+2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142889.
+        http://trac.webkit.org/changeset/142889
+        https://bugs.webkit.org/show_bug.cgi?id=109891
+
+        It caused an assertion failure in scrollbars/overflow-
+        scrollbar-combinations.html (Requested by tkent on #webkit).
+
+        * fast/block/dynamic-padding-border-expected.txt: Removed.
+        * fast/block/dynamic-padding-border.html: Removed.
+        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
+
+2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add assertion failure expectations on Mac per bugs 109869 and 109890.
+
+        * platform/mac/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+
+2013-02-14  Arpita Bahuguna  <arpitabahuguna@gmail.com>
+
+        Caret positioned at the end of a text line (followed by an empty block) in vertical writing mode disappears when pressing the right/down arrow key.
+        https://bugs.webkit.org/show_bug.cgi?id=106452
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt: Added.
+        * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html: Added.
+        Layout test case added for verifying that pressing the down or the right arrow
+        key at the end of the text line in vertical writing mode will not make the caret
+        dissapear.
+        Caret positions at the start, the end, and after pressing the right and the down
+        arrow keys at the end of the text line, are compared for verification. 
+
+2013-02-14  Simon Fraser  <simon.fraser@apple.com>
+
+        Reverting r142861. Hit testing inside of style recalc is fundamentally wrong
+
+        * fast/events/mouse-cursor-change-expected.txt: Removed.
+        * fast/events/mouse-cursor-change.html: Removed.
+        * fast/events/mouse-cursor-no-mousemove-expected.txt: Removed.
+        * fast/events/mouse-cursor-no-mousemove.html: Removed.
+        * platform/mac/TestExpectations:
+
+2013-02-14  Florin Malita  <fmalita@chromium.org>
+
+        [SVG] Cached filter results are not invalidated on repaint rect change
+        https://bugs.webkit.org/show_bug.cgi?id=106221
+
+        Reviewed by Dean Jackson.
+
+        * svg/filters/filter-hidden-content-expected.svg: Added.
+        * svg/filters/filter-hidden-content.svg: Added.
+
+2013-02-14  Hajime Morrita  <morrita@google.com>
+
+        Unreviewed rebaselining following r142940.
+
+        * fast/events/onerror-no-constructor-expected.txt:
+        * platform/chromium/fast/events/onerror-no-constructor-expected.txt: Copied from LayoutTests/fast/events/onerror-no-constructor-expected.txt.
+
+2013-02-14  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Convert media controls from DeprecatedFlexibleBox to FlexibleBox
+        https://bugs.webkit.org/show_bug.cgi?id=109775
+
+        Reviewed by Ojan Vafai.
+
+        Rebaselined lots of tests. There were two kinds of changes:
+        - Replaced the RenderDeprecatedFlexibleBox class name with
+        RenderFlexibleBox, and minor printing differences
+        - Slight positioning/size changes due to a different algorithm for
+        shrinking elements (old flexbox shrinks elements evenly, new flexbox
+        shrinks in proportion to the size of the flex item)
+
+2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Mac rebaseline after r142931.
+
+        * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: Added.
+        * platform/chromium/fast/replaced/width100percent-image-expected.txt: Removed.
+        * platform/mac/fast/replaced/width100percent-image-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+
+2013-02-14  Dean Jackson  <dino@apple.com>
+
+        Clicking outside captions menu should dismiss it
+        https://bugs.webkit.org/show_bug.cgi?id=109648
+
+        Unreviewed. Adding the files I forgot to commit in r142774.
+
+        * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
+        * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
+
+2013-02-14  Glenn Adams  <glenn@skynav.com>
+
+        new-run-webkit-tests needs a shared TestExpectations between all WebKit ports
+        https://bugs.webkit.org/show_bug.cgi?id=37565
+
+        Introduce generic TestExpectations file that applies as a fallback for all ports, the location of which
+        is LayoutTests/TestExpectations.
+
+        Reviewed by Dirk Pranke.
+
+        * TestExpectations: Added.
+
+2013-02-14  Hajime Morrita  <morrita@google.com>
+
+        [V8] Assertion failure on an exception is thrown
+        https://bugs.webkit.org/show_bug.cgi?id=109129
+
+        Reviewed by Kentaro Hara.
+
+        * fast/events/onerror-no-constructor-expected.txt: Added.
+        * fast/events/onerror-no-constructor.html: Added.
+
+2013-02-14  Philip Rogers  <pdr@google.com>
+
+        Rebaseline 9 SVG tests after r142765
+
+        Unreviewed rebaseline of test expectations.
+
+        * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png:
+        * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png:
+        * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
+        * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png:
+        * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
+        * platform/chromium-linux/svg/as-background-image/svg-background-partial-redraw-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/animated-svg-as-background-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-1-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-3-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-4-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/svg-background-partial-redraw-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png:
+        * platform/chromium-mac/svg/as-background-image/animated-svg-as-background-expected.png:
+        * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-1-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-background-partial-redraw-expected.png:
+        * platform/chromium-win-xp/svg/as-background-image: Removed.
+        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Removed.
+        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Removed.
+        * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png:
+        * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-14  Ojan Vafai  <ojan@chromium.org>
+
+        Intrinsic and preferred widths on replaced elements are wrong in many cases
+        https://bugs.webkit.org/show_bug.cgi?id=109859
+
+        Reviewed by Levi Weintraub.
+
+        * fast/replaced/preferred-widths-expected.txt: Added.
+        * fast/replaced/preferred-widths.html: Added.
+        These results match Gecko and Opera except for the 3rd container div.
+        Talking to dbaron and bz and Mozilla they sound likely to match our behavior there.
+        See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 for example.
+
+        The width of the containers is wrong in some of these cases because our
+        computePreferredLogicalWidths methods don't currently account for
+        intrinsic sizes (e.g. min-content, max-content, etc).
+
+        * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+        * platform/chromium-win/fast/replaced/width100percent-image-expected.txt:
+        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+        These new results are more correct. The width100percent-image case now
+        matches other browsers and is due to not setting the minPreferrredLogicalWidth to
+        0 if the height is a percentage. The bugs85016 case is different because we
+        now correctly add the border and padding width to the preferred width of the image.
+
+2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a crash test expectation to media/media-captions.html on Mac per bug 109869.
+
+        * platform/mac/TestExpectations:
+
+2013-02-14  Stephen Chenney  <schenney@chromium.org>
+
+        Crash when selecting a HarfBuzz text run with SVG fonts included
+        https://bugs.webkit.org/show_bug.cgi?id=109833
+
+        Reviewed by Tony Chang.
+
+        Only known to crash on Chromium Linux (without the patch), but other platforms may be affected.
+
+        * svg/css/font-face-crash-expected.txt: Added.
+        * svg/css/font-face-crash.html: Added.
+
+2013-02-14  Abhishek Arya  <inferno@chromium.org>
+
+        Bad cast in RenderBlock::splitBlocks.
+        https://bugs.webkit.org/show_bug.cgi?id=108691
+
+        Reviewed by Levi Weintraub.
+
+        * fast/multicol/remove-child-split-flow-crash-expected.txt: Added.
+        * fast/multicol/remove-child-split-flow-crash.html: Added.
+
+2013-02-14  Jer Noble  <jer.noble@apple.com>
+
+        EME: replace MediaKeySession.addKey() -> update()
+        https://bugs.webkit.org/show_bug.cgi?id=109461
+
+        Rebaseline after API change.
+
+        Reviewed by Eric Carlson.
+
+        * media/encrypted-media/encrypted-media-v2-syntax-expected.txt:
+        * media/encrypted-media/encrypted-media-v2-syntax.html:
+
+2013-02-14  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
+
+        Support the ch unit from css3-values
+        https://bugs.webkit.org/show_bug.cgi?id=85755
+
+        Reviewed by David Hyatt.
+
+        Original patch by Sumedha Widyadharma <sumedha.widyadharma@basyskom.com>.
+
+        * fast/css/css3-ch-unit-expected.txt: Added.
+        * fast/css/css3-ch-unit.html: Added.
+
+2013-02-14  Philip Rogers  <pdr@google.com>
+
+        Prevent inconsistent firstChild during document destruction
+        https://bugs.webkit.org/show_bug.cgi?id=106530
+
+        Reviewed by Abhishek Arya.
+
+        * svg/custom/animateMotion-path-change-crash-expected.txt: Added.
+        * svg/custom/animateMotion-path-change-crash.svg: Added.
+
+2013-02-14  Bear Travis  <betravis@adobe.com>
+
+        Make outside-shape the default value for shape-inside
+        https://bugs.webkit.org/show_bug.cgi?id=109605
+
+        Reviewed by Levi Weintraub.
+
+        Updating tests to account for the new default value of shape-inside.
+
+        * fast/exclusions/css-exclusions-disabled-expected.txt:
+        * fast/exclusions/css-exclusions-disabled.html:
+        * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
+        * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
+        * fast/exclusions/parsing-wrap-shape-lengths.html:
+        * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
+        (negative_test):
+
+2013-02-14  Tony Chang  <tony@chromium.org>
+
+        Padding and border changes doesn't trigger relayout of children
+        https://bugs.webkit.org/show_bug.cgi?id=109639
+
+        Reviewed by Kent Tamura.
+
+        * fast/block/dynamic-padding-border-expected.txt: Added.
+        * fast/block/dynamic-padding-border.html: Added.
+        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
+        out the table when the border changed. The pixel results in this case is the same, but the
+        render tree shows the difference.
+
+2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: [Regression] When several consecutive characters are typed each of them is marked as undoable state.
+        https://bugs.webkit.org/show_bug.cgi?id=109823
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/editor/text-editor-undo-redo-expected.txt:
+        * inspector/editor/text-editor-undo-redo.html:
+
+2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142820.
+        http://trac.webkit.org/changeset/142820
+        https://bugs.webkit.org/show_bug.cgi?id=109839
+
+        Causing crashes on chromium canaries (Requested by atwilson_
+        on #webkit).
+
+        * fast/block/float/float-not-removed-from-pre-block-expected.txt:
+        * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Removed.
+        * fast/css-generated-content/quote-layout-focus-crash.html: Removed.
+
+2013-02-14  Mario Sanchez Prada  <mario.prada@samsung.com>
+
+        [GTK] Missing call to g_object_ref while retrieving accessible table cells
+        https://bugs.webkit.org/show_bug.cgi?id=106903
+
+        Reviewed by Martin Robinson.
+
+        Added new test. It should work fine at least in Mac and GTK ports,
+        but will need specific results for chromium and windows.
+
+        * accessibility/table-cell-for-column-and-row-crash.html: Added.
+        * accessibility/table-cell-for-column-and-row-crash-expected.txt: Added.
+        * platform/chromium/TestExpectations: Skipped test.
+        * platform/win/TestExpectations: Ditto.
+        * platform/wincairo/TestExpectations: Ditto.
+
+2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Reviewing TestExpectations. Added platform specific expected files and unskip them.
+        https://bugs.webkit.org/show_bug.cgi?id=59334.
+
+        * platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
+        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
+        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
+        * platform/qt/TestExpectations:
+        * platform/qt/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
+
+2013-02-14  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed rebaseline after brightness filter update.
+
+        * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png:
+        * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png:
+        * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
+        * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png:
+        * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
+        * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png:
+        * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png:
+        * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
+        * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
+        * platform/chromium-mac/css3/filters/effect-combined-expected.png:
+        * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
+        * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png:
+        * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
+        * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png:
+        * platform/chromium-win/css3/filters/effect-brightness-expected.png:
+        * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png:
+        * platform/chromium-win/css3/filters/effect-combined-expected.png:
+        * platform/chromium-win/css3/filters/effect-combined-hw-expected.png:
+        * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-14  Jochen Eisinger  <jochen@chromium.org>
+
+        Unskip mediastream tests that are passing after webkit_support update
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip flaky test after r140689.
+
+        * platform/qt/TestExpectations:
+
+2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Remove uriForFile and fileForURI methods from FileSystemMapping.
+        https://bugs.webkit.org/show_bug.cgi?id=109704
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/file-system-mapping-expected.txt:
+        * inspector/file-system-mapping.html:
+
+2013-02-14  Anton Vayvod  <avayvod@chromium.org>
+
+        [Text Autosizing] Process narrow descendants with the same multiplier for the font size.
+        https://bugs.webkit.org/show_bug.cgi?id=109573
+
+        Test to verify that all narrow descendants of a cluster are autosized with the same
+        multiplier.
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/text-autosizing/narrow-descendants-combined-expected.html: Added.
+        * fast/text-autosizing/narrow-descendants-combined.html: Added.
+
+2013-02-06  Gregg Tavares  <gman@chromium.org>
+
+        Adds the WebGL Conformance Tests limits folder.
+        https://bugs.webkit.org/show_bug.cgi?id=108904
+
+        Reviewed by Kenneth Russell.
+
+        * platform/mac/TestExpectations:
+        * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Added.
+        * webgl/conformance/limits/gl-max-texture-dimensions.html: Added.
+        * webgl/conformance/limits/gl-min-attribs-expected.txt: Added.
+        * webgl/conformance/limits/gl-min-attribs.html: Added.
+        * webgl/conformance/limits/gl-min-textures-expected.txt: Added.
+        * webgl/conformance/limits/gl-min-textures.html: Added.
+        * webgl/conformance/limits/gl-min-uniforms-expected.txt: Added.
+        * webgl/conformance/limits/gl-min-uniforms.html: Added.
+        * webgl/resources/webgl_test_files/conformance/limits/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Added.
+        * webgl/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Added.
+        * webgl/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Added.
+
+2013-02-13  Hayato Ito  <hayato@chromium.org>
+
+        [Shadow DOM] Implements a '::distributed()' pseudo element.
+        https://bugs.webkit.org/show_bug.cgi?id=82169
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/distributed-pseudo-element-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-for-shadow-element-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-for-shadow-element.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-match-all-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-match-all.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-match-descendant-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-match-descendant.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-nested-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-nested.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-no-match-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-no-match.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-reprojection-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-reprojection.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-scoped-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-scoped.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-support-selector-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-support-selector.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-with-any-expected.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element-with-any.html: Added.
+        * fast/dom/shadow/distributed-pseudo-element.html: Added.
+
+2013-02-06  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests more folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109118
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/more/conformance/constants-expected.txt: Added.
+        * webgl/conformance/more/conformance/constants.html: Added.
+        * webgl/conformance/more/conformance/getContext-expected.txt: Added.
+        * webgl/conformance/more/conformance/getContext.html: Added.
+        * webgl/conformance/more/conformance/methods-expected.txt: Added.
+        * webgl/conformance/more/conformance/methods.html: Added.
+        * webgl/conformance/more/conformance/webGLArrays-expected.txt: Added.
+        * webgl/conformance/more/conformance/webGLArrays.html: Added.
+        * webgl/conformance/more/functions/bindBuffer-expected.txt: Added.
+        * webgl/conformance/more/functions/bindBuffer.html: Added.
+        * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/bindBufferBadArgs.html: Added.
+        * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added.
+        * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
+        * webgl/conformance/more/functions/bufferData-expected.txt: Added.
+        * webgl/conformance/more/functions/bufferData.html: Added.
+        * webgl/conformance/more/functions/bufferSubData-expected.txt: Added.
+        * webgl/conformance/more/functions/bufferSubData.html: Added.
+        * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Added.
+        * webgl/conformance/more/functions/isTests-expected.txt: Added.
+        * webgl/conformance/more/functions/isTests.html: Added.
+        * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/isTestsBadArgs.html: Added.
+        * webgl/conformance/more/functions/readPixels-expected.txt: Added.
+        * webgl/conformance/more/functions/readPixels.html: Added.
+        * webgl/conformance/more/functions/texImage2D-expected.txt: Added.
+        * webgl/conformance/more/functions/texImage2D.html: Added.
+        * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
+        * webgl/conformance/more/functions/texSubImage2D-expected.txt: Added.
+        * webgl/conformance/more/functions/texSubImage2D.html: Added.
+        * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
+        * webgl/conformance/more/functions/uniformMatrix-expected.txt: Added.
+        * webgl/conformance/more/functions/uniformMatrix.html: Added.
+        * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Added.
+        * webgl/conformance/more/functions/uniformf-expected.txt: Added.
+        * webgl/conformance/more/functions/uniformf.html: Added.
+        * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Added.
+        * webgl/conformance/more/functions/uniformfArrayLen1.html: Added.
+        * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/uniformfBadArgs.html: Added.
+        * webgl/conformance/more/functions/uniformi-expected.txt: Added.
+        * webgl/conformance/more/functions/uniformi.html: Added.
+        * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/uniformiBadArgs.html: Added.
+        * webgl/conformance/more/functions/vertexAttrib-expected.txt: Added.
+        * webgl/conformance/more/functions/vertexAttrib.html: Added.
+        * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/vertexAttribBadArgs.html: Added.
+        * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Added.
+        * webgl/conformance/more/functions/vertexAttribPointer.html: Added.
+        * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
+        * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added.
+        * webgl/conformance/more/glsl/arrayOutOfBounds.html: Added.
+        * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added.
+        * webgl/conformance/more/glsl/uniformOutOfBounds.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/more/README.md: Added.
+        * webgl/resources/webgl_test_files/conformance/more/all_tests.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Added.
+        (ArgGenerators.activeTexture.generate):
+        (ArgGenerators.activeTexture.checkArgValidity):
+        (ArgGenerators.activeTexture.teardown):
+        (ArgGenerators.attachShader.generate):
+        (ArgGenerators.attachShader.checkArgValidity):
+        (ArgGenerators.attachShader.cleanup):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Added.
+        (ArgGenerators.bindAttribLocation.generate):
+        (ArgGenerators.bindAttribLocation.checkArgValidity):
+        (ArgGenerators.bindAttribLocation.cleanup):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Added.
+        (ArgGenerators.bindBuffer.generate):
+        (ArgGenerators.bindBuffer.checkArgValidity):
+        (ArgGenerators.bindBuffer.cleanup):
+        (ArgGenerators.bindFramebuffer.generate):
+        (ArgGenerators.bindFramebuffer.checkArgValidity):
+        (ArgGenerators.bindFramebuffer.cleanup):
+        (ArgGenerators.bindRenderbuffer.generate):
+        (ArgGenerators.bindRenderbuffer.checkArgValidity):
+        (ArgGenerators.bindRenderbuffer.cleanup):
+        (ArgGenerators.bindTexture.generate):
+        (ArgGenerators.bindTexture.checkArgValidity):
+        (ArgGenerators.bindTexture.cleanup):
+        (ArgGenerators.blendColor.generate):
+        (ArgGenerators.blendColor.teardown):
+        (ArgGenerators.blendEquation.generate):
+        (ArgGenerators.blendEquation.checkArgValidity):
+        (ArgGenerators.blendEquation.teardown):
+        (ArgGenerators.blendEquationSeparate.generate):
+        (ArgGenerators.blendEquationSeparate.checkArgValidity):
+        (ArgGenerators.blendEquationSeparate.teardown):
+        (ArgGenerators.blendFunc.generate):
+        (ArgGenerators.blendFunc.checkArgValidity):
+        (ArgGenerators.blendFunc.teardown):
+        (ArgGenerators.blendFuncSeparate.generate):
+        (ArgGenerators.blendFuncSeparate.checkArgValidity):
+        (ArgGenerators.blendFuncSeparate.teardown):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Added.
+        (ArgGenerators.bufferData.setup):
+        (ArgGenerators.bufferData.generate):
+        (ArgGenerators.bufferData.checkArgValidity):
+        (ArgGenerators.bufferData.teardown):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Added.
+        (ArgGenerators.bufferSubData.setup):
+        (ArgGenerators.bufferSubData.generate):
+        (ArgGenerators.bufferSubData.checkArgValidity):
+        (ArgGenerators.bufferSubData.teardown):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Added.
+        (ArgGenerators.checkFramebufferStatus.generate):
+        (ArgGenerators.checkFramebufferStatus.checkArgValidity):
+        (ArgGenerators.checkFramebufferStatus.cleanup):
+        (ArgGenerators.clear.generate):
+        (ArgGenerators.clear.checkArgValidity):
+        (ArgGenerators.clearColor.generate):
+        (ArgGenerators.clearColor.teardown):
+        (ArgGenerators.clearDepth.generate):
+        (ArgGenerators.clearDepth.teardown):
+        (ArgGenerators.clearStencil.generate):
+        (ArgGenerators.clearStencil.teardown):
+        (ArgGenerators.colorMask.generate):
+        (ArgGenerators.colorMask.teardown):
+        (ArgGenerators.createBuffer.generate):
+        (ArgGenerators.createBuffer.returnValueCleanup):
+        (ArgGenerators.createFramebuffer.generate):
+        (ArgGenerators.createFramebuffer.returnValueCleanup):
+        (ArgGenerators.createProgram.generate):
+        (ArgGenerators.createProgram.returnValueCleanup):
+        (ArgGenerators.createRenderbuffer.generate):
+        (ArgGenerators.createRenderbuffer.returnValueCleanup):
+        (ArgGenerators.createShader.generate):
+        (ArgGenerators.createShader.checkArgValidity):
+        (ArgGenerators.createShader.returnValueCleanup):
+        (ArgGenerators.createTexture.generate):
+        (ArgGenerators.createTexture.returnValueCleanup):
+        (ArgGenerators.cullFace.generate):
+        (ArgGenerators.cullFace.checkArgValidity):
+        (ArgGenerators.cullFace.teardown):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Added.
+        (ArgGenerators.deleteBuffer.generate):
+        (ArgGenerators.deleteBuffer.checkArgValidity):
+        (ArgGenerators.deleteBuffer.cleanup):
+        (ArgGenerators.deleteFramebuffer.generate):
+        (ArgGenerators.deleteFramebuffer.checkArgValidity):
+        (ArgGenerators.deleteFramebuffer.cleanup):
+        (ArgGenerators.deleteProgram.generate):
+        (ArgGenerators.deleteProgram.checkArgValidity):
+        (ArgGenerators.deleteProgram.cleanup):
+        (ArgGenerators.deleteRenderbuffer.generate):
+        (ArgGenerators.deleteRenderbuffer.checkArgValidity):
+        (ArgGenerators.deleteRenderbuffer.cleanup):
+        (ArgGenerators.deleteShader.generate):
+        (ArgGenerators.deleteShader.checkArgValidity):
+        (ArgGenerators.deleteShader.cleanup):
+        (ArgGenerators.deleteTexture.generate):
+        (ArgGenerators.deleteTexture.checkArgValidity):
+        (ArgGenerators.deleteTexture.cleanup):
+        (ArgGenerators.depthFunc.generate):
+        (ArgGenerators.depthFunc.checkArgValidity):
+        (ArgGenerators.depthFunc.teardown):
+        (ArgGenerators.depthMask.generate):
+        (ArgGenerators.depthMask.teardown):
+        (ArgGenerators.depthRange.generate):
+        (ArgGenerators.depthRange.teardown):
+        (ArgGenerators.detachShader.generate):
+        (ArgGenerators.detachShader.checkArgValidity):
+        (ArgGenerators.detachShader.cleanup):
+        (ArgGenerators.disable.generate):
+        (ArgGenerators.disable.checkArgValidity):
+        (ArgGenerators.disable.cleanup):
+        (ArgGenerators.disableVertexAttribArray.generate):
+        (ArgGenerators.disableVertexAttribArray.checkArgValidity):
+        (ArgGenerators.enable.generate):
+        (ArgGenerators.enable.checkArgValidity):
+        (ArgGenerators.enable.cleanup):
+        (ArgGenerators.enableVertexAttribArray.generate):
+        (ArgGenerators.enableVertexAttribArray.checkArgValidity):
+        (ArgGenerators.enableVertexAttribArray.cleanup):
+        (ArgGenerators.finish.generate):
+        (ArgGenerators.flush.generate):
+        (ArgGenerators.frontFace.generate):
+        (ArgGenerators.frontFace.checkArgValidity):
+        (ArgGenerators.frontFace.cleanup):
+        (ArgGenerators.generateMipmap.setup):
+        (ArgGenerators.generateMipmap.generate):
+        (ArgGenerators.generateMipmap.checkArgValidity):
+        (ArgGenerators.generateMipmap.teardown):
+        (ArgGenerators.getAttachedShaders.setup):
+        (ArgGenerators.getAttachedShaders.generate):
+        (ArgGenerators.getAttachedShaders.checkArgValidity):
+        (ArgGenerators.getAttachedShaders.teardown):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Added.
+        (ArgGenerators.getAttribLocation.generate):
+        (ArgGenerators.getAttribLocation.checkArgValidity):
+        (ArgGenerators.getAttribLocation.cleanup):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Added.
+        (ArgGenerators.lineWidth.generate):
+        (ArgGenerators.lineWidth.teardown):
+        (ArgGenerators.pixelStorei.generate):
+        (ArgGenerators.pixelStorei.checkArgValidity):
+        (ArgGenerators.pixelStorei.teardown):
+        (ArgGenerators.polygonOffset.generate):
+        (ArgGenerators.polygonOffset.teardown):
+        (ArgGenerators.sampleCoverage.generate):
+        (ArgGenerators.sampleCoverage.teardown):
+        (ArgGenerators.scissor.generate):
+        (ArgGenerators.scissor.checkArgValidity):
+        (ArgGenerators.scissor.teardown):
+        (ArgGenerators.stencilFunc.generate):
+        (ArgGenerators.stencilFunc.checkArgValidity):
+        (ArgGenerators.stencilFunc.teardown):
+        (ArgGenerators.stencilFuncSeparate.generate):
+        (ArgGenerators.stencilFuncSeparate.checkArgValidity):
+        (ArgGenerators.stencilFuncSeparate.teardown):
+        (ArgGenerators.stencilMask.generate):
+        (ArgGenerators.stencilMask.teardown):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added.
+        (ArgGenerators.stencilMaskSeparate.generate):
+        (ArgGenerators.stencilMaskSeparate.checkArgValidity):
+        (ArgGenerators.stencilMaskSeparate.teardown):
+        (ArgGenerators.stencilOp.generate):
+        (ArgGenerators.stencilOp.checkArgValidity):
+        (ArgGenerators.stencilOp.teardown):
+        (ArgGenerators.stencilOpSeparate.generate):
+        (ArgGenerators.stencilOpSeparate.checkArgValidity):
+        (ArgGenerators.stencilOpSeparate.teardown):
+        (ArgGenerators.texImage2D.setup):
+        (ArgGenerators.texImage2D.generate):
+        (ArgGenerators.texImage2D.checkArgValidity):
+        (ArgGenerators.texImage2D.teardown):
+        (ArgGenerators.texParameterf.generate):
+        (ArgGenerators.texParameterf.checkArgValidity):
+        (ArgGenerators.texParameteri.generate):
+        (ArgGenerators.texParameteri.checkArgValidity):
+        (ArgGenerators.viewport.generate):
+        (ArgGenerators.viewport.checkArgValidity):
+        (ArgGenerators.viewport.teardown):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/constants.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/getContext.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/methods.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added.
+        (Array.from):
+        (Array.prototype.has):
+        (Array.prototype.random):
+        (castToInt):
+        (constCheck.a.has):
+        (constCheck):
+        (isBufferData):
+        (isVertexAttribute):
+        (isValidName):
+        (randomWebGLArray):
+        (randomArrayBuffer):
+        (randomBufferData):
+        (randomSmallWebGLArray):
+        (randomBufferSubData):
+        (randomColor):
+        (randomName):
+        (randomVertexAttribute):
+        (randomBool):
+        (randomStencil):
+        (randomLineWidth):
+        (randomImage):
+        (mutateArgs):
+        (argGeneratorTestRunner):
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/demos/video.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bufferData.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/isTests.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/isTestsBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/readPixels.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/uniformf.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/uniformi.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/index.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/unit.css: Added.
+        (.ok):
+        (.fail):
+        (canvas):
+        (#test-status):
+        (#test-log):
+        (#test-log > div):
+        (#test-log h2):
+        (#test-log h3):
+        (#test-log p):
+        * webgl/resources/webgl_test_files/conformance/more/unit.js: Added.
+        (.window.console.log):
+        (.window.console.error):
+        (Tests.startUnit):
+        (Tests.setup):
+        (Tests.teardown):
+        (Tests.endUnit):
+        (.):
+        (Object.toSource):
+        * webgl/resources/webgl_test_files/conformance/more/util.js: Added.
+        (loadTexture):
+        (getShader):
+        (loadShaderArray):
+        (loadShader):
+        (getGLErrorAsString):
+        (checkError):
+        (throwError):
+        (Math.cot):
+        (Matrix.newIdentity):
+        (Matrix.newIdentity3x3):
+        (Matrix.copyMatrix):
+        (Matrix.to3x3):
+        (Matrix.inverseON):
+        (Matrix.inverseTo3x3):
+        (Matrix.inverseTo3x3InPlace):
+        (Matrix.inverse3x3):
+        (Matrix.inverse3x3InPlace):
+        (Matrix.frustum):
+        (Matrix.perspective):
+        (Matrix.mul4x4):
+        (Matrix.mul4x4InPlace):
+        (Matrix.mulv4):
+        (Matrix.rotate):
+        (Matrix.rotateInPlace):
+        (Matrix.scale):
+        (Matrix.scale3):
+        (Matrix.scale1):
+        (Matrix.scale3InPlace):
+        (Matrix.scale1InPlace):
+        (Matrix.scaleInPlace):
+        (Matrix.translate3):
+        (Matrix.translate):
+        (Matrix.translate3InPlace):
+        (Matrix.translateInPlace):
+        (Matrix.lookAt):
+        (Matrix.transpose4x4):
+        (Matrix.transpose4x4InPlace):
+        (Matrix.transpose3x3):
+        (Matrix.transpose3x3InPlace):
+        (Vec3.make):
+        (Vec3.copy):
+        (Vec3.add):
+        (Vec3.sub):
+        (Vec3.negate):
+        (Vec3.direction):
+        (Vec3.normalizeInPlace):
+        (Vec3.normalize):
+        (Vec3.scale):
+        (Vec3.dot):
+        (Vec3.inner):
+        (Vec3.cross):
+        (Shader):
+        (Shader.prototype.destroy):
+        (Shader.prototype.compile):
+        (Shader.prototype.use):
+        (Shader.prototype.uniform1fv):
+        (Shader.prototype.uniform2fv):
+        (Shader.prototype.uniform3fv):
+        (Shader.prototype.uniform4fv):
+        (Shader.prototype.uniform1f):
+        (Shader.prototype.uniform2f):
+        (Shader.prototype.uniform3f):
+        (Shader.prototype.uniform4f):
+        (Shader.prototype.uniform1iv):
+        (Shader.prototype.uniform2iv):
+        (Shader.prototype.uniform3iv):
+        (Shader.prototype.uniform4iv):
+        (Shader.prototype.uniform1i):
+        (Shader.prototype.uniform2i):
+        (Shader.prototype.uniform3i):
+        (Shader.prototype.uniform4i):
+        (Shader.prototype.uniformMatrix4fv):
+        (Shader.prototype.uniformMatrix3fv):
+        (Shader.prototype.uniformMatrix2fv):
+        (Shader.prototype.attrib):
+        (Shader.prototype.uniform):
+        (Filter):
+        (Filter.prototype.apply):
+        (VBO):
+        (VBO.prototype.setData):
+        (VBO.prototype.destroy):
+        (VBO.prototype.init):
+        (VBO.prototype.use):
+        (VBO.prototype.draw):
+        (FBO):
+        (FBO.prototype.destroy):
+        (FBO.prototype.init):
+        (FBO.prototype.getTempCanvas):
+        (FBO.prototype.use):
+        (GLError):
+        (makeGLErrorWrapper):
+        (wrapGLContext.wrap.getError):
+        (getGLContext):
+        (assertSomeGLError):
+        (assertThrowNoGLError):
+        (Quad.makeVBO):
+        (.gl):
+        (Quad.getCachedVBO):
+        (deleteShader):
+        (Cube.create):
+        (Cube.makeVBO):
+        (Cube.getCachedVBO):
+        (Sphere.create.vert):
+        (Sphere.create):
+        (initGL_CONTEXT_ID):
+
+2013-02-06  Gregg Tavares  <gman@chromium.org>
+
+        Add the WebGL Conformance Tests extensions folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109117
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added.
+        * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
+        * webgl/conformance/extensions/get-extension-expected.txt: Added.
+        * webgl/conformance/extensions/get-extension.html: Added.
+        * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Added.
+        * webgl/conformance/extensions/oes-element-index-uint.html: Added.
+        * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Added.
+        * webgl/conformance/extensions/oes-standard-derivatives.html: Added.
+        * webgl/conformance/extensions/oes-texture-float-expected.txt: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-image.html: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Added.
+        * webgl/conformance/extensions/oes-texture-float-with-video.html: Added.
+        * webgl/conformance/extensions/oes-texture-float.html: Added.
+        * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Added.
+        * webgl/conformance/extensions/oes-vertex-array-object.html: Added.
+        * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Added.
+        * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
+        * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added.
+        * webgl/conformance/extensions/webgl-debug-renderer-info.html: Added.
+        * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Added.
+        * webgl/conformance/extensions/webgl-debug-shaders.html: Added.
+        * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Added.
+        * webgl/conformance/extensions/webgl-depth-texture.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/get-extension.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-canvas.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-video.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Added.
+        * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html: Added.
+
+2013-02-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark new WebGL conformance tests added in r142847 as failing for
+        EFL WK2.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-06  Gregg Tavares  <gman@chromium.org>
+
+        Add the WebGL Conformance Tests ogles folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109116
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added.
+        * webgl/conformance/ogles/GL/all/all_001_to_004.html: Added.
+        * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added.
+        * webgl/conformance/ogles/GL/any/any_001_to_004.html: Added.
+        * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/array/array_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added.
+        * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
+        * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added.
+        * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
+        * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added.
+        * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
+        * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
+        * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added.
+        * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
+        * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added.
+        * webgl/conformance/ogles/GL/default/default_001_to_001.html: Added.
+        * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added.
+        * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
+        * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added.
+        * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
+        * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added.
+        * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
+        * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added.
+        * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
+        * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
+        * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added.
+        * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
+        * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added.
+        * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
+        * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added.
+        * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
+        * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/length/length_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added.
+        * webgl/conformance/ogles/GL/log/log_009_to_012.html: Added.
+        * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added.
+        * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
+        * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
+        * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
+        * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
+        * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
+        * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added.
+        * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
+        * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/max/max_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/min/min_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added.
+        * webgl/conformance/ogles/GL/not/not_001_to_004.html: Added.
+        * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added.
+        * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
+        * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added.
+        * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
+        * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added.
+        * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
+        * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added.
+        * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
+        * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/step/step_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added.
+        * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
+        * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added.
+        * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
+        * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added.
+        * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
+        * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added.
+        * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
+        * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added.
+        * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added.
+        * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
+        * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added.
+        * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
+        * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added.
+        * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
+        * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_001_to_004.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_001_to_004.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/array_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_001_to_001.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_009_to_012.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_001_to_004.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/input.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/README.md: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/mustpass.run.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/process-ogles2-tests.py: Added.
+        (Log):
+        (TransposeMatrix):
+        (GetValidTypeName):
+        (WriteOpen):
+        (TxtWriter):
+        (TxtWriter.__init__):
+        (TxtWriter.Write):
+        (TxtWriter.Close):
+        (ReadFileAsLines):
+        (ReadFile):
+        (Chunkify):
+        (GetText):
+        (GetElementText):
+        (GetBoolElement):
+        (GetModel):
+        (RelativizePaths):
+        (CopyFile):
+        (CopyShader):
+        (IsOneOf):
+        (CheckForUnknownTags):
+        (IsFileWeWant):
+        (TestReader):
+        (TestReader.to):
+        (TestReader.__init__):
+        (TestReader.Print):
+        (TestReader.MakeOutPath):
+        (TestReader.ReadTests):
+        (TestReader.ReadTest):
+        (TestReader.ProcessTest):
+        (TestReader.WriteTests):
+        (CopyShaders):
+        (Process_compare):
+        (Process_shaderload):
+        (Process_extension):
+        (Process_createtests):
+        (Process_GL2Test):
+        (Process_uniformquery):
+        (Process_egl_image_external):
+        (Process_dismount):
+        (Process_build):
+        (Process_coverage):
+        (Process_attributes):
+        (Process_fixed):
+        (main):
+
+2013-02-06  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests glsl folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109115
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-abs.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-acos.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-asin.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-atan.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-ceil.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-cos.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-cross.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-distance.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-dot.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-floor.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-fract.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-length.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-max-float.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-min-float.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-normalize.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-reflect.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-sign.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-sin.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-step-float.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function.html: Added.
+        * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/construct_struct.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/function_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/greater_than.vert.html: Added.
+        * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
+        * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/less_than.vert.html: Added.
+        * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
+        * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
+        * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
+        * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added.
+        * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
+        * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added.
+        * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
+        * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added.
+        * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Added.
+        * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added.
+        * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
+        * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added.
+        * webgl/conformance/glsl/misc/glsl-function-nodes.html: Added.
+        * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added.
+        * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Added.
+        * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added.
+        * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Added.
+        * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Added.
+        * webgl/conformance/glsl/misc/large-loop-compile.html: Added.
+        * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
+        * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/non-ascii.vert.html: Added.
+        * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Added.
+        * webgl/conformance/glsl/misc/re-compile-re-link.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-do-loop.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-error-directive.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-for-loop.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-include.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-long-line.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-while-loop.html: Added.
+        * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Added.
+        * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
+        * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
+        * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
+        * webgl/conformance/glsl/misc/shared-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shared.html: Added.
+        * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added.
+        * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
+        * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added.
+        * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
+        * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added.
+        * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Added.
+        * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Added.
+        * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Added.
+        * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
+        * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
+        * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/webgl_field.vert.html: Added.
+        * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/webgl_function.vert.html: Added.
+        * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
+        * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Added.
+        * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added.
+        * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Added.
+        * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added.
+        * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
+        * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added.
+        * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
+        * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added.
+        * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
+        * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Added.
+        * webgl/conformance/glsl/variables/gl-fragcoord.html: Added.
+        * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Added.
+        * webgl/conformance/glsl/variables/gl-frontfacing.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/literals/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/foo: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/include.vs: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/large-loop-compile.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-define.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-define.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-loop.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-reserved-words.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-while-loop.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shared.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Added.
+
+2013-02-13  Praveen R Jadhav  <praveen.j@samsung.com>
+
+        JSObject for ChannelSplitterNode and ChannelMergerNode are not created.
+        https://bugs.webkit.org/show_bug.cgi?id=109542
+
+        Reviewed by Kentaro Hara.
+
+        Test cases updated to check validity of ChannelSplitterNode
+        and ChannelMergerNode Objects.
+
+        * webaudio/audiochannelmerger-basic-expected.txt:
+        * webaudio/audiochannelmerger-basic.html:
+        * webaudio/audiochannelsplitter-expected.txt:
+        * webaudio/audiochannelsplitter.html:
+
+2013-02-12  Gregg Tavares  <gman@chromium.org>
+
+        Adds failing WebGL Conformance Tests.
+        https://bugs.webkit.org/show_bug.cgi?id=109075
+
+        Reviewed by Kenneth Russell.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+        * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
+        * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
+        * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
+        * webgl/conformance/canvas/buffer-preserve-test.html: Added.
+        * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
+        * webgl/conformance/canvas/drawingbuffer-test.html: Added.
+        * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
+        * webgl/conformance/canvas/to-data-url-test.html: Added.
+        * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
+        * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
+        * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
+        * webgl/conformance/context/context-creation-and-destruction.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
+        * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
+        * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
+        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
+        * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
+        * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
+        * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
+        * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
+        * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexImage2D.html: Added.
+        * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
+        * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
+        * webgl/conformance/more/functions/drawArrays.html: Added.
+        * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
+        * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
+        * webgl/conformance/more/functions/drawElements-expected.txt: Added.
+        * webgl/conformance/more/functions/drawElements.html: Added.
+        * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
+        * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
+        * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
+        * webgl/conformance/more/functions/texImage2DHTML.html: Added.
+        * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
+        * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
+        * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
+        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
+        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
+        * webgl/conformance/programs/program-test-expected.txt: Added.
+        * webgl/conformance/programs/program-test.html: Added.
+        * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
+        * webgl/conformance/reading/read-pixels-test.html: Added.
+        * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
+        * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
+        * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
+        * webgl/conformance/rendering/gl-scissor-test.html: Added.
+        * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
+        * webgl/conformance/rendering/more-than-65536-indices.html: Added.
+        * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
+        * webgl/conformance/rendering/multisample-corruption.html: Added.
+        * webgl/conformance/rendering/point-size-expected.txt: Added.
+        * webgl/conformance/rendering/point-size.html: Added.
+        * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
+        * webgl/conformance/state/gl-object-get-calls.html: Added.
+        * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
+        * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
+        * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
+        * webgl/conformance/textures/gl-pixelstorei.html: Added.
+        * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
+        * webgl/conformance/textures/origin-clean-conformance.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
+        * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
+        * webgl/conformance/textures/texture-active-bind-2.html: Added.
+        * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
+        * webgl/conformance/textures/texture-active-bind.html: Added.
+        * webgl/conformance/textures/texture-mips-expected.txt: Added.
+        * webgl/conformance/textures/texture-mips.html: Added.
+        * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
+        * webgl/conformance/textures/texture-npot-video.html: Added.
+        * webgl/conformance/textures/texture-size-expected.txt: Added.
+        * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
+        * webgl/conformance/textures/texture-size-limit.html: Added.
+        * webgl/conformance/textures/texture-size.html: Added.
+        * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
+        * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
+        * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
+        * webgl/conformance/uniforms/uniform-default-values.html: Added.
+        * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
+        * webgl/conformance/uniforms/uniform-location.html: Added.
+        * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
+        * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
+        * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
+
+2013-02-13  Alan Cutter  <alancutter@chromium.org>
+
+        [Chromium] Unreviewed gardening
+        https://bugs.webkit.org/show_bug.cgi?id=109779
+
+        Rebaseline http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html
+        on Linux after r142683.
+
+        * platform/chromium-linux/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
+
+2013-02-13   Vineet Chaudhary  <rgf748@motorola.com>
+
+        HTMLCollections namedItem() methods should return null than undefined for empty collections.
+        https://bugs.webkit.org/show_bug.cgi?id=104096
+
+        Reviewed by Kentaro Hara.
+
+        As per specification namedItem() should return null if collection is empty.
+        Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlallcollection
+
+        * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt:
+        * fast/dom/HTMLFormElement/move-option-between-documents.html:
+        * fast/dom/htmlcollection-namedItem-expected.txt: Added.
+        * fast/dom/htmlcollection-namedItem.html: Added.
+
+2013-02-13  Tony Gentilcore  <tonyg@chromium.org>
+
+        Fix svg/in-html/script-write.html with threaded HTML parser
+        https://bugs.webkit.org/show_bug.cgi?id=109495
+
+        Reviewed by Eric Seidel.
+
+        Added 3 new test cases:
+        1. Test the behavior of a plaintext tag inside an svg foreignObject. It applies to the remainder of the document. This behavior seems a little wonky, but it matches our current behavior and Firefox's behavior.
+        2. Test that we don't blindly go into HTML mode after </foreignObject>.
+        3. Test that unmatched </foreignObject>s are ignored.
+
+        * html5lib/resources/webkit02.dat:
+
+2013-02-13  Emil A Eklund  <eae@chromium.org>
+
+        getComputedStyle returns truncated value for margin-right
+        https://bugs.webkit.org/show_bug.cgi?id=109759
+
+        Reviewed by Tony Chang.
+        
+        Add test for getComputedStyle with fractional margin values.
+
+        * fast/sub-pixel/computedstylemargin-expected.txt: Added.
+        * fast/sub-pixel/computedstylemargin.html: Added.
+
+2013-02-13  Levi Weintraub  <leviw@chromium.org>
+
+        REGRESSION(r125794) - inline-children-root-linebox-crash asserts in Chromium debug
+        https://bugs.webkit.org/show_bug.cgi?id=94256
+
+        Unreviewed test expectations update. Re-enabling inline-children-root-linebox-crash
+        as it was fixed by r139479.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-13  Elliott Sprehn  <esprehn@chromium.org>
+
+        ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content
+        https://bugs.webkit.org/show_bug.cgi?id=109616
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/block/float/float-not-removed-from-pre-block-expected.txt: Changed output.
+        * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
+        * fast/css-generated-content/quote-layout-focus-crash.html: Added.
+
+2013-02-13  Abhishek Arya  <inferno@chromium.org>
+
+        ASSERTION FAILED: !object || object->isBox(), Bad cast in RenderBox::computeLogicalHeight
+        https://bugs.webkit.org/show_bug.cgi?id=107748
+
+        Reviewed by Levi Weintraub.
+
+        * fast/block/body-inline-block-crash-expected.txt: Added.
+        * fast/block/body-inline-block-crash.html: Added.
+
+2013-02-13  Eric Carlson  <eric.carlson@apple.com>
+
+        [Mac] Caption menu should have only one item selected
+        https://bugs.webkit.org/show_bug.cgi?id=109730
+
+        Reviewed by Dean Jackson.
+
+        * media/track/track-user-preferences-expected.txt:
+        * media/track/track-user-preferences.html: Update test to check for reactions to preferences.
+
+2013-02-13  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] ExclusionPolygon reflex vertices should constrain the first fit location.
+        https://bugs.webkit.org/show_bug.cgi?id=107568
+
+        Reviewed by Dirk Schulze.
+
+        In this carefully contrived test case, the Y coordinate of the origin of the line
+        of text is only computed correctly if the constraints implied by the polygon's
+        reflex vertices are considered.
+
+        * fast/exclusions/shape-inside/shape-inside-first-fit-reflex-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html: Added.
+
+2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Marking a few tests as slow on the debug builds. This shall prevent them timing out unnecessarily.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-13  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Adding or removing grid items doesn't properly recompute the track sizes
+        https://bugs.webkit.org/show_bug.cgi?id=109100
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: Added.
+        * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: Added.
+        * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: Added.
+        * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: Added.
+        New tests.
+
+        * fast/css-grid-layout/resources/grid.css:
+        (.constrainedContainer):
+        (.unconstrainedContainer):
+        Added these class to share them with other tests.
+
+        * fast/css-grid-layout/auto-content-resolution-columns.html:
+        * fast/css-grid-layout/auto-content-resolution-rows.html:
+        * fast/css-grid-layout/implicit-columns-auto-resolution.html:
+        * fast/css-grid-layout/implicit-position-dynamic-change.html:
+        * fast/css-grid-layout/implicit-rows-auto-resolution.html:
+        * fast/css-grid-layout/minmax-max-content-resolution-columns.html:
+        * fast/css-grid-layout/minmax-max-content-resolution-rows.html:
+        * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
+        * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
+        Removed constrainedContainer definition as it was moved to grid.css.
+
+2013-02-13  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebasline after r142765
+
+        Unreviewed test expectations update.
+
+        The change caused sub-pixel changing in SVG-as-image positions.
+
+        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
+
+2013-02-13  Levi Weintraub  <leviw@chromium.org>
+
+        Bidi-Isolated inlines can cause subsequent content to not be rendered
+        https://bugs.webkit.org/show_bug.cgi?id=108137
+
+        Reviewed by Eric Seidel.
+
+        * fast/text/content-following-inline-isolate-with-collapsed-whitespace.html: Added.
+        * fast/text/content-following-inline-isolate-with-collapsed-whitespace-expected.txt: Added.
+
+2013-02-13  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Crash when encountering <object style="resize:both;">
+        https://bugs.webkit.org/show_bug.cgi?id=109728
+
+        See also https://code.google.com/p/chromium/issues/detail?id=175535
+
+        Reviewed by Eric Seidel.
+
+        * fast/css/resize-object-crash-expected.txt: Added.
+        * fast/css/resize-object-crash.html: Added.
+
+2013-02-13  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object.
+        https://bugs.webkit.org/show_bug.cgi?id=109382
+
+        Reviewed by Kenneth Russell.
+
+        Enable oes-vertex-array-object for EFL port.
+
+        * fast/canvas/webgl/oes-vertex-array-object-expected.txt:
+        * fast/canvas/webgl/oes-vertex-array-object.html:
+        * platform/efl/TestExpectations:
+
+2013-02-13  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting
+        https://bugs.webkit.org/show_bug.cgi?id=109489
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added.
+        * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added.
+        (foo):
+
+2013-02-12  Dean Jackson  <dino@apple.com>
+
+        Clicking outside captions menu should dismiss it
+        https://bugs.webkit.org/show_bug.cgi?id=109648
+
+        Reviewed by Eric Carlson.
+
+        New test for captions menu. Skip it everywhere but Mac.
+
+        * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
+        * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2013-02-13  Morten Stenshorne  <mstensho@opera.com>
+
+        WebKit ignores column-rules wider than column-gap
+        https://bugs.webkit.org/show_bug.cgi?id=15553
+
+        Paint column rules even if they are wider than the gap.
+        Rules wider than the gap should just overlap with column contents.
+
+        Reviewed by Eric Seidel.
+
+        * fast/multicol/rule-thicker-than-gap-expected.html: Added.
+        * fast/multicol/rule-thicker-than-gap.html: Added.
+
+2013-02-13  Philip Rogers  <pdr@google.com>
+
+        Replace SVG bitmap cache with directly-rendered SVG
+        https://bugs.webkit.org/show_bug.cgi?id=106159
+
+        Reviewed by Tim Horton.
+
+        This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps
+        at a fixed size. A test has been added for each of these bugs.
+
+        * platform/chromium/TestExpectations:
+        * svg/as-image/svg-image-scaled-expected.html: Added.
+        * svg/as-image/svg-image-scaled.html: Added.
+        * svg/as-image/svg-image-viewbox-expected.html: Added.
+        * svg/as-image/svg-image-viewbox.html: Added.
+
+2013-02-13  Florin Malita  <fmalita@chromium.org>
+
+        [SVG] OOB access in SVGListProperty::replaceItemValues()
+        https://bugs.webkit.org/show_bug.cgi?id=109293
+
+        Updated tests to cover the crash and new behavior.
+
+        Reviewed by Dirk Schulze.
+
+        * svg/dom/SVGLengthList-basics-expected.txt:
+        * svg/dom/SVGLengthList-basics.xhtml:
+        * svg/dom/SVGNumberList-basics-expected.txt:
+        * svg/dom/SVGNumberList-basics.xhtml:
+        * svg/dom/SVGPointList-basics-expected.txt:
+        * svg/dom/SVGPointList-basics.xhtml:
+        * svg/dom/SVGTransformList-basics-expected.txt:
+        * svg/dom/SVGTransformList-basics.xhtml:
+
+2013-02-13  Takashi Sakamoto  <tasak@google.com>
+
+        [Refactoring] StyleResolver::State should have methods to access its me
+        https://bugs.webkit.org/show_bug.cgi?id=108563
+
+        Reviewed by Antti Koivisto.
+
+        * inspector/styles/region-style-crash-expected.txt:
+        Rebaseline. Since inspector hasn't supported CSS region styles yet,
+        region-style-crash.html has no CSS region styles as its result.
+
+2013-02-13  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
+
+        The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero
+        https://bugs.webkit.org/show_bug.cgi?id=102656
+
+        Reviewed by Dirk Schulze.
+
+        The functions fillText()/strokeText() should not display anything when 
+        maxWidth is less than or equal to zero, according to spec :
+        http://www.w3.org/TR/2dcontext/#text-preparation-algorithm
+
+        * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added.
+        * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added.
+        * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added.
+        * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added.
+        * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added.
+        * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added.
+
+2013-02-13  Sergio Villar Senin  <svillar@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Provide the same custom expectations as all the other
+        platforms. This likely means that there is a bug in the code or
+        that the expected result is incorrect.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.
+
+2013-02-13  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium expectation changes resulting from r142719.
+
+        * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
+        * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
+        * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
+
+2013-02-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl/TestExpectations:
+
+2013-02-13  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium expectation changes.
+        Fallout from r142683.
+
+        * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
+
+2013-02-13  Pablo Flouret  <pablof@motorola.com>
+
+        Implement css-conditional's CSS.supports()
+        https://bugs.webkit.org/show_bug.cgi?id=100324
+
+        Reviewed by Antti Koivisto.
+
+        * css3/supports-dom-api-expected.txt: Added.
+        * css3/supports-dom-api.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2013-02-13  Mike West  <mkwst@chromium.org>
+
+        location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings
+        https://bugs.webkit.org/show_bug.cgi?id=43891
+
+        Reviewed by Adam Barth.
+
+        * http/tests/plugins/resources/cross-frame-object-access.html:
+        * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
+        * http/tests/security/cross-frame-access-location-get-expected.txt:
+        * http/tests/security/cross-frame-access-location-get.html:
+        * http/tests/security/resources/cross-frame-access.js:
+        (accessThrowsException):
+        * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
+        * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
+            Adjusting tests to check for exceptions, and adjusting expectations to match.
+        * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt.
+        * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added.
+        * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Copied from LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt.
+            V8 fails at the moment: http://wkbug.com/43892
+
+2013-02-13  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures.
+
+        * inspector/script-execution-state-change-notification.html:
+
+2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+        Rebaselining tests after the DOM4 Events constructors and CSS image-set
+        support were enabled.
+
+        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
+        * platform/gtk/fast/events/constructors: Added.
+        * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
+        * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
+        * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt:
+        * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
+        * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt:
+        * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
+        * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt:
+        * platform/gtk/fast/hidpi/image-set-simple-expected.txt:
+        * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt:
+
+2013-02-13  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing tests.
+
+        * platform/qt/TestExpectations:
+
+2013-02-12  Hajime Morrita  <morrita@google.com>
+
+        [Internals] setShadowDOMEnabled() shouldn't be used except a few tests.
+        https://bugs.webkit.org/show_bug.cgi?id=109642
+
+        Reviewed by Kent Tamura.
+
+        * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added.
+
+2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Introduce version controller to migrate settings versions.
+        https://bugs.webkit.org/show_bug.cgi?id=109553
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/version-controller-expected.txt: Added.
+        * inspector/version-controller.html: Added.
+
+2013-02-12  Filip Pizlo  <fpizlo@apple.com>
+
+        Eradicate fast/js/dfg-poison-fuzz.html
+        https://bugs.webkit.org/show_bug.cgi?id=109660
+
+        Unreviewed.
+        
+        I haven't seen this test fail in ages.  And I've seen a lot of DFG bugs!
+
+        This is a super expensive test for one bug that used to be in the DFG but that has
+        since been thoroughly eradicated. Likely the plethora of other DFG tests cover that
+        bug. Heck, I'm not even sure if the code that this covers is even in the repository
+        anymore.
+
+        In the spirit of not having super expensive and mostly useless tests, I'm removing
+        this test.
+
+        * fast/js/dfg-poison-fuzz-expected.txt: Removed.
+        * fast/js/dfg-poison-fuzz.html: Removed.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-poison-fuzz.js: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt-4.8/TestExpectations:
+        * platform/qt-mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-12  Alan Cutter  <alancutter@chromium.org>
+
+        [Chromium] Rebaseline suggestion-picker layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=109647
+
+        Unreviewed rebaseline.
+        Text position differences, imperceptible to human sight.
+        Test failures possibly caused by: http://trac.webkit.org/changeset/142659
+
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+
+2013-02-12  Nate Chapin  <japhet@chromium.org>
+
+        REGRESSION: Reloading a local file doesn't pick up changes
+        https://bugs.webkit.org/show_bug.cgi?id=109344
+
+        Reviewed by Alexey Proskuryakov.
+
+        * http/tests/cache/reload-main-resource-expected.txt: Added.
+        * http/tests/cache/reload-main-resource.php: Added.
+        * http/tests/cache/resources/reload-main-resource-iframe.php: Added.
+        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test
+            was being loaded from memory cache in spite of being loaded via reload. We
+            shouldn't do that.
+        * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test
+            was being loaded from memory cache in spite of being loaded via reload. We
+            shouldn't do that.
+
+2013-02-12  Dima Gorbik  <dgorbik@apple.com>
+
+        Mac rebaseline for r142638.
+
+        Reviewed by Benjamin Poulain.
+
+        * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed.
+        * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed.
+        * platform/mac-lion/accessibility/table-sections-expected.txt: Removed.
+        * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed.
+        * platform/mac/accessibility/table-attributes-expected.txt:
+        * platform/mac/accessibility/table-cell-spans-expected.txt:
+        * platform/mac/accessibility/table-cells-expected.txt:
+        * platform/mac/accessibility/table-sections-expected.txt:
+        * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
+
+2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [HTMLTemplateElement] Change template.dat serialization format
+        https://bugs.webkit.org/show_bug.cgi?id=109635
+
+        Reviewed by Eric Seidel.
+
+        The serialization format now uses 'content' instead of '#document-fragment' to
+        denote template contents.
+
+        * html5lib/resources/template.dat:
+        * resources/dump-as-markup.js:
+        (Markup._get):
+
+2013-02-12  Nico Weber  <thakis@chromium.org>
+
+        Remove webintents from TestExpectations files
+        https://bugs.webkit.org/show_bug.cgi?id=109620
+
+        Reviewed by James Robinson.
+
+        * platform/chromium/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt-5.0-mac-wk2/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-02-12  Dean Jackson  <dino@apple.com>
+
+        Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists.
+
+        * platform/mac/TestExpectations:
+
+2013-02-12  Mike West  <mkwst@chromium.org>
+
+        Implement script MIME restrictions for X-Content-Type-Options: nosniff
+        https://bugs.webkit.org/show_bug.cgi?id=71851
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added.
+        * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added.
+        * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added.
+        * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added.
+        * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added.
+        * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added.
+        * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
+        * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added.
+        * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added.
+            New tests!
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+        * platform/wk2/TestExpectations:
+            Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet
+            enabled (everything other than Chromium).
+
+2013-02-12  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :(
+
+        * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+        * platform/chromium-win-xp/fast/dom/Window: Added.
+        * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+
+2013-02-12  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r136967): Combination of float and clear yields to bad layout
+        https://bugs.webkit.org/show_bug.cgi?id=109476
+
+        Reviewed by Levi Weintraub.
+
+        * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added.
+        * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added.
+
+2013-02-12  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed rebaseline for r142638.
+
+        * platform/chromium-linux-x86/fast/dom/Window: Removed.
+        * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
+        * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
+        * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
+        * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/mac-lion/accessibility: Added.
+        * platform/mac-lion/accessibility/table-attributes-expected.txt: Added.
+        * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added.
+        * platform/mac-lion/accessibility/table-sections-expected.txt: Added.
+        * platform/mac-lion/fast/dom/Window: Added.
+        * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+        * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added.
+        * platform/mac-wk2/fast/dom/Window: Added.
+        * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+        * platform/mac/accessibility/image-link-expected.txt:
+        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
+        * platform/mac/accessibility/table-detection-expected.txt:
+        * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt:
+
+2013-02-12  Levi Weintraub  <leviw@chromium.org>
+
+        ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker
+        https://bugs.webkit.org/show_bug.cgi?id=108699
+
+        Reviewed by Abhishek Arya.
+
+        * fast/multicol/span/list-multi-column-crash-expected.txt: Added.
+        * fast/multicol/span/list-multi-column-crash.html: Added.
+
+2013-02-12  Vivek Galatage  <vivek.vg@samsung.com>
+
+        Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end
+        https://bugs.webkit.org/show_bug.cgi?id=109402
+
+        Reviewed by Yury Semikhatsky.
+
+        Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end.
+
+        * inspector/script-execution-state-change-notification-expected.txt: Added.
+        * inspector/script-execution-state-change-notification.html: Added.
+
+2013-02-12  Uday Kiran  <udaykiran@motorola.com>
+
+        Background size width specified in viewport percentage units not working
+        https://bugs.webkit.org/show_bug.cgi?id=109536
+
+        Reviewed by Antti Koivisto.
+
+        Added a test for background image width specified in viewport percentage unit.
+
+        * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added.
+        * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added.
+
+2013-02-12  Pablo Flouret  <pablof@motorola.com>
+
+        Handle error recovery in @supports
+        https://bugs.webkit.org/show_bug.cgi?id=103934
+
+        Reviewed by Antti Koivisto.
+
+        * css3/supports-cssom.html:
+        * css3/supports-expected.txt:
+        * css3/supports.html:
+
+2013-02-12  Emil A Eklund  <eae@chromium.org>
+
+        TransformState::move should not round offset to int
+        https://bugs.webkit.org/show_bug.cgi?id=108266
+
+        Reviewed by Simon Fraser.
+        
+        Add new tests for Element::boundingClientRect and clip rects for
+        elements on subpixel boundaries.
+
+        * fast/dom/Window/webkitConvertPoint.html:
+        * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt:
+        Update test and expectations to take new rounding into account.
+        
+        * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added.
+        * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added.
+        Add test ensuring that boundingClientRect returns accurate and
+        precise (as opposed to rounded) metrics.
+        
+        * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added.
+        * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added.
+        Add test ensuring that clip rects and elements use consistent rounding.
+
+
+2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
+        https://bugs.webkit.org/show_bug.cgi?id=109338
+
+        Reviewed by Adam Barth.
+
+        * html5lib/resources/template.dat:
+
+2013-02-12  Dominic Mazzoni  <dmazzoni@google.com>
+
+        ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption
+        https://bugs.webkit.org/show_bug.cgi?id=109452
+
+        Reviewed by Chris Fleizach.
+
+        Add test to ensure a crash doesn't happen if a selected option
+        is added to a select element, which was triggering a code path where
+        the DOM has added a new child of the select but the accessibility
+        object never got updated.
+
+        * accessibility/insert-selected-option-into-select-causes-crash-expected.txt: Added.
+        * accessibility/insert-selected-option-into-select-causes-crash.html: Added.
+
+2013-02-12  Peter Rybin  <prybin@chromium.org>
+
+        Web Inspector: for event listener provide handler function value in protocol and in UI
+        https://bugs.webkit.org/show_bug.cgi?id=109284
+
+        Reviewed by Yury Semikhatsky.
+
+        Test is rebased.
+
+        * inspector/elements/event-listener-sidebar-expected.txt:
+        * inspector/elements/event-listeners-about-blank-expected.txt:
+
+2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: refactor some reusable functionality from BraceHighlighter
+        https://bugs.webkit.org/show_bug.cgi?id=109574
+
+        Reviewed by Pavel Feldman.
+
+        Add layout test to verify brace highlighter functionality.
+
+        * inspector/editor/text-editor-brace-highlighter-expected.txt: Added.
+        * inspector/editor/text-editor-brace-highlighter.html: Added.
+
+2013-02-12  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium expectation update.
+        https://bugs.webkit.org/show_bug.cgi?id=109581
+
+        * platform/chromium/TestExpectations: mark debugger-script-preprocessor.html as crashy.
+
+2013-02-12  Andrew Wilson  <atwilson@chromium.org>
+
+        Unreviewed chromium rebaselines after r142586.
+
+        * platform/chromium-mac/fast/canvas/webgl/webgl-layer-update-expected.png: Added.
+
+2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Introduce version controller to migrate settings versions.
+        https://bugs.webkit.org/show_bug.cgi?id=109553
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/version-controller-expected.txt: Added.
+        * inspector/version-controller.html: Added.
+
+2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
+
+        [GTK] Enable CSS Variables feature in development builds
+        https://bugs.webkit.org/show_bug.cgi?id=109474
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
+
+2013-02-12  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142531.
+        http://trac.webkit.org/changeset/142531
+        https://bugs.webkit.org/show_bug.cgi?id=109569
+
+        Causes html5lib/run-template layout test to crash. (Requested
+        by atwilson_ on #webkit).
+
+        * html5lib/resources/template.dat:
+
+2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
+
+        [GTK] Enable CSS image-set support in development builds
+        https://bugs.webkit.org/show_bug.cgi?id=109475
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
+        cursor images not loading while the other expectations are removed as the tests
+        now pass.
+        * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
+        expectation now matches the test output.
+
+2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
+
+        [GTK] Enable DOM4 events constructors in development builds
+        https://bugs.webkit.org/show_bug.cgi?id=109471
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/TestExpectations: Remove the failure expectations, the related
+        tests now pass.
+
+2013-02-12  Andrey Kosyakov  <caseq@chromium.org>
+
+        Unreviewed -- suppress stray console message that emerged after r142486.
+
+        * inspector/extensions/extensions-events.html:
+
+2013-02-12  Ryosuke Niwa  <rniwa@webkit.org>
+
+        REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
+        https://bugs.webkit.org/show_bug.cgi?id=109557
+
+        Build fix. Also move this test into platform/mac as done in r142559.
+
+        * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
+        * fast/dom/Element/id-in-deletebutton.html: Removed.
+        * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
+        * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
+        * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
+        * platform/wincairo/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: move showWhitespace option into experiments
+        https://bugs.webkit.org/show_bug.cgi?id=109552
+
+        Reviewed by Vsevolod Vlasov.
+
+        Fix layout test to switch on experiment instead of toggling one of the
+        options.
+
+        * inspector/editor/text-editor-show-whitespace-expected.txt:
+        * inspector/editor/text-editor-show-whitespace.html:
+
+2013-02-11  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: stack trace is cut at native bind if inspector is closed
+        https://bugs.webkit.org/show_bug.cgi?id=109427
+
+        Reviewed by Pavel Feldman.
+
+        Test that stack trace for uncaught exceptions is collected when inspector
+        front-end is closed.
+
+        * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
+        * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
+        * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
+
+2013-02-12  Jochen Eisinger  <jochen@chromium.org>
+
+        [chromium] move webrtc mocks to testrunner library
+        https://bugs.webkit.org/show_bug.cgi?id=109041
+
+        Reviewed by Adam Barth.
+
+        Temporarily disable two WebRTC tests that fail due to a bug in
+        webkit_support's getCurrentTimeMillsecond.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-12  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input  should not move focus
+        https://bugs.webkit.org/show_bug.cgi?id=109544
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
+        Add test to click a delimiter.
+
+2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
+
+        [EFL] Remove webintents from TestExpectations
+        https://bugs.webkit.org/show_bug.cgi?id=109537
+
+        Unreviewed. webintents tests no longer exist.
+
+        * platform/efl/TestExpectations:
+
+2013-02-11  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
+
+        [EFL][WebGL] WebGL content is not painted after resizing the viewport.
+        https://bugs.webkit.org/show_bug.cgi?id=106358
+
+        Reviewed by Noam Rosenthal.
+
+        Add test checking that canvas painting is correct if layer parameters were changed,
+        but webgl canvas didn't change.
+
+        * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
+        * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
+        * fast/canvas/webgl/webgl-layer-update.html: Added.
+
+2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
+
+        [EFL] Some placeholder paint order tests are passing now
+        https://bugs.webkit.org/show_bug.cgi?id=109164
+
+        Unreviewed efl gardening.
+
+        fast/forms/input-placeholder-paint-order.html and
+        fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
+
+        RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
+        and the expectations are added by r140149.
+
+        * platform/efl/TestExpectations:
+
+2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
+
+        [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
+        https://bugs.webkit.org/show_bug.cgi?id=109538
+
+        Unreviewed. This test is removed by r142559.
+
+        * platform/efl/TestExpectations:
+
+2013-02-11  Eric Carlson  <eric.carlson@apple.com>
+
+        [Mac] Track language selection should be sticky
+        https://bugs.webkit.org/show_bug.cgi?id=109466
+
+        Reviewed by Dean Jackson.
+
+        * media/track/track-user-preferences-expected.txt: Added.
+        * media/track/track-user-preferences.html: Added.
+
+        * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
+        * platform/efl/TestExpectations: Ditto.
+        * platform/gtk/TestExpectations: Ditto.
+        * platform/qt/TestExpectations: Ditto.
+        * platform/win/TestExpectations: Ditto.
+
+2013-02-11  Keishi Hattori  <keishi@webkit.org>
+
+        REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
+        https://bugs.webkit.org/show_bug.cgi?id=109158
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
+
+2013-02-11  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Move deletionUI tests into platform/mac
+        https://bugs.webkit.org/show_bug.cgi?id=109517
+
+        Reviewed by Benjamin Poulain.
+
+        Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
+
+        * editing/deleting/5408255-expected.txt: Removed.
+        * editing/deleting/5408255.html: Removed.
+        * editing/deleting/deletionUI-single-instance.html: Removed.
+        * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
+        * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
+        * platform/efl/TestExpectations:
+        * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
+        * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
+        * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
+        * platform/qt-mac/TestExpectations:
+        * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
+        * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2013-02-11  Adam Barth  <abarth@webkit.org>
+
+        Load event fires too early with threaded HTML parser (take 2)
+        https://bugs.webkit.org/show_bug.cgi?id=109485
+
+        Reviewed by Eric Seidel.
+
+        This patch also fixes a bug whereby removing an iframe during the load
+        event would trigger DumpRenderTree to dump the test in the middle of
+        the load event. We now wait until the load event is over.
+
+        * compositing/iframes/remove-iframe-crash-expected.txt:
+        * fast/frames/iframe-access-screen-of-deleted-expected.txt:
+        * fast/frames/remove-frame-during-load-event-expected.txt: Added.
+        * fast/frames/remove-frame-during-load-event.html: Added.
+        * http/tests/misc/xslt-bad-import-expected.txt:
+
+2013-02-11  Nico Weber  <thakis@chromium.org>
+
+        Remove web intents code
+        https://bugs.webkit.org/show_bug.cgi?id=109501
+
+        Reviewed by Eric Seidel.
+
+        See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
+
+        * webintents/intent-tag-expected.txt: Removed.
+        * webintents/intent-tag.html: Removed.
+        * webintents/resources/pass.html: Removed.
+        * webintents/resources/web-intents-reload-orig.html: Removed.
+        * webintents/resources/web-intents-testing.js: Removed.
+        * webintents/web-intents-api-expected.txt: Removed.
+        * webintents/web-intents-api.html: Removed.
+        * webintents/web-intents-delivery-expected.txt: Removed.
+        * webintents/web-intents-delivery-reuse-expected.txt: Removed.
+        * webintents/web-intents-delivery-reuse.html: Removed.
+        * webintents/web-intents-delivery.html: Removed.
+        * webintents/web-intents-failure-expected.txt: Removed.
+        * webintents/web-intents-failure.html: Removed.
+        * webintents/web-intents-invoke-expected.txt: Removed.
+        * webintents/web-intents-invoke-port-expected.txt: Removed.
+        * webintents/web-intents-invoke-port.html: Removed.
+        * webintents/web-intents-invoke.html: Removed.
+        * webintents/web-intents-obj-constructor-expected.txt: Removed.
+        * webintents/web-intents-obj-constructor.html: Removed.
+        * webintents/web-intents-reload-expected.txt: Removed.
+        * webintents/web-intents-reload.html: Removed.
+        * webintents/web-intents-reply-expected.txt: Removed.
+        * webintents/web-intents-reply.html: Removed.
+
+2013-02-11  Stephen Chenney  <schenney@chromium.org>
+
+        SVG DOM manipulation crash
+        https://bugs.webkit.org/show_bug.cgi?id=108709
+
+        Reviewed by Eric Seidel.
+
+        Adding a test for the case where an SVG <use> tree is rebuild due to
+        one event listener and a subsequent listener tries to access it. This
+        does not crash in WebKit but has caused problems in browser code where
+        the listener tries to access and use toNode on the target of the
+        event. The test prevents regressions and gives automated security
+        tests something to work on.
+
+        * svg/custom/use-listener-append-crash-expected.txt: Added.
+        * svg/custom/use-listener-append-crash.html: Added.
+
+2013-02-11  Filip Pizlo  <fpizlo@apple.com>
+
+        Strange bug in DFG OSR in JSC
+        https://bugs.webkit.org/show_bug.cgi?id=109491
+
+        Reviewed by Mark Hahnenberg.
+        
+        Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
+        exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
+        in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
+
+        * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
+        * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
+        * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
+        * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
+        * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
+        (checkpoint):
+        (func1):
+        (func2):
+        (func3):
+        (test):
+        * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
+        (checkpoint):
+        (func1):
+        (func2):
+        (func3):
+        (test):
+
+2013-02-11  Emil A Eklund  <eae@chromium.org>
+
+        Change RenderFrameSet::paint to use m-rows/m_cols directly.
+        https://bugs.webkit.org/show_bug.cgi?id=108503
+
+        Reviewed by Eric Seidel.
+        
+        Add test for how we render an invalid frameset.
+
+        * fast/frames/invalid-frameset-expected.html: Added.
+        * fast/frames/invalid-frameset.html: Added.
+
+2013-02-11  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
+        https://bugs.webkit.org/show_bug.cgi?id=109338
+
+        Reviewed by Adam Barth.
+
+        * html5lib/resources/template.dat:
+
+2013-02-11  Bem Jones-Bey  <bjonesbe@adobe.com>
+
+        [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
+        https://bugs.webkit.org/show_bug.cgi?id=106927
+
+        Reviewed by Julien Chaffraix.
+
+        This is also tested by the existing tests for shape outside on floats positioning.
+
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
+
+2013-02-11  Tim Horton  <timothy_horton@apple.com>
+
+        FrameView::setScrollPosition should clamp scroll position before handing it to
+        ScrollingCoordinator instead of depending on ScrollView to do this
+        https://bugs.webkit.org/show_bug.cgi?id=109497
+        <rdar://problem/12631789>
+
+        Reviewed by Simon Fraser.
+
+        Adjust some test results which previously expected out-of-bounds scrolling to happen.
+
+        Add a test that ensures that out-of-bounds scrolling doesn't happen.
+
+        * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
+        * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
+        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
+        * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
+        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
+
+2013-02-11  Adam Barth  <abarth@webkit.org>
+
+        The threaded HTML parser should pass all the fast/parser tests
+        https://bugs.webkit.org/show_bug.cgi?id=109486
+
+        Reviewed by Tony Gentilcore.
+
+        * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
+        * fast/parser/document-close-iframe-load-partial-entity.html: Added.
+
+2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        Unreviewed Chromium rebaselining after r142500.
+
+        * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
+        * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
+        * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
+        Slight painting regression that brings us back to pre-r132591 baselines.
+
+2013-02-11  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: database connections don't close after versionchange transaction aborts
+        https://bugs.webkit.org/show_bug.cgi?id=102298
+
+        Reviewed by Tony Chang.
+
+        Added dedicated test, updated tests dependent on buggy behavior.
+
+        * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
+        * storage/indexeddb/aborted-versionchange-closes.html: Added.
+        * storage/indexeddb/lazy-index-population-expected.txt:
+        * storage/indexeddb/lazy-index-population.html: Remove manual closing.
+        * storage/indexeddb/objectstore-basics-expected.txt:
+        * storage/indexeddb/objectstore-basics-workers-expected.txt:
+        * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
+        * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
+
+2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        [EFL] fast/forms/number/number-l10n-input.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=109440
+
+        Reviewed by Laszlo Gombos.
+
+        Unskip fast/forms/number/number-l10n-input.html on EFL port
+        now that it passes.
+
+        * platform/efl/TestExpectations:
+
+2013-02-11  Adam Barth  <abarth@webkit.org>
+
+        Remove failure expectation now that this test is passing.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-11  Benjamin Poulain  <benjamin@webkit.org>
+
+        Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
+        https://bugs.webkit.org/show_bug.cgi?id=109349
+
+        Reviewed by Sam Weinig.
+
+        Update the tests to use InternalSettings.
+
+        * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
+        * fast/dom/timer-increase-min-interval-repeating.html:
+        * fast/dom/timer-increase-min-interval.html:
+        * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
+        * fast/dom/timer-increase-then-decrease-min-interval.html:
+
+2013-02-11  Mike West  <mkwst@chromium.org>
+
+        CSP reports for blocked 'data:' URLs should report the scheme only.
+        https://bugs.webkit.org/show_bug.cgi?id=109429
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
+
+2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
+        https://bugs.webkit.org/show_bug.cgi?id=107189
+
+        Reviewed by Abhishek Arya.
+
+        * fast/dynamic/continuation-detach-crash-expected.txt: Added.
+        * fast/dynamic/continuation-detach-crash.html: Added.
+
+2013-02-11  Tony Chang  <tony@chromium.org>
+
+        Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
+        https://bugs.webkit.org/show_bug.cgi?id=87149
+
+        Reviewed by Simon Fraser.
+
+        Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
+        generated from Settings.in.
+        Add a Mac only test that uses overridePreference to test the API.
+
+        * fast/frames/flattening/crash-svg-document.html:
+        * fast/frames/flattening/frameset-flattening-advanced.html:
+        * fast/frames/flattening/frameset-flattening-grid.html:
+        * fast/frames/flattening/frameset-flattening-simple.html:
+        * fast/frames/flattening/frameset-flattening-subframe-resize.html:
+        * fast/frames/flattening/frameset-flattening-subframesets.html:
+        * fast/frames/flattening/iframe-flattening-crash.html:
+        * fast/frames/flattening/iframe-flattening-fixed-height.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width.html:
+        * fast/frames/flattening/iframe-flattening-nested.html:
+        * fast/frames/flattening/iframe-flattening-offscreen.html:
+        * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
+        * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
+        * fast/frames/flattening/iframe-flattening-out-of-view.html:
+        * fast/frames/flattening/iframe-flattening-selection-crash.html:
+        * fast/frames/flattening/iframe-flattening-simple.html:
+        * fast/frames/flattening/iframe-tiny.html:
+        * fast/spatial-navigation/snav-iframe-flattening-simple.html:
+        * fast/text-autosizing/narrow-iframe-flattened.html:
+        * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
+        * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
+        * plugins/frameset-with-plugin-frame.html:
+        * fast/frames/flattening/crash-svg-document.html:
+        * fast/frames/flattening/frameset-flattening-advanced.html:
+        * fast/frames/flattening/frameset-flattening-grid.html:
+        * fast/frames/flattening/frameset-flattening-simple.html:
+        * fast/frames/flattening/frameset-flattening-subframe-resize.html:
+        * fast/frames/flattening/frameset-flattening-subframesets.html:
+        * fast/frames/flattening/iframe-flattening-crash.html:
+        * fast/frames/flattening/iframe-flattening-fixed-height.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
+        * fast/frames/flattening/iframe-flattening-fixed-width.html:
+        * fast/frames/flattening/iframe-flattening-nested.html:
+        * fast/frames/flattening/iframe-flattening-offscreen.html:
+        * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
+        * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
+        * fast/frames/flattening/iframe-flattening-out-of-view.html:
+        * fast/frames/flattening/iframe-flattening-selection-crash.html:
+        * fast/frames/flattening/iframe-flattening-simple.html:
+        * fast/frames/flattening/iframe-tiny.html:
+        * fast/spatial-navigation/snav-iframe-flattening-simple.html:
+        * fast/text-autosizing/narrow-iframe-flattened.html:
+        * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
+        * platform/chromium/TestExpectations:
+        * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
+        * platform/mac/fast/frames/flattening/set-preference.html: Added.
+        * plugins/frameset-with-plugin-frame.html:
+
+2013-02-11  Adam Barth  <abarth@webkit.org>
+
+        document.write during window.onload can trigger DumpRenderTree to dump the render tree
+        https://bugs.webkit.org/show_bug.cgi?id=109465
+
+        Reviewed by Eric Seidel.
+
+        * fast/parser/document-write-during-load-expected.txt: Added.
+        * fast/parser/document-write-during-load.html: Added.
+
+2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
+        on EFL port. This test was introduced in r142335.
+
+        * platform/efl/TestExpectations:
+
+2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
+        https://bugs.webkit.org/show_bug.cgi?id=109294
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/timeline/timeline-layout-reason-expected.txt: Added.
+        * inspector/timeline/timeline-layout-reason.html: Added.
+        * inspector/timeline/timeline-test.js:
+        (initialize_Timeline.step2):
+        (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
+        (initialize_Timeline.):
+        (initialize_Timeline.InspectorTest.performActionsAndPrint):
+        (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
+        (initialize_Timeline.InspectorTest.findPresentationRecord):
+
+2013-02-01  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
+        https://bugs.webkit.org/show_bug.cgi?id=108640
+
+        Reviewed by Vsevolod Vlasov.
+
+        Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
+
+        * inspector/extensions/extensions-eval-expected.txt:
+        * inspector/extensions/extensions-eval.html:
+        * inspector/extensions/extensions-sidebar-expected.txt:
+
+2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
+        https://bugs.webkit.org/show_bug.cgi?id=109443
+
+        Reviewed by Vsevolod Vlasov.
+
+        - replace additional message ports used for evaluating code in front-end with normal extension transport.
+
+        * http/tests/inspector/extensions-test.js:
+        (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
+        (initialize_ExtensionsTest.InspectorTest._replyToExtension):
+        (initialize_ExtensionsTest.onEvaluate):
+        * http/tests/inspector/resources/extension-main.js:
+        * inspector/extensions/extensions-audits.html:
+
+2013-02-11  Joshua Bell  <jsbell@chromium.org>
+
+        [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
+        https://bugs.webkit.org/show_bug.cgi?id=108670
+
+        Reviewed by Kentaro Hara.
+
+        * storage/indexeddb/database-wrapper-expected.txt: Added.
+        * storage/indexeddb/database-wrapper.html: Added.
+        * storage/indexeddb/resources/database-wrapper.js: Added.
+        (test):
+        (openDB):
+        (onUpgradeNeeded):
+        (openSuccess.get request.onsuccess):
+        (onVersionChange):
+        (collectGarbage):
+        (openAgain):
+        (onBlocked):
+        (openAgainSuccess):
+
+2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Skip fast/forms/number/number-l10n-input.html that was added in r142122
+        but fails on EFL port.
+
+        * platform/efl/TestExpectations:
+
+2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed revert test fix attempt and skip it.
+
+        * inspector/editor/text-editor-home-button.html:
+        * platform/chromium/TestExpectations:
+
+2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: WebInspector.Project refactorings.
+        https://bugs.webkit.org/show_bug.cgi?id=109433
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/debugger/live-edit-breakpoints.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        - Rebaseline fast/dynamic/002.html on EFL port after r142015.
+        - Skip several compositing test cases that started failing after r142112.
+        - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/fast/dynamic/002-expected.png:
+        * platform/efl/fast/dynamic/002-expected.txt:
+
+2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding a failure expectation for the
+        cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
+        due to CSS image-set functionality not yet enabled in the GTK port.
+
+2013-02-11  Alexei Filippov  <alph@chromium.org>
+
+        Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
+        https://bugs.webkit.org/show_bug.cgi?id=108653
+
+        Reviewed by Yury Semikhatsky.
+
+        Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
+        In fact these two profile types have not too much in common. So put each into its own domain.
+        It should also help when Profiles panel gets split into several tools.
+        This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
+        change the original InspectorProfilerAgent.
+
+        * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
+        (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
+        (InspectorTest.takeHeapSnapshot):
+        * inspector-protocol/nmi-webaudio-leak-test.html:
+        * inspector/profiler/heap-snapshot-get-profile-crash.html:
+        * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
+        * inspector/profiler/heap-snapshot-loader.html:
+        * inspector/profiler/heap-snapshot-test.js:
+        (initialize_HeapSnapshotTest):
+
+2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline EFL expectation for fast/js/global-constructors.html after
+        r142205.
+
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed r142439 follow-up: test fix.
+
+        * inspector/editor/text-editor-home-button.html:
+
+2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Mark 2 webgl/conformance test cases as crashing on EFL WK2.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-11  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
+        as [ Pass Failure ].
+
+        * platform/chromium/TestExpectations:
+
+2013-02-11  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adjusted expectations for two flaky crashers.
+        Removed failure expectations for tests that pass.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-11  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Implement position-based sourcemapping for stylesheets
+        https://bugs.webkit.org/show_bug.cgi?id=109168
+
+        Added test for the stylesheet source mappings, followed the API changes,
+        removed RangeBasedSourceMap tests as this type of sourcemap is gone.
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector/compiler-script-mapping-expected.txt:
+        * http/tests/inspector/compiler-script-mapping.html:
+        * http/tests/inspector/resources/example.css.map: Added.
+        * http/tests/inspector/resources/example.scss: Added.
+        * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
+        * http/tests/inspector/stylesheet-source-mapping.html: Added.
+        * inspector/styles/range-based-mapping-expected.txt: Removed.
+        * inspector/styles/range-based-mapping.html: Removed.
+
+2013-02-11  Alexander Shalamov  <alexander.shalamov@intel.com>
+
+        Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
+        https://bugs.webkit.org/show_bug.cgi?id=102901
+
+        Reviewed by Antti Koivisto.
+
+        New layout test to verify that CSSValue objects comparison works properly.
+
+        * cssom/cssvalue-comparison-expected.txt: Added.
+        * cssom/cssvalue-comparison.html: Added.
+
+2013-02-11  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
+        as [ ImageOnlyFailure Pass ].
+
+        * platform/chromium/TestExpectations:
+
+2013-02-11  John J. Barton  <johnjbarton@chromium.org>
+
+        Web Inspector: Don't throw exceptions in WebInspector.Color
+        https://bugs.webkit.org/show_bug.cgi?id=104835
+
+        Reviewed by Vsevolod Vlasov.
+        
+        Added case to test parsing 'none' from border style
+
+        * inspector/styles/styles-invalid-color-values-expected.txt:
+        * inspector/styles/styles-invalid-color-values.html:
+
+2013-02-11  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: home button behaviour is wrong in DTE
+        https://bugs.webkit.org/show_bug.cgi?id=109154
+
+        Reviewed by Vsevolod Vlasov.
+
+        Add layout test to verify home button behaviour. Exclude this test on
+        platforms that do not have eventSender object in test shell.
+
+        * inspector/editor/editor-test.js:
+        (initialize_EditorTests.lineWithCursor):
+        (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
+        * inspector/editor/text-editor-home-button-expected.txt: Added.
+        * inspector/editor/text-editor-home-button.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-11  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, GTK gardening
+
+        * platform/gtk/TestExpectations: Flagging media tests affected
+        by bug 108682
+
+2013-02-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip faling test.
+        https://bugs.webkit.org/show_bug.cgi?id=109353.
+
+        * platform/qt/TestExpectations:
+
+2013-02-10  Chris Fleizach  <cfleizach@apple.com>
+
+        WebSpeech: Implement basic speaking/finished speaking behavior
+        https://bugs.webkit.org/show_bug.cgi?id=107135
+
+        Reviewed by Sam Weinig.
+
+        * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
+        * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
+
+2013-02-10  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Rebaselined an image.
+
+        * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+
+2013-02-10  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-10  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Rebaselined an image.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-02-10  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Rebaselined an image.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-02-10  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-10  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-02-10  Tim Horton  <timothy_horton@apple.com>
+
+        REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
+        https://bugs.webkit.org/show_bug.cgi?id=109317
+        <rdar://problem/12649131>
+
+        Reviewed by Simon Fraser.
+
+        Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
+
+        * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
+        * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
+
+2013-02-10  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, GTK gardening.
+
+        * platform/gtk/TestExpectations: Remove duplicate test expectation
+        for media/track/track-in-band-style.html.
+
+2013-02-10  Philippe Normand  <pnormand@igalia.com>
+
+        [GStreamer] media/video-controls-fullscreen-volume.html crashes
+        https://bugs.webkit.org/show_bug.cgi?id=108682
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/TestExpectations: Unflag now passing tests.
+
+2013-02-10  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Test expectation update
+        https://bugs.webkit.org/show_bug.cgi?id=109376
+
+        * platform/chromium/TestExpectations:
+        fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
+
+2013-02-10  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, GTK gardening.
+
+        * platform/gtk/TestExpectations: Flag new failing media/track test.
+
+2013-02-10  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Test expectation update
+        https://bugs.webkit.org/show_bug.cgi?id=92941
+
+        * platform/chromium/TestExpectations:
+        accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
+
+2013-02-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip fast/encoding/parser-tests-*.html tests now that the crashes
+        have been fixed by r142385.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-09  James Robinson  <jamesr@chromium.org>
+
+        Chromium gardening
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-09  Dominic Mazzoni  <dmazzoni@google.com>
+
+        fast/encoding/parser-tests-*.html tests sometimes crash
+        https://bugs.webkit.org/show_bug.cgi?id=108058
+
+        Reviewed by Chris Fleizach.
+
+        Make test less brittle by (1) giving the iframe an aria-role so
+        it's never ignored, and (2) using accessibilityElementById instead
+        of assuming an element is in a specific place in the AX tree.
+
+        * accessibility/loading-iframe-updates-axtree.html:
+
+2013-02-09  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Reverting earlier change now
+
+        Unreviewed expectations.
+
+        * platform/chromium/TestExpectations: Removed all the expectations added earlier.
+
+2013-02-09  Philip Rogers  <pdr@google.com>
+
+        Sanitize m_keyTimes for paced value animations
+        https://bugs.webkit.org/show_bug.cgi?id=108828
+
+        Reviewed by Dirk Schulze.
+
+        * svg/animations/animate-keytimes-crash-expected.html: Added.
+        * svg/animations/animate-keytimes-crash.html: Added.
+
+2013-02-09  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Trying to turn the build.webkit.org builders greener
+
+        Unreviewed expectations.
+
+        We seem to have an issue with build.webkit.org test bots and
+        Chromium.WebKit test bots doing different things. This is temporary
+        until we figure out what went wrong.
+
+        * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
+
+2013-02-09  Kent Tamura  <tkent@chromium.org>
+
+        Fix crash by img[ismap] with content property
+        https://bugs.webkit.org/show_bug.cgi?id=108702
+
+        Reviewed by Adam Barth.
+
+        * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
+        * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
+
+2013-02-09  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Test expectation update.
+
+        * platform/chromium/TestExpectations:
+        Correct encrypted-media-v2-*.html expectation.
+
+2013-02-09  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
+
+2013-02-09  Christophe Dumez  <ch.dumez@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
+        after r142152.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
+        * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
+
+2013-02-09  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: show whitespace characters in DTE
+        https://bugs.webkit.org/show_bug.cgi?id=108947
+
+        Reviewed by Pavel Feldman.
+
+        Add layout test to verify whitespace highlight functionality.
+
+        * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
+        * inspector/editor/text-editor-show-whitespace.html: Added.
+
+2013-02-08  Eric Carlson  <eric.carlson@apple.com>
+
+        [Mac] respect in-band caption color
+        https://bugs.webkit.org/show_bug.cgi?id=109203
+
+        Reviewed by Dean Jackson.
+
+        * media/track/track-in-band-style-expected.txt: Added.
+        * media/track/track-in-band-style.html: Added.
+
+        * platform/chromium/TestExpectations: Skip new test.
+        * platform/efl/TestExpectations: Ditto.
+        * platform/gtk/TestExpectations: Ditto.
+        * platform/mac/TestExpectations: Ditto.
+        * platform/qt/TestExpectations: Ditto.
+        * platform/win/TestExpectations: Ditto.
+
+2013-02-08  Gregg Tavares  <gman@chromium.org>
+
+        Disable All WebGL Tests on WebKit for Windows
+        https://bugs.webkit.org/show_bug.cgi?id=109207
+
+        Unreviewed expectations update.
+
+        * platform/win/TestExpectations:
+
+2013-02-08  Tim Horton  <timothy_horton@apple.com>
+
+        Some tiled drawing tests use scalePageBy() incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=109336
+
+        Rubber-stamped by Simon Fraser.
+
+        scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
+        Adjust the tests and the expected results.
+
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
+
+2013-02-08  Andy Estes  <aestes@apple.com>
+
+        Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
+        https://bugs.webkit.org/show_bug.cgi?id=109277
+
+        Reviewed by Simon Fraser.
+
+        Remove test added by r118852 and add a test that verifies the original
+        expected behavior.
+
+        * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
+        * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
+        * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
+        * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Expectation modification after r142327
+
+        Unreviewed expectations update.
+
+        The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        A remaining textual fix.
+
+        * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
+        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
+        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
+        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
+
+2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
+
+        [Mac] Unreviewed rebaseline
+
+        * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
+        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
+
+2013-02-08  Jer Noble  <jer.noble@apple.com>
+
+        Bring WebKit up to speed with latest Encrypted Media spec.
+        https://bugs.webkit.org/show_bug.cgi?id=97037
+
+        Reviewed by Eric Carlson.
+
+        Added new tests for the updated Encrypted Media Extensions spec.
+
+        * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
+        * media/encrypted-media/encrypted-media-v2-events.html: Added.
+        * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
+        * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
+        * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
+        * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Why does this test always fail to be correctly rebaselined during mass updates?
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-02-08  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: De-flake open-during-transaction layout test
+        https://bugs.webkit.org/show_bug.cgi?id=109072
+
+        Reviewed by Tony Chang.
+
+        This test was observed to be flaky in local runs; sometimes the transaction
+        would terminate after the third open() call rather than the second, resulting
+        in a TEXT difference. Added code to keep the transaction alive until all of
+        the open() calls are complete, and changed expectations to match.
+
+        * storage/indexeddb/open-during-transaction-expected.txt:
+        * storage/indexeddb/resources/open-during-transaction.js:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Cleaning up the remaining failures. With luck this is it, although probably not.
+
+        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
+        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
+        * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
+        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
+        * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-win/media/video-zoom-controls-expected.png:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 19. The last, except for cleanup. Too many to list.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 18. SVG all but dynamic-updates and custom tests. List omitted
+        except for changes touching other ports.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
+        * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
+        * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
+        * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
+        * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
+        * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
+        * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
+        * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
+        * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
+        * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
+        * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
+        * svg/batik/text/textPosition2-expected.txt: Replaced.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 17. SVG W3C tests. List omitted.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
+
+        [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
+
+        * platform/mac/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 16. Everything done but SVG, and cleanup.
+
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/core: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/other: Removed.
+        * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
+        * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
+        * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
+        * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
+        * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
+        * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
+        * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
+        * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 15. platform/. Too many to list.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 14. Remaining tests up to platform in sorted order. Too many to list.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
+        * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
+        * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
+        * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
+        * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
+        * platform/efl-wk2/fast/text: Added.
+        * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
+        * platform/efl-wk2/fast/text/stroking-expected.png: Added.
+        * platform/efl-wk2/fast/transforms: Added.
+        * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
+        * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
+        * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
+        * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
+        * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
+        * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
+        * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
+        * platform/efl/fast/text/stroking-expected.png: Removed.
+        * platform/efl/fast/transforms/shadows-expected.png: Removed.
+        * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
+        * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 12. More fast tests. Too many to list.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Flakey test expectations update
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 11. Some fast tests. Elided.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
+
+        * fast/repaint/scale-page-shrink-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
+        * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
+        * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 9. These were rebaselined earlier before all the bots were done.
+
+        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-mac/svg/text/selection-styles-expected.png:
+        * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-win/svg/text/selection-styles-expected.png:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 8. Outstanding mac failure.
+
+        * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
+        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
+        * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
+        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 7. Outstanding failing linux tests
+
+        * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
+        * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 6. Outstanding failing linux tests
+
+        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 5. Editing expectations.
+
+        File list truncated to remove the hundreds of files that have been updated.
+
+        * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
+        * platform/efl-wk1/editing/selection: Added.
+        * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
+        * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
+
+2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
+
+        * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
+        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
+
+2013-02-08  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] Unreviewed gardening.  Remove effect-reference-hw from test expectations, since it's now passing.
+        https://bugs.webkit.org/show_bug.cgi?id=104289
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
+        https://bugs.webkit.org/show_bug.cgi?id=109272
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium/TestExpectations:
+        Skip fast/forms/datetime and datetime-multiple-fields
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 4. CSS expectations.
+
+        * platform/chromium-linux-x86/css1/box_properties: Removed.
+        * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
+        * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/images: Removed.
+        * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/html: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
+        * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
+        * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
+        * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
+        * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
+        * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
+        * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
+        * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
+        * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/chromium-mac-lion/css3/images: Removed.
+        * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
+        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
+        * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
+        * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
+        * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
+        * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
+        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
+        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
+        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
+        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
+        * platform/chromium-win-xp/css3/images: Removed.
+        * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
+        * platform/chromium-win-xp/css3/selectors3: Removed.
+        * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
+        * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
+        * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
+        * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
+        * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
+        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
+        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
+        * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
+        * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 3. Remaining expected failures that had platform-specific supppressions
+
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
+        * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
+        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
+        * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+        * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
+        * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
+        * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
+        * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
+        * platform/chromium-mac-lion/fast/dom/52776-expected.png:
+        * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
+        * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
+        * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
+        * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
+        * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
+        * platform/chromium-mac/fast/dom/52776-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
+        * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
+        * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
+        * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+        * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
+        * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
+
+2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/svg/css/arrow-with-shadow-expected.png:
+        * platform/qt/svg/css/arrow-with-shadow-expected.txt:
+        * platform/qt/svg/css/clippath-with-shadow-expected.png:
+        * platform/qt/svg/css/clippath-with-shadow-expected.txt:
+        * platform/qt/svg/css/composite-shadow-text-expected.png:
+        * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
+        * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
+        * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
+        * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 2. Failing Linux tests with no expectations
+
+        * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
+        * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
+        * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
+        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
+        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
+        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
+        * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-linux/svg/text/selection-styles-expected.png:
+        * platform/efl-wk2/fast/repaint: Added.
+        * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
+        * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
+        * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        Round 1. Some tests that have existing expectations.
+
+        * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
+        * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
+        * platform/chromium-linux-x86/editing/input: Removed.
+        * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
+        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
+        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
+        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
+        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-win-xp/editing/input: Removed.
+        * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
+        * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
+        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
+        * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
+        * platform/efl-wk2/editing/input: Added.
+        * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
+        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
+        * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
+
+2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=109209.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
+        * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
+
+2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt][Wk2] Unreviewed gardening. Skip failing tests.
+        https://bugs.webkit.org/show_bug.cgi?id=109291.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed expectations update.
+
+        These are tests that failed due to bad expectations.
+
+        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
+        * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
+        * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Last of the Win failures.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
+
+2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
+        https://bugs.webkit.org/show_bug.cgi?id=109282
+
+        Reviewed by Alexander Pavlov.
+
+        * http/tests/inspector-enabled/dynamic-scripts.html:
+        * http/tests/inspector/compiler-script-mapping.html:
+        * http/tests/inspector/workspace-test.js:
+        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
+        * inspector/debugger/breakpoint-manager.html:
+        * inspector/debugger/dynamic-scripts.html:
+        * inspector/debugger/script-snippet-model.html:
+        * inspector/debugger/scripts-file-selector.html:
+        * inspector/debugger/scripts-panel.html:
+        * inspector/debugger/scripts-sorting-expected.txt:
+        * inspector/debugger/scripts-sorting.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Outstanding Win failures
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Modified a MountainLion expectation
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Expectations as a result of removing Skia code suppressions
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Replace workspace with project in UISourceCode constructor.
+        https://bugs.webkit.org/show_bug.cgi?id=109256
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/debugger/breakpoint-manager-expected.txt:
+        * inspector/debugger/breakpoint-manager.html:
+        * inspector/debugger/script-formatter-search.html:
+        * inspector/debugger/scripts-file-selector.html:
+        * inspector/debugger/scripts-panel.html:
+        * inspector/debugger/scripts-sorting.html:
+        * inspector/debugger/ui-source-code-display-name.html:
+        * inspector/debugger/ui-source-code.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-02-08  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        Remove Skia code suppressions
+
+        Unreviewed enabling of existing optimizations
+
+        Removing all skia_webkit.gyp code suppressions and adding expectations
+        for the failures.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Stephen Chenney  <schenney@chromium.org>
+
+        [chromium] Unreviewed gardening. Adjusting expectations for two failures.
+
+        Unreviewed Chromium expectations
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Matt Falkenhagen  <falken@chromium.org>
+
+        [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
+        https://bugs.webkit.org/show_bug.cgi?id=96441
+
+        * platform/chromium/TestExpectations:
+
+2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing tests.
+
+        * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
+
+2013-02-08  KwangYong Choi  <ky0.choi@samsung.com>
+
+        [EFL] Mark some tests as passing with incorrect expectations
+        https://bugs.webkit.org/show_bug.cgi?id=109173
+
+        Unreviewed EFL gardening.
+
+        Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
+
+        Currently, the tests are passing with their generated incorrect expectations.
+        It should be checked if the test starts failing. It means, the test can be passing now.
+
+        Below tests are marked as passing tests with incorrect expectations.
+
+        fast/forms/basic-textareas-quirks.html
+        fast/forms/input-disabled-color.html
+        fast/forms/input-readonly-dimmed.html
+        fast/forms/listbox-hit-test-zoomed.html
+        fast/forms/menulist-narrow-width.html
+        fast/forms/menulist-style-color.html
+        fast/forms/plaintext-mode-2.html
+        fast/forms/search-cancel-button-style-sharing.html
+        fast/forms/search-rtl.html
+        fast/forms/select-baseline.html
+        fast/forms/select-style.html
+        fast/forms/zoomed-controls.html
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2013-02-08  Kentaro Hara  <haraken@chromium.org>
+
+        Support a relatedTarget attribute on focus/blur events
+        https://bugs.webkit.org/show_bug.cgi?id=109176
+
+        Reviewed by Ojan Vafai.
+
+        In bug 76216, we supported a relatedTarget attribute on
+        focusin/focusout events. We should also support it on focus/blur events.
+
+        See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
+        for the www-dom discussion.
+
+        * fast/dom/shadow/shadow-boundary-events-expected.txt:
+        * fast/dom/shadow/shadow-boundary-events.html:
+        * fast/events/related-target-focusevent-expected.txt:
+        * fast/events/related-target-focusevent.html:
+
+2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: reduce number of native memory instrumentation categories
+        https://bugs.webkit.org/show_bug.cgi?id=109146
+
+        Reviewed by Pavel Feldman.
+
+        Updated tests to use new memory categories.
+
+        * inspector-protocol/nmi-webaudio-expected.txt:
+        * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
+        * inspector-protocol/nmi-webaudio-leak-test.html:
+        * inspector-protocol/nmi-webaudio.html:
+        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
+        * inspector/profiler/memory-instrumentation-cached-images.html:
+        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
+        * inspector/profiler/memory-instrumentation-canvas.html:
+
+2013-02-07  Matt Falkenhagen  <falken@chromium.org>
+
+        [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
+        https://bugs.webkit.org/show_bug.cgi?id=109262
+
+        An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-07  Mike West  <mkwst@chromium.org>
+
+        <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
+        https://bugs.webkit.org/show_bug.cgi?id=87707
+
+        Reviewed by Eric Seidel.
+
+        * fast/frames/seamless/seamless-float-expected.txt:
+        * fast/frames/seamless/seamless-inline-expected.txt:
+            Rebaseline the now-passing bits of these tests.
+
+2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
+
+        Unreviewed rebaseline.
+
+        * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
+        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
+        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
+        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
+        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
+        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
+        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
+        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
+        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
+
+2013-02-07  Kent Tamura  <tkent@chromium.org>
+
+        document.activeElement should not return a non-focusable element
+        https://bugs.webkit.org/show_bug.cgi?id=86707
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
+        * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
+        This test verifies that document.activeElement does not return an
+        invalid or non-focusable element.
+
+2013-02-07  Matt Falkenhagen  <falken@chromium.org>
+
+        [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
+
+        See https://bugs.webkit.org/show_bug.cgi?id=109114
+
+        * platform/chromium/TestExpectations:
+
+2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
+
+        Cleaning up after r142208
+        https://bugs.webkit.org/show_bug.cgi?id=109228
+
+        Unreviewed.
+        
+        The commit-queue didn't remove these files for some reason. Removing them manually.
+
+        * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+
+2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
+
+        Rebaseline text output for contentOpaque
+        https://bugs.webkit.org/show_bug.cgi?id=108656
+
+        Unreviewed rebaseline.
+
+        * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
+        * platform/mac/TestExpectations:
+        * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
+
+2013-02-07  Matt Falkenhagen  <falken@chromium.org>
+
+        Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
+        which was failing on Chromium Mac after r142152.
+
+        * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt.
+
+2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142113.
+        http://trac.webkit.org/changeset/142113
+        https://bugs.webkit.org/show_bug.cgi?id=109244
+
+        tests started failing after r142081 was rolled out in r142166
+        (Requested by falken on #webkit).
+
+        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
+        * inspector/profiler/memory-instrumentation-cached-images.html:
+        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
+        * inspector/profiler/memory-instrumentation-canvas.html:
+
+2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
+
+        getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=106535
+
+        Reviewed by Ojan Vafai.
+
+        Update tests to also check getComputedStyle during animations and transitions.
+
+        * fast/css-generated-content/pseudo-animation-expected.txt:
+        * fast/css-generated-content/pseudo-animation.html:
+        * fast/css-generated-content/pseudo-transition-expected.txt:
+        * fast/css-generated-content/pseudo-transition.html:
+
+2013-02-07  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium-Android] Disable input[type=datetime]
+        https://bugs.webkit.org/show_bug.cgi?id=107614
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium/TestExpectations:
+        Tetsts in fast/forms/datetime/ fail.
+
+2013-02-07  Jeffrey Pfau  <jpfau@apple.com>
+
+        [Mac] Unreviewed, skip crashing test
+
+        * platform/mac/TestExpectations:
+
+2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
+
+        [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest 
+        https://bugs.webkit.org/show_bug.cgi?id=109228
+
+        Reviewed by Eric Seidel.
+
+        Simplify and turn the test into a reftest, remove the unnecessary expected files.
+
+        * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
+        * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+        * fast/regions/selecting-text-through-different-region-flows.html:
+        * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+        * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
+        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
+
+2013-02-07  Alexei Svitkine  <asvitkine@chromium.org>
+
+        Chromium: Hang parsing bidi control chars on Mac OS X 10.6
+        https://bugs.webkit.org/show_bug.cgi?id=108877
+
+        This was broken a while ago by:
+            https://bugs.webkit.org/show_bug.cgi?id=83045
+
+        On 10.6, CoreText will not produce any runs covering the
+        Unicode BiDi RTL mark control char, which causes an infinite
+        loop in ComplexTextController::indexOfCurrentRun() due to no
+        run covering the character at offset 0.
+
+        This patch fixes that issue by finding the earliest run
+        explicitly via the minimum stringBegin() index instead of
+        relying on a run existing that covers offset 0.
+
+        Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
+        Chromium bug: http://crbug.com/167844
+
+        New test in the same style as harfbuzz-buffer-overrun.html
+        in the same folder.
+
+        Reviewed by Eric Seidel.
+
+        * fast/text/international/rtl-mark-expected.txt: Added.
+        * fast/text/international/rtl-mark.html: Added.
+
+2013-02-07  Kentaro Hara  <haraken@chromium.org>
+
+        Implement FocusEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=109170
+
+        Reviewed by Adam Barth.
+
+        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
+
+        FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
+        flag, which is enabled on Chromium and Safari.
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+        * fast/events/constructors/focus-event-constructor-expected.txt: Added.
+        * fast/events/constructors/focus-event-constructor.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
+
+        HTML parser should queue MutationRecords for its operations
+        https://bugs.webkit.org/show_bug.cgi?id=89351
+
+        Reviewed by Eric Seidel.
+
+        Add new test mutation records in the parser and fix shadow-dom.html
+        test since it used setTimeout and sometimes could observe parser
+        mutations.
+
+        * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
+        * fast/dom/MutationObserver/parser-mutations.html: Added.
+        * fast/dom/MutationObserver/shadow-dom-expected.txt:
+        * fast/dom/MutationObserver/shadow-dom.html:
+
+2013-02-07  Adam Barth  <abarth@webkit.org>
+
+        fast/parser/document-write-noscript.html fails for threaded HTML parser
+        https://bugs.webkit.org/show_bug.cgi?id=109237
+
+        Reviewed by Eric Seidel.
+
+        This tests basic document.write functionality.  There doesn't appear to
+        be another fast/parser test that covers this basic case (although it's
+        convered in some more complicated test cases incidentally.)
+
+        * fast/parser/document-write-basic-expected.txt: Added.
+        * fast/parser/document-write-basic.html: Added.
+
+2013-02-07  Keishi Hattori  <keishi@webkit.org>
+
+        REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
+        https://bugs.webkit.org/show_bug.cgi?id=109136
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-07  Terry Anderson  <tdanderson@chromium.org>
+
+        Non-scrollable divs and non-scrollable iframes can scroll with touch
+        https://bugs.webkit.org/show_bug.cgi?id=109087
+
+        Reviewed by Eric Seidel.
+
+        Two new layout tests added to demonstrate that the changes to
+        RenderLayer::scrollBy() and closestScrollableNodeCandidate() in 
+        EventHandler.cpp are both necessary to ensure that non-scrollable
+        divs and non-scrollable iframes cannot be scrolled with touch.
+
+        * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
+        * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
+
+2013-02-07  Michelangelo De Simone  <michelangelo@webkit.org>
+
+        [CSS Shaders] Add the last blending step
+        https://bugs.webkit.org/show_bug.cgi?id=104012
+
+        Added a test to check the correct blending in presence of a transparent backdrop.
+
+        Reviewed by Dean Jackson.
+
+        * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
+        * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
+        * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
+        differences, please see the relevant bug: http://webkit.org/b/107487
+
+2013-02-07  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
+        https://bugs.webkit.org/show_bug.cgi?id=107566
+
+        Reviewed by David Hyatt.
+
+        Added a simple polygonal shape-inside test where only a subset of the polygon edges
+        should contribute to each line's offset edges.
+
+        * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
+
+2013-02-07  James Craig  <jcraig@apple.com>
+
+        Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
+        https://bugs.webkit.org/show_bug.cgi?id=109027
+
+        Reviewed by Chris Fleizach.
+
+        New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles. 
+
+        * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
+        * platform/mac/accessibility/role-subrole-roledescription.html: Added.
+
+2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
+
+2013-02-07  Benjamin Poulain  <bpoulain@apple.com>
+
+        Move pauseAnimation/pauseTransition from TestRunner to Internals
+        https://bugs.webkit.org/show_bug.cgi?id=109107
+
+        Reviewed by Anders Carlsson.
+
+        Change the tests with the following:
+        -Use the methods on Internals instead of TestRunner.
+        -Adapt the calls to pass a particular element instead of an ID.
+        -Remove feature detection. Having Internals implies having the feature.
+
+        * animations/animation-hit-test-transform.html:
+        * animations/animation-hit-test.html:
+        * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
+        * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
+        * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
+        * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
+        * animations/change-keyframes-name.html:
+        * animations/change-transform-style-during-animation.html:
+        * animations/missing-from-to-transforms.html:
+        * animations/missing-from-to.html:
+        * animations/resources/animation-test-helpers.js:
+        (checkExpectedValue):
+        (startTest):
+        * css3/calc/transitions-dependent.html:
+        * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
+        * transitions/opacity-transition-zindex.html:
+        * transitions/resources/transition-test-helpers.js:
+        (expected):
+        * transitions/transition-drt-api-delay.html:
+        * transitions/transition-drt-api.html:
+        * transitions/transition-hit-test-transform.html:
+        * transitions/transition-hit-test.html:
+
+2013-02-07  Rik Cabanier  <cabanier@adobe.com>
+
+        Add support for parsing of -webkit-background-blend-mode
+        https://bugs.webkit.org/show_bug.cgi?id=108547
+
+        Reviewed by David Hyatt.
+
+        Added parsing and general CSS handling of -webkit-background-blend-mode per
+        https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
+
+        * css3/compositing/background-blend-mode-property-expected.txt: Added.
+        * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
+        * css3/compositing/background-blend-mode-property-parsing.html: Added.
+        * css3/compositing/background-blend-mode-property.html: Added.
+        * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
+        (jsWrapperClass):
+        (shouldBeType):
+        (testBlendModeRule):
+        * css3/compositing/script-tests/background-blend-mode-property.js: Added.
+        (testblendmode):
+
+        * css3/compositing/background-blend-mode-property-expected.txt: Added.
+        * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
+        * css3/compositing/background-blend-mode-property-parsing.html: Added.
+        * css3/compositing/background-blend-mode-property.html: Added.
+        * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
+        (jsWrapperClass):
+        (shouldBeType):
+        (testBlendModeRule):
+        * css3/compositing/script-tests/background-blend-mode-property.js: Added.
+        (testblendmode):
+        * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
+        * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
+
+2013-02-07  Gavin Peters  <gavinp@chromium.org>
+
+        Unreviewed, rolling out r142142.
+        http://trac.webkit.org/changeset/142142
+        https://bugs.webkit.org/show_bug.cgi?id=109154
+
+        Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
+
+        * inspector/editor/text-editor-home-button-expected.txt: Removed.
+        * inspector/editor/text-editor-home-button.html: Removed.
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-07  Bear Travis  <betravis@adobe.com>
+
+        [CSS Exclusions] shape-inside does not properly handle padding or border
+        https://bugs.webkit.org/show_bug.cgi?id=102715
+
+        Reviewed by David Hyatt.
+
+        Test that borders and padding are properly accounted for when laying out text in
+        a shape inside.
+
+        * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
+        use padding.
+        * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
+
+2013-01-27  Robert Hogan  <robert@webkit.org>
+
+        CSS 2.1 failure: floats-149 fails
+        https://bugs.webkit.org/show_bug.cgi?id=95772
+
+        Reviewed by David Hyatt.
+
+        * css2.1/20110323/floats-149-expected.html: Added.
+        * css2.1/20110323/floats-149.htm: Added.
+        * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
+        * fast/inline/inline-with-empty-inline-children.html: Added.
+        * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
+
+2013-02-07  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
+        https://bugs.webkit.org/show_bug.cgi?id=109082
+
+        Move the at-rule parsing tests to the recently added folder named
+        "custom-with-at-rule-parsing". 
+
+        Remove the "custom-filter" prefix from the test filenames to
+        match the new convention.
+
+        Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
+        "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
+        that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
+        behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
+        expectation file that was previously needed for "shouldBeType".
+
+        Reviewed by Dean Jackson.
+
+        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt.
+        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid.html.
+        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
+        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-valid.html.
+        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js.
+        (testInvalidFilterAtRule):
+        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js.
+        (testFilterAtRule):
+        (testNestedRules):
+        (checkRule):
+        * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
+        * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
+
+2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
+        https://bugs.webkit.org/show_bug.cgi?id=109201
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/network-uisourcecode-provider.html:
+
+2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: home button behaviour is wrong in DTE
+        https://bugs.webkit.org/show_bug.cgi?id=109154
+
+        Reviewed by Vsevolod Vlasov.
+
+        Add layout test to verify home button behaviour. Exclude this test on
+        platforms that do not have eventSender object in test shell.
+
+        * inspector/editor/text-editor-home-button-expected.txt: Added.
+        * inspector/editor/text-editor-home-button.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        Scrollbars misplaced with accelerated compositing for overflow scroll
+        https://bugs.webkit.org/show_bug.cgi?id=108625
+
+        Reviewed by Simon Fraser.
+
+        Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
+        and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
+
+        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+
+2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
+        https://bugs.webkit.org/show_bug.cgi?id=107567.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
+        * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
+        * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
+        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
+        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
+        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
+        * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
+        * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
+        * platform/qt/fast/text/whitespace/006-expected.png:
+        * platform/qt/fast/text/whitespace/006-expected.txt:
+        * platform/qt/fast/text/whitespace/007-expected.png:
+        * platform/qt/fast/text/whitespace/007-expected.txt:
+        * platform/qt/svg/batik/text/xmlSpace-expected.png:
+        * platform/qt/svg/batik/text/xmlSpace-expected.txt:
+        * platform/qt/svg/carto.net/combobox-expected.png:
+        * platform/qt/svg/carto.net/combobox-expected.txt:
+        * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
+        * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
+        * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
+        * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
+        * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
+
+2013-02-07  Gavin Peters  <gavinp@chromium.org>
+
+        Unreviewed, rolling out r142111.
+        http://trac.webkit.org/changeset/142111
+        https://bugs.webkit.org/show_bug.cgi?id=108055
+
+        win7 bot didn't display Arabic, see http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=platform%2Fchromium%2Ffast%2Fforms%2Fcalendar-picker%2Fcalendar-picker-appearance-required-ar.html
+
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
+
+2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: [Regression] Map.size() returns negative values.
+        https://bugs.webkit.org/show_bug.cgi?id=109174
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/map-expected.txt:
+        * inspector/map.html:
+
+2013-02-07  Kent Tamura  <tkent@chromium.org>
+
+        Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
+        https://bugs.webkit.org/show_bug.cgi?id=109160
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/number/number-l10n-input-expected.txt: Added.
+        * fast/forms/number/number-l10n-input.html: Added.
+
+2013-02-07  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] New baselines for GPU-accelerated reference filters tests.  Unreviewed.
+        https://bugs.webkit.org/show_bug.cgi?id=104289
+
+        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
+        * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
+        * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
+        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
+        * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
+        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-07  Peter Rybin  <prybin@chromium.org>
+
+        Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
+        https://bugs.webkit.org/show_bug.cgi?id=107829
+
+        Reviewed by Pavel Feldman.
+
+        * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
+        * inspector-protocol/debugger-setVariableValue.html: Added.
+        * inspector/console/command-line-api-expected.txt:
+        * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
+
+2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: reduce number of native memory instrumentation categories
+        https://bugs.webkit.org/show_bug.cgi?id=109146
+
+        Reviewed by Pavel Feldman.
+
+        Fix layout tests that started failing after r142081.
+
+        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
+        * inspector/profiler/memory-instrumentation-cached-images.html:
+        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
+        * inspector/profiler/memory-instrumentation-canvas.html:
+
+2013-02-07  Keishi Hattori  <keishi@webkit.org>
+
+        REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
+        https://bugs.webkit.org/show_bug.cgi?id=108055
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing test.
+
+        * platform/qt/TestExpectations:
+
+2013-02-07  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/dynamic/002-expected.txt:
+        * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
+        * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
+
+2013-02-07  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests state, renderbuffers, and reading folders.
+        https://bugs.webkit.org/show_bug.cgi?id=109121
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
+        * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
+        * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
+        * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
+        * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
+        * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
+        * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
+        * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
+        * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
+        * webgl/conformance/state/gl-enable-enum-test.html: Added.
+        * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
+        * webgl/conformance/state/gl-enum-tests.html: Added.
+        * webgl/conformance/state/gl-get-calls-expected.txt: Added.
+        * webgl/conformance/state/gl-get-calls.html: Added.
+        * webgl/conformance/state/gl-geterror-expected.txt: Added.
+        * webgl/conformance/state/gl-geterror.html: Added.
+        * webgl/conformance/state/gl-getstring-expected.txt: Added.
+        * webgl/conformance/state/gl-getstring.html: Added.
+        * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
+        * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
+        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
+        * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
+        * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
+        * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
+        * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
+
+2013-02-07  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests rendering folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109122
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/rendering/culling-expected.txt: Added.
+        * webgl/conformance/rendering/culling.html: Added.
+        * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
+        * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
+        * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
+        * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
+        * webgl/conformance/rendering/gl-clear-expected.txt: Added.
+        * webgl/conformance/rendering/gl-clear.html: Added.
+        * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
+        * webgl/conformance/rendering/gl-drawelements.html: Added.
+        * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
+        * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
+        * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
+        * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
+        * webgl/conformance/rendering/simple-expected.txt: Added.
+        * webgl/conformance/rendering/simple.html: Added.
+        * webgl/conformance/rendering/triangle-expected.txt: Added.
+        * webgl/conformance/rendering/triangle.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
+
+2013-02-07  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests programs folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109120
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/programs/get-active-test-expected.txt: Added.
+        * webgl/conformance/programs/get-active-test.html: Added.
+        * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
+        * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
+        * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
+        * webgl/conformance/programs/gl-get-active-attribute.html: Added.
+        * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
+        * webgl/conformance/programs/gl-get-active-uniform.html: Added.
+        * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
+        * webgl/conformance/programs/gl-getshadersource.html: Added.
+        * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
+        * webgl/conformance/programs/gl-shader-test.html: Added.
+        * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
+        * webgl/conformance/programs/invalid-UTF-16.html: Added.
+        * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
+        * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
+
+2013-02-07  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests context folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109114
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/context/constants-expected.txt: Added.
+        * webgl/conformance/context/constants.html: Added.
+        * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
+        * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
+        * webgl/conformance/context/context-lost-expected.txt: Added.
+        * webgl/conformance/context/context-lost-restored-expected.txt: Added.
+        * webgl/conformance/context/context-lost-restored.html: Added.
+        * webgl/conformance/context/context-lost.html: Added.
+        * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
+        * webgl/conformance/context/context-release-upon-reload.html: Added.
+        * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
+        * webgl/conformance/context/context-release-with-workers.html: Added.
+        * webgl/conformance/context/context-type-test-expected.txt: Added.
+        * webgl/conformance/context/context-type-test.html: Added.
+        * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
+        * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
+        * webgl/conformance/context/methods-expected.txt: Added.
+        * webgl/conformance/context/methods.html: Added.
+        * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
+        * webgl/conformance/context/premultiplyalpha-test.html: Added.
+        * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
+        * webgl/conformance/context/resource-sharing-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
+
+2013-02-07  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests uniforms folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109112
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
+        * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
+        * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
+        * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
+        * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
+        * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
+        * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
+        * webgl/conformance/uniforms/null-uniform-location.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
+
+2013-02-07  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests canvas folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109113
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/canvas/canvas-test-expected.txt: Added.
+        * webgl/conformance/canvas/canvas-test.html: Added.
+        * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
+        * webgl/conformance/canvas/canvas-zero-size.html: Added.
+        * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
+        * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
+        * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
+        * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
+        * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
+        * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
+        * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
+        * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
+        * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
+        * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
+
+2013-02-07  Gregg Tavares  <gman@chromium.org>
+
+        Add WebGL Conformance Tests texture folder.
+        https://bugs.webkit.org/show_bug.cgi?id=109111
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
+        * webgl/conformance/textures/compressed-tex-image.html: Added.
+        * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
+        * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
+        * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
+        * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
+        * webgl/conformance/textures/gl-teximage-expected.txt: Added.
+        * webgl/conformance/textures/gl-teximage.html: Added.
+        * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
+        * webgl/conformance/textures/mipmap-fbo.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
+        * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
+        * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-webgl.html: Added.
+        * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
+        * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
+        * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
+        * webgl/conformance/textures/tex-input-validation.html: Added.
+        * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
+        * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
+        * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
+        * webgl/conformance/textures/tex-sub-image-2d.html: Added.
+        * webgl/conformance/textures/texparameter-test-expected.txt: Added.
+        * webgl/conformance/textures/texparameter-test.html: Added.
+        * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
+        * webgl/conformance/textures/texture-attachment-formats.html: Added.
+        * webgl/conformance/textures/texture-clear-expected.txt: Added.
+        * webgl/conformance/textures/texture-clear.html: Added.
+        * webgl/conformance/textures/texture-complete-expected.txt: Added.
+        * webgl/conformance/textures/texture-complete.html: Added.
+        * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
+        * webgl/conformance/textures/texture-formats-test.html: Added.
+        * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
+        * webgl/conformance/textures/texture-hd-dpi.html: Added.
+        * webgl/conformance/textures/texture-npot-expected.txt: Added.
+        * webgl/conformance/textures/texture-npot.html: Added.
+        * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
+        * webgl/conformance/textures/texture-size-cube-maps.html: Added.
+        * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
+        * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
+        * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
+        * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
+        * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
+        * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
+
+2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: highlight matching braces in DTE.
+        https://bugs.webkit.org/show_bug.cgi?id=108697
+
+        Reviewed by Pavel Feldman.
+
+        New layout test to verify brace matching functionality. Fix some
+        layout test expectations as the patch removes braces from highlight
+        ranges.
+
+        * inspector/editor/brace-matcher-expected.txt: Added.
+        * inspector/editor/brace-matcher.html: Added.
+        * inspector/editor/highlighter-basics-expected.txt:
+        * inspector/editor/text-editor-long-line-expected.txt:
+
+2013-02-07  Matt Falkenhagen  <falken@chromium.org>
+
+        Rollout r142058 various crashes and timeouts on AppleMac and Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=109152
+
+        Reviewed by Pavel Feldman.
+
+        Unreviewed gardening. r142058 added failing tests and marked many as
+        Skip or Failure but there are also Timeouts and Crashes causing
+        redness.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/win/TestExpectations:
+        * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
+        * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
+        * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
+        * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
+        * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
+        * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
+        * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
+        * webgl/conformance/canvas/to-data-url-test.html: Removed.
+        * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
+        * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
+        * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
+        * webgl/conformance/context/context-creation-and-destruction.html: Removed.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
+        * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
+        * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
+        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
+        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
+        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
+        * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
+        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
+        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
+        * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
+        * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
+        * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
+        * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
+        * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
+        * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
+        * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
+        * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
+        * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
+        * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
+        * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
+        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
+        * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
+        * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
+        * webgl/conformance/more/functions/drawArrays.html: Removed.
+        * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
+        * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
+        * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
+        * webgl/conformance/more/functions/drawElements.html: Removed.
+        * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
+        * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
+        * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
+        * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
+        * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
+        * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
+        * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
+        * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
+        * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
+        * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
+        * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
+        * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
+        * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
+        * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
+        * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
+        * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
+        * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
+        * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
+        * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
+        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
+        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
+        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
+        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
+        * webgl/conformance/programs/program-test-expected.txt: Removed.
+        * webgl/conformance/programs/program-test.html: Removed.
+        * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
+        * webgl/conformance/reading/read-pixels-test.html: Removed.
+        * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
+        * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
+        * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
+        * webgl/conformance/rendering/gl-scissor-test.html: Removed.
+        * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
+        * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
+        * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
+        * webgl/conformance/rendering/multisample-corruption.html: Removed.
+        * webgl/conformance/rendering/point-size-expected.txt: Removed.
+        * webgl/conformance/rendering/point-size.html: Removed.
+        * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
+        * webgl/conformance/state/gl-object-get-calls.html: Removed.
+        * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
+        * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
+        * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
+        * webgl/conformance/textures/gl-pixelstorei.html: Removed.
+        * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
+        * webgl/conformance/textures/origin-clean-conformance.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
+        * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
+        * webgl/conformance/textures/texture-active-bind-2.html: Removed.
+        * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
+        * webgl/conformance/textures/texture-active-bind.html: Removed.
+        * webgl/conformance/textures/texture-mips-expected.txt: Removed.
+        * webgl/conformance/textures/texture-mips.html: Removed.
+        * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
+        * webgl/conformance/textures/texture-npot-video.html: Removed.
+        * webgl/conformance/textures/texture-size-expected.txt: Removed.
+        * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
+        * webgl/conformance/textures/texture-size-limit.html: Removed.
+        * webgl/conformance/textures/texture-size.html: Removed.
+        * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
+        * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
+        * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
+        * webgl/conformance/uniforms/uniform-default-values.html: Removed.
+        * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
+        * webgl/conformance/uniforms/uniform-location.html: Removed.
+        * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
+        * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
+
+2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing WebGL tests.
+
+        * platform/qt/TestExpectations:
+
+2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142067.
+        http://trac.webkit.org/changeset/142067
+        https://bugs.webkit.org/show_bug.cgi?id=109147
+
+        adding Slow modifier did not help completely (Requested by
+        falken on #webkit).
+
+        * platform/chromium/TestExpectations:
+
+2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
+        Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
+        layout tests.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-03  Kentaro Hara  <haraken@chromium.org>
+
+        WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
+        https://bugs.webkit.org/show_bug.cgi?id=76216
+
+        Reviewed by Eric Seidel.
+
+        Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
+
+        This patch creates a new FocusEvent class with a relatedTarget attribute.
+        Now when focusin or focusout events are dispatched, a FocusEvent is created with
+        the relatedTarget attribute set accordingly.
+
+        * fast/dom/shadow/shadow-boundary-events-expected.txt:
+        * fast/dom/shadow/shadow-boundary-events.html:
+        * fast/events/related-target-focusevent-expected.txt: Added.
+        * fast/events/related-target-focusevent.html: Added.
+
+2013-02-06  Mike West  <mkwst@chromium.org>
+
+        Entity-header extension headers honored on 304 responses.
+        https://bugs.webkit.org/show_bug.cgi?id=72414
+
+        Reviewed by Alexey Proskuryakov.
+
+        * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
+        * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
+        * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
+        * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
+        * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
+        * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
+        * http/tests/security/xssAuditor/cached-frame.html: Added.
+        * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
+
+2013-02-06  Matt Falkenhagen  <falken@chromium.org>
+
+        Unreviewed gardening. Marking all webgl/conformance tests as slow.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-06  Tom Sepez  <tsepez@chromium.org>
+
+        document.referrer leakage with XSS Auditor page block
+        https://bugs.webkit.org/show_bug.cgi?id=109089
+
+        Reviewed by Adam Barth.
+
+        Test prints the referrer to show it isn't leaked.
+        
+        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag.html:
+
+2013-02-06  Matt Falkenhagen  <falken@chromium.org>
+
+        Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-06  Gregg Tavares  <gman@chromium.org>
+
+        Adds failing WebGL Conformance Tests.
+        https://bugs.webkit.org/show_bug.cgi?id=109075
+
+        Reviewed by Kenneth Russell.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/win/TestExpectations:
+        * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
+        * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
+        * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
+        * webgl/conformance/canvas/buffer-preserve-test.html: Added.
+        * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
+        * webgl/conformance/canvas/drawingbuffer-test.html: Added.
+        * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
+        * webgl/conformance/canvas/to-data-url-test.html: Added.
+        * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
+        * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
+        * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
+        * webgl/conformance/context/context-creation-and-destruction.html: Added.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
+        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
+        * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
+        * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
+        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
+        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
+        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
+        * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
+        * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
+        * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
+        * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
+        * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
+        * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
+        * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexImage2D.html: Added.
+        * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
+        * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
+        * webgl/conformance/more/functions/drawArrays.html: Added.
+        * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
+        * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
+        * webgl/conformance/more/functions/drawElements-expected.txt: Added.
+        * webgl/conformance/more/functions/drawElements.html: Added.
+        * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
+        * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
+        * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
+        * webgl/conformance/more/functions/texImage2DHTML.html: Added.
+        * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
+        * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
+        * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
+        * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
+        * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
+        * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
+        * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
+        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
+        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
+        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
+        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
+        * webgl/conformance/programs/program-test-expected.txt: Added.
+        * webgl/conformance/programs/program-test.html: Added.
+        * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
+        * webgl/conformance/reading/read-pixels-test.html: Added.
+        * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
+        * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
+        * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
+        * webgl/conformance/rendering/gl-scissor-test.html: Added.
+        * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
+        * webgl/conformance/rendering/more-than-65536-indices.html: Added.
+        * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
+        * webgl/conformance/rendering/multisample-corruption.html: Added.
+        * webgl/conformance/rendering/point-size-expected.txt: Added.
+        * webgl/conformance/rendering/point-size.html: Added.
+        * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
+        * webgl/conformance/state/gl-object-get-calls.html: Added.
+        * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
+        * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
+        * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
+        * webgl/conformance/textures/gl-pixelstorei.html: Added.
+        * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
+        * webgl/conformance/textures/origin-clean-conformance.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
+        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
+        * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
+        * webgl/conformance/textures/texture-active-bind-2.html: Added.
+        * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
+        * webgl/conformance/textures/texture-active-bind.html: Added.
+        * webgl/conformance/textures/texture-mips-expected.txt: Added.
+        * webgl/conformance/textures/texture-mips.html: Added.
+        * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
+        * webgl/conformance/textures/texture-npot-video.html: Added.
+        * webgl/conformance/textures/texture-size-expected.txt: Added.
+        * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
+        * webgl/conformance/textures/texture-size-limit.html: Added.
+        * webgl/conformance/textures/texture-size.html: Added.
+        * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
+        * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
+        * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
+        * webgl/conformance/uniforms/uniform-default-values.html: Added.
+        * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
+        * webgl/conformance/uniforms/uniform-location.html: Added.
+        * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
+        * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
+        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
+        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
+        * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
+        * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
+        * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
+        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
+
+2013-02-06  Terry Anderson  <tdanderson@chromium.org>
+
+        Add support for gesture scroll events that do not propagate to enclosing scrollables
+        https://bugs.webkit.org/show_bug.cgi?id=108849
+
+        Reviewed by Antonio Gomes.
+
+        New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
+        propagate to the scrollable parent of their target when the target has no area
+        left to be scrolled.
+
+        Modified two chromium-specific plugin tests to ensure that the plugins receive
+        GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
+        dispatched to them.
+
+        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
+        * platform/chromium/plugins/gesture-events-expected.txt:
+        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
+        * platform/chromium/plugins/gesture-events-scrolled.html:
+        * platform/chromium/plugins/gesture-events.html:
+
+2013-02-06  Ojan Vafai  <ojan@chromium.org>
+
+        [Chromium] table-section-overflow-clip-crash.html hits an assert
+        https://bugs.webkit.org/show_bug.cgi?id=108594
+
+        Reviewed by Levi Weintraub.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-06  Ojan Vafai  <ojan@chromium.org>
+
+        display:none file upload button crashes
+        https://bugs.webkit.org/show_bug.cgi?id=109102
+
+        Reviewed by Levi Weintraub.
+
+        * fast/forms/file/display-none-upload-button-expected.txt: Added.
+        * fast/forms/file/display-none-upload-button.html: Added.
+        Tests that we don't crash. Also exposes a bug that the baseline and height of
+        the input don't include the height of the filename text.
+
+2013-02-06  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations update for Skia change.
+
+        Unreviewed expectations update
+
+        Files that we were expecting to fail. Now being rebaselined.
+
+        * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-linux/svg/text/selection-styles-expected.png:
+        * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
+        * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
+        * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
+        * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
+
+2013-02-06  Dima Gorbik  <dgorbik@apple.com>
+
+        Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
+        https://bugs.webkit.org/show_bug.cgi?id=109101
+
+        We check that the style matches a pseudo element by setting its height to 1px.
+        Some user agents, like iOS, have default border styles that affect the minimum height,
+        so we need to reset those.
+
+        Reviewed by Joseph Pecoraro.
+
+        * fast/css/unknown-pseudo-element-matching.html:
+
+2013-02-06  Dirk Schulze  <dschulze@adobe.com>
+
+        Context's currentPath should check for passed type
+        https://bugs.webkit.org/show_bug.cgi?id=109097
+
+        Reviewed by Dean Jackson.
+
+        Add checks with different data types as value for canvas.currentPath.
+
+        * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
+        * fast/canvas/canvas-currentPath-crash.html: Added.
+        * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-02-06  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations update for Skia change.
+
+        Unreviewed expectations update
+
+        Files that we were expecting to fail. Now being rebaselined.
+
+        * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
+        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
+        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
+        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
+        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-linux/svg/custom/text-ctm-expected.png:
+        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
+        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-win/svg/custom/text-ctm-expected.png:
+        * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
+        * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
+        * svg/custom/text-ctm-expected.txt: Added.
+
+2013-02-06  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
+        https://bugs.webkit.org/show_bug.cgi?id=109090
+
+        Reviewed by Adam Barth.
+
+        * html5lib/resources/template.dat:
+
+2013-02-06  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations update for Skia change.
+
+        Unreviewed expectations update
+
+        Files that we were expecting to fail. Now being rebaslined.
+
+        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
+        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
+        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
+        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
+        * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
+        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
+        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
+        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
+        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
+        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
+        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
+        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
+        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
+        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
+
+2013-02-06  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations update for Skia change.
+
+        Unreviewed expectations update
+
+        And these too. See change below.
+
+        * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
+
+2013-02-06  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations update for Skia change.
+
+        Unreviewed expectations update
+
+        Apparently there are width differences on the mac platforms. These were
+        clobbered qwhen I updated the 10.8 expectations.
+
+        * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
+
+2013-02-06  Dima Gorbik  <dgorbik@apple.com>
+
+        Store the language internally instead of using lang attribute for WebVTT nodes
+        https://bugs.webkit.org/show_bug.cgi?id=108858
+
+        Reviewed by Eric Carlson.
+
+        * media/track/captions-webvtt/styling-lang.vtt:
+        * media/track/track-css-matching-lang-expected.txt:
+        * media/track/track-css-matching-lang.html:
+
+2013-02-06  Levi Weintraub  <leviw@chromium.org>
+
+        Negative text indents can break RenderBlock's inline maximum preferred width calculation
+        https://bugs.webkit.org/show_bug.cgi?id=108973
+
+        Reviewed by Emil A Eklund.
+
+        * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
+        * fast/css/negative-text-indent-in-inline-block.html: Added.
+
+2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-06  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r142025.
+        http://trac.webkit.org/changeset/142025
+        https://bugs.webkit.org/show_bug.cgi?id=109091
+
+        broke the build (Requested by tdanderson on #webkit).
+
+        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
+        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
+        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
+        * platform/chromium/plugins/gesture-events-expected.txt:
+        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
+        * platform/chromium/plugins/gesture-events-scrolled.html:
+        * platform/chromium/plugins/gesture-events.html:
+
+2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining and adding a few failure expectations after r142015.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/dynamic/002-expected.txt:
+
+2013-02-06  Terry Anderson  <tdanderson@chromium.org>
+
+        Add support for gesture scroll events that do not propagate to enclosing scrollables
+        https://bugs.webkit.org/show_bug.cgi?id=108849
+
+        Reviewed by Antonio Gomes.
+
+        New tests added to ensure that GestureScrollUpdateNotPropagated events will not
+        propagate to the scrollable parent of their target when the target has no area
+        left to be scrolled.
+
+        Modified two chromium-specific plugin tests to ensure that the plugins receive
+        GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
+        dispatched to them.
+
+        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
+        * platform/chromium/plugins/gesture-events-expected.txt:
+        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
+        * platform/chromium/plugins/gesture-events-scrolled.html:
+        * platform/chromium/plugins/gesture-events.html:
+
+2013-02-06  Ryosuke Niwa  <rniwa@webkit.org>
+
+        REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
+        https://bugs.webkit.org/show_bug.cgi?id=108380
+
+        Reviewed by Alexey Proskuryakov.
+
+        Re-enable tests that have been temporarily disabled.
+
+        * platform/mac/TestExpectations:
+
+2013-02-06  Uday Kiran  <udaykiran@motorola.com>
+
+        Implement 'vmax' from CSS3 values and units
+        https://bugs.webkit.org/show_bug.cgi?id=91440
+
+        Reviewed by Antti Koivisto.
+
+        vmax is implemented as primitive length unit.
+        New length type ViewportPercentageMax is added and included support for fetching the value
+        of this viewport percentage unit based on current viewport size.
+
+        The specification related to this implementation is
+        http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
+
+        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
+        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
+        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
+        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
+        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
+        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
+
+2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Walked through the WontFix test expectations, expanding them with the expected failure.
+        This forces the test to run but not complain as long as the failure is the same as expected.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-06  Stephen White  <senorblanco@chromium.org>
+
+        Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands.  Unreviewed.
+        https://bugs.webkit.org/show_bug.cgi?id=104289
+
+        * platform/chromium/TestExpectations:
+
+2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Marking required tests as slow so the test runs are not interrupted when timeouts
+        occur in tests that would actually pass if given enough time.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-06  Pravin D  <pravind.2k4@gmail.com>
+
+        When a block element is made inline positioned and has static left and right,  it does not follow inline formatting context
+        https://bugs.webkit.org/show_bug.cgi?id=91665
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
+        * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
+        * fast/dynamic/floating-to-non-floating-expected.txt: Added.
+        * fast/dynamic/floating-to-non-floating.html: Added.
+        * fast/dynamic/non-floating-to-floating-expected.txt: Added.
+        * fast/dynamic/non-floating-to-floating.html: Added.
+        * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
+        * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
+           Testcases for the patch.
+
+        * fast/dynamic/resources/helper-bug91665.js: Added.
+        * fast/dynamic/resources/style-bug91665.css: Added.
+           Common javascript functions and css classes used by the above testcases.
+
+        * fast/css/first-letter-removed-added-expected.txt:
+           Previously failing sub-test is passing.
+
+        * fullscreen/full-screen-fixed-pos-parent-expected.txt:
+           Change orthogonal to the current patch.
+
+        * platform/mac/fast/dynamic/002-expected.txt:
+        * platform/chromium-win/fast/dynamic/002-expected.txt:
+        * platform/chromium/fast/dynamic/002-expected.txt:
+           Expected change. The testcase has a static block element followed by a text node wrapped 
+           in an anonymous block. When the block element becomes floating, it is out of the flow context.
+           Thus the text node must no longer be wrapped by the anonymous block.
+
+        * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
+        * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
+           Progression. Previously we used to repaint the a much larger area as compared to the behavior 
+           with the patch, which repaints only the area affected due to the change in style(position) 
+           of certain elements.
+
+        * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
+        * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
+        * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
+        * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
+           Added platform specific images.
+
+2013-02-06  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
+        https://bugs.webkit.org/show_bug.cgi?id=109008
+
+        Reviewed by Ryosuke Niwa.
+
+        * accessibility/html-html-element-is-ignored-expected.txt: Added.
+        * accessibility/html-html-element-is-ignored.html: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-06  Shawn Singh  <shawnsingh@chromium.org>
+
+        RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
+        https://bugs.webkit.org/show_bug.cgi?id=108118
+
+        Reviewed by Simon Fraser.
+
+        * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
+        * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
+        * compositing/visibility/visibility-on-distant-descendant.html: Added.
+
+2013-02-06  Gregg Tavares  <gman@chromium.org>
+
+        Adds the WebGL Conformance Test ogles support files.
+        https://bugs.webkit.org/show_bug.cgi?id=109063
+
+        Reviewed by Kenneth Russell.
+
+        Note: This was reviewed offline because the patch was too large to upload to
+        bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
+
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/break_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comment_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constFunc_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor3_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/continue_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType10_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType11_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType12_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType13_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType19_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType5_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType6_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType7_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType8_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType9_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dowhile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension2_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension3_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension5_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension6_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension7_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension8_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension9_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function10_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function2_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function6_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function7_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function8_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function9_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment6_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/matrix_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/normal_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser10_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser5_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser6_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser7_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser8_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser9_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess0_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess10_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess6_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess7_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct10_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct11_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct5_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct6_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct7_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct8_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct9_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/typecast_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vector_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version2_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version3_V100_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertex_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/expected.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_w_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/copy_texture/copy_texture.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/brick.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/texture.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat2.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat3.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat4.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_vec.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests2.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/vec_tests.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2m_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3m_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4m_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/default.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/three_uniforms/4f_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_frag.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_vert.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/vertex_program_point_size/point_size.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/ogles/ogles-utils.js: Added.
+        (OpenGLESTestRunner):
+        (OpenGLESTestRunner.):
+
+2013-02-06  Dean Jackson  <dino@apple.com>
+
+        Minor updates to captions menu UI
+        https://bugs.webkit.org/show_bug.cgi?id=109005
+
+        Reviewed by Eric Carlson.
+
+        A caption track without a label or language is now given the menu
+        title 'Unknown'. Note also that the test includes some intentional
+        failure text.
+
+        * media/video-controls-captions-trackmenu-localized.html:
+        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
+
+2013-02-06  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations update for Skia change.
+
+        Unreviewed expectations update
+
+        * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.png:
+        * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.txt: Added.
+        * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.png:
+        * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
+        * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.png:
+        * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Remove isSnippet field from FileDescriptor and UISourceCode.
+        https://bugs.webkit.org/show_bug.cgi?id=109045
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/scripts-file-selector.html:
+        * inspector/debugger/scripts-sorting.html:
+
+2013-02-06  Marja Hölttä  <marja@chromium.org>
+
+        [WK2] New tests introduced in r100895 fail
+        https://bugs.webkit.org/show_bug.cgi?id=73913
+
+        Reviewed by Jochen Eisinger.
+
+        The tests now work, because WTR supports HTTPS tests.
+
+        * platform/wk2/TestExpectations:
+
+2013-02-06  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing WebGl test.
+
+        * platform/qt/TestExpectations:
+
+2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Remove show script folders setting
+        https://bugs.webkit.org/show_bug.cgi?id=108940
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/scripts-sorting-expected.txt:
+        * inspector/debugger/scripts-sorting.html:
+
+2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: update javascriptsourcetokenizer to produce "whitespaces" token
+        https://bugs.webkit.org/show_bug.cgi?id=108945
+
+        Reviewed by Pavel Feldman.
+
+        Update test expectations so that they have "whitespace" token in
+        there.
+
+        * inspector/editor/highlighter-basics-expected.txt:
+        * inspector/editor/highlighter-chunk-limit-expected.txt:
+        * inspector/editor/highlighter-long-line.html:
+        * inspector/editor/text-editor-long-line-expected.txt:
+        * inspector/syntax-highlight-html-expected.txt:
+        * inspector/syntax-highlight-javascript-expected.txt:
+
+2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: refactor registerShortcuts method of DTE
+        https://bugs.webkit.org/show_bug.cgi?id=109031
+
+        Reviewed by Pavel Feldman.
+
+        Fix helper method to correspond to refactoring of handleUndoRedo
+        method.
+
+        * http/tests/inspector/live-edit-test.js:
+        (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
+        (initialize_LiveEditTest):
+
+2013-02-06  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Implement DTMF support in RTCPeerConnection
+        https://bugs.webkit.org/show_bug.cgi?id=106782
+
+        Reviewed by Adam Barth.
+
+        * fast/mediastream/RTCPeerConnection-dtmf-expected.txt: Added.
+        * fast/mediastream/RTCPeerConnection-dtmf.html: Added.
+
+2013-02-06  Mihai Maerean  <mmaerean@adobe.com>
+
+        [CSSRegions] Assertion failure in Node::detach (!renderer || renderer->inRenderFlowThread())
+        https://bugs.webkit.org/show_bug.cgi?id=104517
+
+        Reviewed by Julien Chaffraix.
+
+        The test adds an anonymous block in a region and detaches the body of document. The ASSERT is not hit anymore.
+
+        * fast/regions/detaching-regions-with-anonymous-blocks-expected.txt: Added.
+        * fast/regions/detaching-regions-with-anonymous-blocks.html: Added.
+
+2013-02-06  Marja Hölttä  <marja@chromium.org>
+
+        Take referrer policy into account when clearing the referrer header
+        https://bugs.webkit.org/show_bug.cgi?id=86000
+
+        Reviewed by Alexey Proskuryakov.
+
+        Unskip http/tests/security/referrer-policy-redirect-link.html
+
+        Skipping the tests on wk2, because other referrer policy tests are
+        skipped, too ( https://bugs.webkit.org/show_bug.cgi?id=73913 ).
+
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2013-02-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [Qt] Unskip working filter tests.
+
+        Unreviewed gardening
+
+        These tests work if we remove our failure expecting baselines.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/css3/filters/filter-animation-expected.png: Removed.
+        * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
+        * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
+        * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
+        * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
+        * platform/qt/css3/filters/filter-property-expected.png: Removed.
+        * platform/qt/css3/filters/filter-property-expected.txt: Removed.
+        * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
+        * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
+        * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
+        * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
+
+2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Skipping the newly-added tests in webgl/, the GTK builders are not
+        yet able to run these tests.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-05  Gregg Tavares  <gman@chromium.org>
+
+        Adds the WebGL Conformance Tests attrib folder.
+        https://bugs.webkit.org/show_bug.cgi?id=108901
+
+        Reviewed by Kenneth Russell.
+
+        * platform/chromium/TestExpectations:
+        * webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added.
+        * webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
+        * webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added.
+        * webgl/conformance/attribs/gl-enable-vertex-attrib.html: Added.
+        * webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Added.
+        * webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added.
+        * webgl/conformance/attribs/gl-vertex-attrib-render.html: Added.
+        * webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added.
+        * webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
+        * webgl/conformance/attribs/gl-vertex-attrib.html: Added.
+        * webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Added.
+        * webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added.
+        * webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
+        * webgl/conformance/attribs/gl-vertexattribpointer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-render.html: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
+        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Added.
+
+2013-02-05  Matt Falkenhagen  <falken@chromium.org>
+
+        Unreviewed gardening. Rebaseline navigator-detached-no-crash.html,
+        whose output is affected by the disabling of web intents in Chromium.
+
+        * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
+
+2013-02-05  Matt Falkenhagen <falken@chromium.org>
+
+        Unreviewed gardening. Chromium disabled web intents.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-05  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Split calendar-picker-key-operations.html into two
+        https://bugs.webkit.org/show_bug.cgi?id=109006
+
+        Reviewed by Kentaro Hara.
+
+        Split calendar-picker-key-operations.html into two parts:
+         - OS-independent part (calendar-picker-key-operations.html), and
+         - OS-dependent part (calendar-picker-f4-key.html).
+
+        We had some troubles when we updated calendar-picker-key-operations.html
+        because the behavior by F4 key is OS-dependent. We move the test for F4
+        key to new test.
+
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt:
+        Added. It is expected that this contains FAIL line because we don't
+        support the F4 key behavior on OSX.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        Removed. Now the result of calendar-picker-key-operations.html is OS-independent.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key.html:
+        Added. Move from calendar-picker-key-operations.html.
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+        Move the F4 key part to calendar-picker-f4-key.html.
+
+2013-02-05  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Grid item's logical height is not properly recomputed after -webkit-grid-column / -webkit-grid-row changes
+        https://bugs.webkit.org/show_bug.cgi?id=108975
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/implicit-position-dynamic-change-expected.txt: Added.
+        * fast/css-grid-layout/implicit-position-dynamic-change.html: Added.
+
+2013-02-05  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Read-only inputs should be focusable
+        https://bugs.webkit.org/show_bug.cgi?id=108795
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
+
+2013-02-05  Eric Carlson  <eric.carlson@apple.com>
+
+        [Mac] Complete plumbing so captions menu can indicate track type
+        https://bugs.webkit.org/show_bug.cgi?id=108994
+
+        Reviewed by Dean Jackson.
+
+        Update test results now that the Mac media engine identifies CC tracks.
+
+        * media/video-controls-captions-trackmenu-localized.html:
+        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
+
+2013-02-05   Vineet Chaudhary  <rgf748@motorola.com>
+
+        formenctype to have empty string as default value.
+        https://bugs.webkit.org/show_bug.cgi?id=108969
+
+        Reviewed by Kent Tamura.
+
+        The spec says formEnctype should only have an invalid value default, not a missing value default.
+        Spec: http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formenctype
+              http://www.whatwg.org/specs/web-apps/current-work/#attr-fs-formenctype
+
+        * fast/forms/submit-form-attributes-expected.txt:
+        * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
+
+2013-02-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening. Win7 port doesn't run WebGL.
+
+        * platform/win/TestExpectations:
+
+2013-02-05  Manuel Rego Casasnovas  <rego@igalia.com>
+
+        [GTK][WK2] Unflag tests related to layoutTestController.setCustomPolicyDelegate
+        https://bugs.webkit.org/show_bug.cgi?id=108976
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk-wk2/TestExpectations: Unflag
+        fast/loader/policy-delegate-action-hit-test-zoomed.html as it is
+        already passing (layoutTestController.setCustomPolicyDelegate was
+        implemented in r128600). Mark some tests related with
+        layoutTestController.setCustomPolicyDelegate as passing in WK2 but
+        failing in WK1.
+
+2013-02-05  Nayan Kumar K  <nayankk@motorola.com>
+
+        [WEBGL] Rename WEBKIT_WEBGL_depth_texture to WEBGL_depth_texture.
+        https://bugs.webkit.org/show_bug.cgi?id=108959
+
+        Reviewed by Kenneth Russell.
+
+        * fast/canvas/webgl/webgl-depth-texture.html:
+
+2013-02-05  Gregg Tavares  <gman@chromium.org>
+
+        Adds the WebGL Conformance Tests typedarrays folder.
+        https://bugs.webkit.org/show_bug.cgi?id=108907
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Added.
+        * webgl/conformance/typedarrays/array-buffer-crash.html: Added.
+        * webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added.
+        * webgl/conformance/typedarrays/array-buffer-view-crash.html: Added.
+        * webgl/conformance/typedarrays/array-unit-tests-expected.txt: Added.
+        * webgl/conformance/typedarrays/array-unit-tests.html: Added.
+        * webgl/conformance/typedarrays/data-view-crash-expected.txt: Added.
+        * webgl/conformance/typedarrays/data-view-crash.html: Added.
+        * webgl/conformance/typedarrays/data-view-test-expected.txt: Added.
+        * webgl/conformance/typedarrays/data-view-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-crash.html: Added.
+        * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-test.html: Added.
+
+2013-02-05  Gregg Tavares  <gman@chromium.org>
+
+        Adds the WebGL Conformance Tests misc folder.
+        https://bugs.webkit.org/show_bug.cgi?id=108905
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/misc/bad-arguments-test-expected.txt: Added.
+        * webgl/conformance/misc/bad-arguments-test.html: Added.
+        * webgl/conformance/misc/boolean-argument-conversion-expected.txt: Added.
+        * webgl/conformance/misc/boolean-argument-conversion.html: Added.
+        * webgl/conformance/misc/delayed-drawing-expected.txt: Added.
+        * webgl/conformance/misc/delayed-drawing.html: Added.
+        * webgl/conformance/misc/error-reporting-expected.txt: Added.
+        * webgl/conformance/misc/error-reporting.html: Added.
+        * webgl/conformance/misc/functions-returning-strings-expected.txt: Added.
+        * webgl/conformance/misc/functions-returning-strings.html: Added.
+        * webgl/conformance/misc/instanceof-test-expected.txt: Added.
+        * webgl/conformance/misc/instanceof-test.html: Added.
+        * webgl/conformance/misc/invalid-passed-params-expected.txt: Added.
+        * webgl/conformance/misc/invalid-passed-params.html: Added.
+        * webgl/conformance/misc/is-object-expected.txt: Added.
+        * webgl/conformance/misc/is-object.html: Added.
+        * webgl/conformance/misc/null-object-behaviour-expected.txt: Added.
+        * webgl/conformance/misc/null-object-behaviour.html: Added.
+        * webgl/conformance/misc/object-deletion-behaviour-expected.txt: Added.
+        * webgl/conformance/misc/object-deletion-behaviour.html: Added.
+        * webgl/conformance/misc/shader-precision-format-expected.txt: Added.
+        * webgl/conformance/misc/shader-precision-format.html: Added.
+        * webgl/conformance/misc/type-conversion-test-expected.txt: Added.
+        * webgl/conformance/misc/type-conversion-test.html: Added.
+        * webgl/conformance/misc/uninitialized-test-expected.txt: Added.
+        * webgl/conformance/misc/uninitialized-test.html: Added.
+        * webgl/conformance/misc/webgl-specific-expected.txt: Added.
+        * webgl/conformance/misc/webgl-specific.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/boolean-argument-conversion.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/error-reporting.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/instanceof-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/is-object.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/misc/webgl-specific.html: Added.
+
+2013-02-05  Gregg Tavares  <gman@chromium.org>
+
+        Adds the WebGL Conformance Tests buffers folder
+        https://bugs.webkit.org/show_bug.cgi?id=108902
+
+        Reviewed by Kenneth Russell.
+
+        * webgl/conformance/buffers/buffer-bind-test-expected.txt: Added.
+        * webgl/conformance/buffers/buffer-bind-test.html: Added.
+        * webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Added.
+        * webgl/conformance/buffers/buffer-data-array-buffer.html: Added.
+        * webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added.
+        * webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
+        * webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Added.
+        * webgl/conformance/buffers/index-validation-copies-indices.html: Added.
+        * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
+        * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
+        * webgl/conformance/buffers/index-validation-expected.txt: Added.
+        * webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Added.
+        * webgl/conformance/buffers/index-validation-large-buffer.html: Added.
+        * webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added.
+        * webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
+        * webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added.
+        * webgl/conformance/buffers/index-validation-with-resized-buffer.html: Added.
+        * webgl/conformance/buffers/index-validation.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-large-buffer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Added.
+        * webgl/resources/webgl_test_files/conformance/buffers/index-validation.html: Added.
+
+2013-02-05  Anton Vayvod  <avayvod@chromium.org>
+
+        TextAutosizing: adjust the maximum difference between cluster text width and its descendant
+        width.
+        https://bugs.webkit.org/show_bug.cgi?id=108411
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Tests that certain width difference doesn't make descendants separate clusters.
+
+        * fast/text-autosizing/nested-child-expected.html: Added.
+        * fast/text-autosizing/nested-child.html: Added.
+
+2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing test.
+        https://bugs.webkit.org/show_bug.cgi?id=108942.
+
+        * platform/qt/TestExpectations:
+
+2013-02-05  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on disabled sub-fields.
+        https://bugs.webkit.org/show_bug.cgi?id=108924
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-focus-expected.txt: Added.
+        * fast/forms/date-multiple-fields/date-multiple-fields-focus.html: Added.
+
+2013-02-04  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Create separate project for each file system added to inspector.
+        https://bugs.webkit.org/show_bug.cgi?id=108652
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/file-mapping.html:
+        * inspector/file-system-mapping-expected.txt: Added.
+        * inspector/file-system-mapping.html: Added.
+
+2013-02-05  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus
+        https://bugs.webkit.org/show_bug.cgi?id=108914
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: Added.
+
+2013-02-05  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a flaky crash expectation for a couple of tests.
+        Reclassifying the expectation for http/tests/media/video-play-stall.html as a flaky timeouting test.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt][Wk2] Unreviewed gardening. Added platform specific expected.
+
+        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
+        * platform/qt-5.0-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added update after r140174.
+
+2013-02-05  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Update RTCPeerConnections stream accessors to match the latest specification
+        https://bugs.webkit.org/show_bug.cgi?id=108179
+
+        Reviewed by Adam Barth.
+
+        Updating tests for RTCPeerConnections new stream accessors.
+
+        * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
+        * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
+        * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
+        * fast/mediastream/RTCPeerConnection-statsSelector.html:
+
+2013-02-05  Shinya Kawanaka  <shinyak@chromium.org>
+
+        touch-event.html should check touchstartFiredInShadowDOM is true.
+        https://bugs.webkit.org/show_bug.cgi?id=108910
+
+        Reviewed by Hajime Morita.
+
+        We have to check touchstartFiredInShadowDOM is true so that we can assure touch event is in ShadowDOM.
+        This is a follow-up patch for http://trac.webkit.org/changeset/141054
+
+        * fast/dom/shadow/touch-event-expected.txt:
+        * fast/dom/shadow/touch-event.html:
+
+2013-02-05  Praveen Jadhav  <praveen.j@samsung.com>
+
+        Floating point precision error in AudioPannerNode.
+        https://bugs.webkit.org/show_bug.cgi?id=106001
+
+        Reviewed by Kentaro Hara.
+
+        Specifications Update: 
+        https://dvcs.w3.org/hg/audio/rev/69a39a516e45
+
+        New test scenarios are added to verify precision
+        error issues in PannerNode.
+
+        * webaudio/pannernode-basic-expected.txt:
+        * webaudio/pannernode-basic.html:
+
+2013-02-05  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Use disabled attribute internally instead of readonly attribute
+        https://bugs.webkit.org/show_bug.cgi?id=108911
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
+        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html:
+        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
+        * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html:
+
+2013-02-04  Dean Jackson  <dino@apple.com>
+
+        [Mac] Captions menu should indicate language and type of track
+        https://bugs.webkit.org/show_bug.cgi?id=108882
+
+        Reviewed by Eric Carlson.
+
+        Now that the captions menu can be labelled in a platform-specific way, move
+        the results into the platform directory. At the moment, they are skipped
+        everywhere but Mac. Also update the tests to the new menu structure, which
+        only has a single list of entries.
+
+        * media/video-controls-captions-trackmenu-localized.html: Updated for new menu structure.
+        * media/video-controls-captions-trackmenu-expected.txt: Removed.
+        * media/video-controls-captions-trackmenu-localized-expected.txt: Removed.
+        * media/video-controls-captions-trackmenu-sorted-expected.txt: Removed.
+        * media/video-controls-captions-trackmenu-sorted.html: Updated for new menu structure.
+        * media/video-controls-captions-trackmenu.html: Updated for new menu structure.
+        * platform/mac/media/video-controls-captions-trackmenu-expected.txt: New platform specific results.
+        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: Ditto.
+        * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.
+
+2013-02-04  Hajime Morrita <morrita@google.com>
+
+        [Chromium] Unreviewed, skipping heap-snapshot-with-detached-dom-tree.html
+
+        * platform/chromium/TestExpectations:
+
+2013-02-04  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed rebaselining.
+
+        * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt: Added.
+        * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Added.
+
+2013-02-04  Kent Tamura  <tkent@chromium.org>
+
+        Fix crash by <select> type change on focus
+        https://bugs.webkit.org/show_bug.cgi?id=108830
+
+        Reviewed by Abhishek Arya.
+
+        * fast/forms/select/select-change-type-on-focus-expected.txt: Added.
+        * fast/forms/select/select-change-type-on-focus.html: Added.
+
+2013-02-04  Kentaro Hara  <haraken@chromium.org>
+
+        Add missing tests for default values of event constructors
+        https://bugs.webkit.org/show_bug.cgi?id=108885
+
+        Reviewed by Adam Barth.
+
+        Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-keyboardevent
+
+        * fast/events/constructors/keyboard-event-constructor-expected.txt:
+        * fast/events/constructors/keyboard-event-constructor.html:
+        * fast/events/constructors/mouse-event-constructor-expected.txt:
+        * fast/events/constructors/mouse-event-constructor.html:
+        * fast/events/constructors/wheel-event-constructor-expected.txt:
+        * fast/events/constructors/wheel-event-constructor.html:
+
+2013-02-04  Gregg Tavares  <gman@google.com>
+
+        Add Support Files for WebGL Conformance Tests
+        https://bugs.webkit.org/show_bug.cgi?id=108731
+
+        Reviewed by Kenneth Russell.
+
+        These are the 'resource' files for the WebGL
+        Conformance Tests. Other CLs will add the
+        actual tests.
+
+        * webgl/resources/webgl_test_files/conformance/resources/3x3.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Added.
+        (GLSLConformanceTester):
+        * webgl/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Added.
+        (canvas):
+        (.shader-source):
+        (.shader-source li:nth-child(odd)):
+        (.shader-source li:nth-child(even)):
+        (.testimages):
+        (.testimages br):
+        (.testimages > div):
+        (IMG):
+        * webgl/resources/webgl_test_files/conformance/resources/glsl-generator.js: Added.
+        (GLSLGenerator.):
+        (GLSLGenerator):
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/npot-video.mp4: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/ogles-tests.css: Added.
+        (canvas):
+        (.shader-source):
+        (.shader-source li:nth-child(odd)):
+        (.shader-source li:nth-child(even)):
+        (.testimages):
+        (.testimages br):
+        (.testimages > div):
+        (IMG):
+        * webgl/resources/webgl_test_files/conformance/resources/pnglib.js: Added.
+        (.):
+        * webgl/resources/webgl_test_files/conformance/resources/red-green.mp4: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/red-green.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/red-indexed.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-canvas.js: Added.
+        (.init):
+        (.setCanvasToRedGreen):
+        (.drawTextInCanvas):
+        (.setCanvasTo257x257):
+        (.setCanvasTo1x2):
+        (.else):
+        (.runOneIteration):
+        (.runTest.runNextTest):
+        (.runTest):
+        (generateTest):
+        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image-data.js: Added.
+        (.init):
+        (.runOneIteration):
+        (.runTest):
+        (generateTest):
+        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image.js: Added.
+        (.init):
+        (.runOneIteration):
+        (.runTestOnImage):
+        (.runTest.newImage.onload):
+        (.runTest):
+        (.runTest2.newImage.onload):
+        (.runTest2):
+        (.runTest3):
+        (generateTest):
+        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-video.js: Added.
+        (debug):
+        (.init):
+        (.runOneIteration):
+        (.runTest):
+        * webgl/resources/webgl_test_files/conformance/resources/vertexShader.vert: Added.
+        * webgl/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Added.
+        (WebGLTestUtils):
+        (WebGLTestUtils.):
+        * webgl/resources/webgl_test_files/conformance/resources/webgl-test.js: Added.
+        (webglTestLog):
+        (getGLErrorAsString):
+        (shouldGenerateGLError):
+        (glErrorShouldBe):
+        * webgl/resources/webgl_test_files/conformance/resources/zero-alpha.png: Added.
+        * webgl/resources/webgl_test_files/resources/desktop-gl-constants.js: Added.
+        * webgl/resources/webgl_test_files/resources/js-test-post.js: Added.
+        * webgl/resources/webgl_test_files/resources/js-test-pre.js: Added.
+        (.):
+        (reportTestResultsToHarness):
+        (notifyFinishedToHarness):
+        (description):
+        (debug):
+        (escapeHTML):
+        (testPassed):
+        (testFailed):
+        (areArraysEqual):
+        (isMinusZero):
+        (isResultCorrect):
+        (stringify):
+        (evalAndLog):
+        (shouldBe):
+        (shouldNotBe):
+        (shouldBeTrue):
+        (shouldBeFalse):
+        (shouldBeNaN):
+        (shouldBeNull):
+        (shouldBeEqualToString):
+        (shouldEvaluateTo):
+        (shouldBeNonZero):
+        (shouldBeNonNull):
+        (shouldBeUndefined):
+        (shouldBeDefined):
+        (shouldBeGreaterThanOrEqual):
+        (expectTrue):
+        (shouldThrow):
+        (assertMsg):
+        (gc.gcRec):
+        (gc):
+        (finishTest.epilogue.onload):
+        (finishTest):
+        * webgl/resources/webgl_test_files/resources/js-test-style.css: Added.
+        (.pass):
+        (.fail):
+        (#console):
+        * webgl/resources/webgl_test_files/resources/test-eval.js: Added.
+        (TestEval):
+        * webgl/resources/webgl_test_files/resources/webgl-logo.png: Added.
+        * webgl/resources/webgl_test_files/resources/webgl-test-harness.js: Added.
+        (WebGLTestHarnessModule.log):
+        (WebGLTestHarnessModule.try.request.onreadystatechange):
+        (WebGLTestHarnessModule.loadTextFileAsynchronous):
+        (WebGLTestHarnessModule.greaterThanOrEqualToVersion):
+        (WebGLTestHarnessModule.copyObject):
+        (WebGLTestHarnessModule.toCamelCase):
+        (WebGLTestHarnessModule.):
+        (WebGLTestHarnessModule.getFileListImpl):
+        (WebGLTestHarnessModule.var):
+        (WebGLTestHarnessModule.getFileList):
+        (WebGLTestHarnessModule.FilterURL):
+        (WebGLTestHarnessModule.TestFile):
+        (WebGLTestHarnessModule.Test):
+        (WebGLTestHarnessModule.TestHarness):
+        (WebGLTestHarnessModule.TestHarness.prototype.addFiles_):
+        (WebGLTestHarnessModule.TestHarness.prototype.runTests):
+        (WebGLTestHarnessModule.TestHarness.prototype.setTimeout):
+        (WebGLTestHarnessModule.TestHarness.prototype.clearTimeout):
+        (WebGLTestHarnessModule.TestHarness.prototype.startNextTest):
+        (WebGLTestHarnessModule.TestHarness.prototype.startTest):
+        (WebGLTestHarnessModule.TestHarness.prototype.getTest):
+        (WebGLTestHarnessModule.TestHarness.prototype.reportResults):
+        (WebGLTestHarnessModule.TestHarness.prototype.dequeTest):
+        (WebGLTestHarnessModule.TestHarness.prototype.notifyFinished):
+        (WebGLTestHarnessModule.TestHarness.prototype.timeout):
+        (WebGLTestHarnessModule.TestHarness.prototype.setTimeoutDelay):
+        (WebGLTestHarnessModule):
+        * webgl/resources/webkit-webgl-test-harness.js: Added.
+        (.):
+
+2013-02-04  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed rebaselining for r141769.
+
+        * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
+        * platform/chromium-mac-snowleopard/compositing/overflow/nested-scrolling-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
+        * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
+        * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
+        * platform/chromium/compositing/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium/compositing/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
+
+2013-02-04  Benjamin Poulain  <bpoulain@apple.com>
+
+        Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
+        https://bugs.webkit.org/show_bug.cgi?id=108741
+
+        Reviewed by Tony Chang.
+
+        Update the tests to use WebCore Internals instead of the TestRunner.
+
+        * animations/animation-controller-drt-api.html:
+        * transitions/hang-with-bad-transition-list.html:
+        * transitions/remove-transition-style.html:
+        * transitions/repeated-firing-background-color.html:
+        * transitions/zero-duration-with-non-zero-delay-end.html:
+
+2013-02-04  Nayan Kumar K  <nayankk@motorola.com>
+
+        [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
+        https://bugs.webkit.org/show_bug.cgi?id=108694
+
+        Reviewed by Kenneth Russell.
+
+        WEBGL_lose_context is one of the community approved WebGL extension.
+        Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension.
+        Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/
+
+        * fast/canvas/webgl/WebGLContextEvent.html:
+        * fast/canvas/webgl/context-destroyed-crash.html:
+        * fast/canvas/webgl/context-lost-expected.txt:
+        * fast/canvas/webgl/context-lost-restored.html:
+        * fast/canvas/webgl/context-lost.html:
+        * platform/chromium-linux-x86/fast/canvas/webgl/context-lost-expected.txt:
+        * platform/chromium-linux/fast/canvas/webgl/context-lost-expected.txt:
+        * platform/chromium-mac/fast/canvas/webgl/context-lost-expected.txt:
+        * platform/chromium-win-xp/fast/canvas/webgl/context-lost-expected.txt:
+        * platform/chromium-win/fast/canvas/webgl/context-lost-expected.txt:
+        * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl/context-lost-expected.txt:
+
+2013-02-04  Chris Hopman  <cjhopman@chromium.org>
+
+        Make moveCaretTowardsWindowPoint not snap to the beginning/end when moved above/below editable
+        https://bugs.webkit.org/show_bug.cgi?id=107850
+
+        Reviewed by Ojan Vafai.
+
+        Test the new "android" editing behavior in the following tests:
+
+        * editing/deleting/delete-ligature-003-expected.txt:
+        * editing/deleting/delete-ligature-003.html:
+        * editing/deleting/paragraph-in-preserveNewline-expected.txt:
+        * editing/deleting/paragraph-in-preserveNewline.html:
+        * editing/deleting/whitespace-pre-1-expected.txt:
+        * editing/deleting/whitespace-pre-1.html:
+        * editing/execCommand/script-tests/toggle-compound-styles.js:
+        * editing/execCommand/toggle-compound-styles-expected.txt:
+        * editing/selection/5354455-1-expected.txt:
+        * editing/selection/5354455-1.html:
+        * editing/selection/click-in-margins-inside-editable-div-expected.txt:
+        * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
+        * editing/selection/context-menu-text-selection-expected.txt:
+        * editing/selection/context-menu-text-selection.html:
+        * editing/selection/extend-after-mouse-selection-expected.txt:
+        * editing/selection/extend-after-mouse-selection.html:
+        * editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
+        * editing/selection/programmatic-selection-on-mac-is-directionless.html:
+        * editing/selection/rtl-move-selection-right-left-expected.txt:
+        * editing/selection/rtl-move-selection-right-left.html:
+        * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
+        * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
+        * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
+        * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
+
+2013-02-04  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Focus order is not controllable by tabIndex attribute on <input>
+        https://bugs.webkit.org/show_bug.cgi?id=108447
+
+        Reviewed by Hajime Morita.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-tabindex-expected.txt: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-tabindex.html: Added.
+
+2013-02-04  Jessie Berlin  <jberlin@apple.com>
+
+        REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=98527
+
+        The bug was fixed but the test was never removed from the Mac WK2 TestExpectations file.
+        Remove it now.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-02-04  Alan Cutter  <alancutter@chromium.org>
+
+        [ Linux ] Mark media/track/track-cues-cuechange.html and media/track/track-cues-enter-exit.html as slow
+        https://bugs.webkit.org/show_bug.cgi?id=108876
+
+        Reviewed by Dirk Pranke.
+
+        Tests take ~5.4 seconds to run locally.
+        Timing out on the EWS bots but passing on the Webkit buildbots.
+        Marked tests as slow in TestExpectations.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-31  Kentaro Hara  <haraken@chromium.org>
+
+        Implement WheelEvent::deltaMode
+        https://bugs.webkit.org/show_bug.cgi?id=108455
+
+        Reviewed by Adam Barth.
+
+        Per the spec, WheelEvent::deltaMode should return
+        DOM_DELTA_PIXEL or DOM_DELTA_LINE or DOM_DELTA_PAGE.
+
+        Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
+        https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-wheelevent
+
+        * fast/events/constructors/wheel-event-constructor-expected.txt:
+        * fast/events/constructors/wheel-event-constructor.html:
+
+2013-02-04  Dima Gorbik  <dgorbik@apple.com>
+
+        WebVTT <i>, <b> and <u> elements should have default styles
+        https://bugs.webkit.org/show_bug.cgi?id=107214
+
+        Reviewed by Darin Adler.
+
+        * media/track/captions-webvtt/styling-default.vtt: Added.
+        * media/track/track-css-matching-default-expected.txt: Added.
+        * media/track/track-css-matching-default.html: Added.
+
+2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Heap-buffer-overflow in std::sort
+        https://bugs.webkit.org/show_bug.cgi?id=108834
+
+        Reviewed by Abhishek Arya.
+
+        * fast/css-grid-layout/grid-strict-ordering-crash-expected.txt: Added.
+        * fast/css-grid-layout/grid-strict-ordering-crash.html: Added.
+        The test requires a column / row index above the Vector inline capacity to work (which is currently 16).
+        The values are much higher in case we decide to bump the inline capacity.
+
+2013-02-04  Dima Gorbik  <dgorbik@apple.com>
+
+        class="cue" is getting some default style
+        https://bugs.webkit.org/show_bug.cgi?id=108752
+
+        Reviewed by Dean Jackson.
+
+        * media/track/track-css-property-whitelist-expected.txt:
+        * media/track/track-css-property-whitelist.html:
+
+2013-02-04  Jessie Berlin  <jberlin@apple.com>
+
+        [WK2] [Mac] Support drag in mouse events for WebKit2 EventSender
+        https://bugs.webkit.org/show_bug.cgi?id=68552
+
+        Skip another test that depends on setting eventSender.dragMode.
+
+        * platform/wk2/TestExpectations:
+
+2013-02-04  Jessie Berlin  <jberlin@apple.com>
+
+        Out-of-view check of fixed position element in frame might still be incorrect on Mac when
+        page is scaled
+        https://bugs.webkit.org/show_bug.cgi?id=105049
+
+        These tests have started passing all the time on all the Lion and Mountain Lion Debug and
+        Release WK1 and WK2 testers. Remove the failing expectation.
+
+        * platform/mac/TestExpectations:
+
+2013-02-04  Dima Gorbik  <dgorbik@apple.com>
+
+        Implemet :lang() pseudo class support for the WebVTT ::cue pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=105478
+
+        Reviewed by Antti Koivisto.
+
+        * media/track/captions-webvtt/styling-lang.vtt:
+        * media/track/track-css-matching-lang-expected.txt:
+        * media/track/track-css-matching-lang.html:
+
+2013-02-04  Tom Sepez  <tsepez@chromiium.org>
+
+        XSS Auditor bypass via svg tags and xlink:href
+        https://bugs.webkit.org/show_bug.cgi?id=84158
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/xssAuditor/svg-script-tag-expected.txt: Added.
+        * http/tests/security/xssAuditor/svg-script-tag.html: Added.
+
+2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Add parsing for grid-auto-flow
+        https://bugs.webkit.org/show_bug.cgi?id=108397
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/grid-auto-flow-get-set-expected.txt: Added.
+        * fast/css-grid-layout/grid-auto-flow-get-set.html: Added.
+        * fast/css-grid-layout/resources/grid.css:
+        (.gridAutoFlowNone):
+        (.gridAutoFlowColumn):
+        (.gridAutoFlowRow):
+        Added these new classes to our common style.
+
+2013-02-04  Vladislav Kaznacheev  <kaznacheev@chromium.org>
+
+        Web Inspector: Create a container class for SidebarPane instances
+        https://bugs.webkit.org/show_bug.cgi?id=108183
+
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/elements-test.js:
+        (initialize_ElementTest.stylesCallback):
+        (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStylesWithComputed):
+        * inspector/audits/audits-panel-functional-expected.txt:
+        * inspector/audits/audits-panel-noimages-functional-expected.txt:
+        * inspector/debugger/error-in-watch-expressions.html:
+        * inspector/debugger/properties-special.html:
+        * inspector/debugger/watch-expressions-panel-switch.html:
+        * inspector/debugger/watch-expressions-preserve-expansion.html:
+        * inspector/extensions/extensions-audits-api-expected.txt:
+        * inspector/extensions/extensions-audits-content-script-expected.txt:
+        * inspector/extensions/extensions-audits-expected.txt:
+        * inspector/extensions/extensions-events.html:
+        * inspector/extensions/extensions-sidebar.html:
+        * inspector/styles/lazy-computed-style.html:
+
+2013-02-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt][Wk2] Unreviewed gardnening. Skip failing tests.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Update after r141459.
+        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
+
+2013-02-04  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: add round braces to javascript tokenizer
+        https://bugs.webkit.org/show_bug.cgi?id=108692
+
+        Reviewed by Pavel Feldman.
+
+        Updated test expectations to correspond to new tokens "brace-start"
+        and "brace-end" in javascript tokenizer.
+
+        * inspector/editor/highlighter-basics-expected.txt:
+        * inspector/editor/text-editor-long-line-expected.txt:
+        * inspector/syntax-highlight-html-expected.txt:
+        * inspector/syntax-highlight-javascript-expected.txt:
+
+2013-02-04  Sami Kyostila  <skyostil@chromium.org>
+
+        Disable -webkit-overflow-scrolling CSS attribute on Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=108020
+
+        Reviewed by James Robinson.
+
+        Now that we can automatically promote overflow elements to accelerated
+        scrolling layers there is no use for the -webkit-overflow-scrolling CSS
+        attribute any longer on Chromium.
+
+        The following tests using -webkit-overflow-scroll are modified to also call
+        setAcceleratedCompositingForOverflowScrollEnabled(). This makes them test
+        meaningful things on also on platforms that do not support that CSS attribute.
+
+        * compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
+        * compositing/overflow/iframe-inside-overflow-clipping.html:
+        * compositing/overflow/nested-scrolling.html:
+        * compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html:
+        * compositing/overflow/scrolling-content-clip-to-viewport.html:
+        * compositing/overflow/scrolling-without-painting.html:
+        * compositing/overflow/textarea-scroll-touch.html:
+        * compositing/overflow/updating-scrolling-content.html:
+        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt: Removed.
+        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html: Removed.
+        * platform/chromium-linux/compositing/overflow/nested-scrolling-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
+        * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.png: Removed.
+        * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.txt: Removed.
+        * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html: Removed.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
+
+2013-02-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skipping failing tests.
+
+        * platform/qt/TestExpectations:
+
+2013-02-04  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Rebaseline for r141741
+        https://bugs.webkit.org/show_bug.cgi?id=108791
+
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Removed.
+        * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Removed.
+        * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
+        * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Removed.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-03  Christophe Dumez  <dchris@gmail.com>
+
+        [EFL][WK2] Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as flaky
+        https://bugs.webkit.org/show_bug.cgi?id=108793
+
+        Unreviewed EFL gardening.
+
+        Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as
+        flaky due to Bug 108058. It sometimes crashes on the bots.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-03  Kent Tamura  <tkent@chromium.org>
+
+        Support setLangAttributeAwareFormControlUIEnabled on Chromium Windows XP
+        https://bugs.webkit.org/show_bug.cgi?id=108791
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium/TestExpectations:
+        Mark affected tests failure.
+        Actually we should be able to remove XP-specific test results for
+        them. We just mark them in this patch just in case, and do rebaseline
+        later.
+
+2013-02-03  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed, marking some as timing out.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-03  Hajime Morrita <morrita@google.com>
+
+        [Chromium] Unreviewed, marking terminate-during-sync-operation.html as timing out.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-03  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed rebaselining.
+
+        * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
+
+2013-02-03  Hajime Morrita <morrita@google.com>
+
+        [Chromium] Unreviewed, marking grid-preferred-logical-widths.html as a fail.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-03  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed, marking block-test.html as a fail.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-03  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Skip editing/inserting/smart-link-when-caret-is-moved-before-URL.html
+        https://bugs.webkit.org/show_bug.cgi?id=85463
+        
+        Test added in http://trac.webkit.org/changeset/141618 - requires that DRT or WKTR
+        implement setAutomaticLinkDetectionEnabled().
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-03  Kent Tamura  <tkent@chromium.org>
+
+        calendar-picker-key-operations.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=108566
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+        Month.createFromDate supports only UTC Date. Use the Month constructor
+        with local year and local month.
+
+2013-02-03  Christophe Dumez  <dchris@gmail.com>
+
+        [EFL] Mark inspector/debugger/source-frame-count.html as flaky
+        https://bugs.webkit.org/show_bug.cgi?id=108768
+
+        Unreviewed EFL gardening.
+
+        Mark inspector/debugger/source-frame-count.html as flaky as it sometimes
+        crashes due to Bug 81574.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-02-03  Christophe Dumez  <dchris@gmail.com>
+
+        [EFL] Mark a few more media tests as flaky due to gstreamer 1.0
+        https://bugs.webkit.org/show_bug.cgi?id=108765
+
+        Unreviewed EFL gardening.
+
+        Mark 2 more media tests as flaky since the update to gstreamer 1.0.
+        They sometimes crash in MediaPlayerPrivateGStreamer dtor.
+
+        * platform/efl/TestExpectations:
+
+2013-02-03  Christophe Dumez  <dchris@gmail.com>
+
+        [EFL] svg/custom/text-ctm.svg needs a baseline
+        https://bugs.webkit.org/show_bug.cgi?id=108764
+
+        Unreviewed EFL gardening.
+
+        Add baseline for svg/custom/text-ctm.svg that was added in r17879.
+
+        * platform/efl/svg/custom/text-ctm-expected.png: Added.
+        * platform/efl/svg/custom/text-ctm-expected.txt: Added.
+
+2013-02-02  Takashi Sakamoto  <tasak@google.com>
+
+        Making -webkit-image-set() the first value of background property causes crash.
+        https://bugs.webkit.org/show_bug.cgi?id=108409
+
+        Reviewed by Beth Dakin.
+
+        * fast/css/image-set-value-crash-in-fillImageSet-expected.txt: Added.
+        * fast/css/image-set-value-crash-in-fillImageSet.html: Added.
+
+2013-02-02  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: fix bug in highlighting single chars via highlightRange API of DTE
+        https://bugs.webkit.org/show_bug.cgi?id=108685
+
+        Reviewed by Pavel Feldman.
+
+        Updated layout test to cover specific bug case.
+
+        * inspector/editor/text-editor-highlight-api-expected.txt:
+        * inspector/editor/text-editor-highlight-api.html:
+
+2013-02-02  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/svg/custom/text-ctm-expected.txt:
+        * platform/gtk/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
+
+2013-02-01  Christian Biesinger  <cbiesinger@chromium.org>
+
+        Rebaseline tests after bug 9221
+        https://bugs.webkit.org/show_bug.cgi?id=108712
+
+        Unreviewed rebaseline of test expectations.
+
+        * fast/css/resize-corner-tracking-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.txt.
+        * platform/chromium-mac-lion/fast/css/resize-corner-tracking-expected.png:
+        * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
+        * platform/chromium-mac/fast/css/resize-corner-tracking-expected.png:
+        * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png:
+        * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
+        * platform/chromium-win/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/css/resize-corner-tracking-expected.txt: Removed.
+
+2013-02-01  Yongjun Zhang  <yongjun_zhang@apple.com>
+
+        Document is never released if an image's src attribute is changed to a url blocked by content-security-policy.
+        https://bugs.webkit.org/show_bug.cgi?id=108545
+
+        Reviewed by Alexey Proskuryakov.
+
+        Add a test to verify the error event is fired when image's src attribute is changed to a url
+        but the url blocked by content-security-policy.
+
+        * fast/images/image-error-event-not-firing-expected.txt: Added.
+        * fast/images/image-error-event-not-firing.html: Added.
+
+2013-02-01  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaseline after http://trac.webkit.org/changeset/141634
+
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
+        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
+        * platform/chromium-win/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
+
+2013-02-01  Jessie Berlin  <jberlin@apple.com>
+
+        The assertions in updateLayerPositionsAfterScroll were commented out in r141278, so stop
+        expecting http/tests/inspector/resource-har-pages.html to assert in debug builds.
+        (see https://bugs.webkit.org/show_bug.cgi?id=103432).
+
+        * platform/mac/TestExpectations:
+
+2013-02-01  Ojan Vafai  <ojan@chromium.org>
+
+        Make svg-fonts-in-text-controls.html have the same results across platforms
+        https://bugs.webkit.org/show_bug.cgi?id=108676
+
+        Reviewed by Dirk Pranke.
+
+        Mac uses a different default font-size for form controls and Windows
+        uses different padding for textareas/inputs. Override these so
+        this test doesn't need platform specific expectations.
+
+        * platform/chromium/TestExpectations:
+        * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
+        * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.png: Removed.
+        * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
+        * svg/custom/script-tests/svg-fonts-in-text-controls.js:
+        * svg/custom/svg-fonts-in-text-controls-expected.txt:
+        * svg/custom/svg-fonts-in-text-controls.html:
+        These dummy elements aren't needed anymore. js-test-pre.js inserts them.
+
+2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        [Chromium] Expect spellcheck to ignore punctuation
+        https://bugs.webkit.org/show_bug.cgi?id=108511
+
+        Reviewed by Tony Chang.
+
+        * platform/chromium/TestExpectations: Expect spellcheck to ignore punctuation.
+
+2013-02-01  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: remove extra padding around overlay highlight.
+        https://bugs.webkit.org/show_bug.cgi?id=108679
+
+        Reviewed by Alexander Pavlov.
+
+        Update layout test expectations to correspond to updated overlay highlight style.
+
+        * inspector/editor/text-editor-highlight-api-expected.txt:
+        * inspector/editor/text-editor-highlight-token-expected.txt:
+
+2013-02-01  Philip Rogers  <pdr@google.com>
+
+        Prevent skipped repaints for children of inner SVG elements
+        https://bugs.webkit.org/show_bug.cgi?id=108429
+
+        Reviewed by Eric Seidel.
+
+        Need to update expectations for a single file (just a 1px difference).
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
+        * svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
+        * svg/repaint/svgsvgelement-repaint-children.html: Added.
+
+2013-02-01  Philip Rogers  <pdr@google.com>
+
+        [Chromium] Unreviewed gardening of two svg/zoom/page tests.
+
+        This change rebaselines two tests for WK108108.
+
+        Unreviewed update of test expectations.
+
+        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-02-01  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Skip a test added in r14618 that uses setAutomaticLinkDetectionEnabled.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-01  David Farler  <dfarler@apple.com>
+
+        [Mac] Layout test fast/parser/parser-yield-timing.html is flaky on debug bots
+        https://bugs.webkit.org/show_bug.cgi?id=108677
+
+        Reviewed by Tim Horton.
+
+        * platform/mac/TestExpectations:
+        Mark fast/parser/parser-yield-timing.html as [ Pass Failure ]
+
+2013-02-01  Philip Rogers  <pdr@google.com>
+
+        Change hasAlpha to isKnownToBeOpaque and correct the return value for SVG images.
+        https://bugs.webkit.org/show_bug.cgi?id=106966
+
+        Reviewed by Stephen White.
+
+        An SVG image has been added to this test to check for regressions.
+
+        * fast/box-shadow/image-box-shadow-expected.html:
+        * fast/box-shadow/image-box-shadow.html:
+
+            Add an SVG image and correct a small mistake in the test that used values of 256
+            instead of 255.
+
+        * fast/box-shadow/resources/green.svg: Added.
+
+2013-02-01  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, GTK TestExpectations update.
+
+        * platform/gtk/TestExpectations: Flag some new media tests
+        crashing until a fix is figured out.
+
+2013-02-01  Alok Priyadarshi  <alokp@chromium.org>
+
+        Print GraphicsLayer::m_contentsOpaque if non-default (true)
+        https://bugs.webkit.org/show_bug.cgi?id=108354
+
+        Reviewed by Simon Fraser.
+
+        * compositing/absolute-inside-out-of-view-fixed-expected.txt:
+        * compositing/backing/no-backing-for-clip-expected.txt:
+        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * compositing/backing/no-backing-for-perspective-expected.txt:
+        * compositing/bounds-in-flipped-writing-mode-expected.txt:
+        * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
+        * compositing/columns/composited-in-paginated-expected.txt:
+        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
+        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
+        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
+        * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
+        * compositing/geometry/ancestor-overflow-change-expected.txt:
+        * compositing/geometry/bounds-clipped-composited-child-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-expected.txt:
+        * compositing/geometry/clip-expected.txt:
+        * compositing/geometry/clip-inside-expected.txt:
+        * compositing/geometry/composited-in-columns-expected.txt:
+        * compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * compositing/geometry/flipped-writing-mode-expected.txt:
+        * compositing/geometry/foreground-layer-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
+        * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
+        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
+        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * compositing/geometry/preserve-3d-switching-expected.txt:
+        * compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * compositing/iframes/become-overlapped-iframe-expected.txt:
+        * compositing/iframes/composited-parent-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * compositing/iframes/enter-compositing-iframe-expected.txt:
+        * compositing/iframes/iframe-resize-expected.txt:
+        * compositing/iframes/iframe-size-from-zero-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * compositing/iframes/overlapped-iframe-expected.txt:
+        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * compositing/iframes/page-cache-layer-tree-expected.txt:
+        * compositing/iframes/scrolling-iframe-expected.txt:
+        * compositing/images/clip-on-directly-composited-image-expected.txt:
+        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
+        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt:
+        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
+        * compositing/layer-creation/overlap-animation-container-expected.txt:
+        * compositing/layer-creation/overlap-animation-expected.txt:
+        * compositing/layer-creation/overlap-child-layer-expected.txt:
+        * compositing/layer-creation/overlap-clipping-expected.txt:
+        * compositing/layer-creation/overlap-transformed-3d-expected.txt:
+        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
+        * compositing/layer-creation/overlap-transforms-expected.txt:
+        * compositing/layer-creation/rotate3d-overlap-expected.txt:
+        * compositing/layer-creation/scroll-partial-update-expected.txt:
+        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
+        * compositing/layer-creation/translatez-overlap-expected.txt:
+        * compositing/masks/mask-layer-size-expected.txt:
+        * compositing/overflow-trumps-transform-style-expected.txt:
+        * compositing/overflow/clip-descendents-expected.txt:
+        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * compositing/overflow/content-gains-scrollbars-expected.txt:
+        * compositing/overflow/content-loses-scrollbars-expected.txt:
+        * compositing/overflow/overflow-auto-with-touch-expected.txt:
+        * compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
+        * compositing/overflow/overflow-overlay-with-touch-expected.txt:
+        * compositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * compositing/overflow/resize-painting-expected.txt:
+        * compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
+        * compositing/overflow/scrolling-without-painting-expected.txt:
+        * compositing/overflow/textarea-scroll-touch-expected.txt:
+        * compositing/overflow/updating-scrolling-content-expected.txt:
+        * compositing/plugins/no-backing-store-expected.txt:
+        * compositing/plugins/small-to-large-composited-plugin-expected.txt:
+        * compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * compositing/repaint/resize-repaint-expected.txt:
+        * compositing/rtl/rtl-absolute-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-fixed-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-relative-expected.txt:
+        * compositing/rtl/rtl-relative-expected.txt:
+        * compositing/tiled-layers-hidpi-expected.txt:
+        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
+        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * compositing/tiling/huge-layer-expected.txt:
+        * compositing/tiling/huge-layer-img-expected.txt:
+        * compositing/tiling/huge-layer-resize-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * compositing/tiling/rotated-tiled-clamped-expected.txt:
+        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+        * compositing/tiling/tile-cache-zoomed-expected.txt:
+        * compositing/tiling/tiled-layer-resize-expected.txt:
+        * compositing/visibility/layer-visible-content-expected.txt:
+        * compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * compositing/visible-rect/2d-transformed-expected.txt:
+        * compositing/visible-rect/3d-transform-style-expected.txt:
+        * compositing/visible-rect/3d-transformed-expected.txt:
+        * compositing/visible-rect/animated-expected.txt:
+        * compositing/visible-rect/animated-from-none-expected.txt:
+        * compositing/visible-rect/clipped-by-viewport-expected.txt:
+        * compositing/visible-rect/clipped-visible-rect-expected.txt:
+        * compositing/visible-rect/iframe-and-layers-expected.txt:
+        * compositing/visible-rect/iframe-no-layers-expected.txt:
+        * compositing/visible-rect/nested-transform-expected.txt:
+        * compositing/visible-rect/scrolled-expected.txt:
+        * css3/compositing/should-have-compositing-layer-expected.txt:
+        * css3/filters/filtered-compositing-descendant-expected.txt:
+        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt:
+        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt:
+        * platform/chromium-mac/css3/filters/composited-during-transition-layertree-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
+        * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/chromium-win/compositing/layer-creation/scroll-partial-update-expected.txt:
+        * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-resize-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt:
+        * platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/chromium/compositing/canvas/accelerated-canvas-compositing-expected.txt:
+        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
+        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
+        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
+        * platform/chromium/compositing/force-compositing-mode/force-composite-empty-expected.txt:
+        * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer-expected.txt:
+        * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer-expected.txt:
+        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt:
+        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt:
+        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing-expected.txt:
+        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * platform/chromium/compositing/geometry/clip-expected.txt:
+        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
+        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt:
+        * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
+        * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
+        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
+        * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
+        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * platform/chromium/compositing/iframes/resizer-expected.txt:
+        * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
+        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt:
+        * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
+        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
+        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
+        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
+        * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
+        * platform/chromium/compositing/overflow/content-loses-scrollbars-expected.txt:
+        * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * platform/chromium/compositing/overflow/resize-painting-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
+        * platform/chromium/compositing/tiling/huge-layer-img-expected.txt:
+        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt:
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt:
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt:
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt:
+        * platform/efl/compositing/geometry/foreground-layer-expected.txt:
+        * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
+        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
+        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
+        * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
+        * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
+        * platform/mac/TestExpectations:
+        * platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt:
+        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * platform/mac/compositing/iframes/resizer-expected.txt:
+        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
+        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-img-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-resize-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
+        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
+        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
+        * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
+        * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:
+        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
+        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
+        * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
+        * platform/qt/compositing/overflow/clip-descendents-expected.txt:
+        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+        * platform/qt/css3/compositing/should-have-compositing-layer-expected.txt:
+        * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
+        * platform/win/compositing/iframes/composited-iframe-expected.txt:
+        * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
+        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+
+2013-02-01  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip more test in preparation for Win EWS bots (round 2).
+        https://bugs.webkit.org/show_bug.cgi?id=108249
+
+        * platform/win/TestExpectations:
+
+2013-02-01  Jessie Berlin  <jberlin@apple.com>
+
+        WTR needs an implementation of setAutomaticLinkDetectionEnabled
+        https://bugs.webkit.org/show_bug.cgi?id=87162
+
+        Skip a test on wk2 added in r14618 that uses setAutomaticLinkDetectionEnabled.
+
+        * platform/wk2/TestExpectations:
+
+2013-01-31  Dirk Schulze  <krit@webkit.org>
+
+        [canvas] Add more constructors to Path
+        https://bugs.webkit.org/show_bug.cgi?id=108587
+
+        Reviewed by Dean Jackson.
+
+        Add tests for new constructors of Path objects.
+        Since the feature is behind a flag, the test is skipped on
+        all platforms for now.
+
+        * fast/canvas/canvas-path-constructors-expected.txt: Added.
+        * fast/canvas/canvas-path-constructors.html: Added.
+        * fast/canvas/script-tests/canvas-path-constructors.js: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/win/TestExpectations:
+
+2013-02-01  Mike West  <mkwst@chromium.org>
+
+        Remove call to SecurityOrigin::canAccessDatabase from IDB constructor.
+        https://bugs.webkit.org/show_bug.cgi?id=108477
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/no-indexeddb-from-sandbox-expected.txt:
+        * http/tests/security/no-indexeddb-from-sandbox.html:
+            This test expected the 'webkitIndexedDB' property to be missing
+            entirely inside a sandbox. The expectation has been updated to
+            expect 'webkitIndexedDB.open()' to throw a SECURITY_ERR.
+        * platform/efl/TestExpectations:
+        * platform/mac-snowleopard/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+            This test was accidentally passing on a variety of platforms that
+            don't yet implement IndexedDB. Now that failure is distinguishable
+            we should skip it on a variety of platforms.
+
+2013-02-01  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Smart link can erroneously move caret after an URL when typing immediately before it
+        https://bugs.webkit.org/show_bug.cgi?id=92812
+
+        Reviewed by Enrica Casucci.
+
+        Add a regression for typing immediately before an URL while smart link is enabled.
+        WebKit should not be moving the caret erroneously.
+
+        * editing/inserting/smart-link-when-caret-is-moved-before-URL-expected.txt: Added.
+        * editing/inserting/smart-link-when-caret-is-moved-before-URL.html: Added.
+
+2013-02-01  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] computePreferredLogicalWidths doesn't handle minmax tracks
+        https://bugs.webkit.org/show_bug.cgi?id=108403
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt: Added.
+        * fast/css-grid-layout/grid-preferred-logical-widths.html: Added.
+
+2013-02-01  Nate Chapin  <japhet@chromium.org>
+
+        Cached main resources report a zero identifer on 304s
+        https://bugs.webkit.org/show_bug.cgi?id=108402
+
+        Reviewed by Adam Barth.
+
+        * http/tests/cache/iframe-304-crash-expected.txt: Added.
+        * http/tests/cache/iframe-304-crash.html: Added.
+        * http/tests/cache/resources/iframe304.php: Added.
+        * platform/chromium/TestExpectations: New test requires main resource caching, which isn't supported on chromium at the moment.
+        * platform/mac/TestExpectations: New test requires main resource caching, which isn't supported on mac at the moment.
+
+2013-02-01  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
+
+        Zero size gradient should paint nothing on canvas
+        https://bugs.webkit.org/show_bug.cgi?id=102654
+
+        Reviewed by Dirk Schulze.
+
+        The functions fill(), fillText(), stroke(), strokeRect() and strokeText()
+        should paint nothing on canvas when the canvas fillStyle/strokeStyle
+        is set to a zero size gradient.
+
+        * fast/canvas/canvas-fill-zeroSizeGradient-expected.txt: Added.
+        * fast/canvas/canvas-fill-zeroSizeGradient.html: Added.
+        * fast/canvas/canvas-fillRect-zeroSizeGradient-expected.txt: Added.
+        * fast/canvas/canvas-fillRect-zeroSizeGradient.html: Added.
+        * fast/canvas/canvas-fillText-zeroSizeGradient-expected.txt: Added.
+        * fast/canvas/canvas-fillText-zeroSizeGradient.html: Added.
+        * fast/canvas/canvas-stroke-zeroSizeGradient-expected.txt: Added.
+        * fast/canvas/canvas-stroke-zeroSizeGradient.html: Added.
+        * fast/canvas/canvas-strokeRect-zeroSizeGradient-expected.txt: Added.
+        * fast/canvas/canvas-strokeRect-zeroSizeGradient.html: Added.
+        * fast/canvas/canvas-strokeText-zeroSizeGradient-expected.txt: Added.
+        * fast/canvas/canvas-strokeText-zeroSizeGradient.html: Added.
+        * fast/canvas/script-tests/canvas-fill-zeroSizeGradient.js: Added.
+        * fast/canvas/script-tests/canvas-fillRect-zeroSizeGradient.js: Added.
+        * fast/canvas/script-tests/canvas-fillText-zeroSizeGradient.js: Added.
+        * fast/canvas/script-tests/canvas-stroke-zeroSizeGradient.js: Added.
+        * fast/canvas/script-tests/canvas-strokeRect-zeroSizeGradient.js: Added.
+        * fast/canvas/script-tests/canvas-strokeText-zeroSizeGradient.js: Added.
+
+2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        [Chromium] Expect spellcheck to ignore whitespace
+        https://bugs.webkit.org/show_bug.cgi?id=108510
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/chromium/TestExpectations: Expect spellcheck to ignore whitespace.
+
+2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: [file selector dialog] for mixed case queries, score uppercase letters only when assessing camelcase.
+        https://bugs.webkit.org/show_bug.cgi?id=108639
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/filtered-item-selection-dialog-filtering-expected.txt:
+
+2013-02-01  Robert Hogan  <robert@webkit.org>
+
+        Padding in a parent inline preceding an empty inline child should be counted towards width
+        https://bugs.webkit.org/show_bug.cgi?id=108226
+
+        Reviewed by Levi Weintraub.
+
+        * fast/inline/parent-inline-element-padding-contributes-width-expected.txt: Added.
+        * fast/inline/parent-inline-element-padding-contributes-width.html: Added.
+        * fast/inline/positioned-element-padding-contributes-width-expected.txt: Added.
+        * fast/inline/positioned-element-padding-contributes-width.html: Added.
+
+2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: relax goto file matching again.
+        https://bugs.webkit.org/show_bug.cgi?id=108346
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/filtered-item-selection-dialog-filtering-expected.txt:
+        * inspector/filtered-item-selection-dialog-filtering.html:
+
+2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Navigator should not create tree elements for uiSourceCodes unless neededm should populate folders on expand only.
+        https://bugs.webkit.org/show_bug.cgi?id=108601
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/debugger-test.js:
+        (initialize_DebuggerTest.):
+        (initialize_DebuggerTest):
+        * inspector/debugger/scripts-file-selector-expected.txt:
+        * inspector/debugger/scripts-file-selector.html:
+        * inspector/debugger/scripts-sorting-expected.txt:
+        * inspector/debugger/scripts-sorting.html:
+
+2013-02-01  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, flagging more fullscreen tests in GTK due to bug 108363.
+
+        * platform/gtk/TestExpectations:
+
+2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip some failing tests on EFL bots after r141459 and r141310.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/js/global-constructors-expected.txt: Revert change from r141573.
+
+2013-02-01  Alexis Menard  <alexis@webkit.org>
+
+        Enable unprefixed CSS transitions by default.
+        https://bugs.webkit.org/show_bug.cgi?id=108216
+
+        Reviewed by Dean Jackson.
+
+        Unskip the tests by default as now unprefixed CSS Transitions are
+        enabled by default.
+
+        * fast/events/event-creation-expected.txt:
+        * fast/events/event-creation.html: Add the test that was commented out
+        before.
+        * platform/chromium/TestExpectations:
+
+2013-02-01  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skipped some failing tests.
+
+        * platform/qt/TestExpectations:
+
+2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Update platform expectations for failing tests after the
+        WEB_INTENTS flag turned off for EFL port in r141439
+
+        * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Renamed inspector/editor/text-editor-ctrl-movements.html to
+        inspector/editor/text-editor-word-jumps.html after r141399.
+
+        * platform/efl/TestExpectations:
+
+2013-02-01  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] Convert fast/regions/region-overflow-auto-overflow* to reftests
+        https://bugs.webkit.org/show_bug.cgi?id=108333
+
+        Reviewed by Tony Chang.
+
+        Add reftests, cleanup existing tests.
+
+        * fast/regions/region-overflow-auto-overflow-hidden-expected.html: Added.
+        * fast/regions/region-overflow-auto-overflow-hidden.html:
+        * fast/regions/region-overflow-auto-overflow-visible-expected.html: Added.
+        * fast/regions/region-overflow-auto-overflow-visible.html:
+        * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
+        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
+        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/chromium/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
+        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
+        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
+        * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
+        * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
+        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
+        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+        * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
+        * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
+        * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
+        * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
+
+2013-02-01  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: when aria-activedescendant is used with a ComboBox role, focus should not be changed
+        https://bugs.webkit.org/show_bug.cgi?id=108596
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/mac/accessibility/combobox-activedescendant-notifications-expected.txt: Added.
+        * platform/mac/accessibility/combobox-activedescendant-notifications.html: Added.
+
+2013-02-01  Chris Fleizach  <cfleizach@apple.com>
+
+        [Mac] REGRESSION(r140974): accessibility/lists.html fails on Lion
+        https://bugs.webkit.org/show_bug.cgi?id=108291
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/mac/TestExpectations:
+
+2013-02-01  Ken Kania  <kkania@chromium.org>
+
+        Web Inspector: Add support for handling modal dialogs
+        https://bugs.webkit.org/show_bug.cgi?id=107883
+
+        Reviewed by Pavel Feldman.
+
+        Introduce support for being notified when a JavaScript modal dialog
+        is opening and closing, as well as a new command for accepting or
+        dismissing the dialog.
+
+        * inspector-protocol/page/javascriptDialogEvents-expected.txt: Added.
+        * inspector-protocol/page/javascriptDialogEvents.html: Added.
+
+2013-02-01  Hajime Morrita  <morrita@google.com> 
+
+        [Chromium] Unreviewed, marking table-section-overflow-clip-crash.html failed.
+
+        * platform/chromium/TestExpectations:
+
+2013-02-01  Hajime Morrita  <morrita@google.com>
+
+        Unreviewed, rebaselining a result.
+
+        * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
+
+2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Use String.prototype.startsWith instead of String.prototype.indexOf when possible
+        https://bugs.webkit.org/show_bug.cgi?id=108575
+
+        Reviewed by Yury Semikhatsky.
+
+        * http/tests/inspector/console-cd-completions.html:
+        * http/tests/inspector/console-cd.html:
+        * http/tests/inspector/indexeddb/indexeddb-test.js:
+        (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer.consoleMessageOverride):
+        (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer):
+        * inspector/network-status-non-http.html:
+
+2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
+
+        Editor::m_compositionNode not updated on HTMLInputElement::setValue()
+        https://bugs.webkit.org/show_bug.cgi?id=107737
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/chromium/TestExpectations: Removed fail expectation for the editing/input/setting-input-value-cancel-ime-composition.html since this patch fixes the bug https://bugs.webkit.org/show_bug.cgi?id=55560
+
+2013-01-31  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
+
+        [Qt] Add support for text decoration "wavy" style
+        https://bugs.webkit.org/show_bug.cgi?id=93507
+
+        Reviewed by Simon Hausmann.
+
+        Add pixel-test expected results for CSS3 text decoration tests for Qt port.
+
+        * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.png: Added.
+        * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/text-decoration-style-expected.png: Added.
+
+2013-01-31  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed, rebaselining expectations.
+
+        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
+
+2013-01-31  Victor Carbune  <vcarbune@chromium.org>
+
+        [Track] Closed Caption button shouldn't be visible if all the track resources have failed loading
+        https://bugs.webkit.org/show_bug.cgi?id=106285
+
+        Reviewed by Eric Carlson.
+
+        Updated tests to include improved behavior.
+
+        * media/video-controls-captions-expected.txt: Updated.
+        * media/video-controls-captions.html: Updated.
+
+2013-01-31  Dima Gorbik  <dgorbik@apple.com>
+
+        REGRESSION(r140231): media track layout tests crashing
+        https://bugs.webkit.org/show_bug.cgi?id=107579
+
+        Reviewed by Eric Carlson.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-31  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed, marking a failing test.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r141479.
+        http://trac.webkit.org/changeset/141479
+        https://bugs.webkit.org/show_bug.cgi?id=108564
+
+        breaks chromium test (Requested by morrita on #webkit).
+
+        * platform/chromium/TestExpectations:
+
+2013-01-31  Hayato Ito  <hayato@chromium.org>
+
+        Use TouchEvent.targetTouches rather than TouchEvent.touches since the order of Touches in TouchList is not guaranteed.
+        https://bugs.webkit.org/show_bug.cgi?id=108426
+
+        Reviewed by Dimitri Glazkov.
+
+        Neat fix for LayoutTest in http://trac.webkit.org/changeset/141054.
+
+        In this LayoutTest context, the length of touchEvent.touches is 2.
+        The Touch order in TouchList is not guaranteed. Therefore
+        touchEvent.touches[0] can be another touch.  Rather, we should use
+        touchEvent.targetTouches here since its length is 1 in this context.
+
+        * fast/dom/shadow/touch-event.html:
+
+2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        [Chromium] Expect spellcheck to select multi-word misspelling on context click
+        https://bugs.webkit.org/show_bug.cgi?id=108509
+
+        Reviewed by Tony Chang.
+
+        * editing/spelling/spelling-exactly-selected-multiple-words.html: Check spelling suggestion for multi-word misspelling.
+        * editing/spelling/spelling-should-select-multiple-words.html: Check spelling suggestion for multi-word misspelling.
+        * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt:
+        * editing/spelling/spelling-should-select-multiple-words-expected.txt:
+        * platform/chromium/TestExpectations: Expect spellcheck to select multi-word misspelling on context click
+
+2013-01-31  Christopher Cameron  <ccameron@chromium.org>
+
+        Fix rubber-band effect on non-scrollable pages
+        https://bugs.webkit.org/show_bug.cgi?id=107611
+
+        Reviewed by Antonio Gomes.
+
+        * platform/chromium/rubberbanding/event-overhang-e-expected.png: Added.
+        * platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
+        * platform/chromium/rubberbanding/event-overhang-e.html: Added.
+        * platform/chromium/rubberbanding/event-overhang-n-expected.png: Added.
+        * platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
+        * platform/chromium/rubberbanding/event-overhang-n.html: Added.
+        * platform/chromium/rubberbanding/event-overhang-s-expected.png: Added.
+        * platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
+        * platform/chromium/rubberbanding/event-overhang-s.html: Added.
+        * platform/chromium/rubberbanding/event-overhang-w-expected.png: Added.
+        * platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
+        * platform/chromium/rubberbanding/event-overhang-w.html: Added.
+
+2013-01-31  Jessie Berlin  <jberlin@apple.com>
+
+        REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
+        https://bugs.webkit.org/show_bug.cgi?id=108380
+
+        Mark another test whose results depend on main resource caching being enabled as failing until
+        main resource caching can be re-enabled on mac.
+
+        * platform/mac/TestExpectations:
+
+2013-01-31  Tim Horton  <timothy_horton@apple.com>
+
+        Land failing baselines for Lion after r141333. Unreviewed.
+        https://bugs.webkit.org/show_bug.cgi?id=108523
+
+        * platform/mac-lion/fast/canvas/canvas-composite-alpha-expected.txt: Added.
+
+2013-01-31  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Support implicit rows and columns
+        https://bugs.webkit.org/show_bug.cgi?id=103573
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/implicit-columns-auto-resolution-expected.txt: Added.
+        * fast/css-grid-layout/implicit-columns-auto-resolution.html: Added.
+        * fast/css-grid-layout/implicit-rows-auto-resolution-expected.txt: Added.
+        * fast/css-grid-layout/implicit-rows-auto-resolution.html: Added.
+
+2013-01-31  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] fast/css/relative-positioned-block-crash.html is intermittently crashing
+        https://bugs.webkit.org/show_bug.cgi?id=108200
+
+        Reviewed by Martin Robinson.
+
+        Unskip two crashing tests having fixed the underlying bug.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-31  Ojan Vafai  <ojan@chromium.org>
+
+        Rebaseline after r141459.
+
+        * fast/multicol/shrink-to-column-height-for-pagination-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png.
+        * fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Renamed from LayoutTests/platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt.
+        * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
+        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Removed.
+        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
+        * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Removed.
+
+2013-01-31  Youenn Fablet  <youennf@gmail.com>
+
+        Quadratic and bezier curves with coincident endpoints rendered incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=105650
+        Modified TestExpectations for Mac, efl and Qt platforms as quadratic curves
+        may not be rendered correctly
+        (see https://bugs.webkit.org/show_bug.cgi?id=107118)
+
+        Reviewed by Kenneth Russell.
+
+        * fast/canvas/canvas-bezier-same-endpoint-expected.txt: Added.
+        * fast/canvas/canvas-bezier-same-endpoint.html: Added.
+        * fast/canvas/canvas-quadratic-same-endpoint-expected.txt: Added.
+        * fast/canvas/canvas-quadratic-same-endpoint.html: Added.
+        * platform/efl/TestExpectations: Skipped quad test
+        * platform/mac/TestExpectations: Skipped quad test
+        * platform/qt/TestExpectations: Skipped quad test
+
+2013-01-31  Uday Kiran  <udaykiran@motorola.com>
+
+        CSS3's vh attribute is not adjusting while browser resizes
+        https://bugs.webkit.org/show_bug.cgi?id=86418
+
+        Reviewed by Antti Koivisto.
+
+        Added test to check element with vh units gets resized when
+        viewport height is increased or decreased.
+
+        * css3/viewport-percentage-lengths/vh-resize-expected.html: Added.
+        * css3/viewport-percentage-lengths/vh-resize.html: Added.
+
+2013-01-31  Jessie Berlin  <jberlin@apple.com>
+
+        Rebaseline after r141459.
+
+        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
+
+2013-01-31  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Shaders] Parse custom filter function with the at-rule reference syntax
+        https://bugs.webkit.org/show_bug.cgi?id=108351
+
+        Reviewed by Dean Jackson.
+
+        Add positive and negative parsing tests for the new custom function syntax.
+
+        Add a new folder "css3/filters/custom-with-at-rule-syntax". This will contain all the tests
+        using the new custom filters at-rule syntax. We will gradually copy tests in
+        "css3/filters/custom" over to "css3/filters/custom-with-at-rule-syntax" and modify them to
+        use the new at-rule syntax. When all of the tests have been replicated using the new syntax,
+        we will remove the previous syntax and the tests in "css3/filters/custom".
+
+        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Added.
+        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Added.
+        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Added.
+        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Added.
+        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Added.
+        (testInvalidFilterRule):
+        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Added.
+        (testFilterProperty):
+        * css3/filters/script-tests/custom-filter-parsing-common.js:
+        (heading):
+            New function to print a heading to make groups of related parsing tests easier to see.
+        (shouldHaveConstructor):
+            New function to check the JS type of an object on JSC as well as V8. This is intended to
+            eventually replace shouldBeType, which works differently on V8 vs. JSC and requires us
+            to create Chromium-specific expectations for the custom filters parsing tests.
+
+2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
+
+        Editor::m_compositionNode not updated on HTMLInputElement::setValue()
+        https://bugs.webkit.org/show_bug.cgi?id=107737
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/chromium/TestExpectations: Removed fail expectation for the editing/input/setting-input-value-cancel-ime-composition.html since this patch fixes the bug https://bugs.webkit.org/show_bug.cgi?id=55560
+
+2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        [Chromium] Expect spellcheck to work for exactly-selected multi-word misspellings
+        https://bugs.webkit.org/show_bug.cgi?id=108498
+
+        Reviewed by Tony Chang.
+
+        * platform/chromium/TestExpectations: Update spellcheck tests expectations.
+
+2013-01-31  Jessie Berlin  <jberlin@apple.com>
+
+        REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
+        https://bugs.webkit.org/show_bug.cgi?id=108380
+
+        Mark some tests whose results depend on main resource caching being enabled as failing until
+        main resource caching can be re-enabled on mac.
+
+        * platform/mac/TestExpectations:
+
+2013-01-31  Ojan Vafai  <ojan@chromium.org>
+
+        REGRESSION(r128517): Percentage heights in quirks mode collapse when printing
+        https://bugs.webkit.org/show_bug.cgi?id=108382
+
+        Reviewed by David Hyatt.
+
+        * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
+        We're just clipping more content that you can't scroll to anyways. This looks
+        like an improvement to me.
+        * printing/css2.1/page-break-inside-000-expected.txt:
+        We pass this test now!
+        * printing/quirks-percentage-height-body-expected.html: Added.
+        * printing/quirks-percentage-height-body.html: Added.
+        * printing/quirks-percentage-height-expected.html: Added.
+        * printing/quirks-percentage-height.html: Added.
+        * printing/standards-percentage-heights-expected.html: Added.
+        * printing/standards-percentage-heights.html: Added.
+
+2013-01-31  Jessie Berlin  <jberlin@apple.com>
+
+        inspector/editor/text-editor-ctrl-movements.html was renamed to
+        inspector/editor/text-editor-word-jumps.html in r141399. Update the TestExpectations file.
+
+        * platform/mac/TestExpectations:
+
+2013-01-31  Jessie Berlin  <jberlin@apple.com>
+
+        ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
+        https://bugs.webkit.org/show_bug.cgi?id=108257
+
+        * platform/mac/TestExpectations:
+        Mark the tests as "crashing" in debug.
+
+2013-01-31  Dirk Schulze  <krit@webkit.org>
+
+        [canvas] Implement currentPath to get and set the current path of the context
+        https://bugs.webkit.org/show_bug.cgi?id=108246
+
+        Reviewed by Dean Jackson.
+
+        Added tests for canvas.currentPath in various combinations of the context state.
+
+        * fast/canvas/canvas-currentPath-expected.txt: Added.
+        * fast/canvas/canvas-currentPath.html: Added.
+        * fast/canvas/script-tests/canvas-currentPath.js: Added.
+        (testPointCollection):
+        * platform/chromium/TestExpectations: Skip test until enabling CANVAS_PATH.
+        * platform/efl/TestExpectations: Ditto.
+        * platform/gtk/TestExpectations: Ditto.
+        * platform/mac/TestExpectations: Ditto.
+        * platform/qt/TestExpectations: Ditto.
+
+2013-01-31  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, update expectation after the order of elements was codified.
+        https://bugs.webkit.org/show_bug.cgi?id=98686
+
+        Also delete the Qt result since this test is skipped on Qt.
+
+        * editing/pasteboard/data-transfer-items-expected.txt:
+        * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Removed.
+
+2013-01-31  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-31  Christophe Dumez  <dchris@gmail.com>
+
+        [EFL] Disable Web Intents
+        https://bugs.webkit.org/show_bug.cgi?id=108457
+
+        Reviewed by Alexey Proskuryakov.
+
+        Skip webintents/ test cases for EFL port now that
+        the feature is disabled.
+
+        * platform/efl/TestExpectations:
+
+2013-01-31  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, land baselines with textarea resizer enabled.
+        https://bugs.webkit.org/show_bug.cgi?id=108383
+
+        * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Removed.
+        * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png:
+        * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png:
+        * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
+        * platform/chromium-mac-lion/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
+        * platform/chromium-mac-lion/fast/forms/negativeLineHeight-expected.png:
+        * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textAreaLineHeight-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-align-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-scroll-height-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-setinnerhtml-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-width-expected.png:
+        * platform/chromium-mac-lion/fast/overflow/overflow-x-y-expected.png:
+        * platform/chromium-mac-lion/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/chromium-mac-lion/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png:
+        * platform/chromium-mac-lion/fast/table/003-expected.png:
+        * platform/chromium-mac-lion/fast/text/international/rtl-white-space-pre-wrap-expected.png:
+        * platform/chromium-mac-lion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug194024-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug30559-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/negativeLineHeight-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textAreaLineHeight-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-width-expected.png:
+        * platform/chromium-mac-snowleopard/fast/overflow/overflow-x-y-expected.png:
+        * platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
+        * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug194024-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30559-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.png:
+        * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
+        * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
+        * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
+        * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
+        * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
+        * platform/chromium-mac/fast/forms/negativeLineHeight-expected.png:
+        * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
+        * platform/chromium-mac/fast/forms/textAreaLineHeight-expected.png:
+        * platform/chromium-mac/fast/forms/textarea-align-expected.png:
+        * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/chromium-mac/fast/forms/textarea-scroll-height-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/textarea-setinnerhtml-expected.png:
+        * platform/chromium-mac/fast/forms/textarea-width-expected.png:
+        * platform/chromium-mac/fast/overflow/overflow-x-y-expected.png:
+        * platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/chromium-mac/fast/repaint/textarea-set-disabled-expected.png:
+        * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
+        * platform/chromium-mac/fast/table/003-expected.png:
+        * platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
+        * platform/chromium-mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug194024-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug30559-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
+        * platform/chromium-win/editing/inserting/4960120-1-expected.png:
+        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
+        * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/chromium-win/fast/forms/basic-textareas-expected.png:
+        * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
+        * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
+        * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
+        * platform/chromium-win/fast/forms/negativeLineHeight-expected.png:
+        * platform/chromium-win/fast/forms/placeholder-position-expected.png:
+        * platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
+        * platform/chromium-win/fast/forms/textarea-align-expected.png:
+        * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/chromium-win/fast/forms/textarea-scroll-height-expected.png:
+        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.png:
+        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/chromium-win/fast/forms/textarea-setinnerhtml-expected.png:
+        * platform/chromium-win/fast/forms/textarea-width-expected.png:
+        * platform/chromium-win/fast/overflow/overflow-x-y-expected.png:
+        * platform/chromium-win/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/chromium-win/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/chromium-win/fast/replaced/width100percent-textarea-expected.png:
+        * platform/chromium-win/fast/table/003-expected.png:
+        * platform/chromium-win/fast/text/international/rtl-white-space-pre-wrap-expected.png:
+        * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug194024-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-31  Dmitry Zvorygin  <zvorygin@chromium.org>
+
+        Web Inspector: searching for <u> in elements panel finds all tags containing "u"
+        https://bugs.webkit.org/show_bug.cgi?id=108176
+
+        Reviewed by Pavel Feldman.
+
+        When searching for tag name check that tag name must either start from
+        search query, or must end with it.
+
+        * inspector/elements/elements-panel-search-expected.txt:
+        * inspector/elements/elements-panel-search.html:
+
+2013-01-31  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a flaky crasher expectation for fast/css-generated-content/block-and-box-hit-testing.html.
+        Removing failure expectations for SVGViewSpec tests.
+
+        * platform/gtk-wk1/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-01-31  Jessie Berlin  <jberlin@apple.com>
+
+        WebKitTestRunner needs an implementation of eventSender.beginDragWithFiles
+        https://bugs.webkit.org/show_bug.cgi?id=64285
+
+        * platform/wk2/TestExpectations:
+        Skip another test that uses eventSender.beginDragWithFiles.
+
+2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip a failing test after r141269.
+        https://bugs.webkit.org/show_bug.cgi?id=108481.
+        Renamed inspector/editor/text-editor-ctrl-movements.html after r141399.
+
+        * platform/qt/TestExpectations:
+
+2013-01-31  Mike West  <mkwst@chromium.org>
+
+        Allow blocking of IndexedDB in third-party contexts
+        https://bugs.webkit.org/show_bug.cgi?id=94171
+
+        Reviewed by Jochen Eisinger.
+
+        Add tests to ensure that IndexedDB can be blocked in a third-party
+        context in both normal documents and in workers. These tests are
+        modeled after the existing cross-origin-websql* tests; it might be
+        possible to reuse some code in the future.
+
+        * http/tests/security/cross-origin-indexeddb-allowed-expected.txt: Added.
+        * http/tests/security/cross-origin-indexeddb-allowed.html: Added.
+        * http/tests/security/cross-origin-indexeddb-expected.txt: Added.
+        * http/tests/security/cross-origin-indexeddb.html: Added.
+        * http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt: Added.
+        * http/tests/security/cross-origin-worker-indexeddb-allowed.html: Added.
+        * http/tests/security/cross-origin-worker-indexeddb-expected.txt: Added.
+        * http/tests/security/cross-origin-worker-indexeddb.html: Added.
+        * http/tests/security/resources/cross-origin-iframe-for-indexeddb.html: Added.
+        * http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html: Added.
+        * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html: Added.
+        * http/tests/security/resources/worker-for-indexeddb.js: Added.
+        (self.onmessage):
+            Add exciting new tests, with more boilerplate than I expected!
+        * platform/efl/TestExpectations:
+        * platform/mac-snowleopard/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+            Skip these IndexedDB tests on platforms where the feature isn't
+            enabled.
+
+2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip two compositing tests, because They hit assertion fail after 140999.
+        https://bugs.webkit.org/show_bug.cgi?id=108257.
+
+        * platform/qt/TestExpectations:
+
+2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: do not set any textContent in overlay highlight spans
+        https://bugs.webkit.org/show_bug.cgi?id=108460
+
+        Reviewed by Pavel Feldman.
+
+        Replace "height" pixel value with "<number>" to avoid difference in
+        test expectations on varioius platforms and correct test expectations.
+
+        * inspector/editor/editor-test.js:
+        (initialize_EditorTests.InspectorTest.dumpEditorHTML):
+        * inspector/editor/text-editor-highlight-api-expected.txt:
+        * inspector/editor/text-editor-highlight-token-expected.txt:
+
+2013-01-31  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
+
+2013-01-31   Vineet Chaudhary  <rgf748@motorola.com>
+
+        formMethod to have empty string as default value and 'get' as invalid.
+        https://bugs.webkit.org/show_bug.cgi?id=108263
+
+        Reviewed by Kent Tamura.
+
+        The spec says formmethod should only have an invalid value default, not a missing value default.
+        Spec: http://www.whatwg.org/specs/web-apps/current-work/#form-submission-0
+              http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formmethod
+
+        * fast/forms/formmethod-attribute-test-expected.txt: Added.
+        * fast/forms/formmethod-attribute-test.html: Added.
+        * fast/forms/submit-form-attributes-expected.txt:
+        * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
+
+2013-01-31  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] remove invalid canvas profile trace logs upon frame navigation
+        https://bugs.webkit.org/show_bug.cgi?id=108454
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/profiler/canvas-profiler-test.js:
+        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
+
+2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: DTE doesn't highlight words if the selected one is the last in the line
+        https://bugs.webkit.org/show_bug.cgi?id=108344
+
+        Reviewed by Pavel Feldman.
+
+        Add a test to cover specific case which caused the bug.
+
+        * inspector/editor/text-editor-highlight-token-expected.txt:
+        * inspector/editor/text-editor-highlight-token.html:
+
+2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: text-editor-ctrl-movements.html timeouts on mac
+        https://bugs.webkit.org/show_bug.cgi?id=108440
+
+        Reviewed by Pavel Feldman.
+
+        Use "alt-arrows" key shortcuts to jump over words instead of
+        "ctrl-arrows" on Mac platform.
+
+        * inspector/editor/text-editor-word-jumps-expected.txt: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements-expected.txt.
+        * inspector/editor/text-editor-word-jumps.html: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements.html.
+        * platform/chromium/TestExpectations: Do not skip this test anymore.
+
+2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: test that references from DOM nodes to event listeners are presented in heap snapshots
+        https://bugs.webkit.org/show_bug.cgi?id=108322
+
+        Reviewed by Vsevolod Vlasov.
+
+        Test that links from DOM node wrappers to event listener functions are presented
+        in heap snapshots.
+
+        * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Added.
+        * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Added.
+
+2013-01-31  Kent Tamura  <tkent@chromium.org>
+
+        Click on a label element won't select input[type=date]
+        https://bugs.webkit.org/show_bug.cgi?id=108428
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/date/date-click-on-label-expected.txt: Added.
+        * fast/forms/date/date-click-on-label.html: Added.
+
+2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: test that nodes from the same detached DOM tree will get into one group in heap snapshot
+        https://bugs.webkit.org/show_bug.cgi?id=108202
+
+        Reviewed by Vsevolod Vlasov.
+
+        Test that JS wrappers for all DOM nodes from the same detached DOM tree will get into
+        single "Detached DOM Tree" entry in the JS heap snapshot.
+
+        * http/tests/inspector-protocol/resources/InspectorTest.js:
+        (InspectorTest.importScript):
+        * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Added.
+        * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Added. I started
+        with writing simplified version of WebInspector.JSHeapSnapshot just for tests
+        but it soon it became clear that we would need to reimplement too much functionality
+        of WebInspector.JSHeapSnapshot so I decided not to reinvent the wheel and just import
+        original heap snapshot model.
+        * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Added.
+        (InspectorTest.takeHeapSnapshot):
+
+2013-01-31  Yury Semikhatsky  <yurys@chromium.org>
+
+        Layout Test inspector-protocol/take-heap-snapshot.html crashes in the Debug mode
+        https://bugs.webkit.org/show_bug.cgi?id=104800
+
+        Reviewed by Jochen Eisinger.
+
+        Marked the test as not crashing in the debug mode.
+
+        * inspector-protocol/heap-profiler/take-heap-snapshot.html:
+        * platform/chromium/TestExpectations:
+
+2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r141110.
+        http://trac.webkit.org/changeset/141110
+        https://bugs.webkit.org/show_bug.cgi?id=108349
+
+        This patch broke WK2-EFL unit tests (Requested by grzegorz on
+        #webkit).
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-31  Kentaro Hara  <haraken@chromium.org>
+
+        Add composition-event-constructor.html, which I forgot to add in r141028
+        https://bugs.webkit.org/show_bug.cgi?id=107919
+
+        Reviewed by Adam Barth.
+
+        r141028 implemented a CompositionEvent constructor, but I forgot to add a test
+        when I landed the patch manually. This patch adds the test.
+
+        * fast/events/constructors/composition-event-constructor-expected.txt: Added.
+        * fast/events/constructors/composition-event-constructor.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-01-31  Kentaro Hara  <haraken@chromium.org>
+
+        [V8] 'new MouseEvent("click", {relatedTarget: window}).window' should return window
+        https://bugs.webkit.org/show_bug.cgi?id=108432
+
+        Reviewed by Adam Barth.
+
+        In V8 'new MouseEvent("click", {relatedTarget: window}).window'
+        returns null. JSC returns window, which is a correct behavior.
+        V8 should also return window.
+
+        * fast/events/constructors/mouse-event-constructor-expected.txt:
+        * fast/events/constructors/mouse-event-constructor.html:
+
+2013-01-30 Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed, rebaselining expectations.
+
+        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Removed.
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Hajime Morrita  <morrita@google.com>
+
+        [Chromium] Unreviewed, marking video-error-does-not-exist.html as a fail.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Rebaline for form-related tests
+        https://bugs.webkit.org/show_bug.cgi?id=105574
+        https://bugs.webkit.org/show_bug.cgi?id=108069
+
+        * platform/chromium-linux-x86/fast/forms/time/time-appearance-pseudo-elements-expected.png: Added.
+        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Re-enabling fast/workers/storage tests after fix(r141320).
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Adam Barth  <abarth@webkit.org>
+
+        The background HTML parser should be able to parse speculatively
+        https://bugs.webkit.org/show_bug.cgi?id=107753
+
+        Reviewed by Eric Seidel.
+
+        * fast/parser/document-write-partial-script-expected.txt: Added.
+        * fast/parser/document-write-partial-script.html: Added.
+
+2013-01-30  Jessie Berlin  <jberlin@apple.com>
+
+        [Mac Lion] [WK2] tiled-drawing tests are being run when they shouldn't be
+        https://bugs.webkit.org/show_bug.cgi?id=106187
+
+        Reviewed by Ryosuke Niwa.
+
+        Since the feature is mac-wk2 only, move the tests from platform mac to platform mac-wk2 and just
+        skip the tests on Lion entirely.
+
+        * platform/mac-lion/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background.html.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html.
+        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html.
+        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html.
+        * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow.html.
+        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html.
+        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html.
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed.html.
+        * platform/mac-wk2/tiled-drawing/fixed/four-bars.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars.html.
+        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html.
+        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset.html.
+        * platform/mac-wk2/tiled-drawing/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed.html.
+        * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt.
+        * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html.
+        * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt.
+        * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll.html.
+        * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt.
+        * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html.
+        * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt.
+        * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset.html.
+        * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt.
+        * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal.html.
+        * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt.
+        * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical.html.
+        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt.
+        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll.html.
+        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt.
+        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html.
+        * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt.
+        * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html.
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt.
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt.
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html.
+        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom.html.
+        * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt.
+        * platform/mac-wk2/tiled-drawing/use-tiled-drawing.html: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing.html.
+        * platform/mac/TestExpectations:
+
+2013-01-30  Levi Weintraub  <leviw@chromium.org>
+
+        [Chromium] WebPluginContainerImpl adding imbalanced touch handler refs
+        https://bugs.webkit.org/show_bug.cgi?id=108381
+
+        Reviewed by James Robinson.
+
+        * platform/chromium/plugins/re-request-touch-events-crash-expected.txt: Added.
+        * platform/chromium/plugins/re-request-touch-events-crash.html: Added.
+
+2013-01-30  Rouslan Solomakhin  <rouslan@chromium.org>
+
+        Tests for spellcheck behavior
+        https://bugs.webkit.org/show_bug.cgi?id=108405
+
+        Reviewed by Tony Chang.
+
+        * editing/spelling/resources/util.js: Added. Boilerplate for spellcheck tests.
+        * editing/spelling/spelling-double-clicked-word.html: Added. Spelling should work for double-clicked misspellings.
+        * editing/spelling/spelling-double-clicked-word-with-underscores.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
+        * editing/spelling/spelling-exactly-selected-multiple-words.html: Added. Spelling should work when the user selects a multi-word misspelling exactly.
+        * editing/spelling/spelling-exactly-selected-word.html: Added. Spelling should work when the user selects the misspelled word exactly.
+        * editing/spelling/spelling-multiword-selection.html: Added. Spelling should be disabled when user selects multiple words that are not a single misspelling.
+        * editing/spelling/spelling-should-select-multiple-words.html: Added. Spellcheck should select multi-word misspellings on context click.
+        * editing/spelling/spelling-should-select-single-word.html: Added. Spellcheck should select the misspelled word on context click.
+        * editing/spelling/spelling-subword-selection.html: Added. Spelling should be disabled when user selects a part of misspelling.
+        * editing/spelling/spelling-with-punctuation-selection.html: Added. Punctuation marks should be treated as whitespace: spelling should ignore them.
+        * editing/spelling/spelling-with-underscore-selection.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
+        * editing/spelling/spelling-with-whitespace-selection.html: Added. Spelling should ignore whitespace.
+        * editing/spelling/spelling-double-clicked-word-expected.txt: Added. 
+        * editing/spelling/spelling-double-clicked-word-with-underscores-expected.txt: Added. 
+        * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt: Added.
+        * editing/spelling/spelling-exactly-selected-word-expected.txt: Added.
+        * editing/spelling/spelling-multiword-selection-expected.txt: Added.
+        * editing/spelling/spelling-should-select-multiple-words-expected.txt: Added.
+        * editing/spelling/spelling-should-select-single-word-expected.txt: Added.
+        * editing/spelling/spelling-subword-selection-expected.txt: Added.
+        * editing/spelling/spelling-with-punctuation-selection-expected.txt: Added.
+        * editing/spelling/spelling-with-underscore-selection-expected.txt: Added.
+        * editing/spelling/spelling-with-whitespace-selection-expected.txt: Added.
+        * platform/chromium/TestExpectations: Skip the tests until the platform implements the behavior.
+        * platform/efl/TestExpectations: Skip the tests until the platform implements the behavior.
+        * platform/gtk/TestExpectations: Skip the tests until the platform implements the behavior.
+        * platform/mac/TestExpectations: Skip the tests until the platform implements the behavior.
+        * platform/qt/TestExpectations: Skip the tests until the platform implements the behavior.
+        * platform/wincairo/TestExpectations: Skip the tests until the platform implements the behavior.
+        * platform/win/TestExpectations: Skip the tests until the platform implements the behavior.
+        * platform/wk2/TestExpectations: Skip the tests until the platform implements the behavior.
+
+2013-01-30  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update expectations on Mac for textarea change.
+
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
+
+2013-01-30  Kentaro Hara  <haraken@chromium.org>
+
+        Implement KeyboardEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=108320
+
+        Reviewed by Adam Barth.
+
+        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
+
+        This patch implements KeyboardEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
+        which is enabled on Chromium and Safari.
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+        * fast/dom/dom-constructors-expected.txt:
+        * fast/dom/dom-constructors.html:
+        * fast/events/constructors/keyboard-event-constructor-expected.txt: Added.
+        * fast/events/constructors/keyboard-event-constructor.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-30  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update expectations Linux 32 textarea tests.
+
+        * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
+        * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Removed.
+
+2013-01-30  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update expectations for Win/Mac
+        Rebaseline one more textarea test on Linux.
+
+        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Philip Rogers  <pdr@google.com>
+
+        Mark tests as failing after r141303.
+
+        These tests were rebaselined before the bots had correct results. This change
+        marks these tests as [ ImageOnlyFailure Pass ] again while the bots catch up.
+
+        Unreviewed test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Tony Chang  <tony@chromium.org>
+
+        [Chromium] Enable textarea resize corner for tests
+        https://bugs.webkit.org/show_bug.cgi?id=108385
+
+        Reviewed by Ojan Vafai.
+
+        * compositing/overflow/textarea-scroll-touch-expected.txt:
+        * fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html:
+        This ref test would overlay 2 textarea on top of each other. Turn off the resize corner on one of them.
+        * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Turn off the resize corner since the reference
+        file doesn't use a textarea.
+        * fast/repaint/textarea-set-disabled-expected.png:
+        * platform/chromium-linux/editing/inserting/4960120-1-expected.png:
+        * platform/chromium-linux/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
+        * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
+        * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
+        * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
+        * platform/chromium-linux/fast/forms/negativeLineHeight-expected.png:
+        * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-align-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-setinnerhtml-expected.png:
+        * platform/chromium-linux/fast/forms/textarea-width-expected.png:
+        * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
+        * platform/chromium-linux/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
+        * platform/chromium-linux/fast/table/003-expected.png:
+        * platform/chromium-linux/fast/text/international/rtl-white-space-pre-wrap-expected.png:
+        * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug194024-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.png:
+        * platform/chromium/TestExpectations: Mark image failures for Mac and Win.
+
+2013-01-30  Simon Fraser  <simon.fraser@apple.com>
+
+        Elements that dynamically become fixed sometimes jump to the top left on scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=108389
+
+        Reviewed by Beth Dakin.
+        
+        Update test results; these results now correctly reflect the last layout
+        positions.
+
+        * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt:
+        * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt:
+        * platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt:
+        * platform/mac/tiled-drawing/fixed/four-bars-expected.txt:
+        * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
+        * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt:
+        * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt:
+        * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt:
+
+2013-01-30  Jessie Berlin  <jberlin@apple.com>
+
+        Revert r138912, the right fix for https://bugs.webkit.org/show_bug.cgi?id=106187 is in
+        r141323.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-30  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [HTMLTemplateElement] prevent the parser from removing nodes from the content when the foster agency is processing formatting elements
+        https://bugs.webkit.org/show_bug.cgi?id=108377
+
+        Reviewed by Adam Barth.
+
+        Note that dump-as-markup.js is modified here to put both template content and its direct children. This was an oversight and fixing it will make it
+        easier to spot parse errors like ones that arise from this bug, where nodes are appended directly to the template element.
+
+        * html5lib/resources/template.dat:
+        * resources/dump-as-markup.js:
+        (Markup._get):
+
+2013-01-30  Philip Rogers  <pdr@google.com>
+
+        Update fast/backgrounds/size/contain-and-cover-zoomed test expectations.
+
+        Unreviewed update of test expectations.
+
+        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
+        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
+        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
+        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Philip Rogers  <pdr@google.com>
+
+        Update chromium-mac svg/zoom test expectations after r141303
+
+        Unreviewed update of test expectations.
+
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+
+2013-01-30  Jessie Berlin  <jberlin@apple.com>
+
+        Don't run the tiled-drawing tests on Lion WK2.
+
+        * platform/mac-wk2/TestExpectations:
+        Even though the platform/mac/tiled-drawing tests were skipped in the Lion TestExpectations
+        file, the Pass value in the mac-wk2 TestExpectations file was causing them to be run on
+        Lion WK2. Explicity skip the tests on Lion here as well.
+
+2013-01-30  Kentaro Hara  <haraken@chromium.org>
+
+        Implement WheelEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=108303
+
+        Reviewed by Adam Barth.
+
+        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
+
+        This patch implements UIEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
+        which is enabled on Chromium and Safari.
+
+        Test: fast/events/constructors/wheel-event-constructor.html
+
+        * fast/events/constructors/wheel-event-constructor-expected.txt: Added.
+        * fast/events/constructors/wheel-event-constructor.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-30  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Support 'auto' sized grid items
+        https://bugs.webkit.org/show_bug.cgi?id=103332
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/auto-content-resolution-columns-expected.txt: Added.
+        * fast/css-grid-layout/auto-content-resolution-columns.html: Added.
+        * fast/css-grid-layout/auto-content-resolution-rows-expected.txt: Added.
+        * fast/css-grid-layout/auto-content-resolution-rows.html: Added.
+
+2013-01-30  Alec Flett  <alecflett@chromium.org>
+
+        IndexedDB: Avoid crashing when deleting indexes
+        https://bugs.webkit.org/show_bug.cgi?id=108356
+
+        Reviewed by Tony Chang.
+
+        This test works on an edge case around the asynchronous
+        creation/deletion of indexes that used to crash. It doesn't fail/crash even
+        without this patch but was the test condition that uncovered the overall problem
+        before https://bugs.webkit.org/show_bug.cgi?id=107311 changed the timing of
+        some of the events.
+
+        * storage/indexeddb/createIndex-after-failure.html: Added.
+        * storage/indexeddb/resources/createIndex-after-failure.js: Added.
+        (sleep):
+        (prepareDatabase):
+        (deleteIndexAfterGet):
+        * storage/indexeddb/resources/shared.js:
+        (.requests.forEach):
+        (waitForRequests):
+
+        * storage/indexeddb/createIndex-after-failure.html: Added.
+        * storage/indexeddb/resources/createIndex-after-failure.js: Added.
+        (prepareDatabase):
+        (deleteIndexAfterGet):
+        * storage/indexeddb/resources/shared.js:
+        (.requests.forEach):
+        (waitForRequests):
+
+2013-01-30  Philip Rogers  <pdr@google.com>
+
+         Update svg/zoom test expectations after r141303
+         Unreviewed update of test expectations.
+
+        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
+
+2013-01-30  Brian Anderson  <brianderson@chromium.org>
+
+        [Chromium] Temporarily change expectations for tests affected by tiling shaders
+        https://bugs.webkit.org/show_bug.cgi?id=108367
+
+        Reviewed by Adrienne Walker.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Philip Rogers  <pdr@google.com>
+
+        Track scale and zoom together when drawing SVG images
+        https://bugs.webkit.org/show_bug.cgi?id=108108
+
+        Reviewed by Tim Horton.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
+
+        [GTK] http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=108100
+
+        Reviewed by Tony Gentilcore.
+
+        * platform/gtk/TestExpectations: Remove the failure expectation.
+
+2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Gardening: Add expectations for flaky crashers
+        https://bugs.webkit.org/show_bug.cgi?id=108359
+
+        Unreviewed gardening: add a bunch of flaky results.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding failure expectations for a couple of fullscreen tests, probably
+        regressed with r141265.
+        Adding a crash expectation for an HTTP test that regressed with r141136.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-30  Tony Chang  <tony@chromium.org>
+
+        REGRESSION(r136324): Flexbox should relayout flex children when width changes
+        https://bugs.webkit.org/show_bug.cgi?id=108231
+
+        Reviewed by Ojan Vafai.
+
+        * css3/flexbox/width-change-and-relayout-children-expected.txt: Added.
+        * css3/flexbox/width-change-and-relayout-children.html: Added.
+
+2013-01-30  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        inspector/editor/text-editor-ctrl-movements.html is timing out after r141245.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        REGRESSION (r141051): Broke plugin support on non-Mac WebKit2 Ports
+        https://bugs.webkit.org/show_bug.cgi?id=108182
+
+        Reviewed by Sam Weinig.
+
+        Unskip failing tests.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Unreviewed gardening
+        https://bugs.webkit.org/show_bug.cgi?id=108341
+
+        Add a few failing results for EFL.
+
+        * platform/efl/TestExpectations:
+
+2013-01-30  Dmitry Zvorygin  <zvorygin@chromium.org>
+
+        Web Inspector: Filters on Console panel
+        https://bugs.webkit.org/show_bug.cgi?id=107813
+
+        The problem is that third-party libraries may spam javascript console
+        with internal  messages. Now there's filter context-menu option, which
+        allows to hide/show messages sent from specific scripts or urls.
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/console-test.js:
+        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
+        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
+        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
+        (initialize_ConsoleTest.InspectorTest.expandConsoleMessages):
+        (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters):
+        (initialize_ConsoleTest):
+        * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
+        (test.addMessage):
+        (test):
+        * inspector/console/console-filter-test-expected.txt: Added.
+        * inspector/console/console-filter-test.html: Added.
+        * inspector/console/resources/log-source.js: Added.
+        (log2):
+
+2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip some failing tests.
+        https://bugs.webkit.org/show_bug.cgi?id=108340.
+
+        * platform/qt/TestExpectations:
+
+2013-01-30  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-clear-expected.png:
+
+2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip some failing tests.
+        https://bugs.webkit.org/show_bug.cgi?id=108340.
+
+        * platform/qt/TestExpectations:
+
+2013-01-30  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gaedening.
+
+        Updated results after http://trac.webkit.org/changeset/141243.
+
+        * platform/chromium-linux/fast/repaint/4774354-expected.png:
+        * platform/chromium-linux/fast/repaint/4776765-expected.png:
+        * platform/chromium-linux/fast/repaint/caret-with-transformation-expected.png: Added.
+        * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/caret-with-transformation-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
+        * platform/chromium-mac/fast/repaint/4774354-expected.png:
+        * platform/chromium-mac/fast/repaint/4776765-expected.png:
+        * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.txt: Added.
+        * platform/chromium-win/fast/repaint/4774354-expected.png:
+        * platform/chromium-win/fast/repaint/4776765-expected.png:
+        * platform/chromium-win/fast/repaint/caret-with-transformation-expected.png: Added.
+        * platform/chromium-win/fast/repaint/caret-with-transformation-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2013-01-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [Qt][WK1] Support better testing of Web Notifications
+        https://bugs.webkit.org/show_bug.cgi?id=107696
+
+        Reviewed by Jocelyn Turcotte.
+
+        Unskip the now working tests in http/tests/notifications.
+        Skip four tests that still fail on WebKit1.
+        Update tests that need notifications dumped.
+
+        * fast/notifications/notifications-click-event.html:
+        * fast/notifications/notifications-display-close-events.html:
+        * fast/notifications/notifications-no-icon.html:
+        * fast/notifications/notifications-replace.html:
+        * fast/notifications/notifications-rtl.html:
+        * fast/notifications/notifications-with-permission.html:
+        * platform/qt-5.0-wk1/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: implement highlight range API
+        https://bugs.webkit.org/show_bug.cgi?id=108317
+
+        Reviewed by Pavel Feldman.
+
+        Added test cases to the existed test to cover highlight range
+        functionality.
+
+        * inspector/editor/text-editor-highlight-api-expected.txt: Added.
+        * inspector/editor/text-editor-highlight-api.html: Added.
+        * inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
+        * inspector/editor/text-editor-highlight-regexp.html: Removed.
+
+2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/accessibility/aria-combobox-expected.txt: Rebaselining after r141186.
+
+2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: move heap profiler protocol tests into heap-profiler subfolder
+        https://bugs.webkit.org/show_bug.cgi?id=108324
+
+        Reviewed by Vsevolod Vlasov.
+
+        Moved heap profiler protocol tests into LayoutTests/inspector-protocol/heap-profiler
+
+        * inspector-protocol/heap-profiler/resources/page-with-function.html: Renamed from LayoutTests/inspector-protocol/resources/page-with-function.html.
+        * inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot-expected.txt.
+        * inspector-protocol/heap-profiler/take-heap-snapshot.html: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot.html.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2013-01-30  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [EFL][Qt][WebGL] Avoid deleting an uncreated canvas.
+        https://bugs.webkit.org/show_bug.cgi?id=106878
+
+        Reviewed by Benjamin Poulain.
+
+        * fast/canvas/webgl/canvas-resize-crash-expected.txt: Added.
+        * fast/canvas/webgl/canvas-resize-crash.html: Added.
+
+2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: implmenet Ctrl-Arrow/Ctrl-Backspace in DefaultTextEditor
+        https://bugs.webkit.org/show_bug.cgi?id=107944
+
+        Reviewed by Pavel Feldman.
+
+        Add new test to verify ctrl-arrow/ctrl-backspace behavior. Exclude
+        this test on the platforms that do not currently support eventSender.
+
+        * inspector/editor/text-editor-ctrl-movements-expected.txt: Added.
+        * inspector/editor/text-editor-ctrl-movements.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: do not repaint all lines in highlight regex API in DTE
+        https://bugs.webkit.org/show_bug.cgi?id=108081
+
+        Reviewed by Pavel Feldman.
+
+        Modify layout test to add a verification that highlight does not
+        repaint more DefaultTextEditor line rows than it needs to.
+
+        * inspector/editor/text-editor-highlight-regexp-expected.txt:
+        * inspector/editor/text-editor-highlight-regexp.html:
+
+2013-01-30  Tien-Ren Chen  <trchen@chromium.org>
+
+        REGRESSION (r139282): Caret repainting is broken for text-align: center'd <input>
+        https://bugs.webkit.org/show_bug.cgi?id=108283
+
+        Reviewed by Tim Horton.
+
+        Occasionally carets won't be fully erased when blinking.
+        There used to be 1-pixel padding but removed since r139282.
+        This patch adds back the same workaround.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        More plugin test cases skipped, failing after r141051,
+        plugins/document-open.html is not crashing, but currently timing out.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        More plugin test cases skipped, failing after r141051,
+
+        * platform/efl-wk2/TestExpectations: r140999 leads to assertions in two stacking container tests.
+        * platform/efl/TestExpectations: r140613 introduced fast/ruby/select-ruby.html - failing on our port.
+
+2013-01-29  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Renderer is recreated unexpectedly after detach in HTMLInputElement
+        https://bugs.webkit.org/show_bug.cgi?id=108150
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2.html: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2-expected.txt: Added.
+
+2013-01-29  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
+
+        Unreviewed. EFL Gradening.
+
+        fast/events/constructors/composition-event-constructor.html isn't exist anymore.
+
+        * platform/efl/TestExpectations:
+
+2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing Mac Lion test expectation per bug 108291.
+
+        * platform/mac/TestExpectations:
+
+2013-01-29  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking fixed-position-composited-page-scale-down tests as failing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-29  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking terminate-during-sync-operation.html as crashing after r141166.
+
+        Unreviwed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-29  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining probably after r141136.
+
+        Unreviwed. Gardening.
+
+        * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt: Added.
+
+2013-01-29  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: VoiceOver not reading bullets correctly in the text of notes
+        https://bugs.webkit.org/show_bug.cgi?id=107980
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/mac/accessibility/listmarker-suffix-expected.txt: Added.
+        * platform/mac/accessibility/listmarker-suffix.html: Added.
+
+2013-01-29  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] fast/workers/storage crashing after r141166
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-29  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining after r141195
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
+        * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
+
+2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140983.
+        http://trac.webkit.org/changeset/140983
+        https://bugs.webkit.org/show_bug.cgi?id=108277
+
+        Unfortunately, this API has one last client (Requested by
+        abarth on #webkit).
+
+        * fast/notifications/notifications-with-permission-expected.txt:
+        * fast/notifications/notifications-with-permission.html:
+
+2013-01-29  Rafael Weinstein  <rafaelw@chromium.org>
+
+        parserAppendChild and parserInsertBefore should ensure that child nodes are in the same document
+        https://bugs.webkit.org/show_bug.cgi?id=108260
+
+        Reviewed by Eric Seidel.
+
+        * fast/parser/xml-error-adopted-expected.txt: Added.
+        * fast/parser/xml-error-adopted.xml: Added.
+
+2013-01-29  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: The content should not overflow the <input> boundary
+        https://bugs.webkit.org/show_bug.cgi?id=108069
+
+        Reviewed by Hajime Morita.
+
+        * fast/forms/date/date-appearance-basic-expected.txt:
+        * fast/forms/date/date-appearance-basic.html:
+        Add test cases for small width and small height.
+        * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
+        Update the code because of shadow tree structure change.
+        * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
+        Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll-expected.txt:
+        Added.
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+         - date-appearance-basic.html: New test cases are added.
+         - *-appearance-pseudo-element.html: :before :after position is slightly
+           changed because of the -webkit-align-items change.
+         - suggestion-picker/*.html: RTL behavior is changed. The direction of
+           suggestion pickers matches to the direction of the input content
+           (browser locale).
+
+2013-01-29  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. More Windows7 gardening.
+
+        * platform/win/TestExpectations:
+
+2013-01-29  Alexandre Elias  <aelias@chromium.org>
+
+        [chromium] Disable layout tests impacted by page scale change
+        https://bugs.webkit.org/show_bug.cgi?id=108232
+
+        Unreviewed, gardening.
+
+        After https://codereview.chromium.org/12045002/, these
+        tests are expected to fail.  Disabling and creating bugs for follow-up.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-29  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: Add support for aria-autocomplete="list" on ARIA combobox
+        https://bugs.webkit.org/show_bug.cgi?id=108228
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/mac/accessibility/combox-box-value-expected.txt: Added.
+        * platform/mac/accessibility/combox-box-value.html: Added.
+
+2013-01-29  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip a bunch of tests on Win7 in preparation of turning on EWS testers.
+        https://bugs.webkit.org/show_bug.cgi?id=108249
+
+        * platform/win/TestExpectations:
+
+2013-01-29  Oliver Hunt  <oliver@apple.com>
+
+        REGRESSION (r140594): RELEASE_ASSERT_NOT_REACHED in JSC::Interpreter::execute
+        https://bugs.webkit.org/show_bug.cgi?id=108097
+
+        Reviewed by Geoffrey Garen.
+
+        Add parser test for invalid var a.b syntax
+
+        * fast/js/parser-syntax-check-expected.txt:
+        * fast/js/script-tests/parser-syntax-check.js:
+
+2013-01-29  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Temporarily disable inspector tests. 
+        They are all timing out due to some configuration problem on the bots.
+
+        * platform/win/TestExpectations:
+
+2013-01-29  Justin Novosad  <junov@google.com>
+
+        REGRESSION (r135628-135632): Double box shadow failure to render
+        https://bugs.webkit.org/show_bug.cgi?id=107833
+
+        Reviewed by Simon Fraser.
+
+        New ref test verifies that box shadow is drawn when
+        background is an opaque image. Test uses an blue gradient
+        as background image. Reference uses blue background color.
+
+        * fast/backgrounds/gradient-background-shadow-expected.html: Added.
+        * fast/backgrounds/gradient-background-shadow.html: Added.
+
+2013-01-29  Pravin D  <pravind.2k4@gmail.com>
+
+        Current error reporting method used by check-layout.js should not affect subsequent sub-tests using checking data-offset-y.
+        https://bugs.webkit.org/show_bug.cgi?id=105407
+
+        Reviewed by Tony Chang.
+
+        When a testcase is processed by check-layout.js, the result is written just after the node being processed. This causes
+        offsetTop of subsequent sub-testcases to altered. If however if we process the nodes in the reverse order in which they 
+        appear in the DOM tree, the result of node being processed will not affect the offsetTop of susequent nodes.
+
+        * resources/check-layout.js:
+
+2013-01-29  Dirk Schulze  <dschulze@adobe.com>
+
+        Canvas support for isPointInStroke
+        https://bugs.webkit.org/show_bug.cgi?id=108185
+
+        Reviewed by Dean Jackson.
+
+        Test the implementation of isPointOfStroke with all stroke style
+        properties in Canvas.
+
+        * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
+        * fast/canvas/canvas-isPointInStroke.html: Added.
+        * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
+
+        * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
+        * fast/canvas/canvas-isPointInStroke.html: Added.
+        * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
+        * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added property for isPointInStroke.
+
+2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r141122.
+        Removing a few duplicate test expectations.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt:
+        * platform/gtk/fonts/complex-text-shadows-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt.
+        * platform/gtk/fonts/font-face-with-complex-text-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt.
+        * platform/gtk/fonts/non-bmp-characters-expected.png: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png.
+        * platform/gtk/fonts/non-bmp-characters-expected.txt: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt.
+        * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Removed.
+        * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Removed.
+        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Removed.
+        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Removed.
+        * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
+
+2013-01-29  Nate Chapin  <japhet@chromium.org>
+
+        Enable reuse of cached main resources
+        https://bugs.webkit.org/show_bug.cgi?id=105667.
+
+        Reviewed by Adam Barth.
+
+        * http/tests/cache/cached-main-resource-expected.txt: Added.
+        * http/tests/cache/cached-main-resource.html: Added.
+        * http/tests/cache/resources/cacheable-iframe.php: Added.
+        * http/tests/inspector/resource-har-pages-expected.txt:
+        * http/tests/loading/redirect-methods-expected.txt:
+        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
+        * http/tests/misc/link-rel-icon-beforeload-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add back test expectations that got erroneously removed in r140981.
+
+        * platform/mac/TestExpectations:
+
+2013-01-29  Victor Carbune  <vcarbune@chromium.org>
+
+        Heap-use-after-free in WebCore::RenderTextTrackCue::layout
+        https://bugs.webkit.org/show_bug.cgi?id=108197
+
+        Reviewed by Eric Carlson.
+
+        Added test that triggers the crash. Verified proper removal of the tree.
+
+        * media/track/track-cue-rendering-tree-is-removed-properly-expected.txt: Added.
+        * media/track/track-cue-rendering-tree-is-removed-properly.html: Added.
+
+2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip a failing ref html test.
+
+        * platform/qt/TestExpectations:
+
+2013-01-29  Martin Robinson  <mrobinson@igalia.com>
+
+        [Freetype] Cannot use characters outside the BMP
+        https://bugs.webkit.org/show_bug.cgi?id=108102
+
+        Reviewed by Carlos Garcia Campos.
+
+        Added a pixel test for rendering non-BMP characters.
+
+        * platform/gtk/fonts/non-bmp-characters.html: Added.
+        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Added.
+        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Added.
+
+2013-01-29  Alexis Menard  <alexis@webkit.org>
+
+        Implement pseudoElement attribute on transition DOM events.
+        https://bugs.webkit.org/show_bug.cgi?id=107986
+
+        Reviewed by Julien Chaffraix.
+
+        Add new tests to cover the feature.
+
+        * fast/css-generated-content/pseudo-transition-event-expected.txt: Added.
+        * fast/css-generated-content/pseudo-transition-event.html: Added.
+        * fast/events/constructors/transition-event-constructor-expected.txt:
+        * fast/events/constructors/transition-event-constructor.html:
+        * fast/events/constructors/webkit-transition-event-constructor-expected.txt:
+        * fast/events/constructors/webkit-transition-event-constructor.html:
+
+2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Reclassified one IDB failure as a flaky crasher.
+        Added a test expectation for a flaky crasher that's failnig
+        due to probably malfunctioning accessibility code.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing tests after r140927.
+        https://bugs.webkit.org/show_bug.cgi?id=108190.
+
+        * platform/qt/TestExpectations:
+
+2013-01-29  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: introduce HighlightDescriptor interface in DTE.
+        https://bugs.webkit.org/show_bug.cgi?id=108161
+
+        Reviewed by Pavel Feldman.
+
+        Correct layout test according to refactoring changes.
+
+        * inspector/editor/text-editor-highlight-regexp.html:
+
+2013-01-29  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
+
+        [EFL] Unified text checker implementation.
+        https://bugs.webkit.org/show_bug.cgi?id=107682
+
+        Reviewed by Anders Carlsson.
+
+        * platform/efl-wk2/TestExpectations:
+        Skip context-menu-suggestions.html until
+        https://bugs.webkit.org/show_bug.cgi?id=107684 lands.
+
+2013-01-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt-5.0-wk2/TestExpectations: Skip broken plugin tests after r141051.
+
+2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        Unreviewed gardening. Update generic expected file after r141031.
+        Remove Chromium, GTK and Qt specific expected files, because they are the same as the  generic expected file.
+
+        * fast/js/regress/integer-modulo-expected.txt:
+        * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Removed after r141044.
+        * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Removed after r141084.
+        * platform/qt/fast/js/regress/integer-modulo-expected.txt: Removed after r141101.
+
+2013-01-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Skipping tests broken by r141051.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skip failing tests. https://bugs.webkit.org/show_bug.cgi?id=108175.
+        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added after r140999.
+        * platform/qt/fast/js/regress/integer-modulo-expected.txt: Added after r141031.
+
+2013-01-29  Peter Rybin  <peter.rybin@gmail.com>
+
+        Web Inspector: in inspector-protocol tests do not swallow errors
+        https://bugs.webkit.org/show_bug.cgi?id=108087
+
+        Reviewed by Pavel Feldman.
+        Additional checks are added. Debuggee is more aggressive at
+        when to kill the test.
+
+        * http/tests/inspector-protocol/resources/InspectorTest.js:
+        * http/tests/inspector-protocol/resources/protocol-test.js:
+        (runTest):
+
+2013-01-29  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] support instrumenting canvases in iframes (backend side)
+        https://bugs.webkit.org/show_bug.cgi?id=107951
+
+        Reviewed by Pavel Feldman.
+
+        Stub Canvas dispatcher for now to silence alerts in tests.
+
+        * inspector/profiler/canvas-profiler-test.js:
+        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
+
+2013-01-29  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: [CPU Profile] Taking profile crashes renderer.
+        https://bugs.webkit.org/show_bug.cgi?id=108072
+
+        Reviewed by Yury Semikhatsky.
+
+        Added test to check that ProfilerAgent start/stop doesn't crash.
+
+        * inspector/profiler/cpu-profiler-agent-crash-on-start-expected.txt: Added.
+        * inspector/profiler/cpu-profiler-agent-crash-on-start.html: Added.
+
+2013-01-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        REGRESSION: ChildrenAffectedBy flags lost between siblings which have child elements sharing style
+        https://bugs.webkit.org/show_bug.cgi?id=105672
+
+        Reviewed by Andreas Kling.
+
+        Two test cases by Philippe Wittenbergh that triggers the issue.
+
+        * fast/selectors/cousin-stylesharing-adjacent-selector-expected.html: Added.
+        * fast/selectors/cousin-stylesharing-adjacent-selector.html: Added.
+        * fast/selectors/cousin-stylesharing-last-child-selector-expected.html: Added.
+        * fast/selectors/cousin-stylesharing-last-child-selector.html: Added.
+
+2013-01-29  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: [Regression] Search across all sources is broken.
+        https://bugs.webkit.org/show_bug.cgi?id=108157
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/search/scripts-search-scope-expected.txt: Added.
+        * http/tests/inspector/search/scripts-search-scope.html: Added.
+
+2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140959 and r140977.
+        http://trac.webkit.org/changeset/140959
+        http://trac.webkit.org/changeset/140977
+        https://bugs.webkit.org/show_bug.cgi?id=108171
+
+        Reverting rebaseline because after r141067 the expected
+        results should be the old values. (Requested by kadam on
+        #webkit).
+
+        * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Removed.
+        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Removed.
+        * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed.
+        * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Removed.
+        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Removed.
+        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
+
+2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Added failure/flaky crash expectations for two layout tests.
+        * platform/gtk/fast/js/regress: Added.
+        * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Added the baseline after r141031.
+
+2013-01-29  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking icon-0colors.html as crashing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-28   Vineet Chaudhary  <rgf748@motorola.com>
+
+        HTMLOutputElement::htmlFor should be readonly
+        https://bugs.webkit.org/show_bug.cgi?id=101898
+
+        Reviewed by Kentaro Hara.
+
+        The spec says htmlFor should be readonly, but WebKit implements it as no-readonly.
+        Spec: http://dev.w3.org/html5/spec-preview/the-output-element.html
+        Modified tests according to new behavior.
+
+        * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
+        * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js: Test for attribute htmlFor is readonly.
+
+2013-01-28  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Reverting change to chromium/TestExpectation in r141056.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-28  Adam Barth  <abarth@webkit.org>
+
+        Layout Test http/tests/workers/terminate-during-sync-operation.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=79013
+
+        Reviewed by David Levin.
+
+        This test shouldn't be flaky anymore.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-28  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining after 141039.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
+        * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
+        * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * platform/chromium/compositing/overflow/resize-painting-expected.txt:
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
+        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
+
+2013-01-28  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow] Gesture event is not fired in ShadowDOM
+        https://bugs.webkit.org/show_bug.cgi?id=107797
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/touch-event-expected.txt: Added.
+        * fast/dom/shadow/touch-event.html: Added.
+
+2013-01-28  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining integer-modulo after r141031.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Added.
+
+2013-01-28  Min Qin  <qinmin@chromium.org>
+
+        fix multi-touch-inside-iframes Layout test
+        https://bugs.webkit.org/show_bug.cgi?id=108113
+
+        Reviewed by Adam Barth.
+
+        The ordering of OnLoad() of the 2 child iframes is racy.
+        Fixed by assigning title from the parent frame.
+
+        * fast/events/touch/multi-touch-inside-iframes.html:
+        * fast/events/touch/resources/multi-touch-inside-iframes2.html:
+
+2013-01-28  Simon Fraser  <simon.fraser@apple.com>
+
+        position:fixed that doesn't render any content should not force compositing
+        https://bugs.webkit.org/show_bug.cgi?id=108112
+
+        Reviewed by Beth Dakin.
+        
+        Change tests to put a background color on position:fixed elements that need to be composited.
+        New test with an empty fixed position element.
+
+        * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html:
+        * compositing/layer-creation/fixed-position-no-content-expected.txt: Added.
+        * compositing/layer-creation/fixed-position-no-content.html: Copied from LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html.
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
+        * compositing/layer-creation/fixed-position-out-of-view.html:
+        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html:
+        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html:
+
+2013-01-28  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Skipping mathml tests because MATHML was disasbled.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-28  Michael Saboff  <msaboff@apple.com>
+
+        Make integer-modulo.js a try JS-Regress test
+        https://bugs.webkit.org/show_bug.cgi?id=108130
+
+        Reviewed by Filip Pizlo.
+
+        Eliminated the LayoutTest calls.  Sum the values and throw an expection if it doesn't
+        match up.
+
+        * fast/js/regress/script-tests/integer-modulo.js:
+
+2013-01-27  Kentaro Hara  <haraken@chromium.org>
+
+        Implement CompositionEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=107919
+
+        Reviewed by Sam Weinig.
+
+        This patch implements a CompositionEvent constructor under
+        a DOM4_EVENTS_CONSTRUCTOR flag.
+
+        Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+        * fast/events/constructors/composition-event-constructor-expected.txt: Added.
+        * fast/events/constructors/composition-event-constructor.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-28  Joshua Bell  <jsbell@chromium.org>
+
+        [Chromium] Unreviewed gardening, removing Crash expectations from storage/indexeddb tests.
+        https://bugs.webkit.org/show_bug.cgi?id=108048
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-28  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140934, r140935, and r140937.
+        http://trac.webkit.org/changeset/140934
+        http://trac.webkit.org/changeset/140935
+        http://trac.webkit.org/changeset/140937
+        https://bugs.webkit.org/show_bug.cgi?id=108117
+
+        Re-land some speculative rollouts - see wkbug.com/108048 for
+        context (Requested by jsbell on #webkit).
+
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-blocked-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
+        * storage/indexeddb/events-expected.txt: Added.
+        * storage/indexeddb/events.html: Added.
+        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
+        * storage/indexeddb/intversion-long-queue-expected.txt:
+        * storage/indexeddb/intversion-upgrades-expected.txt:
+        * storage/indexeddb/removed-expected.txt:
+        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
+        (versionChangeCallback):
+        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
+        (versionChangeCallback):
+        * storage/indexeddb/resources/deletedatabase-blocked.js:
+        (test.request.onsuccess.openOnSuccess.h.onversionchange):
+        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
+        (prepareDatabase.h.onversionchange):
+        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
+        (h1OpenSuccess.h1.onversionchange.h1OnVersionChange.h1.onversionchange):
+        (h1OpenSuccess.h1.onversionchange):
+        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
+        * storage/indexeddb/resources/deletedatabase-not-blocked.js:
+        (test.request.onsuccess.openOnSuccess.h.onversionchange):
+        * storage/indexeddb/resources/events.js: Added.
+        (test):
+        * storage/indexeddb/resources/intversion-gated-on-delete.js:
+        (firstSuccessCallback):
+        (connection1VersionChangeCallback):
+        * storage/indexeddb/resources/intversion-long-queue.js:
+        (connection1VersionChangeCallback):
+        (deleteDatabaseBlockedCallback):
+        (deleteDatabaseSuccessCallback):
+        (connection2VersionChangeEvent):
+        * storage/indexeddb/resources/removed.js:
+        (test):
+
+2013-01-28  Ian Vollick  <vollick@chromium.org>
+
+        Promote composited-scrolling layers to stacking containers.
+        https://bugs.webkit.org/show_bug.cgi?id=106142
+
+        Reviewed by Simon Fraser.
+
+        With this patch, RenderLayers that use composited scrolling are
+        treated as stacking contexts. Since isStackingContainer now depends on
+        the value of m_needsCompositedScrolling, special care needed to be
+        taken to ensure that the value of isStackingContainer is not used when
+        updating m_needsCompositedScrolling. In particular, the code for
+        rebuilding the layer lists needed to be generalized so that we could
+        build the layer lists using the value of isStackingContext rather than
+        isStackingContainer when building the layer lists used to determine if
+        the descendants are contiguous in stacking order. Also, updating
+        m_needsCompositedScrolling can now affect stacking container status
+        and can therefore dirty layer lists.
+
+        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
+        * compositing/overflow/composited-scrolling-creates-a-stacking-container.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
+
+2013-01-28  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Shaders] Parse @-webkit-filter
+        https://bugs.webkit.org/show_bug.cgi?id=106837
+
+        Reviewed by Dean Jackson.
+
+        Add positive and negative tests for parsing the @-webkit-filter rule.
+
+        Factored out common helper functions between the existing CSS Custom Filters parsing tests
+        and the new tests into custom-filter-parsing-common.js.
+
+        * css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt: Added.
+        * css3/filters/custom/custom-filter-parsing-at-rule-invalid.html: Added.
+        * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Added.
+        * css3/filters/custom/custom-filter-parsing-at-rule-valid.html: Added.
+        * css3/filters/custom/custom-filter-property-parsing-invalid.html:
+        * css3/filters/custom/custom-filter-property-parsing.html:
+        * css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js: Added.
+        (testInvalidFilterAtRule):
+        * css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js: Added.
+        (testFilterAtRule):
+            Tests @-webkit-filter rule parsing and its ability to hold CSS properties.
+        (testNestedRules):
+            Tests nesting between at-rules, involving @-webkit-filter rules.
+        (checkRule):
+            Factor out common rule checking functionality into its own helper function, so it can be
+            reused.
+        * css3/filters/script-tests/custom-filter-parsing-common.js: Added.
+        (jsWrapperClass):
+            Moved.
+        (shouldBeType):
+            Moved.
+        * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
+        * css3/filters/script-tests/custom-filter-property-parsing.js:
+        * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt:
+            V8 represents WebKitCSSFilterRule a little differently.
+
+2013-01-28  Uday Kiran  <udaykiran@motorola.com>
+
+        getComputedStyle returns "left" instead of "none" for "float" on abspos elements
+        https://bugs.webkit.org/show_bug.cgi?id=105836
+
+        Reviewed by Tony Chang.
+
+        If 'position' has the value absolute, page or fixed, and the value of float is
+        left or right, the box is absolutely positioned and the computed value of float is none.
+        http://www.w3.org/TR/css3-positioning/#dis-pos-flo
+        This matches behavior of Firefox 18, Opera 12 and IE9.
+
+        * fast/css/position-absolute-float-expected.txt: Added.
+        * fast/css/position-absolute-float.html: Added.
+
+2013-01-28  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a failure expectation for a User Timing test added in r140882.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-28  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Mac rebaselines after r140192.
+
+        * fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
+        * fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
+        * fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
+        * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
+        * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
+        * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
+        * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
+        * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
+        * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
+
+2013-01-28  Oliver Hunt  <oliver@apple.com>
+
+        REGRESSION(r139145): A couple of fast/workers tests fail
+        https://bugs.webkit.org/show_bug.cgi?id=106415
+
+        These tests are stable now.
+
+        * platform/mac/TestExpectations:
+
+2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        Correcting rebaseline done in r140959.
+
+        * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt.
+        * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt.
+        * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt.
+        * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Renamed from LayoutTests/platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
+        * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt.
+        * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt.
+        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt.
+        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-inside-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.png.
+        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.png.
+        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.png.
+        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.txt.
+        * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/platform/qt/compositing/geometry/preserve-3d-switching-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/composited-parent-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/iframe-resize-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt.
+        * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/scrolling-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Renamed from LayoutTests/platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png.
+        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Copied from LayoutTests/platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-child-layer-expected.png.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt.
+        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
+        * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Renamed from LayoutTests/platform/qt/compositing/masks/mask-layer-size-expected.txt.
+        * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Renamed from LayoutTests/platform/qt/compositing/repaint/resize-repaint-expected.txt.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.png.
+        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt.
+        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png.
+        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
+        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.png.
+        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.txt.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png.
+        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt.
+        * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/tiled-layer-resize-expected.txt.
+        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.png.
+        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.txt.
+        * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
+        * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Copied from LayoutTests/platform/qt/css3/filters/composited-during-transition-layertree-expected.txt.
+        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.png.
+        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.txt.
+        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
+        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
+        * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
+
+2013-01-28  Stephen Chenney  <schenney@chromium.org>
+
+        SVGViewSpec fails when corresponding element has been removed
+        https://bugs.webkit.org/show_bug.cgi?id=106957
+
+        Reviewed by Dirk Schulze.
+
+        Test for the situation in which the target of an SVGViewSpec is
+        removed while the view spec lives on in JS. The test is expected to
+        fail on all JSC based platforms because the element that must be
+        deleted to trigger the results is not deleted upon GC.
+
+        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
+        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
+        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
+
+2013-01-28  James Craig  <james@cookiecrook.com>
+
+        HTML5 promotes DL from specific 'definition list' to superset 'description list'; accessibility strings and accessors should be updated to match.
+        https://bugs.webkit.org/show_bug.cgi?id=107650
+
+        Reviewed by Chris Fleizach.
+        
+        Updating accessibility strings and accessors for DL/DT/DD; new one for [role="definition"] (previously it reused the role/desc for DD).
+        Removed gtk expectation as the expectation has changed: platform/gtk/accessibility/lists-expected.txt
+
+        * accessibility/lists.html:
+        * platform/gtk/accessibility/lists-expected.txt: Removed.
+        * platform/mac/accessibility/definition-list-term-expected.txt:
+        * platform/mac/accessibility/definition-list-term.html:
+        * platform/mac/accessibility/lists-expected.txt:
+
+2013-01-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Added platform specific expectations after r140728.
+
+        * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
+        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
+        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
+        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
+        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
+        * platform/qt/svg/custom/glyph-setting-d-attribute-expected.png:
+        * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
+        * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
+        * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added.
+        * platform/qt/svg/hixie/viewbox/002-expected.png:
+        * platform/qt/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/qt/svg/hixie/viewbox/003-expected.png:
+        * platform/qt/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/qt/svg/text/text-viewbox-rescale-expected.png:
+        * platform/qt/svg/text/text-viewbox-rescale-expected.txt: Added.
+
+2013-01-28  Manuel Rego Casasnovas  <rego@igalia.com>
+
+        [GTK] [WTR] layoutTestController.pathToLocalResource needs to be updated
+        https://bugs.webkit.org/show_bug.cgi?id=107538
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk-wk2/TestExpectations: Remove tests that pass now:
+        http/tests/security/local-user-CSS-from-remote.html,
+        fast/loader/local-CSS-from-local.html,
+        fast/loader/local-JavaScript-from-local.html,
+        fast/loader/local-image-from-local.html and
+        fast/dom/frame-loading-via-document-write.html.
+
+2013-01-28  Martin Robinson  <mrobinson@igalia.com>
+
+        [Freetype] Synthetic bold not applied to fallback fonts properly
+        https://bugs.webkit.org/show_bug.cgi?id=107733
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * platform/gtk/fast/css/font-face-multiple-faces-expected.png:
+        * platform/gtk/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
+        * platform/gtk/fast/dom/34176-expected.png: Added.
+        * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
+        * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.png:
+        * platform/gtk/fast/text/cg-fallback-bolding-expected.png:
+        * platform/gtk/fast/text/fallback-traits-fixup-expected.png:
+        * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.png:
+        * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.png:
+        * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
+        * platform/gtk/fast/text/international/bold-bengali-expected.png:
+        * platform/gtk/fast/text/international/khmer-selection-expected.png:
+        * platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
+
+2013-01-28  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: SourceURL and SourceMappingURL together in evalled code
+        https://bugs.webkit.org/show_bug.cgi?id=107939
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector/compiler-script-mapping-expected.txt:
+        * http/tests/inspector/compiler-script-mapping.html:
+
+2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed rebaseline after r140821.
+
+        * platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
+        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
+        * platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
+        * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
+        * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
+        * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
+        * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
+        * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png: Added.
+        * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
+        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
+        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
+        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
+        * platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
+        * platform/qt/compositing/geometry/clip-expected.txt: Added.
+        * platform/qt/compositing/geometry/clip-inside-expected.txt: Added.
+        * platform/qt/compositing/geometry/composited-in-columns-expected.png: Added.
+        * platform/qt/compositing/geometry/composited-in-columns-expected.txt: Added.
+        * platform/qt/compositing/geometry/flipped-writing-mode-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt/compositing/geometry/flipped-writing-mode-expected.txt: Added.
+        * platform/qt/compositing/geometry/foreground-layer-expected.png: Added.
+        * platform/qt/compositing/geometry/foreground-layer-expected.txt: Added.
+        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
+        * platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
+        * platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
+        * platform/qt/compositing/iframes/composited-parent-iframe-expected.txt: Added.
+        * platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
+        * platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
+        * platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
+        * platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
+        * platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
+        * platform/qt/compositing/iframes/iframe-resize-expected.txt: Added.
+        * platform/qt/compositing/iframes/overlapped-iframe-expected.txt: Added.
+        * platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
+        * platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
+        * platform/qt/compositing/iframes/scrolling-iframe-expected.txt: Added.
+        * platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
+        * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
+        * platform/qt/compositing/layer-creation/overlap-child-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
+        * platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
+        * platform/qt/compositing/masks/mask-layer-size-expected.txt: Added.
+        * platform/qt/compositing/repaint/resize-repaint-expected.txt: Added.
+        * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png: Added.
+        * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png: Added.
+        * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/qt/compositing/rtl/rtl-iframe-relative-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
+        * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
+        * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
+        * platform/qt/compositing/tiling/huge-layer-img-expected.png: Added.
+        * platform/qt/compositing/tiling/huge-layer-img-expected.txt: Added.
+        * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
+        * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
+        * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
+        * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
+        * platform/qt/compositing/tiling/tiled-layer-resize-expected.txt: Added.
+        * platform/qt/compositing/visibility/layer-visible-content-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt/compositing/visibility/layer-visible-content-expected.txt: Added.
+        * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
+        * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
+        * platform/qt/css3/filters/filtered-compositing-descendant-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
+        * platform/qt/css3/filters/filtered-compositing-descendant-expected.txt: Added.
+
+2013-01-28  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking bug2479-5.html as crashing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-28  Mike West  <mkwst@chromium.org>
+
+        Change test expectation to ensure that seamless iframes do not inherit editability.
+        https://bugs.webkit.org/show_bug.cgi?id=108063
+
+        Reviewed by Eric Seidel.
+
+        Seamlessly rendered documents should not inherit editability from their
+        parent IFrame. Currently, the test expectations don't match this
+        behavior. This patch trivially adjusts the expectation to ensure that
+        editability is _not_ inherited.
+
+        * fast/frames/seamless/seamless-inherited-document-style-expected.txt:
+        * fast/frames/seamless/seamless-inherited-document-style.html:
+
+2013-01-25  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: remove unused isElement and similar methods from HeapProfiler
+        https://bugs.webkit.org/show_bug.cgi?id=107940
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/profiler/heap-snapshot.html:
+
+2013-01-27  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking two fast/forms tests as slow on debug mac.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow DOM] Selecting a node to another node in ShadowDOM fires 'click' event unexpectedly
+        https://bugs.webkit.org/show_bug.cgi?id=107233
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/select-in-shadowdom-expected.txt: Added.
+        * fast/dom/shadow/select-in-shadowdom.html: Added.
+
+2013-01-28  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking storage/indexeddb tests as crashing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-27  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking media/track tests as crashing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140602.
+        http://trac.webkit.org/changeset/140602
+        https://bugs.webkit.org/show_bug.cgi?id=108045
+
+        Caused 8 indexed tests to crash. (Requested by keishi on
+        #webkit).
+
+        * storage/indexeddb/intversion-long-queue-expected.txt:
+        * storage/indexeddb/intversion-upgrades-expected.txt:
+
+2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Disabled input/textarea doesn't trigger selection change
+        https://bugs.webkit.org/show_bug.cgi?id=85244
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/forms/input-readonly-select-expected.txt: Added.
+        * fast/forms/input-readonly-select.html: Added.
+
+2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140741.
+        http://trac.webkit.org/changeset/140741
+        https://bugs.webkit.org/show_bug.cgi?id=108044
+
+        Caused 8 indexed tests to fail on Mac and Win. (Requested by
+        keishi on #webkit).
+
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-blocked-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
+        * storage/indexeddb/events-expected.txt: Removed.
+        * storage/indexeddb/events.html: Removed.
+        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
+        * storage/indexeddb/intversion-long-queue-expected.txt:
+        * storage/indexeddb/removed-expected.txt:
+        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
+        (versionChangeCallback):
+        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
+        (versionChangeCallback):
+        * storage/indexeddb/resources/deletedatabase-blocked.js:
+        (test.request.onsuccess.openOnSuccess.h.onversionchange):
+        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
+        (prepareDatabase.h.onversionchange):
+        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
+        (h1OpenSuccess.h1.onversionchange):
+        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
+        * storage/indexeddb/resources/deletedatabase-not-blocked.js:
+        (test.request.onsuccess.openOnSuccess.h.onversionchange):
+        * storage/indexeddb/resources/events.js: Removed.
+        * storage/indexeddb/resources/intversion-gated-on-delete.js:
+        (firstSuccessCallback):
+        (connection1VersionChangeCallback):
+        * storage/indexeddb/resources/intversion-long-queue.js:
+        (connection1VersionChangeCallback):
+        (deleteDatabaseBlockedCallback):
+        (deleteDatabaseSuccessCallback):
+        (connection2VersionChangeEvent):
+        * storage/indexeddb/resources/removed.js:
+        (test):
+
+2013-01-28  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining overflow-size-change* tests.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-mac-lion/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
+        * platform/chromium-mac-lion/fast/regions/overflow-size-change-with-stacking-context-expected.png:
+        * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
+        * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-with-stacking-context-expected.png:
+        * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
+        * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Renamed from LayoutTests/platform/chromium/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt.
+        * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.png:
+        * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Renamed from LayoutTests/platform/chromium/fast/regions/overflow-size-change-with-stacking-context-expected.txt.
+        * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
+        * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.png:
+
+2013-01-27  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Attempt to fix expectation entry.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-27  Matt Falkenhagen  <falken@chromium.org>
+
+        Elements must be reattached when inserted/removed from top layer
+        https://bugs.webkit.org/show_bug.cgi?id=105489
+
+        Relanding r139402 as the apparent perf regression has been explained as not real (bug 106726).
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
+        This tests that a top layer element removed from the document does not reappear in the top layer if readded.
+        This test actually would pass before this patch, but just by good fortune (see bug).
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
+        This tests that top layer ordering is correct after removing and readding an element to the top layer.
+
+2013-01-27  Jochen Eisinger  <jochen@chromium.org>
+
+        [chromium] add missing plumbing for Notification.requestPermission
+        https://bugs.webkit.org/show_bug.cgi?id=108012
+
+        Reviewed by Adam Barth.
+
+        * fast/notifications/notifications-constructor-request-permission-expected.txt: Added.
+        * fast/notifications/notifications-constructor-request-permission.html: Added.
+
+2013-01-27  Jochen Eisinger  <jochen@chromium.org>
+
+        Check notification permissions in the show() method
+        https://bugs.webkit.org/show_bug.cgi?id=108009
+
+        Reviewed by Adam Barth.
+
+        * fast/notifications/notifications-constructor-with-permission-expected.txt: Added.
+        * fast/notifications/notifications-constructor-with-permission.html: Added.
+        * fast/notifications/notifications-constructor-without-permission-expected.txt: Added.
+        * fast/notifications/notifications-constructor-without-permission.html: Added.
+
+2013-01-26  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140880.
+        http://trac.webkit.org/changeset/140880
+        https://bugs.webkit.org/show_bug.cgi?id=108023
+
+        Caused mathml/presentation and tests to crash and fail
+        (Requested by keishi on #webkit).
+
+        * mathml/differentiable-manifold.html: Removed.
+        * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Removed.
+        * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Removed.
+        * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
+        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
+        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
+        * platform/chromium-linux/mathml/presentation/mo-expected.txt:
+        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
+        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
+        * platform/chromium-linux/mathml/presentation/over-expected.txt:
+        * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
+        * platform/chromium-linux/mathml/presentation/row-expected.png:
+        * platform/chromium-linux/mathml/presentation/row-expected.txt:
+        * platform/chromium-linux/mathml/presentation/sub-expected.png:
+        * platform/chromium-linux/mathml/presentation/sub-expected.txt:
+        * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-26  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r120616): Cell's logical height wrongly computed with vertical-align: baseline and rowspan
+        https://bugs.webkit.org/show_bug.cgi?id=106571
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/css/vertical-align-baseline-rowspan-010-expected.html: Added.
+        * fast/css/vertical-align-baseline-rowspan-010.html: Added.
+        * fast/css/vertical-align-baseline-rowspan-011-expected.html: Added.
+        * fast/css/vertical-align-baseline-rowspan-011.html: Added.
+
+2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
+
+        Make unload-reparent-sibling-frame.html wait for completion
+        https://bugs.webkit.org/show_bug.cgi?id=107987
+
+        Reviewed by Ojan Vafai.
+
+        While this test runs fine locally and in the cr-linux EWS it
+        appears to be flaky on many of the other bots because it doesn't
+        wait for the test to complete. Instead make the waiting in the test
+        explicit.
+
+        * fast/frames/unload-reparent-sibling-frame.html:
+
+2013-01-25  Pan Deng  <pan.deng@intel.com>
+
+        [User Timing] Class name of user timing entries should be PerformanceMark/PerformanceMeasure.
+        https://bugs.webkit.org/show_bug.cgi?id=107925.
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type-expected.txt: Added.
+        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html: Added.
+
+2013-01-24  Ojan Vafai  <ojan@chromium.org>
+
+        MathML preferred widths should not depend on layout information
+        https://bugs.webkit.org/show_bug.cgi?id=107353
+
+        Reviewed by Levi Weintraub.
+
+        * mathml/differentiable-manifold.html: Added.
+        * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Added.
+        * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Added.
+        * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
+        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
+        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
+        * platform/chromium-linux/mathml/presentation/mo-expected.txt:
+        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
+        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
+        * platform/chromium-linux/mathml/presentation/over-expected.txt:
+        * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
+        * platform/chromium-linux/mathml/presentation/row-expected.png:
+        * platform/chromium-linux/mathml/presentation/row-expected.txt:
+        * platform/chromium-linux/mathml/presentation/sub-expected.png:
+        * platform/chromium-linux/mathml/presentation/sub-expected.txt:
+        * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-25  Dima Gorbik  <dgorbik@apple.com>
+
+        Support language WebVTT Nodes
+        https://bugs.webkit.org/show_bug.cgi?id=107907
+
+        Reviewed by Eric Carlson.
+
+        * media/track/captions-webvtt/styling-lang.vtt: Added.
+        * media/track/track-css-matching-lang-expected.txt: Added.
+        * media/track/track-css-matching-lang.html: Added.
+
+2013-01-25  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium svg rebaseline.
+
+        * platform/chromium-linux-x86/svg/hixie/viewbox: Added.
+        * platform/chromium-linux-x86/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/chromium-linux-x86/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/chromium-win/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/chromium-win/svg/hixie/viewbox/003-expected.txt: Added.
+
+2013-01-25  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Updating baselines following r140192.
+
+        * platform/chromium-mac-lion/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
+        * platform/chromium-mac-snowleopard/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
+        * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
+        * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
+        * platform/chromium-win-xp/fast/regions: Removed.
+        * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-25  Eric Carlson  <eric.carlson@apple.com>
+
+        Adding a text track should not make controls visible
+        https://bugs.webkit.org/show_bug.cgi?id=107956
+
+        Reviewed by  Dean Jackson.
+
+        * media/media-captions-no-controls-expected.txt: Added.
+        * media/media-captions-no-controls.html: Added.
+
+2013-01-25  Erik Arvidsson  <arv@chromium.org>
+
+        Unreviewed Chromium rebaseline.
+
+        Rebaseline several tests on Chromium after r140728.
+
+        * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
+        * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
+        * platform/chromium-win/svg/text/font-size-below-point-five-expected.txt:
+        * platform/chromium-win/svg/text/text-viewbox-rescale-expected.png:
+        * platform/chromium/svg/hixie/viewbox/002-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/002-expected.txt.
+        * platform/chromium/svg/hixie/viewbox/003-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/003-expected.txt.
+
+2013-01-25  Emil A Eklund  <eae@chromium.org>
+
+        Change svg/text/text-rect-precision.html to pass on non-subpixel platforms and add results
+        https://bugs.webkit.org/show_bug.cgi?id=107972
+
+        Reviewed by Levi Weintraub.
+
+        * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Removed.
+        * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Removed.
+        * svg/text/text-rect-precision.html:
+        * svg/text/text-rect-precision-expected.txt: Added
+
+2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
+
+        Consider all ancestors not just parentElement when disconnecting frames
+        https://bugs.webkit.org/show_bug.cgi?id=107769
+
+        Reviewed by Eric Seidel.
+
+        Add a test for moving frames around inside unload handlers.
+
+        * fast/frames/unload-reparent-sibling-frame-expected.txt: Added.
+        * fast/frames/unload-reparent-sibling-frame.html: Added.
+
+2013-01-25  Tony Chang  <tony@chromium.org>
+
+        Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
+        https://bugs.webkit.org/show_bug.cgi?id=104997
+
+        Reviewed by Ojan Vafai.
+
+        border-color-relayout.html tests that we handle border color style changes properly.
+
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
+        * fast/forms/border-color-relayout-expected.html: Added.
+        * fast/forms/border-color-relayout.html: Added.
+        * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
+        * fast/forms/text/text-padding-dynamic-change.html: Added.
+
+2013-01-25  Arnaud Renevier  <a.renevier@sisa.samsung.com>
+
+        Move WebGLErrorsToConsole page setting to window.internals.settings
+        https://bugs.webkit.org/show_bug.cgi?id=107218
+
+        Set WebGLErrorsToConsoleEnabled to false for WebGL tests which have
+        errors. Some WebGL error messages depend on OpenGL implementations, so
+        logging error messages would lead to platform specific output.
+
+        Reviewed by Kenneth Russell.
+
+        * fast/canvas/webgl/attrib-location-length-limits.html:
+        * fast/canvas/webgl/bad-arguments-test.html:
+        * fast/canvas/webgl/buffer-bind-test.html:
+        * fast/canvas/webgl/buffer-data-array-buffer.html:
+        * fast/canvas/webgl/compressed-tex-image.html:
+        * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
+        * fast/canvas/webgl/context-lost-restored.html:
+        * fast/canvas/webgl/context-lost.html:
+        * fast/canvas/webgl/draw-arrays-out-of-bounds.html:
+        * fast/canvas/webgl/draw-elements-out-of-bounds.html:
+        * fast/canvas/webgl/error-reporting.html:
+        * fast/canvas/webgl/framebuffer-object-attachment.html:
+        * fast/canvas/webgl/framebuffer-test.html:
+        * fast/canvas/webgl/get-active-test.html:
+        * fast/canvas/webgl/gl-bind-attrib-location-test.html:
+        * fast/canvas/webgl/gl-enable-enum-test.html:
+        * fast/canvas/webgl/gl-enum-tests.html:
+        * fast/canvas/webgl/gl-object-get-calls.html:
+        * fast/canvas/webgl/gl-uniform-arrays.html:
+        * fast/canvas/webgl/gl-uniformmatrix4fv.html:
+        * fast/canvas/webgl/gl-vertexattribpointer.html:
+        * fast/canvas/webgl/glsl-conformance.html:
+        * fast/canvas/webgl/incorrect-context-object-behaviour.html:
+        * fast/canvas/webgl/index-validation-copies-indices.html:
+        * fast/canvas/webgl/index-validation-verifies-too-many-indices.html:
+        * fast/canvas/webgl/index-validation.html:
+        * fast/canvas/webgl/invalid-passed-params.html:
+        * fast/canvas/webgl/null-object-behaviour.html:
+        * fast/canvas/webgl/object-deletion-behaviour.html:
+        * fast/canvas/webgl/program-test.html:
+        * fast/canvas/webgl/read-pixels-pack-alignment.html:
+        * fast/canvas/webgl/read-pixels-test.html:
+        * fast/canvas/webgl/script-tests/texImageTest.js:
+        * fast/canvas/webgl/shader-deleted-by-accessor.html:
+        * fast/canvas/webgl/shader-precision-format.html:
+        * fast/canvas/webgl/tex-input-validation.html:
+        * fast/canvas/webgl/tex-sub-image-2d-bad-args.html:
+        * fast/canvas/webgl/texture-complete.html:
+        * fast/canvas/webgl/texture-npot.html:
+        * fast/canvas/webgl/type-conversion-test.html:
+        * fast/canvas/webgl/uniform-location-length-limits.html:
+        * fast/canvas/webgl/uniform-location.html:
+        * fast/canvas/webgl/webgl-depth-texture.html:
+        * fast/canvas/webgl/webgl-specific.html:
+        * fast/canvas/webgl/webgl-texture-binding-preserved.html:
+        * inspector/profiler/webgl/webgl-profiler-api-changes.html:
+        * inspector/profiler/webgl/webgl-profiler-get-error.html:
+
+2013-01-25  Abhishek Arya  <inferno@chromium.org>
+
+        Regression(r139836): Crash in WTF::equalIgnoringCase
+        https://bugs.webkit.org/show_bug.cgi?id=107703
+
+        Reviewed by Eric Seidel.
+
+        * fast/gradients/parse-radial-gradient-crash-expected.txt: Added.
+        * fast/gradients/parse-radial-gradient-crash.html: Added.
+
+2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaselining after r140448, r140459, r140493 and 140593.
+
+        * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
+        * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Added.
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Remove unnecessary platform expectations for now-passing test.
+
+        * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
+        * platform/efl/media/media-can-play-ogg-expected.txt: Removed.
+
+2013-01-25  Erik Arvidsson  <arv@chromium.org>
+
+        Unreviewed Chromium rebaseline.
+
+        Rebaseline svg/batik tests.
+
+        * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
+        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
+        * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Removed.
+        * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
+        * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
+        * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
+
+2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL rebaseline.
+
+        Rebaseline several tests on EFL port after r140728.
+
+        * platform/efl/svg/carto.net/button-expected.png:
+        * platform/efl/svg/carto.net/button-expected.txt:
+        * platform/efl/svg/carto.net/colourpicker-expected.png:
+        * platform/efl/svg/carto.net/colourpicker-expected.txt:
+        * platform/efl/svg/carto.net/combobox-expected.png:
+        * platform/efl/svg/carto.net/combobox-expected.txt:
+        * platform/efl/svg/carto.net/scrollbar-expected.png:
+        * platform/efl/svg/carto.net/scrollbar-expected.txt:
+        * platform/efl/svg/carto.net/selectionlist-expected.png:
+        * platform/efl/svg/carto.net/selectionlist-expected.txt:
+        * platform/efl/svg/carto.net/tabgroup-expected.png:
+        * platform/efl/svg/carto.net/tabgroup-expected.txt:
+        * platform/efl/svg/carto.net/textbox-expected.png:
+        * platform/efl/svg/carto.net/textbox-expected.txt: Added.
+        * platform/efl/svg/carto.net/window-expected.png:
+        * platform/efl/svg/carto.net/window-expected.txt:
+        * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Added.
+        * platform/efl/svg/clip-path/clip-path-pixelation-expected.txt:
+        * platform/efl/svg/css/group-with-shadow-expected.png:
+        * platform/efl/svg/css/group-with-shadow-expected.txt:
+        * platform/efl/svg/hixie/perf/003-expected.png:
+        * platform/efl/svg/hixie/perf/003-expected.txt:
+        * platform/efl/svg/hixie/text/001-expected.txt:
+        * platform/efl/svg/hixie/text/003-expected.png:
+        * platform/efl/svg/hixie/text/003-expected.txt:
+        * platform/efl/svg/hixie/text/003a-expected.png:
+        * platform/efl/svg/hixie/text/003a-expected.txt:
+        * platform/efl/svg/hixie/text/003b-expected.png:
+        * platform/efl/svg/hixie/text/003b-expected.txt:
+        * platform/efl/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/efl/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
+        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
+        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
+        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
+        * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/efl/svg/text/append-text-node-to-tspan-expected.txt:
+        * platform/efl/svg/text/bidi-reorder-value-lists-expected.png:
+        * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt:
+        * platform/efl/svg/text/bidi-text-anchor-direction-expected.png:
+        * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt:
+        * platform/efl/svg/text/bidi-text-query-expected.png:
+        * platform/efl/svg/text/bidi-text-query-expected.txt:
+        * platform/efl/svg/text/bidi-tspans-expected.png:
+        * platform/efl/svg/text/bidi-tspans-expected.txt:
+        * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
+        * platform/efl/svg/text/font-size-below-point-five-2-expected.txt:
+        * platform/efl/svg/text/font-size-below-point-five-expected.png:
+        * platform/efl/svg/text/font-size-below-point-five-expected.txt:
+        * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt:
+        * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt:
+        * platform/efl/svg/text/remove-tspan-from-text-expected.png:
+        * platform/efl/svg/text/remove-tspan-from-text-expected.txt:
+        * platform/efl/svg/text/scaled-font-expected.png: Added.
+        * platform/efl/svg/text/scaled-font-expected.txt:
+        * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png:
+        * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.png:
+        * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
+        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+        * platform/efl/svg/text/select-x-list-1-expected.png:
+        * platform/efl/svg/text/select-x-list-1-expected.txt:
+        * platform/efl/svg/text/select-x-list-2-expected.png:
+        * platform/efl/svg/text/select-x-list-2-expected.txt:
+        * platform/efl/svg/text/select-x-list-3-expected.png:
+        * platform/efl/svg/text/select-x-list-3-expected.txt:
+        * platform/efl/svg/text/select-x-list-4-expected.png:
+        * platform/efl/svg/text/select-x-list-4-expected.txt:
+        * platform/efl/svg/text/select-x-list-with-tspans-1-expected.png:
+        * platform/efl/svg/text/select-x-list-with-tspans-1-expected.txt:
+        * platform/efl/svg/text/select-x-list-with-tspans-2-expected.png:
+        * platform/efl/svg/text/select-x-list-with-tspans-2-expected.txt:
+        * platform/efl/svg/text/select-x-list-with-tspans-3-expected.png:
+        * platform/efl/svg/text/select-x-list-with-tspans-3-expected.txt:
+        * platform/efl/svg/text/select-x-list-with-tspans-4-expected.png:
+        * platform/efl/svg/text/select-x-list-with-tspans-4-expected.txt:
+        * platform/efl/svg/text/selection-doubleclick-expected.png:
+        * platform/efl/svg/text/selection-doubleclick-expected.txt:
+        * platform/efl/svg/text/small-fonts-2-expected.png:
+        * platform/efl/svg/text/small-fonts-2-expected.txt:
+        * platform/efl/svg/text/small-fonts-3-expected.png:
+        * platform/efl/svg/text/small-fonts-3-expected.txt:
+        * platform/efl/svg/text/small-fonts-expected.png:
+        * platform/efl/svg/text/small-fonts-expected.txt: Added.
+        * platform/efl/svg/text/small-fonts-in-html5-expected.png:
+        * platform/efl/svg/text/small-fonts-in-html5-expected.txt:
+        * platform/efl/svg/text/text-align-01-b-expected.png:
+        * platform/efl/svg/text/text-align-01-b-expected.txt:
+        * platform/efl/svg/text/text-align-02-b-expected.png:
+        * platform/efl/svg/text/text-align-02-b-expected.txt:
+        * platform/efl/svg/text/text-align-03-b-expected.png:
+        * platform/efl/svg/text/text-align-03-b-expected.txt:
+        * platform/efl/svg/text/text-align-04-b-expected.png:
+        * platform/efl/svg/text/text-align-04-b-expected.txt:
+        * platform/efl/svg/text/text-align-05-b-expected.png:
+        * platform/efl/svg/text/text-align-05-b-expected.txt:
+        * platform/efl/svg/text/text-align-06-b-expected.png:
+        * platform/efl/svg/text/text-align-06-b-expected.txt:
+        * platform/efl/svg/text/text-altglyph-01-b-expected.png:
+        * platform/efl/svg/text/text-altglyph-01-b-expected.txt:
+        * platform/efl/svg/text/text-deco-01-b-expected.png:
+        * platform/efl/svg/text/text-deco-01-b-expected.txt:
+        * platform/efl/svg/text/text-fonts-01-t-expected.png:
+        * platform/efl/svg/text/text-fonts-01-t-expected.txt:
+        * platform/efl/svg/text/text-hkern-expected.txt:
+        * platform/efl/svg/text/text-path-01-b-expected.png:
+        * platform/efl/svg/text/text-path-01-b-expected.txt:
+        * platform/efl/svg/text/text-path-middle-align-expected.png:
+        * platform/efl/svg/text/text-path-middle-align-expected.txt:
+        * platform/efl/svg/text/text-spacing-01-b-expected.png:
+        * platform/efl/svg/text/text-spacing-01-b-expected.txt:
+        * platform/efl/svg/text/text-text-01-b-expected.png:
+        * platform/efl/svg/text/text-text-01-b-expected.txt:
+        * platform/efl/svg/text/text-text-03-b-expected.png:
+        * platform/efl/svg/text/text-text-03-b-expected.txt:
+        * platform/efl/svg/text/text-text-04-t-expected.png:
+        * platform/efl/svg/text/text-text-04-t-expected.txt:
+        * platform/efl/svg/text/text-text-05-t-expected.png:
+        * platform/efl/svg/text/text-text-05-t-expected.txt:
+        * platform/efl/svg/text/text-text-06-t-expected.png:
+        * platform/efl/svg/text/text-text-06-t-expected.txt:
+        * platform/efl/svg/text/text-text-07-t-expected.png:
+        * platform/efl/svg/text/text-text-07-t-expected.txt:
+        * platform/efl/svg/text/text-tref-01-b-expected.png:
+        * platform/efl/svg/text/text-tref-01-b-expected.txt:
+        * platform/efl/svg/text/text-tselect-01-b-expected.png:
+        * platform/efl/svg/text/text-tselect-01-b-expected.txt:
+        * platform/efl/svg/text/text-tselect-02-f-expected.png:
+        * platform/efl/svg/text/text-tselect-02-f-expected.txt:
+        * platform/efl/svg/text/text-tspan-01-b-expected.png:
+        * platform/efl/svg/text/text-tspan-01-b-expected.txt:
+        * platform/efl/svg/text/text-ws-01-t-expected.png:
+        * platform/efl/svg/text/text-ws-01-t-expected.txt:
+        * platform/efl/svg/text/text-ws-02-t-expected.png:
+        * platform/efl/svg/text/text-ws-02-t-expected.txt:
+        * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+        * platform/efl/svg/wicd/rightsizing-grid-expected.png:
+        * platform/efl/svg/wicd/rightsizing-grid-expected.txt:
+        * platform/efl/svg/wicd/sizing-flakiness-expected.png:
+        * platform/efl/svg/wicd/sizing-flakiness-expected.txt:
+        * platform/efl/svg/wicd/test-rightsizing-b-expected.png:
+        * platform/efl/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/efl/svg/zoom/page/zoom-foreignObject-expected.png:
+        * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt:
+        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
+        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+        * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
+        * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt:
+
+2013-01-25  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        debugger-terminate-dedicated-worker-while-paused.html is flaky on chromium-ews
+        https://bugs.webkit.org/show_bug.cgi?id=107953
+
+        First mark flakyness for it in platform/chromium/TestExpectations.
+
+        Reviewed by Ojan Vafai.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-25  Mike West  <mkwst@chromium.org>
+
+        Merge isViewSource checks in ScriptController::executeIfJavaScriptURL and ScriptController::canExecuteScripts.
+        https://bugs.webkit.org/show_bug.cgi?id=101683
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/view-source-javascript-url-in-document-expected.txt: Added.
+        * http/tests/security/view-source-javascript-url-in-document.html: Added.
+
+2013-01-25  Erik Arvidsson  <arv@chromium.org>
+
+        Unreviewed Chromium rebaseline.
+
+        Rebaseline tests on Chromium port after r140749.
+
+        * platform/chromium-win/fast/css/resize-corner-tracking-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL rebaseline.
+
+        Rebaseline several tests on EFL port after r140728.
+
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
+        * platform/efl/svg/batik/filters/feTile-expected.png:
+        * platform/efl/svg/batik/filters/feTile-expected.txt:
+        * platform/efl/svg/batik/masking/maskRegions-expected.png:
+        * platform/efl/svg/batik/masking/maskRegions-expected.txt:
+        * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
+        * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
+        * platform/efl/svg/batik/paints/patternRegionA-expected.png:
+        * platform/efl/svg/batik/paints/patternRegionA-expected.txt:
+        * platform/efl/svg/batik/text/smallFonts-expected.png: Added.
+        * platform/efl/svg/batik/text/smallFonts-expected.txt:
+        * platform/efl/svg/batik/text/textAnchor-expected.png:
+        * platform/efl/svg/batik/text/textAnchor-expected.txt:
+        * platform/efl/svg/batik/text/textAnchor3-expected.png:
+        * platform/efl/svg/batik/text/textAnchor3-expected.txt:
+        * platform/efl/svg/batik/text/textDecoration-expected.png: Added.
+        * platform/efl/svg/batik/text/textDecoration-expected.txt:
+        * platform/efl/svg/batik/text/textDecoration2-expected.png:
+        * platform/efl/svg/batik/text/textDecoration2-expected.txt:
+        * platform/efl/svg/batik/text/textEffect-expected.png: Added.
+        * platform/efl/svg/batik/text/textEffect-expected.txt:
+        * platform/efl/svg/batik/text/textEffect2-expected.png: Added.
+        * platform/efl/svg/batik/text/textEffect2-expected.txt:
+        * platform/efl/svg/batik/text/textEffect3-expected.png:
+        * platform/efl/svg/batik/text/textEffect3-expected.txt:
+        * platform/efl/svg/batik/text/textFeatures-expected.png: Added.
+        * platform/efl/svg/batik/text/textFeatures-expected.txt:
+        * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
+        * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
+        * platform/efl/svg/batik/text/textLayout-expected.png: Added.
+        * platform/efl/svg/batik/text/textLayout-expected.txt:
+        * platform/efl/svg/batik/text/textLayout2-expected.png: Added.
+        * platform/efl/svg/batik/text/textLayout2-expected.txt:
+        * platform/efl/svg/batik/text/textLength-expected.png:
+        * platform/efl/svg/batik/text/textLength-expected.txt:
+        * platform/efl/svg/batik/text/textOnPath-expected.png:
+        * platform/efl/svg/batik/text/textOnPath-expected.txt:
+        * platform/efl/svg/batik/text/textOnPath3-expected.png:
+        * platform/efl/svg/batik/text/textOnPath3-expected.txt:
+        * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
+        * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
+        * platform/efl/svg/batik/text/textPCDATA-expected.png:
+        * platform/efl/svg/batik/text/textPCDATA-expected.txt:
+        * platform/efl/svg/batik/text/textPosition-expected.png:
+        * platform/efl/svg/batik/text/textPosition-expected.txt:
+        * platform/efl/svg/batik/text/textPosition2-expected.png:
+        * platform/efl/svg/batik/text/textPosition2-expected.txt:
+        * platform/efl/svg/batik/text/textProperties-expected.png:
+        * platform/efl/svg/batik/text/textProperties-expected.txt:
+        * platform/efl/svg/batik/text/textProperties2-expected.png: Added.
+        * platform/efl/svg/batik/text/textProperties2-expected.txt:
+        * platform/efl/svg/batik/text/textStyles-expected.png:
+        * platform/efl/svg/batik/text/textStyles-expected.txt:
+        * platform/efl/svg/batik/text/verticalText-expected.png:
+        * platform/efl/svg/batik/text/verticalText-expected.txt:
+        * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
+        * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
+
+2013-01-25  Victor Carbune  <vcarbune@chromium.org>
+
+        Heap-use-after-free in WebCore::TextTrackCue::isActive
+        https://bugs.webkit.org/show_bug.cgi?id=104594
+
+        Reviewed by Eric Carlson.
+
+        * media/track/track-remove-active-cue-crash-expected.txt: Added.
+        * media/track/track-remove-active-cue-crash.html: Added.
+
+2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL rebaseline.
+
+        Rebaseline several tests on EFL port after r140728.
+
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Copied from LayoutTests/platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Copied from LayoutTests/platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
+        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
+
+2013-01-25  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: Cleanup console.* API MessageSource/Levels.
+        https://bugs.webkit.org/show_bug.cgi?id=107946
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/console-tests-expected.txt:
+
+2013-01-25  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: highlight occurences of word in DefaultTextEditor
+        https://bugs.webkit.org/show_bug.cgi?id=105523
+
+        Reviewed by Pavel Feldman.
+
+        Add new test to verify token highlightning functionality.
+
+        * inspector/editor/editor-test.js:
+        (initialize_EditorTests.InspectorTest.createTestEditor): Added optional TextEditorDelegate argument.
+        * inspector/editor/text-editor-highlight-token-expected.txt: Added.
+        * inspector/editor/text-editor-highlight-token.html: Added.
+
+2013-01-25  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining failing SVG tests after r140728.
+
+        * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
+        * platform/gtk/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
+        * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: Added.
+        * platform/gtk/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/gtk/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/gtk/svg/text/text-viewbox-rescale-expected.txt: Added.
+        * platform/gtk/svg/zoom/page/zoom-zoom-coords-expected.txt:
+
+2013-01-25  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Fixing expectation entry for selection-clear.html.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL rebaseline.
+
+        Rebaseline several tests on EFL port after r140728.
+
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+
+2013-01-25  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Fixing expectations for textLayout.svg.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
+        * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Removed.
+        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
+
+2013-01-25  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Resolving duplicate expectation entries.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-25  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [Styles] Editing a property value containing a trimmed data: URL breaks the style
+        https://bugs.webkit.org/show_bug.cgi?id=107936
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/styles/edit-value-with-trimmed-url-expected.txt: Added.
+        * inspector/styles/edit-value-with-trimmed-url.html: Added.
+
+2013-01-25  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining textLayout.svg.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Removed.
+
+2013-01-25  Elliott Sprehn  <esprehn@gmail.com>
+
+        Assert the connectedSubframeCount is consistent and fix over counting
+        https://bugs.webkit.org/show_bug.cgi?id=107302
+
+        Reviewed by Alexey Proskuryakov.
+
+        Add a test that removing an iframe in the middle of unload causes the
+        contentDocument to become immediately inaccessible.
+
+        * fast/frames/reparent-in-unload-contentdocument-expected.txt: Added.
+        * fast/frames/reparent-in-unload-contentdocument.html: Added.
+
+2013-01-25  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Inconsistent value of aria-valuetext attribute
+        https://bugs.webkit.org/show_bug.cgi?id=107897
+
+        Reviewed by Kentaro Hara.
+
+        Fix existing tests to show aria-valuenow attribute values.
+
+        * fast/forms/resources/multiple-fields-ax-aria-attributes.js: Added.
+        * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt:
+        * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html:
+        Use multiple-fields-ax-aria-attributes.js.
+        Add tests for initial empty-value state.
+        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt:
+        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html:
+        Use multiple-fields-ax-aria-attributes.js.
+        * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html:
+        Use multiple-fields-ax-aria-attributes.js.
+
+2013-01-25  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaseline for r140728.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
+        * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Removed.
+        * platform/chromium-linux-x86/svg/carto.net/tabgroup-expected.txt: Removed.
+        * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Removed.
+        * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
+        * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.txt:
+        * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/chromium-linux-x86/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
+        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
+        * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
+        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
+        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
+        * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
+        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
+        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
+        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Removed.
+        * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Removed.
+        * platform/chromium-win/svg/text/small-fonts-2-expected.png:
+
+2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Mac WK1 rebaselines for r140728.
+
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
+        * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
+        * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
+
+2013-01-25  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking resize-corner-tracking*.html as failing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-25  Dominic Mazzoni  <dmazzoni@google.com>
+
+        REGRESSION (r140658): Multiple accessibility failures on GTK
+        https://bugs.webkit.org/show_bug.cgi?id=107832
+
+        Reviewed by Chris Fleizach.
+
+        Re-enable accessibility tests that were skipped when they started
+        failing.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
+
+        (Hopefully) Final Mac rebaselines for r140728.
+
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Removed.
+        * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
+        * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
+        * platform/mac/svg/batik/paints/patternRegions-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textAnchor3-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textDecoration-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textLayout-expected.txt: Removed.
+        * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
+        * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
+        * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
+        * platform/mac/svg/custom/marker-default-width-height-expected.txt:
+        * platform/mac/svg/custom/text-hit-test-expected.txt:
+        * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
+        * svg/batik/paints/patternRegions-expected.txt: Added.
+        * svg/batik/text/textAnchor3-expected.txt: Added.
+        * svg/batik/text/textDecoration-expected.txt: Added.
+        * svg/batik/text/textLayout-expected.txt: Added.
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining verticalText.svg after r140728.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
+        * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining combobox.svg after r140693.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-mac/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt.
+        * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Removed.
+        * platform/chromium-win/svg/carto.net/combobox-expected.txt:
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking resize-corner-tracking*.html as failing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Even more Mac rebaselines after r140728.
+
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Removed.
+        * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textAnchor2-expected.txt: Removed.
+        * platform/mac/svg/carto.net/selectionlist-expected.txt:
+        * platform/mac/svg/custom/pattern-rotate-expected.txt:
+        * platform/mac/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
+        * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
+        * svg/batik/text/textAnchor2-expected.txt: Added.
+        * svg/text/bidi-embedded-direction-expected.txt: Added.
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking resize-corner-tracking-transformed-iframe.html as failing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Another Mac rebaseline attempt after r140728.
+
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Removed.
+        * platform/chromium-mac/svg/hixie/error/002-expected.txt: Removed.
+        * platform/chromium-mac/svg/hixie/error/013-expected.txt: Removed.
+        * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
+        * platform/mac/svg/batik/masking/maskRegions-expected.txt: Removed.
+        * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textPCDATA-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textProperties-expected.txt: Removed.
+        * platform/mac/svg/carto.net/scrollbar-expected.txt:
+        * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
+        * platform/mac/svg/custom/invalid-css-expected.txt:
+        * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
+        * platform/mac/svg/custom/text-ctm-expected.txt:
+        * platform/mac/svg/hixie/error/002-expected.txt: Removed.
+        * platform/mac/svg/hixie/error/013-expected.txt: Removed.
+        * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
+        * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
+        * svg/batik/masking/maskRegions-expected.txt: Added.
+        * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
+        * svg/batik/text/textPCDATA-expected.txt: Added.
+        * svg/batik/text/textProperties-expected.txt: Added.
+        * svg/hixie/error/002-expected.txt: Added.
+        * svg/hixie/error/013-expected.txt: Added.
+
+2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Mac rebaseline attempt after r140728.
+
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Removed.
+        * platform/chromium-mac/svg/carto.net/button-expected.txt: Removed.
+        * platform/chromium-mac/svg/carto.net/slider-expected.txt: Removed.
+        * platform/chromium-mac/svg/css/shadow-changes-expected.txt: Added.
+        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Removed.
+        * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Removed.
+        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
+        * platform/chromium-win/svg/hixie/viewbox/003-expected.png: Added.
+        * platform/chromium/svg/css/shadow-changes-expected.txt: Removed.
+        * platform/chromium/svg/custom/getTransformToElement-expected.png: Removed.
+        * platform/chromium/svg/custom/style-attribute-font-size-expected.png: Removed.
+        * platform/chromium/svg/custom/text-ctm-expected.png: Removed.
+        * platform/chromium/svg/hixie/viewbox/003-expected.png: Removed.
+        * platform/efl-wk2/svg/W3C-SVG-1.1: Added.
+        * platform/efl-wk2/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textDecoration-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textEffect2-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textProperties2-expected.png: Added.
+        * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
+        * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
+        * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
+        * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
+        * platform/efl/svg/hixie/viewbox/002-expected.png: Removed.
+        * platform/efl/svg/hixie/viewbox/003-expected.png: Removed.
+        * platform/gtk/svg/hixie/viewbox/002-expected.png: Removed.
+        * platform/gtk/svg/hixie/viewbox/003-expected.png: Removed.
+        * platform/mac/css3/zoom-coords-expected.txt: Added.
+        * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
+        * platform/mac/svg/batik/filters/feTile-expected.txt:
+        * platform/mac/svg/batik/filters/filterRegions-expected.txt: Removed.
+        * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
+        * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textDecoration2-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textEffect2-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textLength-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textOnPath2-expected.txt:
+        * platform/mac/svg/batik/text/textOnPath3-expected.txt:
+        * platform/mac/svg/batik/text/textPosition-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textPosition2-expected.txt: Added.
+        * platform/mac/svg/batik/text/textProperties2-expected.txt: Removed.
+        * platform/mac/svg/batik/text/verticalText-expected.txt: Removed.
+        * platform/mac/svg/carto.net/button-expected.txt: Removed.
+        * platform/mac/svg/carto.net/slider-expected.txt: Removed.
+        * platform/mac/svg/carto.net/textbox-expected.txt:
+        * platform/mac/svg/carto.net/window-expected.txt:
+        * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
+        * platform/mac/svg/css/shadow-changes-expected.txt:
+        * platform/mac/svg/css/text-shadow-multiple-expected.txt: Removed.
+        * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
+        * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
+        * platform/mac/svg/custom/getTransformToElement-expected.txt:
+        * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
+        * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
+        * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
+        * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
+        * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
+        * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
+        * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
+        * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
+        * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
+        * platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
+        * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
+        * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
+        * platform/mac/svg/custom/text-clip-expected.txt:
+        * platform/mac/svg/custom/text-filter-expected.txt:
+        * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
+        * platform/mac/svg/custom/use-dynamic-append-expected.txt:
+        * platform/mac/svg/hixie/perf/001-expected.txt:
+        * platform/mac/svg/hixie/perf/002-expected.txt:
+        * platform/mac/svg/hixie/perf/007-expected.txt:
+        * platform/mac/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/mac/svg/text/font-size-below-point-five-expected.txt: Removed.
+        * platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
+        * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
+        * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
+        * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
+        * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
+        * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
+        * svg/batik/filters/filterRegions-expected.txt: Added.
+        * svg/batik/paints/patternRegionA-expected.txt: Added.
+        * svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
+        * svg/batik/text/textDecoration2-expected.txt: Added.
+        * svg/batik/text/textEffect2-expected.txt: Added.
+        * svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
+        * svg/batik/text/textLength-expected.txt: Added.
+        * svg/batik/text/textPosition-expected.txt: Added.
+        * svg/batik/text/textProperties2-expected.txt: Added.
+        * svg/batik/text/verticalText-expected.txt: Added.
+        * svg/carto.net/button-expected.txt: Added.
+        * svg/carto.net/slider-expected.txt: Added.
+        * svg/css/text-shadow-multiple-expected.txt: Added.
+        * svg/hixie/viewbox/002-expected.png: Added.
+        * svg/hixie/viewbox/003-expected.png: Added.
+        * svg/text/font-size-below-point-five-expected.txt: Added.
+        * svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
+        * svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        Adjust design of the Calendar Picker
+        https://bugs.webkit.org/show_bug.cgi?id=107507
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium/TestExpectations: Marking calendar picker appearance tests as needing rebaseline.
+
+2013-01-24  Michael Saboff  <msaboff@apple.com>
+
+        Add js/regress tests for integer modulo
+        https://bugs.webkit.org/show_bug.cgi?id=107885
+
+        Reviewed by Filip Pizlo.
+
+        New JSRegress test for integer modulo.
+
+        * fast/js/regress/integer-modulo-expected.txt: Added.
+        * fast/js/regress/integer-modulo.html: Added.
+        * fast/js/regress/script-tests/integer-modulo.js: Added.
+
+2013-01-24  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed rebaselines for r140728.
+
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
+        * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Removed.
+        * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
+        * platform/chromium/svg/batik/text/textPosition2-expected.txt: Removed.
+        * platform/mac-lion/svg/W3C-I18N: Added.
+        * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-SVG-1.1: Added.
+        * platform/mac-lion/svg/W3C-SVG-1.1-SE: Added.
+        * platform/mac-lion/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
+        * platform/mac-lion/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
+        * platform/mac-lion/svg/custom/dominant-baseline-hanging-expected.txt: Added.
+        * platform/mac-lion/svg/custom/font-face-simple-expected.txt: Added.
+        * platform/mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/mac-lion/svg/custom/linking-uri-01-b-expected.txt: Added.
+        * platform/mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
+        * platform/mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
+        * platform/mac-lion/svg/custom/text-rotation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
+        * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
+        * platform/mac-wk2/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
+        * platform/mac-wk2/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
+        * platform/mac-wk2/svg/custom/text-dom-01-f-expected.txt: Added.
+        * platform/mac-wk2/svg/custom/text-rotation-expected.txt: Added.
+        * platform/mac-wk2/svg/custom/text-x-dy-lists-expected.txt: Added.
+        * platform/mac-wk2/svg/zoom: Removed.
+        * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
+        * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
+        * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
+        * platform/mac/svg/batik/text/textAnchor-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textStyles-expected.txt: Removed.
+        * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
+        * platform/mac/svg/custom/font-face-simple-expected.txt:
+        * platform/mac/svg/custom/image-small-width-height-expected.txt:
+        * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
+        * platform/mac/svg/custom/text-dom-01-f-expected.txt:
+        * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
+        * platform/mac/svg/custom/text-rotation-expected.txt:
+        * platform/mac/svg/custom/text-x-dy-lists-expected.txt:
+        * platform/mac/svg/text/text-repaint-rects-expected.txt: Removed.
+        * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
+        * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
+        * svg/batik/text/textAnchor-expected.txt: Added.
+        * svg/batik/text/textOnPathSpaces-expected.txt: Added.
+        * svg/batik/text/textPosition2-expected.txt: Added.
+        * svg/batik/text/textStyles-expected.txt: Added.
+        * svg/text/text-repaint-rects-expected.txt: Added.
+        * svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking selection-clear.html as failing.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-24  Erik Arvidsson  <arv@chromium.org>
+
+        Unreviewed Chromium rebaseline.
+
+        Rebaseline tests on Chromium port after r140693.
+
+        * platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/mac/svg/carto.net/combobox-expected.txt.
+        * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Copied from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
+        * svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
+
+2013-01-24  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed (manual) chromium and apple rebaseline for r140728.
+
+        * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
+        * platform/chromium-linux/css3/zoom-coords-expected.txt:
+        * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
+        * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
+        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
+        * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
+        * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
+        * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
+        * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
+        * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
+        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
+        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
+        * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
+        * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
+        * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
+        * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
+        * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
+        * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
+        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
+        * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
+        * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
+        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
+        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
+        * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
+        * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
+        * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
+        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
+        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
+        * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
+        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
+        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-detach-expected.png:
+        * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
+        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
+        * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
+        * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
+        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/masking: Added.
+        * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/paints: Added.
+        * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
+        * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
+        * platform/chromium-win-xp/svg/carto.net: Removed.
+        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
+        * platform/chromium-win-xp/svg/clip-path: Removed.
+        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
+        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/text: Added.
+        * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-win-xp/svg/transforms: Removed.
+        * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
+        * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-win/css3/zoom-coords-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
+        * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
+        * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
+        * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
+        * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
+        * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
+        * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
+        * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
+        * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
+        * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
+        * platform/chromium-win/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
+        * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
+        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
+        * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
+        * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
+        * platform/chromium-win/svg/batik/text/textLength-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
+        * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
+        * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
+        * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
+        * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
+        * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
+        * platform/chromium-win/svg/carto.net/button-expected.txt:
+        * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
+        * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
+        * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
+        * platform/chromium-win/svg/carto.net/slider-expected.txt:
+        * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
+        * platform/chromium-win/svg/carto.net/textbox-expected.txt:
+        * platform/chromium-win/svg/carto.net/window-expected.txt:
+        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
+        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
+        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
+        * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
+        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
+        * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
+        * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
+        * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
+        * platform/chromium-win/svg/custom/font-face-simple-expected.png:
+        * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
+        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
+        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
+        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
+        * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
+        * platform/chromium-win/svg/custom/invalid-css-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
+        * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
+        * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
+        * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
+        * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
+        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
+        * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
+        * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
+        * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
+        * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
+        * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
+        * platform/chromium-win/svg/custom/tref-update-expected.txt:
+        * platform/chromium-win/svg/custom/use-detach-expected.txt:
+        * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
+        * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
+        * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-g-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-text-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-use-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
+        * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-transform-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/003-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/004-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/005-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/006-expected.txt:
+        * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
+        * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-win/svg/hixie/text/003-expected.txt:
+        * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-win/svg/hixie/text/003b-expected.txt:
+        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
+        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
+        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
+        * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
+        * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
+        * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
+        * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
+        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
+        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-win/svg/text/scaled-font-expected.txt:
+        * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
+        * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
+        * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
+        * platform/chromium-win/svg/text/small-fonts-2-expected.png:
+        * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
+        * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
+        * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
+        * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
+        * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
+        * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
+        * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
+        * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
+        * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
+        * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
+        * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
+        * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
+        * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
+        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
+        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
+        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
+        * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
+        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
+        * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/css3/zoom-coords-expected.txt: Added.
+        * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
+        * platform/chromium/svg/batik/filters: Removed.
+        * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
+        * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
+        * platform/chromium/svg/batik/masking: Removed.
+        * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
+        * platform/chromium/svg/batik/paints: Removed.
+        * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
+        * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/button-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/window-expected.txt: Removed.
+        * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
+        * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
+        * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
+        * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
+        * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
+        * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
+        * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
+        * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
+        * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
+        * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
+        * platform/chromium/svg/hixie/text/001-expected.png: Removed.
+        * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
+        * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
+        * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
+        * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
+        * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
+        * platform/chromium/svg/text/small-fonts-expected.txt: Added.
+        * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
+        * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
+        * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
+        * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
+        * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
+        * platform/efl-wk2/svg: Added.
+        * platform/efl-wk2/svg/batik: Added.
+        * platform/efl-wk2/svg/batik/filters: Added.
+        * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text: Added.
+        * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
+        * platform/efl-wk2/svg/css: Added.
+        * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
+        * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
+        * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
+        * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
+        * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
+        * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
+        * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
+        * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
+        * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
+        * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/efl/svg/hixie/text/001-expected.png: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
+        * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
+        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/gtk/svg/hixie/text/001-expected.png: Removed.
+        * platform/mac-lion/svg/batik: Added.
+        * platform/mac-lion/svg/batik/text: Added.
+        * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/mac-lion/svg/hixie: Added.
+        * platform/mac-lion/svg/hixie/perf: Added.
+        * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/text: Added.
+        * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/viewbox: Added.
+        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
+        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/mac-lion/svg/text: Added.
+        * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
+        * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/mac-lion/svg/wicd: Added.
+        * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
+        * platform/mac/svg/batik/filters/feTile-expected.txt:
+        * platform/mac/svg/batik/text/smallFonts-expected.txt:
+        * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
+        * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
+        * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
+        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
+        * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
+        * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
+        * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
+        * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
+        * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
+        * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
+        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
+        * platform/mac/svg/custom/stroked-pattern-expected.txt:
+        * platform/mac/svg/custom/text-letter-spacing-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
+        * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
+        * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
+        * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
+        * platform/mac/svg/custom/tref-update-expected.txt:
+        * platform/mac/svg/custom/use-detach-expected.txt:
+        * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
+        * platform/mac/svg/custom/use-modify-target-container-expected.txt:
+        * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/mac/svg/custom/use-recursion-1-expected.txt:
+        * platform/mac/svg/custom/use-recursion-2-expected.txt:
+        * platform/mac/svg/custom/use-recursion-3-expected.txt:
+        * platform/mac/svg/custom/use-recursion-4-expected.txt:
+        * platform/mac/svg/hixie/perf/003-expected.txt:
+        * platform/mac/svg/hixie/perf/004-expected.txt:
+        * platform/mac/svg/hixie/perf/005-expected.txt:
+        * platform/mac/svg/hixie/perf/006-expected.txt:
+        * platform/mac/svg/hixie/text/001-expected.txt:
+        * platform/mac/svg/hixie/text/003-expected.txt: Removed.
+        * platform/mac/svg/hixie/text/003a-expected.txt:
+        * platform/mac/svg/hixie/text/003b-expected.txt:
+        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
+        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
+        * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
+        * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
+        * platform/mac/svg/text/bidi-text-query-expected.txt:
+        * platform/mac/svg/text/bidi-tspans-expected.txt:
+        * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
+        * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
+        * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
+        * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
+        * platform/mac/svg/text/scaled-font-expected.txt: Removed.
+        * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
+        * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
+        * platform/mac/svg/text/selection-tripleclick-expected.txt:
+        * platform/mac/svg/text/small-fonts-2-expected.txt:
+        * platform/mac/svg/text/small-fonts-3-expected.txt:
+        * platform/mac/svg/text/small-fonts-expected.txt: Added.
+        * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-fonts-02-t-expected.txt:
+        * platform/mac/svg/text/text-hkern-expected.txt:
+        * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
+        * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-06-t-expected.txt:
+        * platform/mac/svg/text/text-text-07-t-expected.txt:
+        * platform/mac/svg/text/text-text-08-b-expected.txt:
+        * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
+        * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
+        * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
+        * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
+        * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
+        * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
+        * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+        * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/win-future/svg: Added.
+        * platform/win-future/svg/batik: Added.
+        * platform/win-future/svg/batik/text: Added.
+        * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
+        * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
+        * svg/batik/text/textEffect-expected.txt: Replaced.
+        * svg/batik/text/textEffect3-expected.txt: Replaced.
+        * svg/batik/text/textFeatures-expected.txt: Added.
+        * svg/batik/text/textLayout2-expected.txt: Added.
+        * svg/carto.net/colourpicker-expected.txt: Added.
+        * svg/carto.net/tabgroup-expected.txt: Added.
+        * svg/carto.net/textbox-expected.txt: Added.
+        * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
+        * svg/custom/clip-mask-negative-scale-expected.txt: Added.
+        * svg/hixie/text/001-expected.png: Added.
+        * svg/hixie/text/003-expected.txt: Added.
+        * svg/text/font-size-below-point-five-2-expected.txt: Added.
+        * svg/text/scaled-font-expected.txt: Added.
+        * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
+        * svg/text/select-x-list-1-expected.txt: Added.
+        * svg/text/select-x-list-2-expected.txt: Added.
+        * svg/text/select-x-list-3-expected.txt: Added.
+        * svg/text/select-x-list-4-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
+        * svg/text/selection-doubleclick-expected.txt: Added.
+        * svg/text/small-fonts-in-html5-expected.txt: Added.
+        * svg/text/text-align-01-b-expected.txt: Added.
+        * svg/text/text-align-02-b-expected.txt: Added.
+        * svg/text/text-align-03-b-expected.txt: Added.
+        * svg/text/text-align-04-b-expected.txt: Added.
+        * svg/text/text-align-05-b-expected.txt: Added.
+        * svg/text/text-align-06-b-expected.txt: Added.
+        * svg/text/text-altglyph-01-b-expected.txt: Added.
+        * svg/text/text-deco-01-b-expected.txt: Added.
+        * svg/text/text-fonts-01-t-expected.txt: Added.
+        * svg/text/text-intro-05-t-expected.txt: Added.
+        * svg/text/text-path-01-b-expected.txt: Added.
+        * svg/text/text-path-middle-align-expected.txt: Added.
+        * svg/text/text-spacing-01-b-expected.txt: Added.
+        * svg/text/text-text-01-b-expected.txt: Added.
+        * svg/text/text-text-03-b-expected.txt: Added.
+        * svg/text/text-text-04-t-expected.txt: Added.
+        * svg/text/text-text-05-t-expected.txt: Added.
+        * svg/text/text-tref-01-b-expected.txt: Added.
+        * svg/text/text-tselect-01-b-expected.txt: Added.
+        * svg/text/text-tselect-02-f-expected.txt: Added.
+        * svg/text/text-tspan-01-b-expected.txt: Added.
+        * svg/text/text-ws-01-t-expected.txt: Added.
+        * svg/text/text-ws-02-t-expected.txt: Added.
+        * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
+        * svg/wicd/test-rightsizing-a-expected.txt: Added.
+        * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
+        * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
+
+        * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
+        * platform/chromium-linux/css3/zoom-coords-expected.txt:
+        * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
+        * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
+        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
+        * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
+        * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
+        * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
+        * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
+        * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
+        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
+        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
+        * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
+        * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
+        * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
+        * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
+        * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
+        * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
+        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
+        * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
+        * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
+        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
+        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
+        * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
+        * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
+        * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
+        * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
+        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
+        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
+        * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
+        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
+        * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
+        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-detach-expected.png:
+        * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
+        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
+        * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
+        * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
+        * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
+        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/masking: Added.
+        * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/paints: Added.
+        * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
+        * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
+        * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
+        * platform/chromium-win-xp/svg/carto.net: Removed.
+        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
+        * platform/chromium-win-xp/svg/clip-path: Removed.
+        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
+        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
+        * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/text: Added.
+        * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/chromium-win-xp/svg/transforms: Removed.
+        * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
+        * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/chromium-win/css3/zoom-coords-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
+        * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
+        * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
+        * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
+        * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
+        * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
+        * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
+        * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
+        * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
+        * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
+        * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
+        * platform/chromium-win/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
+        * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
+        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
+        * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
+        * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
+        * platform/chromium-win/svg/batik/text/textLength-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
+        * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
+        * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
+        * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
+        * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
+        * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
+        * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
+        * platform/chromium-win/svg/carto.net/button-expected.txt:
+        * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
+        * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
+        * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
+        * platform/chromium-win/svg/carto.net/slider-expected.txt:
+        * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
+        * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
+        * platform/chromium-win/svg/carto.net/textbox-expected.txt:
+        * platform/chromium-win/svg/carto.net/window-expected.txt:
+        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
+        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
+        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
+        * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
+        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
+        * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
+        * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
+        * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
+        * platform/chromium-win/svg/custom/font-face-simple-expected.png:
+        * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
+        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
+        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
+        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
+        * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
+        * platform/chromium-win/svg/custom/invalid-css-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
+        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
+        * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
+        * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
+        * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
+        * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
+        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
+        * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
+        * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
+        * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
+        * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
+        * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
+        * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
+        * platform/chromium-win/svg/custom/tref-update-expected.txt:
+        * platform/chromium-win/svg/custom/use-detach-expected.txt:
+        * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
+        * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
+        * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-g-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-text-expected.txt:
+        * platform/chromium-win/svg/custom/use-on-use-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
+        * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
+        * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
+        * platform/chromium-win/svg/custom/use-transform-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/003-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/004-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/005-expected.txt:
+        * platform/chromium-win/svg/hixie/perf/006-expected.txt:
+        * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
+        * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
+        * platform/chromium-win/svg/hixie/text/003-expected.txt:
+        * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
+        * platform/chromium-win/svg/hixie/text/003b-expected.txt:
+        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
+        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
+        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
+        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
+        * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
+        * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
+        * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
+        * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
+        * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
+        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
+        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
+        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
+        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
+        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/chromium-win/svg/text/scaled-font-expected.txt:
+        * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
+        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
+        * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
+        * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
+        * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
+        * platform/chromium-win/svg/text/small-fonts-2-expected.png:
+        * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
+        * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
+        * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
+        * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
+        * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
+        * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
+        * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
+        * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
+        * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
+        * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
+        * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
+        * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
+        * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
+        * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
+        * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
+        * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
+        * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
+        * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
+        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
+        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
+        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
+        * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
+        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
+        * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/css3/zoom-coords-expected.txt: Added.
+        * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
+        * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
+        * platform/chromium/svg/batik/filters: Removed.
+        * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
+        * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
+        * platform/chromium/svg/batik/masking: Removed.
+        * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
+        * platform/chromium/svg/batik/paints: Removed.
+        * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
+        * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/button-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
+        * platform/chromium/svg/carto.net/window-expected.txt: Removed.
+        * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
+        * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
+        * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
+        * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
+        * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
+        * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
+        * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
+        * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
+        * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
+        * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
+        * platform/chromium/svg/hixie/text/001-expected.png: Removed.
+        * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
+        * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
+        * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
+        * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
+        * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
+        * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
+        * platform/chromium/svg/text/small-fonts-expected.txt: Added.
+        * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
+        * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
+        * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
+        * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
+        * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
+        * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
+        * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
+        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
+        * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
+        * platform/efl-wk2/svg: Added.
+        * platform/efl-wk2/svg/batik: Added.
+        * platform/efl-wk2/svg/batik/filters: Added.
+        * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text: Added.
+        * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
+        * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
+        * platform/efl-wk2/svg/css: Added.
+        * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
+        * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
+        * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
+        * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
+        * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
+        * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
+        * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
+        * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
+        * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
+        * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/efl/svg/hixie/text/001-expected.png: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
+        * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
+        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/gtk/svg/hixie/text/001-expected.png: Removed.
+        * platform/mac-lion/svg/batik: Added.
+        * platform/mac-lion/svg/batik/text: Added.
+        * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
+        * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
+        * platform/mac-lion/svg/hixie: Added.
+        * platform/mac-lion/svg/hixie/perf: Added.
+        * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/text: Added.
+        * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/viewbox: Added.
+        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
+        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+        * platform/mac-lion/svg/text: Added.
+        * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
+        * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
+        * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
+        * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
+        * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
+        * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
+        * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
+        * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
+        * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
+        * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
+        * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
+        * platform/mac-lion/svg/wicd: Added.
+        * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
+        * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
+        * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
+        * platform/mac/TestExpectations:
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
+        * platform/mac/svg/batik/filters/feTile-expected.txt:
+        * platform/mac/svg/batik/text/smallFonts-expected.txt:
+        * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
+        * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
+        * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
+        * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
+        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
+        * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
+        * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
+        * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
+        * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
+        * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
+        * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
+        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+        * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
+        * platform/mac/svg/custom/stroked-pattern-expected.txt:
+        * platform/mac/svg/custom/text-letter-spacing-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
+        * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
+        * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
+        * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
+        * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
+        * platform/mac/svg/custom/tref-update-expected.txt:
+        * platform/mac/svg/custom/use-detach-expected.txt:
+        * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
+        * platform/mac/svg/custom/use-modify-target-container-expected.txt:
+        * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
+        * platform/mac/svg/custom/use-recursion-1-expected.txt:
+        * platform/mac/svg/custom/use-recursion-2-expected.txt:
+        * platform/mac/svg/custom/use-recursion-3-expected.txt:
+        * platform/mac/svg/custom/use-recursion-4-expected.txt:
+        * platform/mac/svg/hixie/perf/003-expected.txt:
+        * platform/mac/svg/hixie/perf/004-expected.txt:
+        * platform/mac/svg/hixie/perf/005-expected.txt:
+        * platform/mac/svg/hixie/perf/006-expected.txt:
+        * platform/mac/svg/hixie/text/001-expected.txt:
+        * platform/mac/svg/hixie/text/003-expected.txt: Removed.
+        * platform/mac/svg/hixie/text/003a-expected.txt:
+        * platform/mac/svg/hixie/text/003b-expected.txt:
+        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
+        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
+        * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
+        * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
+        * platform/mac/svg/text/bidi-text-query-expected.txt:
+        * platform/mac/svg/text/bidi-tspans-expected.txt:
+        * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
+        * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
+        * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
+        * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
+        * platform/mac/svg/text/scaled-font-expected.txt: Removed.
+        * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
+        * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
+        * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
+        * platform/mac/svg/text/selection-tripleclick-expected.txt:
+        * platform/mac/svg/text/small-fonts-2-expected.txt:
+        * platform/mac/svg/text/small-fonts-3-expected.txt:
+        * platform/mac/svg/text/small-fonts-expected.txt: Added.
+        * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-fonts-02-t-expected.txt:
+        * platform/mac/svg/text/text-hkern-expected.txt:
+        * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
+        * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-text-06-t-expected.txt:
+        * platform/mac/svg/text/text-text-07-t-expected.txt:
+        * platform/mac/svg/text/text-text-08-b-expected.txt:
+        * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
+        * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
+        * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
+        * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
+        * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
+        * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
+        * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
+        * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
+        * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+        * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
+        * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/win-future/svg: Added.
+        * platform/win-future/svg/batik: Added.
+        * platform/win-future/svg/batik/text: Added.
+        * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
+        * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
+        * svg/batik/text/textEffect-expected.txt: Replaced.
+        * svg/batik/text/textEffect3-expected.txt: Replaced.
+        * svg/batik/text/textFeatures-expected.txt: Added.
+        * svg/batik/text/textLayout2-expected.txt: Added.
+        * svg/carto.net/colourpicker-expected.txt: Added.
+        * svg/carto.net/tabgroup-expected.txt: Added.
+        * svg/carto.net/textbox-expected.txt: Added.
+        * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
+        * svg/custom/clip-mask-negative-scale-expected.txt: Added.
+        * svg/hixie/text/001-expected.png: Added.
+        * svg/hixie/text/003-expected.txt: Added.
+        * svg/text/font-size-below-point-five-2-expected.txt: Added.
+        * svg/text/scaled-font-expected.txt: Added.
+        * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
+        * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
+        * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
+        * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
+        * svg/text/select-x-list-1-expected.txt: Added.
+        * svg/text/select-x-list-2-expected.txt: Added.
+        * svg/text/select-x-list-3-expected.txt: Added.
+        * svg/text/select-x-list-4-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
+        * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
+        * svg/text/selection-doubleclick-expected.txt: Added.
+        * svg/text/small-fonts-in-html5-expected.txt: Added.
+        * svg/text/text-align-01-b-expected.txt: Added.
+        * svg/text/text-align-02-b-expected.txt: Added.
+        * svg/text/text-align-03-b-expected.txt: Added.
+        * svg/text/text-align-04-b-expected.txt: Added.
+        * svg/text/text-align-05-b-expected.txt: Added.
+        * svg/text/text-align-06-b-expected.txt: Added.
+        * svg/text/text-altglyph-01-b-expected.txt: Added.
+        * svg/text/text-deco-01-b-expected.txt: Added.
+        * svg/text/text-fonts-01-t-expected.txt: Added.
+        * svg/text/text-intro-05-t-expected.txt: Added.
+        * svg/text/text-path-01-b-expected.txt: Added.
+        * svg/text/text-path-middle-align-expected.txt: Added.
+        * svg/text/text-spacing-01-b-expected.txt: Added.
+        * svg/text/text-text-01-b-expected.txt: Added.
+        * svg/text/text-text-03-b-expected.txt: Added.
+        * svg/text/text-text-04-t-expected.txt: Added.
+        * svg/text/text-text-05-t-expected.txt: Added.
+        * svg/text/text-tref-01-b-expected.txt: Added.
+        * svg/text/text-tselect-01-b-expected.txt: Added.
+        * svg/text/text-tselect-02-f-expected.txt: Added.
+        * svg/text/text-tspan-01-b-expected.txt: Added.
+        * svg/text/text-ws-01-t-expected.txt: Added.
+        * svg/text/text-ws-02-t-expected.txt: Added.
+        * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
+        * svg/wicd/test-rightsizing-a-expected.txt: Added.
+        * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
+        * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking shape-inside-first-fit-001.html as failing on MountainLion.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Marking resize-corner-tracking* tests as needing rebaseline on Mac.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-24  Beth Dakin  <bdakin@apple.com>
+
+        Fixed elements sometimes marked out-of-view if you have rubber-banded too far, 
+        affects flickr.com
+        https://bugs.webkit.org/show_bug.cgi?id=107882
+        -and corresponding-
+        <rdar://problem/13065897>
+
+        Reviewed by Simon Fraser.
+
+        * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Added.
+
+2013-01-24  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaselining expectations for foreignObject-text-clipping-bug.html.
+
+        Unreviewed. Gardening.
+
+        * platform/chromium-mac-lion/svg/text/foreignObject-text-clipping-bug-expected.png:
+        * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png:
+        * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png:
+
+2013-01-24  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
+
+        Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
+        https://bugs.webkit.org/show_bug.cgi?id=104775
+
+        Reviewed by Ryosuke Niwa.
+
+        Rewrite test using js-test-pre.js.
+        Add test description to the test.
+
+        * fast/writing-mode/vertical-inline-block-hittest-expected.txt:
+        * fast/writing-mode/vertical-inline-block-hittest.html:
+
+2013-01-24  Christian Biesinger  <cbiesinger@chromium.org>
+
+        resize property doesn't work on iframes
+        https://bugs.webkit.org/show_bug.cgi?id=9221
+
+        Reviewed by Eric Seidel.
+
+        * fast/css/resize-corner-tracking-transformed-iframe.html: Added.
+        New test for testing resize of transformed <iframe>
+
+        * fast/css/resize-corner-tracking.html:
+        Add a testcase for resizing an <iframe>
+
+        * platform/chromium-linux/fast/css/resize-corner-tracking-expected.png:
+        * platform/chromium-linux/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
+        * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
+        * platform/chromium-win/fast/css/resize-corner-tracking-expected.txt:
+        * platform/chromium/compositing/iframes/resizer-expected.txt:
+        * platform/chromium/fast/css/resize-corner-tracking-expected.txt:
+        * platform/chromium/fast/css/resize-corner-tracking-transformed-expected.txt:
+        * platform/chromium/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
+        * platform/mac/fast/css/resize-corner-tracking-expected.txt:
+        * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
+        * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
+        Update/add generic, mac and linux reference files for the test
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        Add expected failures for the tests until they can be rebaselined.
+
+2013-01-24  Kentaro Hara  <haraken@chromium.org>
+
+        Regression(r107058): Use-after-free in SerializedScriptValue::deserialize
+        https://bugs.webkit.org/show_bug.cgi?id=107792
+
+        Reviewed by Abhishek Arya.
+
+        Added a test that demonstrated a crash due to use-after-free
+        of SerializedScriptValue.
+
+        Test: fast/history/replacestate-nocrash.html
+
+        * fast/history/replacestate-nocrash-expected.txt: Added.
+        * fast/history/replacestate-nocrash.html: Added.
+
+2013-01-24  Arko Saha  <arko@motorola.com>
+
+        Microdata: itemtype attribute must update correctly on adding or removing tokens
+        https://bugs.webkit.org/show_bug.cgi?id=106616
+
+        Reviewed by Ryosuke Niwa.
+
+        Added tests to ensure that itemtype, itemprop, itemref attributes must update
+        correctly when tokens have been added or removed.
+
+        * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens-expected.txt: Added.
+        * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens.html: Added.
+        * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens-expected.txt: Added.
+        * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens.html: Added.
+        * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens-expected.txt: Added.
+        * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens.html: Added.
+
+2013-01-24  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium mac rebaseline for r140728.
+
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
+        * platform/chromium-linux-x86/svg/hixie/perf: Removed.
+        * platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt: Removed.
+        * platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt: Removed.
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
+        * platform/chromium-linux/svg/hixie/perf/001-expected.txt: Removed.
+        * platform/chromium-linux/svg/hixie/perf/002-expected.txt: Removed.
+        * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
+        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Table-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/getTransformToElement-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/pattern-rotate-gaps-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/style-attribute-font-size-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
+        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/getTransformToElement-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-gaps-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/style-attribute-font-size-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/text-x-dy-lists-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt:
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.txt:
+        * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Added.
+        * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Added.
+        * platform/chromium-mac/svg/clip-path/clip-path-pixelation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/getTransformToElement-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/pattern-rotate-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/pattern-rotate-gaps-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
+        * platform/chromium-mac/svg/custom/style-attribute-font-size-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-clip-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-ctm-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-dom-01-f-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-filter-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-hit-test-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-rotation-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-whitespace-handling-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/text-x-dy-lists-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/use-dynamic-append-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/error/002-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/error/013-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/perf/001-expected.txt:
+        * platform/chromium-mac/svg/hixie/perf/002-expected.txt:
+        * platform/chromium-mac/svg/hixie/perf/007-expected.txt:
+        * platform/chromium-mac/svg/hixie/viewbox/002-expected.txt: Added.
+        * platform/chromium-mac/svg/hixie/viewbox/003-expected.txt: Added.
+        * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Added.
+        * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Added.
+        * platform/chromium-mac/svg/text/non-bmp-positioning-lists-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Added.
+        * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Added.
+        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
+        * 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/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
+        * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
+        * platform/chromium-mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
+        * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
+        * platform/chromium-win-xp/svg/hixie/perf: Removed.
+        * platform/chromium-win-xp/svg/hixie/perf/001-expected.txt: Removed.
+        * platform/chromium-win-xp/svg/hixie/perf/002-expected.txt: Removed.
+        * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
+        * platform/chromium-win/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
+        * platform/chromium-win/svg/hixie/perf/007-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
+        * platform/chromium/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
+        * platform/chromium/svg/batik/paints/patternRegionA-expected.txt: Removed.
+        * platform/chromium/svg/batik/paints/patternRegions-expected.txt: Removed.
+        * platform/chromium/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textDecoration-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textDecoration2-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textEffect2-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textPosition-expected.txt: Removed.
+        * platform/chromium/svg/batik/text/textProperties2-expected.txt: Removed.
+        * platform/chromium/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
+        * platform/chromium/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
+        * platform/chromium/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
+        * platform/chromium/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
+        * platform/chromium/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
+        * platform/chromium/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
+        * platform/chromium/svg/custom/pattern-with-transformation-expected.txt: Removed.
+        * platform/chromium/svg/custom/text-clip-expected.txt: Removed.
+        * platform/chromium/svg/custom/text-ctm-expected.txt: Removed.
+        * platform/chromium/svg/custom/text-dom-01-f-expected.txt: Removed.
+        * platform/chromium/svg/custom/text-filter-expected.txt: Removed.
+        * platform/chromium/svg/custom/text-hit-test-expected.txt: Removed.
+        * platform/chromium/svg/custom/text-rotation-expected.txt: Removed.
+        * platform/chromium/svg/custom/text-whitespace-handling-expected.txt: Removed.
+        * platform/chromium/svg/custom/use-dynamic-append-expected.txt: Removed.
+        * platform/chromium/svg/hixie/error/002-expected.txt: Removed.
+        * platform/chromium/svg/hixie/error/013-expected.txt: Removed.
+        * platform/chromium/svg/text/bidi-embedded-direction-expected.txt: Removed.
+        * platform/chromium/svg/text/font-size-below-point-five-expected.txt: Removed.
+        * platform/chromium/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
+        * platform/chromium/svg/text/text-midpoint-split-bug-expected.txt: Removed.
+        * platform/chromium/svg/text/text-repaint-rects-expected.txt: Removed.
+        * platform/chromium/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
+        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
+        * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Removed.
+        * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
+        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
+        * platform/gtk/svg/custom/pattern-with-transformation-expected.txt: Removed.
+        * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Removed.
+        * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
+        * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
+        * platform/qt/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
+        * platform/qt/svg/hixie/perf/007-expected.txt: Removed.
+        * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
+        * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
+        * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
+        * svg/clip-path/clip-path-pixelation-expected.txt: Added.
+        * svg/custom/pattern-with-transformation-expected.txt: Added.
+        * svg/hixie/perf/007-expected.txt: Added.
+        * svg/text/text-midpoint-split-bug-expected.txt: Added.
+
+2013-01-24  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Remove IDBUpgradeNeededEvent, merge with IDBVersionChangeEvent
+        https://bugs.webkit.org/show_bug.cgi?id=107754
+
+        Reviewed by Tony Chang.
+
+        Updated expectations, and new test file. In most cases, just switch test from
+        looking at event.target.version and event.version to event.oldVersion and event.newVersion,
+        in some cases verifying the old properties as well as a sanity check.
+
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-blocked-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
+        * storage/indexeddb/events-expected.txt: Added.
+        * storage/indexeddb/events.html: Added.
+        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
+        * storage/indexeddb/intversion-long-queue-expected.txt:
+        * storage/indexeddb/removed-expected.txt:
+        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
+        * storage/indexeddb/resources/deletedatabase-blocked.js:
+        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
+        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
+        * storage/indexeddb/resources/deletedatabase-not-blocked.js:
+        * storage/indexeddb/resources/events.js: Added.
+        * storage/indexeddb/resources/intversion-gated-on-delete.js:
+        * storage/indexeddb/resources/intversion-long-queue.js:
+        * storage/indexeddb/resources/removed.js: Verify that old Event type and property are gone.
+
+2013-01-24  Emil A Eklund  <eae@chromium.org>
+
+        [svg] Remove unnecessary rounding in SVGRootInlineBox::layoutRootBox
+        https://bugs.webkit.org/show_bug.cgi?id=107771
+
+        Reviewed by Levi Weintraub.
+        
+        Add test for svg text subpixel measurement and update
+        expectations as needed.
+
+        * css3/zoom-coords.xhtml:
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+        * svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
+        * svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
+        * svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
+        * svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
+        * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
+        * svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
+        * svg/custom/glyph-setting-d-attribute-expected.txt:
+        * svg/foreignObject/text-tref-02-b-expected.txt:
+        * svg/hixie/viewbox/002-expected.txt:
+        * svg/hixie/viewbox/003-expected.txt:
+        * svg/text/text-rect-precision.html: Added.
+        * svg/text/text-viewbox-rescale-expected.txt:
+        * svg/zoom/page/zoom-zoom-coords-expected.txt:
+        * svg/zoom/page/zoom-zoom-coords.xhtml:
+
+2013-01-24  Philip Rogers  <pdr@google.com>
+
+        Preserve container size requests across image loads
+        https://bugs.webkit.org/show_bug.cgi?id=106733
+
+        Reviewed by Tim Horton.
+
+        * http/tests/svg/cached-image-sizing-expected.html: Added.
+        * http/tests/svg/cached-image-sizing.html: Added.
+        * http/tests/svg/resources/delayCachedLoad.php: Added.
+        * http/tests/svg/resources/greenSquare.svg: Added.
+
+2013-01-24  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140296.
+        http://trac.webkit.org/changeset/140296
+        https://bugs.webkit.org/show_bug.cgi?id=107857
+
+        Cause several regresssions (Requested by smfr on #webkit).
+
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
+        * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
+        * fast/forms/text/text-padding-dynamic-change.html: Removed.
+
+2013-01-24  Adam Klein  <adamk@chromium.org>
+
+        Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=106612
+
+        Reviewed by Eric Seidel.
+
+        * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Wait for
+        the iframe's onload event before running the test.
+        * platform/chromium/TestExpectations: Remove flaky expectation.
+        * platform/efl/TestExpectations: ditto
+        * platform/gtk/TestExpectations: ditto
+
+2013-01-24  Tony Chang  <tony@chromium.org>
+
+        Remove document as a parameter from a few internals methods
+        https://bugs.webkit.org/show_bug.cgi?id=107757
+
+        Reviewed by Hajime Morita.
+
+        Remove document as a parameter since there's already one associated with internals.
+
+        * editing/input/editable-container-with-word-wrap-normal.html:
+        * editing/selection/caret-alignment-for-vertical-text.html:
+        * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html:
+        * editing/selection/caret-in-div-containing-br-in-vertical-mode.html:
+        * editing/selection/caret-in-empty-inline-1.html:
+        * editing/selection/caret-in-empty-inline-2.html:
+        * editing/selection/internal-caret-rect.html:
+        * fast/dom/resources/shadow-test-driver.js:
+        (createContentWithSelect):
+        (createContentWithText):
+        (appendShadow):
+        (appendShadowDeep):
+        * fast/dom/shadow/content-element-includer.html:
+        * fast/dom/shadow/content-element-renderers.html:
+        * fast/dom/shadow/content-selector-query.html:
+        * fast/dom/shadow/create-content-element.html:
+        * fast/dom/shadow/shadow-contents-fallback-dynamic.html:
+        * fast/dom/shadow/shadow-contents-fallback.html:
+        * fast/dom/shadow/shadow-contents-select.html:
+        * fast/preloader/scan-body-from-head-import.html:
+        * http/tests/loading/preload-append-scan.php:
+
+2013-01-24  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: 'console.debug' should generate messages at DebugMessageLevel.
+        https://bugs.webkit.org/show_bug.cgi?id=107816
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/console-tests-expected.txt:
+        * inspector/extensions/extensions-console-expected.txt:
+            Rebaseline this test with the updated message level.
+
+2013-01-24  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement :past pseudo class for the WebVTT ::cue pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=105482
+
+        Reviewed by Eric Carlson.
+
+        * media/track/captions-webvtt/styling-timestamps.vtt: Added.
+        * media/track/track-css-matching-timestamps-expected.txt: Added.
+        * media/track/track-css-matching-timestamps.html: Added.
+
+2013-01-24  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Filters] CSS opacity property clips filter outsets
+        https://bugs.webkit.org/show_bug.cgi?id=106549
+
+        Reviewed by Dirk Schulze.
+
+        Add a reftest to verify that an element's drop shadow filter is not clipped when a CSS
+        opacity property is not applied.
+
+        * css3/filters/css-opacity-with-drop-shadow-expected.html: Added.
+        * css3/filters/css-opacity-with-drop-shadow.html: Added.
+
+2013-01-24  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL rebaseline.
+
+        Rebaseline several tests on EFL port after r140693.
+
+        * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png:
+        * platform/efl/TestExpectations:
+        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
+        * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
+        * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
+        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
+        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
+        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
+        * platform/efl/fast/text/capitalize-empty-generated-string-expected.png:
+        * platform/efl/fast/text/capitalize-empty-generated-string-expected.txt:
+        * platform/efl/fast/text/whitespace/006-expected.png:
+        * platform/efl/fast/text/whitespace/006-expected.txt:
+        * platform/efl/fast/text/whitespace/007-expected.png:
+        * platform/efl/fast/text/whitespace/007-expected.txt:
+        * platform/efl/svg/batik/text/xmlSpace-expected.png:
+        * platform/efl/svg/batik/text/xmlSpace-expected.txt:
+        * platform/efl/svg/carto.net/combobox-expected.png:
+        * platform/efl/svg/carto.net/combobox-expected.txt:
+        * platform/efl/tables/mozilla/bugs/bug113235-3-expected.png:
+        * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
+        * platform/efl/tables/mozilla/bugs/bug1188-expected.png:
+        * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
+        * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
+
+2013-01-22  Robert Hogan  <robert@webkit.org>
+
+        Inline Containing Only Collapsed Whitespace Not Getting a Linebox
+        https://bugs.webkit.org/show_bug.cgi?id=31397
+
+        Reviewed by David Hyatt.
+
+        * fast/css/first-letter-capitalized-edit-select-crash-expected.txt:
+        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-expected.html: Added.
+        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl-expected.html: Added.
+        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl.html: Added.
+        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-24  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: expand more chunks in DTE
+        https://bugs.webkit.org/show_bug.cgi?id=107698
+
+        Reviewed by Pavel Feldman.
+
+        Correct text expectation as we change amount of expanded chunks.
+
+        * inspector/editor/text-editor-selection-expected.txt:
+
+2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Added platform specific expectation after r140174.
+        https://bugs.webkit.org/show_bug.cgi?id=107434.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added after r140174.
+
+2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt][WK2] Unreviewed gardening. Skip a failing HTML ref test after r140229.
+        https://bugs.webkit.org/show_bug.cgi?id=105390.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added after r140593.
+
+2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding failure expectations for accessibility tests that regressed with r140658.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-24  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] REGRESSION: stack traces in the replay log are gone
+        https://bugs.webkit.org/show_bug.cgi?id=107805
+
+        Reviewed by Pavel Feldman.
+
+        A simple test to dump a canvas 2D trace log with function call stack traces.
+
+        * inspector/profiler/canvas-profiler-test.js:
+        (initialize_CanvasWebGLProfilerTest.):
+        (initialize_CanvasWebGLProfilerTest.InspectorTest.dumpTraceLog):
+        * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: Added.
+        * inspector/profiler/canvas2d/canvas-stack-trace.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-23  Alexis Menard  <alexis@webkit.org>
+
+        Unreviewed cleanup of comments and a commented test.
+
+        * transitions/transitions-parsing.html:
+
+2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        Removing failure expectations for the ietestcenter/css3/valuesandunits/units-010.htm
+        layout test. It was fixed in r140300.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt-4.8/TestExpectations:
+        * platform/qt-mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Classifying some IndexedDB failures as flaky.
+        Removing the expectation for the passing fast/forms/text-input-event.html test.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-24  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: breakpoints are not restored upon reload for scripts with script mapping.
+        https://bugs.webkit.org/show_bug.cgi?id=107799
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/debugger/breakpoint-manager.html:
+
+2013-01-24  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSSRegions] Add test cases for auto-size regions and window resize
+        https://bugs.webkit.org/show_bug.cgi?id=107686
+
+        Reviewed by Tony Chang.
+
+        The fix for https://bugs.webkit.org/show_bug.cgi?id=102954 also solved
+        https://bugs.webkit.org/show_bug.cgi?id=102221. This patch adds two tests
+        for webkit bug 102221.
+
+        * fast/regions/autosize-region-container-resize-expected.html: Added.
+        * fast/regions/autosize-region-container-resize.html: Added.
+        * fast/regions/autosize-region-window-resize-expected.html: Added.
+        * fast/regions/autosize-region-window-resize.html: Added.
+
+2013-01-24  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: should init an AXObject only after AXObjectCache has added it
+        https://bugs.webkit.org/show_bug.cgi?id=107533
+
+        Reviewed by Chris Fleizach.
+
+        Adds a new test that demonstrates a crash if an AXObject
+        initializes itself before the AXObjectCache has added it to
+        the cache.
+
+        * accessibility/duplicate-axrenderobject-crash-expected.txt: Added.
+        * accessibility/duplicate-axrenderobject-crash.html: Added.
+
+2013-01-23  Kentaro Hara  <haraken@chromium.org>
+
+        Implement MouseEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=107630
+
+        Reviewed by Adam Barth.
+
+        Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
+
+        The MouseEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR flag.
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+        * fast/dom/dom-constructors-expected.txt:
+        * fast/dom/dom-constructors.html:
+        * fast/events/constructors/mouse-event-constructor-expected.txt: Added.
+        * fast/events/constructors/mouse-event-constructor.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Unreviewed, rebaseline for Chromium-Linux and Chromium-Win
+        editing/selection/range-between-block-and-inline.html
+
+        * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png:
+        * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png:
+
+2013-01-23  Ken Kania  <kkania@chromium.org>
+
+        [Inspector] Add events for tracking page loads and scheduled navigations.
+        https://bugs.webkit.org/show_bug.cgi?id=104168
+
+        Reviewed by Pavel Feldman.
+
+        These events are needed for clients who need to be aware of when a page is
+        navigating or about to navigate. Some clients may wish to prevent interaction
+        with the page during this time. Two of the new events track loading start and
+        stop, as measured by the ProgressTracker. The other two events track when a
+        page has a new scheduled navigation and when it no longer has a scheduled
+        navigation. These latter two events won't allow the client to determine if
+        a load is going to happen in all circumstances, but is sufficient for many cases.
+        Make sure we hold a reference to the frame in NavigationScheduler::timerFired
+        in case the redirect causes the frame to be detached.
+
+        Also, minor update to InspectorInputAgent::dispatchMouseEvent to reorder params
+        to match dispatchKeyEvent.
+
+        * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
+        * inspector-protocol/page/frameScheduledNavigation.html: Added.
+        * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
+        * inspector-protocol/page/frameStartedLoading.html: Added.
+        * platform/chromium/TestExpectations:
+
+2013-01-23  Simon Fraser  <simon.fraser@apple.com>
+
+        Avoid creating background layers on pages with a fixed background, but no image
+        https://bugs.webkit.org/show_bug.cgi?id=107783
+
+        Reviewed by Beth Dakin.
+        
+        Testcase with body { background-attachment:fixed; } but no image.
+
+        * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html: Added.
+
+2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=107729
+
+        Reviewed by Hajime Morita.
+
+        This patch changes panScroll-panIcon.html test to HTML ref test rather than
+        pixel ref test to avoid rebaseline among Windows versions, and enables
+        panScroll-panIcon.html.
+
+        * platform/chromium-win/fast/events/panScroll-panIcon.html: Changed not to move mouse pointer to avoid motion of scroll thumb. 
+        * platform/chromium-win/fast/events/panScroll-panIcon-expected.html: Added.
+        * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Removed.
+        * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Removed.
+        * platform/chromium-win/TestExpectations: Changed to enable panScroll-panIcon.html
+
+2013-01-23  Wei Jia  <wjia@chromium.org>
+
+        Enable autoplay when <video>'s src is from media stream
+        https://bugs.webkit.org/show_bug.cgi?id=105224
+
+        Reviewed by Eric Carlson.
+
+        Always turns on mediaPlaybackRequiresUserGesture at the beginning.
+        HTMLMediaElement is supposed to turn it off when <video>'s src is from media stream.
+        * platform/chromium/media/video-capture-preview.html:
+
+2013-01-23  Luke Macpherson   <macpherson@chromium.org>
+
+        Support variables inside -webkit-box-reflect CSS property.
+        https://bugs.webkit.org/show_bug.cgi?id=106856
+
+        Adds test for variables as -webkit-box-reflect parameters.
+
+        Reviewed by Tony Chang.
+
+        * fast/css/variables/var-inside-box-reflect-expected.html: Added.
+        * fast/css/variables/var-inside-box-reflect.html: Added.
+
+2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Template element should parse in XHTML just as it does in HTML
+        https://bugs.webkit.org/show_bug.cgi?id=106491
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization.xml: Added.
+        * fast/xpath/xpath-template-element-expected.txt: Added.
+        * fast/xpath/xpath-template-element.html: Added.
+        * fast/xsl/resources/xhtml-template.xsl: Added.
+        * fast/xsl/xslt-processor-template-expected.txt: Added.
+        * fast/xsl/xslt-processor-template.html: Added.
+        * fast/xsl/xslt-xhtml-template-expected.txt: Added.
+        * fast/xsl/xslt-xhtml-template.xml: Added.
+
+2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Unreviewew. Rebaseline for Chromium: fast/ruby/select-ruby.html
+
+        * platform/chromium-linux-x86/fast/ruby/select-ruby-expected.txt: Added.
+        * platform/chromium-linux/fast/ruby/select-ruby-expected.png: Added.
+        * platform/chromium-linux/fast/ruby/select-ruby-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/ruby/select-ruby-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/ruby/select-ruby-expected.txt: Added.
+        * platform/chromium-mac/fast/ruby/select-ruby-expected.png: Added.
+        * platform/chromium-mac/fast/ruby/select-ruby-expected.txt: Added.
+        * platform/chromium-win-xp/fast/ruby/select-ruby-expected.txt: Added.
+        * platform/chromium-win/fast/ruby/select-ruby-expected.png: Added.
+        * platform/chromium-win/fast/ruby/select-ruby-expected.txt: Added.
+
+2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
+
+        REGRESSION: WebKit does not render selection in non-first ruby text nodes.
+        https://bugs.webkit.org/show_bug.cgi?id=92818
+
+        Reviewed by Levi Weintraub.
+
+        Add a test, authored by Sukolsak Sakshuwong.
+
+        * fast/ruby/select-ruby.html: Added.
+        * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
+        * platform/mac/fast/ruby/select-ruby-expected.png: Added.
+        * platform/mac/fast/ruby/select-ruby-expected.txt: Added.
+
+2013-01-23  Martin Robinson  <mrobinson@igalia.com>
+
+        WebKit should support decoding multi-byte entities in XML content
+        https://bugs.webkit.org/show_bug.cgi?id=107459
+
+        Reviewed by Adam Barth.
+
+        Add a simple test for decoding some entities that resolve to multiple
+        bytes in XML.
+
+        * fast/parser/entities-in-xhtml.xhtml: Added a few multi-bye entities.
+        * fast/parser/entities-in-xhtml-expected.txt: Updated.
+
+2013-01-23  Filip Pizlo  <fpizlo@apple.com>
+
+        Constant folding an access to an uncaptured variable that is captured later in the same basic block shouldn't lead to assertion failures
+        https://bugs.webkit.org/show_bug.cgi?id=107750
+        <rdar://problem/12387265>
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt: Added.
+        * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-constant-fold-uncaptured-variable-that-is-later-captured.js: Added.
+        (bar):
+        (baz):
+        (foo):
+
+2013-01-23  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] Add support for computing first included interval position for polygons
+        https://bugs.webkit.org/show_bug.cgi?id=103429
+
+        Reviewed by Dirk Schulze.
+
+        All of the existing shape-inside tests exercise the new code.  Added new tests which
+        verify that layout works correctly when layout can not begin at the shape's logical top.
+        Test 001 additionally checks all writing-modes, test 002 verifies that the topmost/leftmost
+        rule is followed, and test3 checks a self-intersecting polygon.
+
+        * fast/exclusions/shape-inside/shape-inside-first-fit-001-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-first-fit-001.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-first-fit-002-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-first-fit-002.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-first-fit-003-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-first-fit-003.html: Added.
+
+2013-01-23  Dirk Schulze  <dschulze@adobe.com>
+
+        Implement Canvas Path object
+        https://bugs.webkit.org/show_bug.cgi?id=97333
+
+        Reviewed by Dean Jackson.
+
+        Add a test for checking existence of Path object and dependent functions.
+        The test is supposed to fail if canvas-path is not activated on compile time.
+
+        * fast/canvas/canvas-path-object-expected.txt: Added.
+        * fast/canvas/canvas-path-object.html: Added.
+        * fast/canvas/script-tests/canvas-path-object.js: Added.
+        * platform/chromium/TestExpectations: Different error handling on Chromium. Needs rebaseline.
+
+2013-01-23  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Remove IDBVersionChangeRequest
+        https://bugs.webkit.org/show_bug.cgi?id=107711
+
+        Reviewed by Tony Chang.
+
+        Update expectations - change a handful of FAIL to PASS because past-us were awesome.
+
+        * storage/indexeddb/intversion-long-queue-expected.txt:
+        * storage/indexeddb/intversion-upgrades-expected.txt:
+
+2013-01-23  Martin Robinson  <mrobinson@igalia.com>
+
+        [GTK] Bump webkitgtk-test-fonts dependency to cover fallbacks for Tamil, Bengali, and others
+        https://bugs.webkit.org/show_bug.cgi?id=107727
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Update test results to reflect the new fonts.
+
+        * platform/gtk/fast/text/atsui-multiple-renderers-expected.png:
+        * platform/gtk/fast/text/atsui-multiple-renderers-expected.txt:
+        * platform/gtk/fast/text/complex-text-opacity-expected.png:
+        * platform/gtk/fast/text/complex-text-opacity-expected.txt:
+        * platform/gtk/fast/text/international/bold-bengali-expected.png:
+        * platform/gtk/fast/text/international/bold-bengali-expected.txt:
+        * platform/gtk/fast/text/international/complex-character-based-fallback-expected.png:
+        * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
+        * platform/gtk/fast/text/international/danda-space-expected.png:
+        * platform/gtk/fast/text/international/danda-space-expected.txt:
+        * platform/gtk/fast/text/international/hindi-spacing-expected.png:
+        * platform/gtk/fast/text/international/hindi-spacing-expected.txt:
+        * platform/gtk/fast/text/international/hindi-whitespace-expected.png:
+        * platform/gtk/fast/text/international/hindi-whitespace-expected.txt:
+        * platform/gtk/fast/text/international/thai-baht-space-expected.png:
+        * platform/gtk/fast/text/international/thai-baht-space-expected.txt:
+        * platform/gtk/fast/text/international/thai-line-breaks-expected.png:
+        * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
+        * platform/gtk/svg/text/non-bmp-positioning-lists-expected.png: Added.
+        * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
+        * platform/gtk/transforms/2d/hindi-rotated-expected.png:
+        * platform/gtk/transforms/2d/hindi-rotated-expected.txt:
+
+2013-01-23  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Should update compositing state when an out-of-view fixed position element becomes in-view
+        https://bugs.webkit.org/show_bug.cgi?id=107410
+
+        Reviewed by Simon Fraser.
+
+        Tests if compositing status is properly updated when fixed position elements change from out-of-view to in-view and back.
+
+        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
+        * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html: Added.
+
+2013-01-23  Erik Arvidsson  <arv@chromium.org>
+
+        Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=107729
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-23  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Add support for max-content
+        https://bugs.webkit.org/show_bug.cgi?id=107604
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/minmax-max-content-resolution-columns-expected.txt: Added.
+        * fast/css-grid-layout/minmax-max-content-resolution-columns.html: Added.
+        * fast/css-grid-layout/minmax-max-content-resolution-rows-expected.txt: Added.
+        * fast/css-grid-layout/minmax-max-content-resolution-rows.html: Added.
+
+2013-01-23  Erik Arvidsson  <arv@chromium.org>
+
+        [chromium] Layout test rebaselines
+
+        Unreviewed rebaseline
+
+        * platform/chromium-win-xp/media/media-can-play-ogg-expected.txt: Added.
+        * platform/chromium-win/media/media-can-play-ogg-expected.txt: Added.
+
+2013-01-23  Tony Chang  <tony@chromium.org>
+
+        Incorrect scrollable height during simplified layout
+        https://bugs.webkit.org/show_bug.cgi?id=107193
+
+        Reviewed by David Hyatt.
+
+        * fast/overflow/height-during-simplified-layout-expected.txt: Added.
+        * fast/overflow/height-during-simplified-layout.html: Added.
+
+2013-01-23  Robert Hogan  <robert@webkit.org>
+
+        Abspos Inline block not positioned correctly in text-aligned container
+        https://bugs.webkit.org/show_bug.cgi?id=105695
+
+        Reviewed by Ojan Vafai.
+
+        * fast/text/container-align-with-inlines-expected.txt: Added.
+        * fast/text/container-align-with-inlines.html: Added.
+
+2013-01-23  Alexis Menard  <alexis@webkit.org>
+
+        transition-property accepts incorrect "all, none" as value
+        https://bugs.webkit.org/show_bug.cgi?id=105428
+
+        Reviewed by Dean Jackson.
+
+        Extend the existing tests to cover the bug.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-01-23  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: speedup highlight regex API in DefaultTextEditor
+        https://bugs.webkit.org/show_bug.cgi?id=107238
+
+        Reviewed by Pavel Feldman.
+
+        Corrected layout test expectations to correspond to refactoring.
+
+        * inspector/editor/text-editor-highlight-regexp-expected.txt:
+
+2013-01-23  Manuel Rego Casasnovas  <rego@igalia.com>
+
+        [GTK][WK2] Unflag tests related to layoutTestController.setViewModeMediaFeature
+        https://bugs.webkit.org/show_bug.cgi?id=107660
+
+        Reviewed by Philippe Normand.
+
+        * platform/gtk-wk2/TestExpectations: Remove tests related to
+        layoutTestController.setViewModeMediaFeature as they are passing now.
+
+2013-01-23  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140307, r140411, and r140512.
+        http://trac.webkit.org/changeset/140307
+        http://trac.webkit.org/changeset/140411
+        http://trac.webkit.org/changeset/140512
+        https://bugs.webkit.org/show_bug.cgi?id=107689
+
+        Perf regression on DOMDivWalk (bug 106726) (Requested by
+        falken on #webkit).
+
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
+
+2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
+
+        REGRESSION(r140101): caused debug asserts in fast/forms/associated-element-crash.html and html5lib/run-template.html
+        https://bugs.webkit.org/show_bug.cgi?id=107237
+
+        Reviewed by Adam Barth.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-23  Erik Arvidsson  <arv@chromium.org>
+
+        [chromium] Layout test rebaselines
+
+        Unreviewed rebaseline
+
+        * platform/chromium-linux-x86/media/media-can-play-ogg-expected.txt: Added.
+        * platform/chromium-linux/media/media-can-play-ogg-expected.txt: Added.
+        * platform/chromium-mac-lion/media/media-can-play-ogg-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/media/media-can-play-ogg-expected.txt: Added.
+        * platform/chromium-mac/media/media-can-play-ogg-expected.txt: Added.
+
+2013-01-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+        Rebaselining after r140448, r140459 and r140493.
+
+        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
+        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
+
+2013-01-23  Adrian Perez de Castro  <aperez@igalia.com>
+
+        [GStreamer] Add Opus MIME type to the list of supported ones
+        https://bugs.webkit.org/show_bug.cgi?id=98759
+
+        Reviewed by Philippe Normand.
+
+        Opus (http://opus-codec.org) streams are typically embedded into
+        Ogg containers, so add a check for it in the test case.
+
+        * media/media-can-play-ogg-expected.txt:
+        * media/media-can-play-ogg.html:
+        * platform/chromium-android/media/media-can-play-ogg-expected.txt:
+        * platform/chromium/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
+        * platform/efl/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
+        * platform/gtk/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
+        * platform/qt-linux/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
+
+2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
+
+        REGRESSION(r139044): Pan icon remains on screen on Chromium-WinXP
+        https://bugs.webkit.org/show_bug.cgi?id=107623
+
+        Reviewed by Hajime Morita.
+
+        This test checks no pan icon after pan scroll.
+
+        * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Added.
+        * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Added.
+        * platform/chromium-win/fast/events/panScroll-panIcon.html: Added.
+        * platform/chromium/TestExpectations: Changed to skip entry for panScroll-panIcon.html for Android, Linux and Mac. 
+
+2013-01-23  Vivek Galatage  <vivek.vg@samsung.com>
+
+        xml-stylesheet XSL is not requested with JavaScript disabled
+        https://bugs.webkit.org/show_bug.cgi?id=103902
+
+        Reviewed by Adam Barth.
+
+        Add a test to perform XSL transformation when the Javascript is disabled.
+
+        * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xml:
+        * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xsl:
+        * http/tests/xsl/xslt-transform-with-javascript-disabled-expected.txt:
+        * http/tests/xsl/xslt-transform-with-javascript-disabled.html:
+
+2013-01-23  Hajime Morrita  <morrita@google.com>
+
+        Invalidated SVG shadow tree should be always detached.
+        https://bugs.webkit.org/show_bug.cgi?id=107634
+
+        Reviewed by Ryosuke Niwa.
+
+        * svg/custom/use-invalidate-click-crash-expected.txt: Added.
+        * svg/custom/use-invalidate-click-crash.xhtml: Added.
+
+2013-01-23  Seokju Kwon  <seokju.kwon@gmail.com>
+
+        [EFL] Gardening for some inspector tests
+        https://bugs.webkit.org/show_bug.cgi?id=107516
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Add bug numbers.
+
+2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r140448, r140459 and r140493.
+
+        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2013-01-22  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Fix svn:mime-type of PNG files in platform/chromium*/
+
+        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added property svn:mime-type.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
+
+2013-01-22  Dima Gorbik  <dgorbik@apple.com>
+
+        Whitelist should also work for the WebVTT ::cue element without an argument
+        https://bugs.webkit.org/show_bug.cgi?id=107488
+
+        Reviewed by Andreas Kling.
+
+        * media/track/track-css-property-whitelist-expected.txt:
+        * media/track/track-css-property-whitelist.html:
+
+2013-01-22  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Layout test calendar-picker-mouse-operations.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=107423
+
+        * platform/chromium/TestExpectations:
+        Update the bug URL.
+
+2013-01-22  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Fix calendar-picker-key-operations.html
+        https://bugs.webkit.org/show_bug.cgi?id=101408
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+        We need to apply the waitUntilClosing idiom because picker closing
+        operation is asynchronous.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        Fix a failure.
+
+2013-01-22  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Unreviewed. Remove a wrong entry from platfrom/chromium/TestExpectations
+
+        * platform/chromium/TestExpectations: Remove an entry for fast/forms/associated-element-crash.html
+
+2013-01-21  Kentaro Hara  <haraken@chromium.org>
+
+        Implement UIEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=107430
+
+        Reviewed by Adam Barth.
+
+        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
+
+        UIEvent constructor is implemented under a DOM4_EVENTS_CONSTRUCTOR flag,
+        which is enabled on Safari and Chromium for now.
+
+        * fast/events/constructors/ui-event-constructor-expected.txt: Added.
+        * fast/events/constructors/ui-event-constructor.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [EFL][WebGL] Enable WebGL LayoutTests.
+        https://bugs.webkit.org/show_bug.cgi?id=107485
+
+        Reviewed by Laszlo Gombos.
+
+        This patch enables WebGL LayoutTests for Efl Port.
+
+        * platform/efl/TestExpectations:
+
+2013-01-22  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7 
+        https://bugs.webkit.org/show_bug.cgi?id=107581
+
+        Unreviewed gardening.
+
+        Results on all win platforms match the generic expected result (so use that).
+
+        * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
+        * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
+        * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
+        * platform/chromium/TestExpectations:
+
+2013-01-22  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, rolling out r140171.
+        http://trac.webkit.org/changeset/140171
+        https://bugs.webkit.org/show_bug.cgi?id=107193
+
+        Regressed scrollable region size in other cases.
+
+        * fast/overflow/height-during-simplified-layout-expected.txt: Removed.
+        * fast/overflow/height-during-simplified-layout.html: Removed.
+
+2013-01-22  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Add grid.css to hold the common grid testing code
+        https://bugs.webkit.org/show_bug.cgi?id=107044
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/containing-block-grids.html:
+        Removed 2 bad display: none rules that where overriden by
+        the inline style declaration.
+
+        * fast/css-grid-layout/minmax-fixed-logical-height-only.html:
+        * fast/css-grid-layout/breadth-size-resolution-grid.html:
+        * fast/css-grid-layout/calc-resolution-grid-item.html:
+        * fast/css-grid-layout/display-grid-set-get.html:
+        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
+        * fast/css-grid-layout/grid-columns-rows-get-set.html:
+        * fast/css-grid-layout/grid-element-padding-margin.html:
+        * fast/css-grid-layout/minmax-fixed-logical-width-only.html:
+        * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
+        * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html:
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html:
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html:
+        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html:
+        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html:
+        * fast/css-grid-layout/percent-resolution-grid-item.html:
+        * fast/css-grid-layout/place-cell-by-index.html:
+        Updated all the files above to:
+        - use grid.css.
+        - rename 'a', 'b', 'c' and 'd' to more meaningful.
+        - change the previous ids to be classes as we ended up having several divs with the same id.
+
+        * fast/css-grid-layout/resources/grid.css: Added.
+
+2013-01-22  Ojan Vafai  <ojan@chromium.org>
+
+        REGRESION(r130774): preferred width of tables does not take max-width into account
+        https://bugs.webkit.org/show_bug.cgi?id=107576
+
+        Reviewed by Tony Chang.
+
+        * fast/table/min-max-width-preferred-size-expected.txt: Added.
+        * fast/table/min-max-width-preferred-size.html: Added.
+
+2013-01-22  Michael Saboff  <msaboff@apple.com>
+
+        sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A7.2.html is crashing
+        https://bugs.webkit.org/show_bug.cgi?id=90742
+
+        Unreviewed.  Test passes without any error or crashing.  Suspect
+        that the original issue has been resolved.
+
+        * platform/mac/TestExpectations:
+
+2013-01-22  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Update test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=107587
+
+        Unreviewed. Mark these tests as slow on Win7 Debug:
+        platform/chromium/virtual/gpu/fast/hidpi/clip-text-in-hidpi.html
+        platform/chromium/virtual/gpu/fast/hidpi/device-scale-factor-paint.html
+        platform/chromium/virtual/gpu/fast/hidpi/focus-rings.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-22  Joseph Pecoraro  <pecoraro@apple.com>
+
+        [Mac] Enable Page Visibility (PAGE_VISIBILITY_API)
+        https://bugs.webkit.org/show_bug.cgi?id=107230
+
+        Reviewed by David Kilzer.
+
+        * fast/events/page-visibility-iframe-delete-test-expected.txt:
+        * fast/events/page-visibility-iframe-delete-test.html:
+        Fix a typo.
+
+        * platform/mac/TestExpectations:
+        Unskip the tests on OS X.
+
+2013-01-22  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Update test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=107328
+
+        Unreviewed. Mark this test as missing:
+        fast/forms/form-associated-element-crash3.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-22  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Update test expectations.
+
+        Unreviewed rebaseline for layout test:
+        platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html
+
+        * platform/chromium-mac/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt.
+
+2013-01-22  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7
+        https://bugs.webkit.org/show_bug.cgi?id=107581
+
+        Unreviewed build fix. Mark the following test as failing on Win7:
+        webaudio/realtimeanalyser-fft-sizing.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
+
+        [GTK] Enable CSS Image Orientation feature
+        https://bugs.webkit.org/show_bug.cgi?id=99040
+
+        Reviewed by Martin Robinson.
+
+        Remove the general expectation, replacing it with a failure expectation
+        for the test that's failing due to whitespace problems in the cssText attribute
+        value after the image orientation attribute is set.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
+
+        [GTK] Enable the <template> element support in development builds
+        https://bugs.webkit.org/show_bug.cgi?id=106575
+
+        Reviewed by Martin Robinson.
+
+        Remove the skip entry for the layout tests of the element.
+        Add a failure expectation for a flaky test that's being unskipped.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-22  Alpha Lam  <hclam@chromium.org>
+
+        REGRESSION(r140231): media track layout tests crashing
+        https://bugs.webkit.org/show_bug.cgi?id=107579
+
+        Unreviewed. Mark 3 tests as crashing:
+        media/track/track-css-cue-lifetime.html
+        media/track/track-css-matching.html
+        media/track/track-css-property-whitelist.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-22  Alexis Menard  <alexis@webkit.org>
+
+        Allow construction of unprefixed transition DOM events.
+        https://bugs.webkit.org/show_bug.cgi?id=107319
+
+        Reviewed by Dean Jackson.
+
+        Add new tests to cover the feature. Update some existing ones with new
+        expected results as a new constructor was added.
+
+        * fast/dom/constructed-objects-prototypes.html:
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+        * fast/events/constructors/transition-event-constructor-expected.txt: Added.
+        * fast/events/constructors/transition-event-constructor.html: Added.
+        * fast/events/event-creation.html:
+        * platform/chromium/TestExpectations: Chromium turns the feature off.
+
+2013-01-22  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140435.
+        http://trac.webkit.org/changeset/140435
+        https://bugs.webkit.org/show_bug.cgi?id=107565
+
+        Crashes on ClusterFuzz due to float not removed (Requested by
+        inferno-sec on #webkit).
+
+        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
+        * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
+
+2013-01-22  Robert Hogan  <robert@webkit.org>
+
+        When we do setAttribute("border", null) on a table we should create a border like every other browser
+        https://bugs.webkit.org/show_bug.cgi?id=102112
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/dom/HTMLTableElement/table-with-invalid-border-expected.txt: Added.
+        * fast/dom/HTMLTableElement/table-with-invalid-border.html: Added.
+        * fast/table/table-with-borderattr-null-expected.txt: Added.
+        * fast/table/table-with-borderattr-null.html: Added.
+        * fast/table/table-with-borderattr-set-to-null-expected.txt: Added.
+        * fast/table/table-with-borderattr-set-to-null.html: Added.
+
+2013-01-22  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-use-after-free in WebCore::RenderObject::isDescendantOf
+        https://bugs.webkit.org/show_bug.cgi?id=107226
+
+        Reviewed by Emil A Eklund.
+
+        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
+        * fast/block/float/overhanging-float-not-removed-crash.html: Added.
+
+2013-01-18  Stephen Chenney  <schenney@chromium.org>
+
+        Asserts when textPath is used with no path
+        https://bugs.webkit.org/show_bug.cgi?id=107324
+
+        Reviewed by Eric Seidel.
+
+        Test will assert in debug without this patch.
+
+        * svg/text/tpath-without-path-expected.txt: Added.
+        * svg/text/tpath-without-path.svg: Added.
+
+2013-01-22  Krzysztof Czech  <k.czech@samsung.com>
+
+        [EFL] Unskipping some Accessibility Layout Tests for WK2.
+        https://bugs.webkit.org/show_bug.cgi?id=107555
+
+        Unreviewed EFL gardening.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-22  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: do not highlight really long lines in DTE.
+        https://bugs.webkit.org/show_bug.cgi?id=107531
+
+        Reviewed by Pavel Feldman.
+
+        Layout test to verify that Default Text Editor does not spend time for
+        highlighting really long lines of code.
+
+        * inspector/editor/highlighter-long-line.html: Correct highlighter defaults in initialization.
+        * inspector/editor/text-editor-long-line-expected.txt: Added.
+        * inspector/editor/text-editor-long-line.html: Added.
+
+2013-01-22  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL][Chromium] Unreviewed gardening.
+
+        Added expectations for a crashing EFL test and fixed
+        a typo on Chromium's expectations for the same test.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2013-01-22  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Enable sub-pixel tests
+        https://bugs.webkit.org/show_bug.cgi?id=107548
+
+        Unreviewed gardening.
+
+        I will run this through EWS'ses and give others a chance to comment
+        since I am removing the sub-pixel skipping from the wk2/TestExpectations file.
+        This set of tests seems to be specifically skipped
+        in all platforms that don't want to run these tests.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
+        * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
+        * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
+        * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
+        * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
+        * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
+        * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
+        * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
+        * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
+        * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
+        * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
+        * platform/wk2/TestExpectations:
+
+2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding back an expectation that was errornously removed in r140404.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding timeout expectations for two tests from the JSRegress suite that
+        were added in r140276. The timeouts are GTK-specific.
+        Expanding the main failure expectation for all Encrypted Media tests to
+        expect either failures or timeouts.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-22  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] min-max height will not trigger a relayout when set on a region with auto-height
+        https://bugs.webkit.org/show_bug.cgi?id=103738
+
+        Reviewed by David Hyatt.
+
+        Added tests for dynamically change the min/max-height for auto-height regions, including also vertical writing modes.
+        Added tests for dynamically changing the width of auto-height regions to make sure we are correctly computing their height.
+        Added two tests for complex auto-height regions layout which require a full two-pass layout after some regions from region
+        chain are laid out.
+
+        * fast/regions/autoheight-region-decrease-maxheight-expected.txt: Added.
+        * fast/regions/autoheight-region-decrease-maxheight.html: Added.
+        * fast/regions/autoheight-region-decrease-minheight-expected.txt: Added.
+        * fast/regions/autoheight-region-decrease-minheight.html: Added.
+        * fast/regions/autoheight-region-decrease-width-expected.txt: Added.
+        * fast/regions/autoheight-region-decrease-width.html: Added.
+        * fast/regions/autoheight-region-increase-maxheight-expected.txt: Added.
+        * fast/regions/autoheight-region-increase-maxheight.html: Added.
+        * fast/regions/autoheight-region-increase-minheight-expected.txt: Added.
+        * fast/regions/autoheight-region-increase-minheight.html: Added.
+        * fast/regions/autoheight-region-increase-width-expected.txt: Added.
+        * fast/regions/autoheight-region-increase-width.html: Added.
+        * fast/regions/autoheight-region-new-maxheight-expected.txt: Added.
+        * fast/regions/autoheight-region-new-maxheight-vrl-expected.txt: Added.
+        * fast/regions/autoheight-region-new-maxheight-vrl.html: Added.
+        * fast/regions/autoheight-region-new-maxheight.html: Added.
+        * fast/regions/autoheight-region-new-minheight-expected.txt: Added.
+        * fast/regions/autoheight-region-new-minheight-vlr-expected.txt: Added.
+        * fast/regions/autoheight-region-new-minheight-vlr.html: Added.
+        * fast/regions/autoheight-region-new-minheight.html: Added.
+        * fast/regions/autoheight-region-remove-maxheight-expected.txt: Added.
+        * fast/regions/autoheight-region-remove-maxheight.html: Added.
+        * fast/regions/autoheight-region-remove-minheight-expected.txt: Added.
+        * fast/regions/autoheight-region-remove-minheight.html: Added.
+        * fast/regions/autoheight-two-pass-layout-complex-001-expected.txt: Added.
+        * fast/regions/autoheight-two-pass-layout-complex-001.html: Added.
+        * fast/regions/autoheight-two-pass-layout-complex-002-expected.txt: Added.
+        * fast/regions/autoheight-two-pass-layout-complex-002.html: Added.
+        * fast/regions/region-height-auto-to-defined-expected.txt: Added.
+        * fast/regions/region-height-auto-to-defined.html: Added.
+        * fast/regions/region-height-defined-to-auto-expected.txt: Added.
+        * fast/regions/region-height-defined-to-auto.html: Added.
+
+2013-01-22  Manuel Rego Casasnovas  <rego@igalia.com>
+
+        [GTK] Implement testRunner::setTextDirection
+        https://bugs.webkit.org/show_bug.cgi?id=107131
+
+        Reviewed by Philippe Normand.
+
+        * platform/gtk-wk2/TestExpectations: Unflag
+        fast/html/set-text-direction.html as it was already passing in WK2.
+        * platform/gtk/TestExpectations: Remove
+        fast/html/set-text-direction.html.
+
+2013-01-22  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip 2 tests that were sometimes asserting on the bots as
+        the problems seems to have been fixed in r140166.
+
+        * platform/efl/TestExpectations:
+
+2013-01-22  Sergey Ryazanov  <serya@chromium.org>
+
+        Web Inspector: Show requests in `curl` syntax in DevTools → Network → Headers
+        https://bugs.webkit.org/show_bug.cgi?id=107276
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/curl-command-expected.txt: Added.
+        * inspector/curl-command.html: Added.
+
+2013-01-21  Kent Tamura  <tkent@chromium.org>
+
+        Date selection from calendar picker should dispatch 'input' event in addition to 'change' event
+        https://bugs.webkit.org/show_bug.cgi?id=107427
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/date-picker-events.html: Added.
+        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt: Added.
+        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html: Added.
+
+2013-01-21  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Update webaudio/realtimeanalyser-fft-sizing.html expectation on Win
+
+        Unreviewed gardening.
+
+        * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
+
+2013-01-21  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Updating expectations for Mac platforms after r140370.
+
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/events: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
+
+2013-01-21  Nico Weber  <thakis@chromium.org>
+
+        [chromium] Unreviewed, update baselines after r140358. See also bug 107476.
+        https://bugs.webkit.org/show_bug.cgi?id=107483
+
+        * platform/chromium-mac/fast/block/float/024-expected.txt:
+        * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
+        * platform/chromium/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/block/float/024-expected.txt.
+
+2013-01-21  Levi Weintraub  <leviw@chromium.org>
+
+        Event target rects on the top level document shouldn't be clipped.
+        https://bugs.webkit.org/show_bug.cgi?id=107339
+
+        Reviewed by James Robinson.
+
+        Updating existing tests to cover this issue.
+
+        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html:
+        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt:
+        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html:
+        * platform/chromium/fast/events/touch/resources/frame-with-document-touch-handler.html: Added.
+        * platform/chromium/TestExpectations:
+
+2013-01-21  Nico Weber  <thakis@chromium.org>
+
+        [chromium] Update expectations.
+        https://bugs.webkit.org/show_bug.cgi?id=107481
+
+        Unreviewed, expectations update.
+
+        After https://src.chromium.org/viewvc/chrome?view=rev&revision=177952,
+        these tests no longer fail on linux.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-21  Bem Jones-Bey  <bjonesbe@adobe.com>
+
+        [CSS Exclusions] shape-outside on floats for rectangle shapes positioning
+        https://bugs.webkit.org/show_bug.cgi?id=100399
+
+        Reviewed by David Hyatt.
+
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning-expected.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html:
+            This test had incorrect coordinates for some of the shapes, causing them to break now that x and y are supported for the shapes.
+
+2013-01-21  Robert Hogan  <robert@webkit.org>
+
+        Unreviewed, suppress tests requiring rebaseline after r140358
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-01-21  Jer Noble  <jer.noble@apple.com>
+
+        Unreviewed LayoutTests gardening.
+
+        Rebaseline fast/block/margin-collapse/empty-clear-blocks.html
+        and fast/block/float/024.html after r140358.
+
+        * platform/mac/fast/block/float/024-expected.txt:
+        * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
+
+2013-01-21  Robert Hogan  <robert@webkit.org>
+
+        Unreviewed, suppress tests requiring rebaseline after r140358
+        * platform/qt/TestExpectations:
+
+2013-01-21  Robert Hogan  <robert@webkit.org>
+
+        Misaligned logo on www.nzherald.co.nz possibly due to negative margin-top
+        https://bugs.webkit.org/show_bug.cgi?id=14664
+
+        Reviewed by David Hyatt.
+
+        * fast/block/float/clear-negative-margin-top-expected.html: Added.
+        * fast/block/float/clear-negative-margin-top.html: Added.
+        * platform/chromium-win/fast/block/float/024-expected.txt:
+        * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
+
+2013-01-21  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining a few media tests after r140339.
+
+        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
+        * platform/gtk/fast/layers/video-layer-expected.txt:
+        * platform/gtk/media/media-controls-clone-expected.txt:
+        * platform/gtk/media/video-empty-source-expected.txt:
+        * platform/gtk/media/video-no-audio-expected.txt:
+
+2013-01-21  Rik Cabanier  <cabanier@adobe.com>
+
+        Proposal: Add support for even-odd fill and clip to Canvas
+        https://bugs.webkit.org/show_bug.cgi?id=106188
+
+        Reviewed by Dirk Schulze.
+
+        Add tests to verify that the winding rule work as expected with clip, fill and isPointInPath
+
+        * fast/canvas/canvas-clip-rule-expected.txt: Added.
+        * fast/canvas/canvas-clip-rule.html: Added.
+        * fast/canvas/canvas-fill-rule-expected.txt: Added.
+        * fast/canvas/canvas-fill-rule.html: Added.
+        * fast/canvas/canvas-isPointInPath-winding-expected.txt: Added.
+        * fast/canvas/canvas-isPointInPath-winding.html: Added.
+        * fast/canvas/script-tests/canvas-clip-rule.js: Added.
+        (pixelDataAtPoint):
+        (checkResult):
+        (prepareTestScenario):
+        * fast/canvas/script-tests/canvas-fill-rule.js: Added.
+        (pixelDataAtPoint):
+        (checkResult):
+        (prepareTestScenario):
+        * fast/canvas/script-tests/canvas-isPointInPath-winding.js: Added.
+        (prepareTestScenario):
+
+2013-01-21  ChangSeok Oh  <shivamidow@gmail.com>
+
+        [Texmap][GTK] The poster-circle doesn't appear.
+        https://bugs.webkit.org/show_bug.cgi?id=106672
+
+        Reviewed by Noam Rosenthal.
+
+        A new pixel test is added. It tests if animated layer is drawn for the first scene.
+
+        * compositing/visibility/visibility-composited-animation-expected.png: Added.
+        * compositing/visibility/visibility-composited-animation-expected.txt: Added.
+        * compositing/visibility/visibility-composited-animation.html: Added.
+
+2013-01-21  Mike West  <mkwst@chromium.org>
+
+        Add a test to ensure that content written into a seamless IFrame inherits style.
+        https://bugs.webkit.org/show_bug.cgi?id=99289
+
+        Reviewed by Eric Seidel.
+
+        This patch adds a single test to ensure that content written into a
+        seamless IFrame via 'contentDocument.write()' properly inherits style.
+        The root of the issue was fixed in wkbug.com/103539, so no code changes
+        are necesary, but that patch didn't test this particular edge case.
+
+        * fast/frames/seamless/seamless-document-write-expected.txt: Added.
+        * fast/frames/seamless/seamless-document-write.html: Added.
+
+2013-01-21  Brian Holt  <brian.holt@samsung.com>
+
+        Consolidate and run ARIA-list-and-listitem accessibility test
+        https://bugs.webkit.org/show_bug.cgi?id=107283
+
+        Reviewed by Chris Fleizach.
+
+        After revision r131674 for bug 99640, the output from
+        AccessibilityUIElement::role() is consistent across most platforms,
+        therefore platform specific expections can be consolidated into a
+        generic expectation with a Mac exception and enabled.
+
+        * accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/chromium/accessibility/aria-list-and-listitem-expected.txt.
+        * platform/gtk/TestExpectations: Removed passing test.
+        * platform/gtk/accessibility/aria-list-and-listitem-expected.txt: Removed.
+
+2013-01-21  Michael[tm] Smith  <mike@w3.org>
+
+        Implement the HTML <main> element.
+        https://bugs.webkit.org/show_bug.cgi?id=103172
+
+        Reviewed by Chris Fleizach.
+
+        <main> should behave the same as <nav>, <section>, <article>, and <aside>.
+        <main> has no specific parsing rules.
+        <main> should expose AXLandmarkMain correctly for each platform.
+
+        * editing/execCommand/query-format-block-expected.txt:
+        * editing/execCommand/remove-format-elements-expected.txt:
+        * editing/execCommand/remove-format-elements.html:
+        * editing/execCommand/script-tests/query-format-block.js:
+        * fast/block/child-not-removed-from-parent-lineboxes-crash.html:
+        * fast/dom/click-method-on-html-element-expected.txt:
+        * fast/dom/click-method-on-html-element.html:
+        * fast/dom/wrapper-classes-expected.txt:
+        * fast/dom/wrapper-classes.html:
+        * fast/forms/access-key-for-all-elements-expected.txt:
+        * fast/forms/access-key-for-all-elements.html:
+        * fast/html/main-element-expected.txt: Added.
+        * fast/html/main-element.html: Added.
+        * fast/html/script-tests/main-element.js: Added.
+        (getWeight):
+        * platform/chromium/accessibility/main-element-expected.txt: Added.
+        * platform/chromium/accessibility/main-element.html: Added.
+        * platform/chromium/fast/dom/wrapper-classes-expected.txt:
+        * platform/mac/accessibility/main-element-expected.txt: Added.
+        * platform/mac/accessibility/main-element.html: Added.
+
+2013-01-21  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        Crash in AccessibilityTableCell::parentTable()
+        https://bugs.webkit.org/show_bug.cgi?id=107261
+
+        Reviewed by Chris Fleizach.
+
+        Getting the parent table in order to get the role value should not be
+        done when objects are being destroyed. Also, it does not seem safe to
+        assume we have an AXObjectCache.
+
+        * accessibility/table-destroyed-crash-expected.txt: Added.
+        * accessibility/table-destroyed-crash.html: Added.
+
+2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip failing test.
+        https://bugs.webkit.org/show_bug.cgi?id=105574.
+
+        * platform/qt/TestExpectations:
+
+2013-01-21  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: modify generate_protocol_externs.py to generate JSON typedef's for @constructors
+        https://bugs.webkit.org/show_bug.cgi?id=107287
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/command-line-api-expected.txt:
+
+2013-01-21  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: should not dispatch 'input' events if the element value is not updated
+        https://bugs.webkit.org/show_bug.cgi?id=107429
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
+
+2013-01-21  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
+        https://bugs.webkit.org/show_bug.cgi?id=107419
+
+        Reviewed by Pavel Feldman.
+
+        * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once
+          and reset the touch event emulation flag in window.internals.settings upon test completion.
+        * fast/events/touch/emulated-touch-iframe.html:
+          Reset the touch event emulation flag in window.internals.settings upon test completion.
+
+2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: fix highlight bug in DTE.
+        https://bugs.webkit.org/show_bug.cgi?id=107433
+
+        Reviewed by Pavel Feldman.
+
+        Add a layout test to cover highlight bug specific situation.
+
+        * inspector/editor/highlighter-chunk-limit-expected.txt: Added.
+        * inspector/editor/highlighter-chunk-limit.html: Added.
+
+2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening. Skip some failing.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Update after r140202.
+        * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Update after r140202.
+        * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Update after r140202.
+        * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Update after r140202.
+
+2013-01-21  Kentaro Hara  <haraken@chromium.org>
+
+        Implement MediaStreamEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=107411
+
+        Reviewed by Hajime Morita.
+
+        Fixed wrong test cases.
+
+        * fast/events/constructors/media-stream-event-constructor-expected.txt:
+        * fast/events/constructors/media-stream-event-constructor.html:
+
+2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: refactoring to use string as argument for highlightRegex API
+        https://bugs.webkit.org/show_bug.cgi?id=107243
+
+        Reviewed by Pavel Feldman.
+
+        Correct test to correspond to refactoring changes.
+
+        * inspector/editor/text-editor-highlight-regexp.html:
+
+2013-01-21  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140311.
+        http://trac.webkit.org/changeset/140311
+        https://bugs.webkit.org/show_bug.cgi?id=107431
+
+        Broke selection-related tests (Requested by apavlov on
+        #webkit).
+
+        * fast/events/touch/emulate-touch-events.html:
+
+2013-01-20  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
+        https://bugs.webkit.org/show_bug.cgi?id=107419
+
+        Reviewed by Pavel Feldman.
+
+        * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once.
+
+2013-01-21  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Update the RTCPeerConnection states to match the latest specification
+        https://bugs.webkit.org/show_bug.cgi?id=107120
+
+        Reviewed by Adam Barth.
+
+        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
+        * fast/mediastream/RTCPeerConnection-datachannel.html:
+        * fast/mediastream/RTCPeerConnection-ice-expected.txt:
+        * fast/mediastream/RTCPeerConnection-ice.html:
+        * fast/mediastream/RTCPeerConnection-state-expected.txt:
+        * fast/mediastream/RTCPeerConnection-state.html:
+
+2013-01-20  Matt Falkenhagen  <falken@chromium.org>
+
+        Elements must be reattached when inserted/removed from top layer
+        https://bugs.webkit.org/show_bug.cgi?id=105489
+
+        Relanding r139402 as rollout due to suspected perf regression did not help (bug 106726).
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
+        This tests that a top layer element removed from the document does not reappear in the top layer if readded.
+        This test actually would pass before this patch, but just by good fortune (see bug).
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
+        This tests that top layer ordering is correct after removing and readding an element to the top layer.
+
+2013-01-20  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: change HeapSnapshotLoader to allow loading native heap snapshots
+        https://bugs.webkit.org/show_bug.cgi?id=107282
+
+        Reviewed by Pavel Feldman.
+
+        Conctete heap snapshot constructor name is passed as a parameter to HeapSnapshotLoaderProxy and
+        propagated to HeapSnapshotLoader.buildSnapshot to support different types of heap snapshots.
+
+        * inspector/profiler/heap-snapshot-loader.html:
+
+2013-01-20  Kentaro Hara  <haraken@chromium.org>
+
+        Implement MediaStreamEvent constructor
+        https://bugs.webkit.org/show_bug.cgi?id=107411
+
+        Reviewed by Adam Barth.
+
+        Spec: http://www.w3.org/TR/webrtc/#mediastreamevent
+
+        Test: fast/events/constructors/media-stream-event-constructor.html
+
+        * fast/events/constructors/media-stream-event-constructor-expected.txt: Added.
+        * fast/events/constructors/media-stream-event-constructor.html: Added.
+        * platform/chromium-android/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-20  Mike Lawther  <mikelawther@chromium.org>
+
+        CSS3 calc: unprefix implementation
+        https://bugs.webkit.org/show_bug.cgi?id=91951
+
+        Reviewed by Ojan Vafai.
+
+        Changed all -webkit-calc() occurrences to calc().
+        Made a copy of the simplest test file so very basic tests for the prefixed version
+        are retained.
+
+        * css3/calc/background-position-parsing.html:
+        * css3/calc/block-mask-overlay-image-outset.html:
+        * css3/calc/border-radius.html:
+        * css3/calc/border.html:
+        * css3/calc/box-reflect.html:
+        * css3/calc/calc-errors.html:
+        * css3/calc/color-hsl.html:
+        * css3/calc/color-rgb.html:
+        * css3/calc/css3-radial-gradients.html:
+        * css3/calc/cssom-expected.txt:
+        * css3/calc/cssom.html:
+        * css3/calc/font-monospace.html:
+        * css3/calc/font-size-fractional.html:
+        * css3/calc/font-size.html:
+        * css3/calc/font.html:
+        * css3/calc/getComputedStyle-margin-percentage.html:
+        * css3/calc/gradient-color-stops.html:
+        * css3/calc/img-size.html:
+        * css3/calc/line-height.html:
+        * css3/calc/margin.html:
+        * css3/calc/negative-padding.html:
+        * css3/calc/padding.html:
+        * css3/calc/reflection-computed-style-expected.txt:
+        * css3/calc/reflection-computed-style.html:
+        * css3/calc/regression-62276.html:
+        * css3/calc/simple-calcs-prefixed-expected.txt: Added.
+        * css3/calc/simple-calcs-prefixed.html: Copied from LayoutTests/css3/calc/simple-calcs.html.
+        * css3/calc/simple-calcs.html:
+        * css3/calc/simple-composited-mask.html:
+        * css3/calc/table-border-spacing.html:
+        * css3/calc/table-calcs.html:
+        * css3/calc/table-empty-cells.html:
+        * css3/calc/transforms-scale.html:
+        * css3/calc/transforms-translate.html:
+        * css3/calc/transition-crash.html:
+        * css3/calc/transition-crash2.html:
+        * css3/calc/transition-crash3.html:
+        * css3/calc/transition-crash4.html:
+        * css3/calc/transitions-dependent.html:
+        * css3/calc/transitions.html:
+        * css3/calc/vertical-align-expected.html:
+        * css3/calc/vertical-align.html:
+        * css3/calc/zoom-with-em.html:
+
+2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Distribution state becomes inconsistent with content/shadow reprojection
+        https://bugs.webkit.org/show_bug.cgi?id=106634
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/distribution-crash-expected.txt: Added.
+        * fast/dom/shadow/distribution-crash.html: Added.
+        * fast/dom/shadow/nested-reprojection-inconsistent-expected.txt: Added.
+        * fast/dom/shadow/nested-reprojection-inconsistent.html: Added.
+
+2013-01-20  Kent Tamura  <tkent@chromium.org>
+
+        Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
+        https://bugs.webkit.org/show_bug.cgi?id=104997
+
+        Reviewed by Tony Chang.
+
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
+        * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
+        * fast/forms/text/text-padding-dynamic-change.html: Added.
+
+2013-01-20  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140290.
+        http://trac.webkit.org/changeset/140290
+        https://bugs.webkit.org/show_bug.cgi?id=107412
+
+        Broke tests of inspector and calendar picker in debug build
+        (Requested by tkent on #webkit).
+
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
+        * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
+        * fast/forms/text/text-padding-dynamic-change.html: Removed.
+
+2013-01-20  Yongsheng Zhu  <yongsheng.zhu@intel.com>
+
+        Dispatch LongPress to inner frames
+        https://bugs.webkit.org/show_bug.cgi?id=106874
+
+        Reviewed by Antonio Gomes.
+
+        * fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html: Added.
+        * fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html: Added.
+        * fast/events/touch/gesture/resources/drag-inside-iframe2.html: Added.
+        * fast/events/touch/gesture/resources/drag-inside-nested-iframes2.html: Added.
+        * fast/events/touch/gesture/resources/drag-inside-nested-iframes3.html: Added.
+        * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag-expected.txt: Added.
+
+2013-01-20  Kent Tamura  <tkent@chromium.org>
+
+        Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
+        https://bugs.webkit.org/show_bug.cgi?id=104997
+
+        Reviewed by Tony Chang.
+
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
+        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
+        * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
+        * fast/forms/text/text-padding-dynamic-change.html: Added.
+
+2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow DOM] Specifying scrollbar style of an element having RenderLayer in ShadowDOM does not work.
+        https://bugs.webkit.org/show_bug.cgi?id=107222
+
+        Reviewed by Simon Fraser.
+
+        * fast/dom/shadow/scrollbar-expected.html: Added.
+        * fast/dom/shadow/scrollbar.html: Added.
+
+2013-01-20  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Dragging over an element with scrollbars should scroll the element when dragging near edges
+        https://bugs.webkit.org/show_bug.cgi?id=39725
+
+        Reviewed by Hajime Morita.
+
+        This patch adds new test for autoscroll during drag-and-drop.
+        This test is skipped other than Chromium ports.
+
+        * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
+        * fast/events/drag-and-drop-autoscroll.html: Added.
+        * platform/efl/TestExpectations: Changed to skip fast/events/drag-and-drop-autoscroll.html
+        * platform/wincairo/TestExpectations: ditto.
+        * platform/mac/TestExpectations: ditto.
+        * platform/mac/TestExpectations: ditto.
+        * platform/qt/TestExpectations: ditto.
+        * platform/gtk/TestExpectations: ditto.
+        * platform/win/TestExpectations: ditto.
+        * platform/wk2/TestExpectations: ditto.
+
+2013-01-20  Filip Pizlo  <fpizlo@apple.com>
+
+        Add more JavaScript tests.
+
+        Rubber stampted by Geoffrey Garen.
+        
+        This adds my JSRegress suite to LayoutTests. This includes silly microbenchmarks that I've
+        used to test JSC's performance on various interesting cases. But it's also good at catching
+        bugs, so we might as well be running it as part of regression testing. All of these tests
+        are short-running, so it shouldn't get in the way of anyone.
+
+        * fast/js/regress: Added.
+        * fast/js/regress/Float32Array-matrix-mult-expected.txt: Added.
+        * fast/js/regress/Float32Array-matrix-mult.html: Added.
+        * fast/js/regress/Int16Array-bubble-sort-expected.txt: Added.
+        * fast/js/regress/Int16Array-bubble-sort.html: Added.
+        * fast/js/regress/Int16Array-load-int-mul-expected.txt: Added.
+        * fast/js/regress/Int16Array-load-int-mul.html: Added.
+        * fast/js/regress/Int8Array-load-expected.txt: Added.
+        * fast/js/regress/Int8Array-load.html: Added.
+        * fast/js/regress/adapt-to-double-divide-expected.txt: Added.
+        * fast/js/regress/adapt-to-double-divide.html: Added.
+        * fast/js/regress/aliased-arguments-getbyval-expected.txt: Added.
+        * fast/js/regress/aliased-arguments-getbyval.html: Added.
+        * fast/js/regress/allocate-big-object-expected.txt: Added.
+        * fast/js/regress/allocate-big-object.html: Added.
+        * fast/js/regress/arity-mismatch-inlining-expected.txt: Added.
+        * fast/js/regress/arity-mismatch-inlining.html: Added.
+        * fast/js/regress/array-access-polymorphic-structure-expected.txt: Added.
+        * fast/js/regress/array-access-polymorphic-structure.html: Added.
+        * fast/js/regress/array-with-double-add-expected.txt: Added.
+        * fast/js/regress/array-with-double-add.html: Added.
+        * fast/js/regress/array-with-double-increment-expected.txt: Added.
+        * fast/js/regress/array-with-double-increment.html: Added.
+        * fast/js/regress/array-with-double-mul-add-expected.txt: Added.
+        * fast/js/regress/array-with-double-mul-add.html: Added.
+        * fast/js/regress/array-with-double-sum-expected.txt: Added.
+        * fast/js/regress/array-with-double-sum.html: Added.
+        * fast/js/regress/array-with-int32-add-sub-expected.txt: Added.
+        * fast/js/regress/array-with-int32-add-sub.html: Added.
+        * fast/js/regress/array-with-int32-or-double-sum-expected.txt: Added.
+        * fast/js/regress/array-with-int32-or-double-sum.html: Added.
+        * fast/js/regress/big-int-mul-expected.txt: Added.
+        * fast/js/regress/big-int-mul.html: Added.
+        * fast/js/regress/boolean-test-expected.txt: Added.
+        * fast/js/regress/boolean-test.html: Added.
+        * fast/js/regress/cast-int-to-double-expected.txt: Added.
+        * fast/js/regress/cast-int-to-double.html: Added.
+        * fast/js/regress/cell-argument-expected.txt: Added.
+        * fast/js/regress/cell-argument.html: Added.
+        * fast/js/regress/cfg-simplify-expected.txt: Added.
+        * fast/js/regress/cfg-simplify.html: Added.
+        * fast/js/regress/cmpeq-obj-to-obj-other-expected.txt: Added.
+        * fast/js/regress/cmpeq-obj-to-obj-other.html: Added.
+        * fast/js/regress/constant-test-expected.txt: Added.
+        * fast/js/regress/constant-test.html: Added.
+        * fast/js/regress/direct-arguments-getbyval-expected.txt: Added.
+        * fast/js/regress/direct-arguments-getbyval.html: Added.
+        * fast/js/regress/double-pollution-getbyval-expected.txt: Added.
+        * fast/js/regress/double-pollution-getbyval.html: Added.
+        * fast/js/regress/double-pollution-putbyoffset-expected.txt: Added.
+        * fast/js/regress/double-pollution-putbyoffset.html: Added.
+        * fast/js/regress/external-arguments-getbyval-expected.txt: Added.
+        * fast/js/regress/external-arguments-getbyval.html: Added.
+        * fast/js/regress/external-arguments-putbyval-expected.txt: Added.
+        * fast/js/regress/external-arguments-putbyval.html: Added.
+        * fast/js/regress/fold-double-to-int-expected.txt: Added.
+        * fast/js/regress/fold-double-to-int.html: Added.
+        * fast/js/regress/function-dot-apply-expected.txt: Added.
+        * fast/js/regress/function-dot-apply.html: Added.
+        * fast/js/regress/function-test-expected.txt: Added.
+        * fast/js/regress/function-test.html: Added.
+        * fast/js/regress/get-by-id-chain-from-try-block-expected.txt: Added.
+        * fast/js/regress/get-by-id-chain-from-try-block.html: Added.
+        * fast/js/regress/indexed-properties-in-objects-expected.txt: Added.
+        * fast/js/regress/indexed-properties-in-objects.html: Added.
+        * fast/js/regress/inline-arguments-access-expected.txt: Added.
+        * fast/js/regress/inline-arguments-access.html: Added.
+        * fast/js/regress/inline-arguments-local-escape-expected.txt: Added.
+        * fast/js/regress/inline-arguments-local-escape.html: Added.
+        * fast/js/regress/inline-get-scoped-var-expected.txt: Added.
+        * fast/js/regress/inline-get-scoped-var.html: Added.
+        * fast/js/regress/inlined-put-by-id-transition-expected.txt: Added.
+        * fast/js/regress/inlined-put-by-id-transition.html: Added.
+        * fast/js/regress/int-or-other-abs-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-abs-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-abs-zero-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-abs-zero-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-add-expected.txt: Added.
+        * fast/js/regress/int-or-other-add-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-add-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-add.html: Added.
+        * fast/js/regress/int-or-other-div-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-div-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-max-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-max-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-min-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-min-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-mod-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-mod-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-mul-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-mul-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-neg-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-neg-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-neg-zero-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-neg-zero-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-sub-expected.txt: Added.
+        * fast/js/regress/int-or-other-sub-then-get-by-val-expected.txt: Added.
+        * fast/js/regress/int-or-other-sub-then-get-by-val.html: Added.
+        * fast/js/regress/int-or-other-sub.html: Added.
+        * fast/js/regress/int-overflow-local-expected.txt: Added.
+        * fast/js/regress/int-overflow-local.html: Added.
+        * fast/js/regress/integer-divide-expected.txt: Added.
+        * fast/js/regress/integer-divide.html: Added.
+        * fast/js/regress/make-indexed-storage-expected.txt: Added.
+        * fast/js/regress/make-indexed-storage.html: Added.
+        * fast/js/regress/method-on-number-expected.txt: Added.
+        * fast/js/regress/method-on-number.html: Added.
+        * fast/js/regress/new-array-buffer-dead-expected.txt: Added.
+        * fast/js/regress/new-array-buffer-dead.html: Added.
+        * fast/js/regress/new-array-buffer-push-expected.txt: Added.
+        * fast/js/regress/new-array-buffer-push.html: Added.
+        * fast/js/regress/new-array-dead-expected.txt: Added.
+        * fast/js/regress/new-array-dead.html: Added.
+        * fast/js/regress/new-array-push-expected.txt: Added.
+        * fast/js/regress/new-array-push.html: Added.
+        * fast/js/regress/number-test-expected.txt: Added.
+        * fast/js/regress/number-test.html: Added.
+        * fast/js/regress/object-closure-call-expected.txt: Added.
+        * fast/js/regress/object-closure-call.html: Added.
+        * fast/js/regress/object-test-expected.txt: Added.
+        * fast/js/regress/object-test.html: Added.
+        * fast/js/regress/poly-stricteq-expected.txt: Added.
+        * fast/js/regress/poly-stricteq.html: Added.
+        * fast/js/regress/polymorphic-structure-expected.txt: Added.
+        * fast/js/regress/polymorphic-structure.html: Added.
+        * fast/js/regress/polyvariant-monomorphic-get-by-id-expected.txt: Added.
+        * fast/js/regress/polyvariant-monomorphic-get-by-id.html: Added.
+        * fast/js/regress/rare-osr-exit-on-local-expected.txt: Added.
+        * fast/js/regress/rare-osr-exit-on-local.html: Added.
+        * fast/js/regress/register-pressure-from-osr-expected.txt: Added.
+        * fast/js/regress/register-pressure-from-osr.html: Added.
+        * fast/js/regress/resources: Added.
+        * fast/js/regress/resources/regress-post.js: Added.
+        * fast/js/regress/resources/regress-pre.js: Added.
+        (window.onerror):
+        * fast/js/regress/script-tests: Added.
+        * fast/js/regress/script-tests/Float32Array-matrix-mult.js: Added.
+        (makeEmptyMatrix):
+        (multiplyMatrices):
+        (checkMatricesEqual):
+        (parseMatrix.string.split.forEach):
+        (parseMatrix):
+        (printMatrix.pad):
+        (printMatrix):
+        * fast/js/regress/script-tests/Int16Array-bubble-sort.js: Added.
+        (bubbleSort):
+        (myRandom):
+        (validateSort):
+        * fast/js/regress/script-tests/Int16Array-load-int-mul.js: Added.
+        (stringHash):
+        * fast/js/regress/script-tests/Int8Array-load.js: Added.
+        (adler32):
+        * fast/js/regress/script-tests/adapt-to-double-divide.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/aliased-arguments-getbyval.js: Added.
+        (bar):
+        * fast/js/regress/script-tests/allocate-big-object.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/arity-mismatch-inlining.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/array-access-polymorphic-structure.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/array-with-double-add.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/array-with-double-increment.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/array-with-double-mul-add.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/array-with-double-sum.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/array-with-int32-add-sub.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/array-with-int32-or-double-sum.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/big-int-mul.js: Added.
+        (stringHash):
+        * fast/js/regress/script-tests/boolean-test.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/cast-int-to-double.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/cell-argument.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/cfg-simplify.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/cmpeq-obj-to-obj-other.js: Added.
+        (foo):
+        (bar):
+        (baz):
+        (dostuff):
+        * fast/js/regress/script-tests/constant-test.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/direct-arguments-getbyval.js: Added.
+        (bar):
+        * fast/js/regress/script-tests/double-pollution-getbyval.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/double-pollution-putbyoffset.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/external-arguments-getbyval.js: Added.
+        (foo):
+        (bar):
+        * fast/js/regress/script-tests/external-arguments-putbyval.js: Added.
+        (foo):
+        (bar):
+        * fast/js/regress/script-tests/fold-double-to-int.js: Added.
+        (Math.random):
+        * fast/js/regress/script-tests/function-dot-apply.js: Added.
+        (thingy):
+        (doCall):
+        (foo):
+        * fast/js/regress/script-tests/function-test.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/get-by-id-chain-from-try-block.js: Added.
+        (A):
+        (B):
+        (C):
+        (D):
+        (E):
+        (F):
+        (G):
+        (foo):
+        * fast/js/regress/script-tests/indexed-properties-in-objects.js: Added.
+        * fast/js/regress/script-tests/inline-arguments-access.js: Added.
+        (foo):
+        (bar):
+        * fast/js/regress/script-tests/inline-arguments-local-escape.js: Added.
+        (foo):
+        (bar):
+        * fast/js/regress/script-tests/inline-get-scoped-var.js: Added.
+        (foo.bar):
+        (foo):
+        * fast/js/regress/script-tests/inlined-put-by-id-transition.js: Added.
+        (foo):
+        (Foo):
+        * fast/js/regress/script-tests/int-or-other-abs-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-abs-zero-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-add-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-add.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-div-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-max-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-min-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-mod-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-mul-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-neg-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-neg-zero-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-sub-then-get-by-val.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-or-other-sub.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/int-overflow-local.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/integer-divide.js: Added.
+        (foo):
+        (bar):
+        * fast/js/regress/script-tests/make-indexed-storage.js: Added.
+        (foo):
+        (sum):
+        * fast/js/regress/script-tests/method-on-number.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/new-array-buffer-dead.js: Added.
+        (foo):
+        (bar):
+        (baz):
+        (thingy):
+        * fast/js/regress/script-tests/new-array-buffer-push.js: Added.
+        (foo):
+        (bar):
+        (baz):
+        (thingy):
+        * fast/js/regress/script-tests/new-array-dead.js: Added.
+        (foo):
+        (bar):
+        * fast/js/regress/script-tests/new-array-push.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/number-test.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/object-closure-call.js: Added.
+        (makeObjectClosure.foo):
+        (makeObjectClosure):
+        * fast/js/regress/script-tests/object-test.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/poly-stricteq.js: Added.
+        * fast/js/regress/script-tests/polymorphic-structure.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/polyvariant-monomorphic-get-by-id.js: Added.
+        (foo):
+        (Foo):
+        (Bar):
+        (bar):
+        * fast/js/regress/script-tests/rare-osr-exit-on-local.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/register-pressure-from-osr.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/simple-activation-demo.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/slow-array-profile-convergence.js: Added.
+        (foo):
+        (sum):
+        * fast/js/regress/script-tests/slow-convergence.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/sparse-conditional.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/splice-to-remove.js: Added.
+        * fast/js/regress/script-tests/string-hash.js: Added.
+        (stringHash):
+        * fast/js/regress/script-tests/string-repeat-arith.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/string-sub.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/string-test.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/structure-hoist-over-transitions.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/tear-off-arguments-simple.js: Added.
+        (bar):
+        * fast/js/regress/script-tests/tear-off-arguments.js: Added.
+        (bar):
+        * fast/js/regress/script-tests/temporal-structure.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/to-int32-boolean.js: Added.
+        (foo):
+        * fast/js/regress/script-tests/undefined-test.js: Added.
+        (foo):
+        * fast/js/regress/simple-activation-demo-expected.txt: Added.
+        * fast/js/regress/simple-activation-demo.html: Added.
+        * fast/js/regress/slow-array-profile-convergence-expected.txt: Added.
+        * fast/js/regress/slow-array-profile-convergence.html: Added.
+        * fast/js/regress/slow-convergence-expected.txt: Added.
+        * fast/js/regress/slow-convergence.html: Added.
+        * fast/js/regress/sparse-conditional-expected.txt: Added.
+        * fast/js/regress/sparse-conditional.html: Added.
+        * fast/js/regress/splice-to-remove-expected.txt: Added.
+        * fast/js/regress/splice-to-remove.html: Added.
+        * fast/js/regress/string-hash-expected.txt: Added.
+        * fast/js/regress/string-hash.html: Added.
+        * fast/js/regress/string-repeat-arith-expected.txt: Added.
+        * fast/js/regress/string-repeat-arith.html: Added.
+        * fast/js/regress/string-sub-expected.txt: Added.
+        * fast/js/regress/string-sub.html: Added.
+        * fast/js/regress/string-test-expected.txt: Added.
+        * fast/js/regress/string-test.html: Added.
+        * fast/js/regress/structure-hoist-over-transitions-expected.txt: Added.
+        * fast/js/regress/structure-hoist-over-transitions.html: Added.
+        * fast/js/regress/tear-off-arguments-expected.txt: Added.
+        * fast/js/regress/tear-off-arguments-simple-expected.txt: Added.
+        * fast/js/regress/tear-off-arguments-simple.html: Added.
+        * fast/js/regress/tear-off-arguments.html: Added.
+        * fast/js/regress/temporal-structure-expected.txt: Added.
+        * fast/js/regress/temporal-structure.html: Added.
+        * fast/js/regress/to-int32-boolean-expected.txt: Added.
+        * fast/js/regress/to-int32-boolean.html: Added.
+        * fast/js/regress/undefined-test-expected.txt: Added.
+        * fast/js/regress/undefined-test.html: Added.
+
+2013-01-19  Philip Rogers  <pdr@google.com>
+
+        Refactor SVGSVGElement to inherit from SVGStyledTransformableElement
+        https://bugs.webkit.org/show_bug.cgi?id=107393
+
+        Reviewed by Dirk Schulze.
+
+        * svg/transforms/svgsvgelement-transform-expected.svg: Added.
+        * svg/transforms/svgsvgelement-transform.svg: Added.
+
+2013-01-19  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        Delegated scrolling: Assertion on attempt to show a CSS sticky element
+        https://bugs.webkit.org/show_bug.cgi?id=106890
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Skipped failing css/sticky tests on WK2 EFL.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
+
+        [WK2] svg/dom/fuzz-path-parser.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=107133
+
+        Reviewed by Alexey Proskuryakov.
+
+        Unskip the now-passing test.
+
+        * platform/gtk-wk2/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl/TestExpectations: sticky-top-zoomed.html marked as ImageOnlyFailure.
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Accessibility test now marked as failing.
+        * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: New baseline without warnings.
+
+2013-01-19  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Managing IndexedDB failures still lingering around after the IDB support was enabled.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+       Revert accidental global expectation override.
+
+        * fast/css/css2-system-fonts-expected.txt: Reverted.
+        * platform/efl/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/fast/css/css2-system-fonts-expected.txt.
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        A couple of missing rebaselines after enabling subpixel layout and updating freetype.
+
+        * fast/css/css2-system-fonts-expected.txt:
+        * platform/efl-wk2/editing/selection/move-by-character-6-expected.png:
+        * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt:
+        * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
+        * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
+        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
+        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
+        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
+        * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+        * platform/efl/fast/profiler/apply-expected.txt:
+        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
+        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
+        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
+        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
+        * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
+        * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt:
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (26/26).
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl-wk2/media/
+        * platform/efl-wk2/webaudio/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (25/26).
+
+        * platform/efl/fast/css/
+        * platform/efl/fast/css3-text/
+        * platform/efl/fast/dom/
+        * platform/efl/fast/encoding/
+        * platform/efl/fast/events/
+        * platform/efl/fast/flexbox/
+        * platform/efl/fast/forms/
+        * platform/efl/fast/frames/
+        * platform/efl/fast/gradients/
+        * platform/efl/fast/history/
+        * platform/efl/fast/html/
+        * platform/efl/fast/images/
+        * platform/efl/fast/
+        * platform/efl/fast/inline/
+        * platform/efl/fast/layers/
+        * platform/efl/fast/line-grid/
+        * platform/efl/fast/lists/
+        * platform/efl/fast/multicol/
+        * platform/efl/fast/overflow/
+        * platform/efl/fast/parser/
+        * platform/efl/fast/profiler/
+        * platform/efl/fast/reflections/
+        * platform/efl/fast/regions/
+        * platform/efl/fast/repaint/
+        * platform/efl/fast/replaced/
+        * platform/efl/fast/ruby/
+        * platform/efl/fast/selectors/
+        * platform/efl/fast/table/
+        * platform/efl/fast/text/
+        * platform/efl/fast/transforms/
+        * platform/efl/fast/writing-mode/
+        * platform/efl/http/
+        * platform/efl/ietestcenter/
+        * platform/efl/inspector/
+        * platform/efl/svg/
+        * platform/efl/tables/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (24/26).
+
+        * platform/efl/accessibility/
+        * platform/efl/animations/
+        * platform/efl/compositing/
+        * platform/efl/css1/
+        * platform/efl/css2.1/
+        * platform/efl/css3/
+        * platform/efl/editing/
+        * platform/efl/fast/
+        * platform/efl/fast/backgrounds/
+        * platform/efl/fast/block/
+        * 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-generated-content/
+        * platform/efl/fast/css/
+        * platform/efl/tables/
+        * platform/efl/transforms/
+        * platform/efl/transitions/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (23/26).
+
+        * platform/efl/tables/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (22/26).
+
+        * platform/efl/tables/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (21/26).
+
+        * platform/efl/tables/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (20/26).
+
+        * platform/efl/svg/dynamic-updates/
+        * platform/efl/svg/filters/
+        * platform/efl/svg/foreignObject/
+        * platform/efl/svg/hixie/
+        * platform/efl/svg/in-html/
+        * platform/efl/svg/overflow/
+        * platform/efl/svg/repaint/
+        * platform/efl/svg/stroke/
+        * platform/efl/svg/text/
+        * platform/efl/svg/transforms/
+        * platform/efl/svg/wicd/
+        * platform/efl/svg/zoom/
+        * platform/efl/tables/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (19/26).
+
+        * platform/efl/svg/W3C-SVG-1.1/
+        * platform/efl/svg/W3C-SVG-1.2-Tiny/
+        * platform/efl/svg/as-background-image/
+        * platform/efl/svg/as-border-image/
+        * platform/efl/svg/as-image/
+        * platform/efl/svg/as-object/
+        * platform/efl/svg/batik/
+        * platform/efl/svg/carto.net/
+        * platform/efl/svg/clip-path/
+        * platform/efl/svg/css/
+        * platform/efl/svg/dom/
+        * platform/efl/svg/dynamic-updates/
+
+2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (18/26).
+
+        * platform/efl/svg/W3C-I18N/
+        * platform/efl/svg/W3C-SVG-1.1-SE/
+        * platform/efl/svg/W3C-SVG-1.1/
+
+2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding failure expectations for tests that regressed after r140202.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after IDB support was enabled.
+        * platform/gtk/http/tests/cache: Added.
+        * platform/gtk/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added. Required after r140174,
+        only due to difference in the form of the errors being logged.
+
+2013-01-18  Jer Noble  <jer.noble@apple.com>
+
+        REGRESSION (r140229): fast/css/sticky/sticky-top-zoomed.html failing on Apple MountainLion Debug WK2 (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=107356
+
+        Unreviewed; add failing test to TestExpectations.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-18  Simon Fraser  <simon.fraser@apple.com>
+
+        Fix bug that caused pages with fixed backgrounds to not be fast scrollable
+        https://bugs.webkit.org/show_bug.cgi?id=107354
+
+        Reviewed by Sam Weinig.
+
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
+
+2013-01-18  Beth Dakin  <bdakin@apple.com>
+
+        https://bugs.webkit.org/show_bug.cgi?id=106946
+        Sticky-position elements can jump around/hide on rubber-banding
+
+        Reviewed by Simon Fraser.
+
+        * platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Added.
+        * platform/mac/tiled-drawing/sticky/negative-scroll-offset.html: Added.
+
+2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140206.
+        http://trac.webkit.org/changeset/140206
+        https://bugs.webkit.org/show_bug.cgi?id=107346
+
+        Caused crash on wordpress.com (Requested by smfr on #webkit).
+
+        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
+        * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
+
+2013-01-18  Simon Fraser  <simon.fraser@apple.com>
+
+        Allow fixed background layers to be moved by the ScrollingCoordinator
+        https://bugs.webkit.org/show_bug.cgi?id=107213
+
+        Reviewed by Tim Horton.
+        
+        One new test and new layer trees for tests affected by fixed background changes.
+
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Copied from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
+        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
+
+2013-01-18  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Update test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=107341
+
+        Unreviewed. Mark this test as failing on Chromium debug:
+        inspector/profiler/memory-instrumentation-cached-images.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-18  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Update test expectations
+
+        Unreviewed. Update test expectations to mark test as flaky.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-18  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Update test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=107328
+
+        Not reviewed. Mark this test as MISSING:
+        http/tests/cache/cancel-multiple-post-xhrs.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-18  Robert Hogan  <robert@webkit.org>
+
+        fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html is crashing after r140024
+        https://bugs.webkit.org/show_bug.cgi?id=107209
+
+        Reviewed by David Hyatt.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-18  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Layout test rebaselines
+
+        Unreviewed rebaseline. Update test results after Chromium roll in r140190.
+
+        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
+        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
+        * platform/chromium/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Renamed from LayoutTests/platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt.
+
+2013-01-18  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-use-after-free in WebCore::RenderObject::isDescendantOf
+        https://bugs.webkit.org/show_bug.cgi?id=107226
+
+        Reviewed by David Hyatt.
+
+        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
+        * fast/block/float/overhanging-float-not-removed-crash.html: Added.
+
+2013-01-18  Chris Hopman  <cjhopman@google.com>
+
+        Fix scrollRectToVisible in the presence of transforms
+        https://bugs.webkit.org/show_bug.cgi?id=105574
+
+        Reviewed by Simon Fraser.
+
+        * editing/input/reveal-caret-of-transformed-input-scrollable-parent.html: Added.
+        * editing/input/reveal-caret-of-transformed-input-scrollable-parent-expected.txt: Added.
+        Test that when scrolling an overflow layer to reveal a rect, the rect
+        passed to the parent to scroll is calculated properly.
+        * editing/input/reveal-caret-of-transformed-multiline-input.html: Added.
+        * editing/input/reveal-caret-of-transformed-multiline-input-expected.txt: Added.
+        Test that scrolling to reveal a rect works properly on a transformed
+        overflow layer.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-18  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Add support for min-content
+        https://bugs.webkit.org/show_bug.cgi?id=106474
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/minmax-min-content-column-resolution-columns-expected.txt: Added.
+        * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: Added.
+        * fast/css-grid-layout/minmax-min-content-column-resolution-rows-expected.txt: Added.
+        * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: Added.
+
+2013-01-18  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Test expectation updates
+
+        Mark this test added in r140024 as Failure on Chromium Mac Debug:
+        fast/inline/fixed-pos-moves-with-abspos-inline-parent.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-18  Tim Volodine  <timvolodine@chromium.org>
+
+        Text Autosizing: don't autosize headers with multiple inline links.
+        https://bugs.webkit.org/show_bug.cgi?id=106792
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * fast/text-autosizing/header-li-links-autosizing-expected.html: Added.
+        * fast/text-autosizing/header-li-links-autosizing.html: Added.
+        * fast/text-autosizing/header-links-autosizing-different-fontsize-expected.html: Added.
+        * fast/text-autosizing/header-links-autosizing-different-fontsize.html: Added.
+        * fast/text-autosizing/header-links-autosizing-expected.html: Added.
+        * fast/text-autosizing/header-links-autosizing.html: Added.
+
+2013-01-18  Levi Weintraub  <leviw@chromium.org>
+
+        LayoutUnit should round half consistently, not away from zero
+        https://bugs.webkit.org/show_bug.cgi?id=107208
+
+        Reviewed by Eric Seidel.
+
+        * fast/sub-pixel/sub-pixel-root-layer-expected.html: Added.
+        * fast/sub-pixel/sub-pixel-root-layer.html: Added.
+        * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
+        * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
+        * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png:
+        * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
+        * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
+        * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-18  Martin Robinson  <mrobinson@igalia.com>
+
+        [GTK] Enable indexed database for development builds
+        https://bugs.webkit.org/show_bug.cgi?id=107299
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * platform/gtk/TestExpectations: Skip failing IDB tests and mark
+        flaky tests as flaky.
+
+2013-01-18  Arko Saha  <arko@motorola.com>
+
+        PropertyCollection test fails on JavaScriptCore
+        https://bugs.webkit.org/show_bug.cgi?id=106997
+
+        Reviewed by Kentaro Hara.
+
+        Unskipping related testcases from TestExpectations.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-01-18  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: Improve table-guessing heuristics
+        https://bugs.webkit.org/show_bug.cgi?id=107042
+
+        Reviewed by Chris Fleizach.
+
+        Add tests for tables with cell borders, empty-cells,
+        col, colgroup, and >= 20 rows. Refactor the test to make it
+        easier to read the output and see whether it passed or not.
+
+        * accessibility/table-detection.html: Modified.
+        * platform/chromium/TestExpectations: Un-skip table-detection.html.
+        * platform/chromium/accessibility/table-detection-expected.txt: Added.
+        * platform/mac/accessibility/table-detection-expected.txt: Moved.
+
+2013-01-18  Terry Anderson  <tdanderson@chromium.org>
+
+        Scroll gestures should not create wheel events
+        https://bugs.webkit.org/show_bug.cgi?id=103952
+
+        Reviewed by James Robinson.
+
+        Added five new layout tests to check that scroll gestures will correctly scroll
+        nested divs and iframes. Also modified existing layout tests to no longer
+        expect mousewheel events.
+
+        * fast/events/touch/gesture/resources/scroll-inside-editable-iframe.html: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-scroll-div.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable-expected.txt: Copied from LayoutTests/platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe.html.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-scroll-iframe.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+        * fast/events/touch/gesture/touch-gesture-scroll-page.html:
+        * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html:
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt:
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt:
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt:
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt:
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt:
+        * platform/chromium/plugins/gesture-events-expected.txt:
+        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
+
+2013-01-18  Nate Chapin  <japhet@chromium.org>
+
+        Cannot abort multiple XHR POSTs made to same url
+        https://bugs.webkit.org/show_bug.cgi?id=106937
+
+        Reviewed by Alexey Proskuryakov.
+
+        * http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added.
+        * http/tests/cache/cancel-multiple-post-xhrs.html: Added.
+        * platform/mac/TestExpectations:
+
+2013-01-18  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement ::cue() pseudo element property whitelist
+        https://bugs.webkit.org/show_bug.cgi?id=105477
+
+        Reviewed by Antti Koivisto.
+
+        * media/track/captions-webvtt/whitelist.vtt: Added.
+        * media/track/track-css-property-whitelist-expected.txt: Added.
+        * media/track/track-css-property-whitelist.html: Added.
+
+2013-01-18  Tony Chang  <tony@chromium.org>
+
+        Incorrect scrollable height during simplified layout
+        https://bugs.webkit.org/show_bug.cgi?id=107193
+
+        Reviewed by Ojan Vafai.
+
+        * fast/overflow/height-during-simplified-layout-expected.txt: Added.
+        * fast/overflow/height-during-simplified-layout.html: Added.
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (17/26).
+
+        * platform/efl/fast/text/ (Part 2)
+        * platform/efl/fast/tokenizer/
+        * platform/efl/fast/transforms/
+        * platform/efl/fast/writing-mode/
+        * platform/efl/fast/xsl/
+        * platform/efl/fonts/
+        * platform/efl/fullscreen/
+        * platform/efl/http/
+        * platform/efl/ietestcenter/
+        * platform/efl/mathml/
+        * platform/efl/media/
+        * platform/efl/plugins/
+        * platform/efl/printing/
+        * platform/efl/scrollbars/
+        * platform/efl/svg/ (Part 1)
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (16/26).
+
+        * platform/efl/fast/selectors/ (Part 2)
+        * platform/efl/fast/spatial-navigation/*
+        * platform/efl/fast/table/*
+        * platform/efl/fast/text/*
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (15/26).
+
+        * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
+        * platform/efl/fast/repaint/inline-outline-repaint-expected.txt:
+        * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
+        * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
+        * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
+        * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
+        * platform/efl/fast/repaint/layer-child-outline-expected.png:
+        * platform/efl/fast/repaint/layer-child-outline-expected.txt:
+        * platform/efl/fast/repaint/layer-outline-expected.png:
+        * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
+        * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
+        * platform/efl/fast/repaint/layout-state-relative-expected.png:
+        * platform/efl/fast/repaint/layout-state-relative-expected.txt:
+        * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
+        * platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt:
+        * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
+        * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt:
+        * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
+        * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt:
+        * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
+        * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
+        * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
+        * platform/efl/fast/repaint/line-overflow-expected.png:
+        * platform/efl/fast/repaint/line-overflow-expected.txt:
+        * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
+        * platform/efl/fast/repaint/list-marker-2-expected.png:
+        * platform/efl/fast/repaint/list-marker-2-expected.txt:
+        * platform/efl/fast/repaint/list-marker-expected.png:
+        * platform/efl/fast/repaint/list-marker-expected.txt:
+        * platform/efl/fast/repaint/make-children-non-inline-expected.png:
+        * platform/efl/fast/repaint/make-children-non-inline-expected.txt:
+        * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
+        * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
+        * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
+        * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
+        * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
+        * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
+        * platform/efl/fast/repaint/outline-child-repaint-expected.png:
+        * platform/efl/fast/repaint/outline-child-repaint-expected.txt:
+        * platform/efl/fast/repaint/outline-inset-expected.png:
+        * platform/efl/fast/repaint/outline-inset-expected.txt:
+        * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
+        * platform/efl/fast/repaint/outline-repaint-glitch-expected.txt:
+        * platform/efl/fast/repaint/outline-shrinking-expected.png:
+        * platform/efl/fast/repaint/outline-shrinking-expected.txt:
+        * platform/efl/fast/repaint/overflow-delete-line-expected.png:
+        * platform/efl/fast/repaint/overflow-hide-expected.png:
+        * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
+        * platform/efl/fast/repaint/overflow-outline-repaint-expected.txt:
+        * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
+        * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.txt:
+        * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
+        * platform/efl/fast/repaint/overflow-scroll-delete-expected.txt:
+        * platform/efl/fast/repaint/overflow-show-expected.png:
+        * platform/efl/fast/repaint/positioned-document-element-expected.png:
+        * platform/efl/fast/repaint/positioned-document-element-expected.txt:
+        * platform/efl/fast/repaint/reflection-redraw-expected.png:
+        * platform/efl/fast/repaint/reflection-redraw-expected.txt:
+        * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
+        * platform/efl/fast/repaint/reflection-repaint-test-expected.txt:
+        * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
+        * platform/efl/fast/repaint/region-painting-invalidation-expected.txt:
+        * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
+        * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
+        * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
+        * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
+        * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
+        * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
+        * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
+        * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt:
+        * platform/efl/fast/repaint/scale-page-shrink-expected.png:
+        * platform/efl/fast/repaint/scale-page-shrink-expected.txt:
+        * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
+        * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
+        * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
+        * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
+        * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
+        * platform/efl/fast/repaint/search-field-cancel-expected.png:
+        * platform/efl/fast/repaint/search-field-cancel-expected.txt:
+        * platform/efl/fast/repaint/select-option-background-color-expected.png:
+        * platform/efl/fast/repaint/select-option-background-color-expected.txt:
+        * platform/efl/fast/repaint/selected-replaced-expected.png:
+        * platform/efl/fast/repaint/selection-after-delete-expected.png:
+        * platform/efl/fast/repaint/selection-after-delete-expected.txt:
+        * platform/efl/fast/repaint/selection-after-remove-expected.png:
+        * platform/efl/fast/repaint/selection-after-remove-expected.txt:
+        * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
+        * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
+        * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
+        * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.txt:
+        * platform/efl/fast/repaint/selection-rl-expected.png:
+        * platform/efl/fast/repaint/selection-rl-expected.txt:
+        * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.txt:
+        * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.txt:
+        * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.txt:
+        * platform/efl/fast/repaint/shadow-multiple-vertical-expected.txt:
+        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
+        * platform/efl/fast/repaint/stacked-diacritics-expected.png:
+        * platform/efl/fast/repaint/stacked-diacritics-expected.txt:
+        * platform/efl/fast/repaint/static-to-positioned-expected.png:
+        * platform/efl/fast/repaint/static-to-positioned-expected.txt:
+        * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
+        * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
+        * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
+        * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
+        * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
+        * platform/efl/fast/repaint/table-cell-move-expected.png:
+        * platform/efl/fast/repaint/table-cell-move-expected.txt:
+        * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.png:
+        * platform/efl/fast/repaint/table-collapsed-border-expected.png:
+        * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
+        * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
+        * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
+        * platform/efl/fast/repaint/table-section-repaint-expected.png:
+        * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
+        * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
+        * platform/efl/fast/repaint/text-append-dirty-lines-expected.txt:
+        * platform/efl/fast/repaint/text-emphasis-v-expected.png:
+        * platform/efl/fast/repaint/text-emphasis-v-expected.txt:
+        * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
+        * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
+        * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
+        * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.txt:
+        * platform/efl/fast/repaint/text-shadow-expected.png:
+        * platform/efl/fast/repaint/text-shadow-expected.txt:
+        * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
+        * platform/efl/fast/repaint/text-shadow-horizontal-expected.txt:
+        * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
+        * platform/efl/fast/repaint/transform-absolute-child-expected.png:
+        * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
+        * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
+        * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
+        * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
+        * platform/efl/fast/repaint/transform-layout-repaint-expected.txt:
+        * platform/efl/fast/repaint/transform-relative-position-expected.png:
+        * platform/efl/fast/repaint/transform-relative-position-expected.txt:
+        * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
+        * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
+        * platform/efl/fast/repaint/transform-translate-expected.png:
+        * platform/efl/fast/replaced/001-expected.png:
+        * platform/efl/fast/replaced/001-expected.txt:
+        * platform/efl/fast/replaced/002-expected.png:
+        * platform/efl/fast/replaced/002-expected.txt:
+        * platform/efl/fast/replaced/003-expected.png:
+        * platform/efl/fast/replaced/003-expected.txt:
+        * platform/efl/fast/replaced/004-expected.png:
+        * platform/efl/fast/replaced/004-expected.txt:
+        * platform/efl/fast/replaced/005-expected.png:
+        * platform/efl/fast/replaced/005-expected.txt:
+        * platform/efl/fast/replaced/006-expected.png:
+        * platform/efl/fast/replaced/006-expected.txt:
+        * platform/efl/fast/replaced/007-expected.png:
+        * platform/efl/fast/replaced/008-expected.png:
+        * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
+        * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png:
+        * platform/efl/fast/replaced/absolute-position-percentage-height-expected.txt:
+        * platform/efl/fast/replaced/absolute-position-percentage-width-expected.png:
+        * platform/efl/fast/replaced/absolute-position-percentage-width-expected.txt:
+        * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
+        * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
+        * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
+        * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
+        * platform/efl/fast/replaced/applet-display-none-expected.png:
+        * platform/efl/fast/replaced/applet-display-none-expected.txt:
+        * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png:
+        * platform/efl/fast/replaced/embed-display-none-expected.png:
+        * platform/efl/fast/replaced/embed-display-none-expected.txt:
+        * platform/efl/fast/replaced/image-onload-expected.png:
+        * platform/efl/fast/replaced/image-resize-width-expected.png:
+        * platform/efl/fast/replaced/image-resize-width-expected.txt:
+        * platform/efl/fast/replaced/image-sizing-expected.png:
+        * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png:
+        * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.txt:
+        * platform/efl/fast/replaced/image-tag-expected.png:
+        * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png:
+        * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.txt:
+        * platform/efl/fast/replaced/max-width-percent-expected.png:
+        * platform/efl/fast/replaced/max-width-percent-expected.txt:
+        * platform/efl/fast/replaced/maxheight-percent-expected.png:
+        * platform/efl/fast/replaced/maxheight-percent-expected.txt:
+        * platform/efl/fast/replaced/maxheight-pxs-expected.png:
+        * platform/efl/fast/replaced/maxheight-pxs-expected.txt:
+        * platform/efl/fast/replaced/maxwidth-percent-expected.png:
+        * platform/efl/fast/replaced/maxwidth-percent-expected.txt:
+        * platform/efl/fast/replaced/maxwidth-pxs-expected.png:
+        * platform/efl/fast/replaced/maxwidth-pxs-expected.txt:
+        * platform/efl/fast/replaced/minheight-percent-expected.png:
+        * platform/efl/fast/replaced/minheight-percent-expected.txt:
+        * platform/efl/fast/replaced/minheight-pxs-expected.png:
+        * platform/efl/fast/replaced/minheight-pxs-expected.txt:
+        * platform/efl/fast/replaced/minwidth-percent-expected.png:
+        * platform/efl/fast/replaced/minwidth-percent-expected.txt:
+        * platform/efl/fast/replaced/minwidth-pxs-expected.png:
+        * platform/efl/fast/replaced/minwidth-pxs-expected.txt:
+        * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png:
+        * platform/efl/fast/replaced/object-align-hspace-vspace-expected.txt:
+        * platform/efl/fast/replaced/object-display-none-expected.png:
+        * platform/efl/fast/replaced/object-display-none-expected.txt:
+        * platform/efl/fast/replaced/outline-replaced-elements-expected.png:
+        * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.png:
+        * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
+        * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
+        * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
+        * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
+        * platform/efl/fast/replaced/replaced-breaking-expected.png:
+        * platform/efl/fast/replaced/replaced-breaking-expected.txt:
+        * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
+        * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
+        * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
+        * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
+        * platform/efl/fast/replaced/selection-rect-expected.png:
+        * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png:
+        * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
+        * platform/efl/fast/replaced/selection-rect-transform-expected.png:
+        * platform/efl/fast/replaced/selection-rect-transform-expected.txt:
+        * platform/efl/fast/replaced/three-selects-break-expected.png:
+        * platform/efl/fast/replaced/three-selects-break-expected.txt:
+        * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
+        * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
+        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
+        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
+        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
+        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
+        * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
+        * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
+        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
+        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
+        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
+        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
+        * platform/efl/fast/replaced/width100percent-button-expected.png:
+        * platform/efl/fast/replaced/width100percent-button-expected.txt:
+        * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
+        * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
+        * platform/efl/fast/replaced/width100percent-image-expected.png:
+        * platform/efl/fast/replaced/width100percent-menulist-expected.png:
+        * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
+        * platform/efl/fast/replaced/width100percent-radio-expected.png:
+        * platform/efl/fast/replaced/width100percent-radio-expected.txt:
+        * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
+        * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
+        * platform/efl/fast/replaced/width100percent-textarea-expected.png:
+        * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
+        * platform/efl/fast/replaced/width100percent-textfield-expected.png:
+        * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
+        * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
+        * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/efl/fast/ruby/nested-ruby-expected.png:
+        * platform/efl/fast/ruby/nested-ruby-expected.txt:
+        * platform/efl/fast/ruby/overhang-horizontal-expected.png:
+        * platform/efl/fast/ruby/ruby-beforeafter-expected.png:
+        * platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
+        * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png:
+        * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.txt:
+        * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png:
+        * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
+        * platform/efl/fast/ruby/ruby-empty-rt-expected.png:
+        * platform/efl/fast/ruby/ruby-empty-rt-expected.txt:
+        * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png:
+        * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.txt:
+        * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png:
+        * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
+        * platform/efl/fast/ruby/ruby-inline-table-expected.png:
+        * platform/efl/fast/ruby/ruby-length-expected.png:
+        * platform/efl/fast/ruby/ruby-length-expected.txt:
+        * platform/efl/fast/ruby/ruby-run-break-expected.png:
+        * platform/efl/fast/ruby/ruby-run-break-expected.txt:
+        * platform/efl/fast/ruby/ruby-runs-expected.png:
+        * platform/efl/fast/ruby/ruby-runs-expected.txt:
+        * platform/efl/fast/ruby/ruby-runs-spans-expected.png:
+        * platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
+        * platform/efl/fast/ruby/ruby-simple-expected.png:
+        * platform/efl/fast/ruby/ruby-simple-expected.txt:
+        * platform/efl/fast/ruby/ruby-simple-rp-expected.png:
+        * platform/efl/fast/ruby/ruby-simple-rp-expected.txt:
+        * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png:
+        * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
+        * platform/efl/fast/ruby/ruby-trailing-expected.png:
+        * platform/efl/fast/ruby/ruby-trailing-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
+        * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.png:
+        * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.txt:
+        * platform/efl/fast/runin/001-expected.png:
+        * platform/efl/fast/runin/001-expected.txt:
+        * platform/efl/fast/runin/002-expected.png:
+        * platform/efl/fast/runin/002-expected.txt:
+        * platform/efl/fast/runin/generated-expected.png:
+        * platform/efl/fast/runin/generated-expected.txt:
+        * platform/efl/fast/runin/generated2-expected.png:
+        * platform/efl/fast/runin/generated2-expected.txt:
+        * platform/efl/fast/runin/generated3-expected.png:
+        * platform/efl/fast/runin/generated3-expected.txt:
+        * platform/efl/fast/runin/generated4-expected.png:
+        * platform/efl/fast/runin/generated4-expected.txt:
+        * platform/efl/fast/runin/runin-generated-before-content-expected.txt:
+        * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png:
+        * platform/efl/fast/selectors/001-expected.png:
+        * platform/efl/fast/selectors/001-expected.txt:
+        * platform/efl/fast/selectors/002-expected.png:
+        * platform/efl/fast/selectors/002-expected.txt:
+        * platform/efl/fast/selectors/003-expected.png:
+        * platform/efl/fast/selectors/003-expected.txt:
+        * platform/efl/fast/selectors/004-expected.png:
+        * platform/efl/fast/selectors/004-expected.txt:
+        * platform/efl/fast/selectors/005-expected.png:
+        * platform/efl/fast/selectors/005-expected.txt:
+        * platform/efl/fast/selectors/006-expected.png:
+        * platform/efl/fast/selectors/006-expected.txt:
+        * platform/efl/fast/selectors/007a-expected.png:
+        * platform/efl/fast/selectors/007a-expected.txt:
+        * platform/efl/fast/selectors/007b-expected.png:
+        * platform/efl/fast/selectors/007b-expected.txt:
+        * platform/efl/fast/selectors/008-expected.png:
+        * platform/efl/fast/selectors/008-expected.txt:
+        * platform/efl/fast/selectors/009-expected.png:
+        * platform/efl/fast/selectors/009-expected.txt:
+        * platform/efl/fast/selectors/010-expected.png:
+        * platform/efl/fast/selectors/010-expected.txt:
+        * platform/efl/fast/selectors/011-expected.png:
+        * platform/efl/fast/selectors/011-expected.txt:
+        * platform/efl/fast/selectors/012-expected.png:
+        * platform/efl/fast/selectors/012-expected.txt:
+        * platform/efl/fast/selectors/013-expected.png:
+        * platform/efl/fast/selectors/013-expected.txt:
+        * platform/efl/fast/selectors/014-expected.png:
+        * platform/efl/fast/selectors/014-expected.txt:
+        * platform/efl/fast/selectors/015-expected.png:
+        * platform/efl/fast/selectors/015-expected.txt:
+        * platform/efl/fast/selectors/016-expected.png:
+        * platform/efl/fast/selectors/016-expected.txt:
+        * platform/efl/fast/selectors/017-expected.png:
+        * platform/efl/fast/selectors/017-expected.txt:
+        * platform/efl/fast/selectors/018-expected.png:
+        * platform/efl/fast/selectors/018-expected.txt:
+        * platform/efl/fast/selectors/018b-expected.png:
+        * platform/efl/fast/selectors/018b-expected.txt:
+        * platform/efl/fast/selectors/019-expected.png:
+        * platform/efl/fast/selectors/019-expected.txt:
+        * platform/efl/fast/selectors/020-expected.png:
+        * platform/efl/fast/selectors/020-expected.txt:
+        * platform/efl/fast/selectors/021-expected.png:
+        * platform/efl/fast/selectors/021-expected.txt:
+        * platform/efl/fast/selectors/021b-expected.png:
+        * platform/efl/fast/selectors/021b-expected.txt:
+        * platform/efl/fast/selectors/027-expected.png:
+        * platform/efl/fast/selectors/027-expected.txt:
+        * platform/efl/fast/selectors/032-expected.png:
+        * platform/efl/fast/selectors/034-expected.png:
+        * platform/efl/fast/selectors/034-expected.txt:
+        * platform/efl/fast/selectors/038-expected.png:
+        * platform/efl/fast/selectors/038-expected.txt:
+        * platform/efl/fast/selectors/039-expected.png:
+        * platform/efl/fast/selectors/039-expected.txt:
+        * platform/efl/fast/selectors/039b-expected.png:
+        * platform/efl/fast/selectors/039b-expected.txt:
+        * platform/efl/fast/selectors/040-expected.png:
+        * platform/efl/fast/selectors/040-expected.txt:
+        * platform/efl/fast/selectors/041-expected.png:
+        * platform/efl/fast/selectors/041-expected.txt:
+        * platform/efl/fast/selectors/042-expected.png:
+        * platform/efl/fast/selectors/042-expected.txt:
+        * platform/efl/fast/selectors/043-expected.png:
+        * platform/efl/fast/selectors/043-expected.txt:
+        * platform/efl/fast/selectors/043b-expected.png:
+        * platform/efl/fast/selectors/043b-expected.txt:
+        * platform/efl/fast/selectors/044-expected.png:
+        * platform/efl/fast/selectors/044-expected.txt:
+        * platform/efl/fast/selectors/044b-expected.png:
+        * platform/efl/fast/selectors/044b-expected.txt:
+        * platform/efl/fast/selectors/044c-expected.png:
+        * platform/efl/fast/selectors/044c-expected.txt:
+        * platform/efl/fast/selectors/044d-expected.png:
+        * platform/efl/fast/selectors/044d-expected.txt:
+        * platform/efl/fast/selectors/045-expected.png:
+        * platform/efl/fast/selectors/045-expected.txt:
+        * platform/efl/fast/selectors/045b-expected.png:
+        * platform/efl/fast/selectors/045b-expected.txt:
+        * platform/efl/fast/selectors/045c-expected.png:
+        * platform/efl/fast/selectors/045c-expected.txt:
+        * platform/efl/fast/selectors/046-expected.png:
+        * platform/efl/fast/selectors/046-expected.txt:
+        * platform/efl/fast/selectors/054-expected.png:
+        * platform/efl/fast/selectors/054-expected.txt:
+        * platform/efl/fast/selectors/056-expected.png:
+        * platform/efl/fast/selectors/056-expected.txt:
+        * platform/efl/fast/selectors/058-expected.png:
+        * platform/efl/fast/selectors/058-expected.txt:
+        * platform/efl/fast/selectors/059-expected.png:
+        * platform/efl/fast/selectors/059-expected.txt:
+        * platform/efl/fast/selectors/060-expected.png:
+        * platform/efl/fast/selectors/060-expected.txt:
+        * platform/efl/fast/selectors/061-expected.png:
+        * platform/efl/fast/selectors/061-expected.txt:
+        * platform/efl/fast/selectors/062-expected.png:
+        * platform/efl/fast/selectors/062-expected.txt:
+        * platform/efl/fast/selectors/063-expected.png:
+        * platform/efl/fast/selectors/063-expected.txt:
+        * platform/efl/fast/selectors/064-expected.png:
+        * platform/efl/fast/selectors/064-expected.txt:
+        * platform/efl/fast/selectors/065-expected.png:
+        * platform/efl/fast/selectors/065-expected.txt:
+        * platform/efl/fast/selectors/066-expected.png:
+        * platform/efl/fast/selectors/066-expected.txt:
+        * platform/efl/fast/selectors/066b-expected.png:
+        * platform/efl/fast/selectors/066b-expected.txt:
+        * platform/efl/fast/selectors/072-expected.png:
+        * platform/efl/fast/selectors/072-expected.txt:
+        * platform/efl/fast/selectors/072b-expected.png:
+        * platform/efl/fast/selectors/072b-expected.txt:
+        * platform/efl/fast/selectors/077-expected.png:
+        * platform/efl/fast/selectors/077-expected.txt:
+        * platform/efl/fast/selectors/077b-expected.png:
+        * platform/efl/fast/selectors/077b-expected.txt:
+        * platform/efl/fast/selectors/078b-expected.png:
+        * platform/efl/fast/selectors/078b-expected.txt:
+        * platform/efl/fast/selectors/083-expected.png:
+        * platform/efl/fast/selectors/083-expected.txt:
+        * platform/efl/fast/selectors/087b-expected.png:
+        * platform/efl/fast/selectors/087b-expected.txt:
+        * platform/efl/fast/selectors/088b-expected.png:
+        * platform/efl/fast/selectors/088b-expected.txt:
+        * platform/efl/fast/selectors/089-expected.png:
+        * platform/efl/fast/selectors/089-expected.txt:
+        * platform/efl/fast/selectors/090b-expected.png:
+        * platform/efl/fast/selectors/090b-expected.txt:
+        * platform/efl/fast/selectors/154-expected.png:
+        * platform/efl/fast/selectors/154-expected.txt:
+        * platform/efl/fast/selectors/155-expected.png:
+        * platform/efl/fast/selectors/155-expected.txt:
+        * platform/efl/fast/selectors/155a-expected.png:
+        * platform/efl/fast/selectors/155a-expected.txt:
+        * platform/efl/fast/selectors/155b-expected.png:
+        * platform/efl/fast/selectors/155b-expected.txt:
+        * platform/efl/fast/selectors/155c-expected.png:
+        * platform/efl/fast/selectors/155c-expected.txt:
+        * platform/efl/fast/selectors/155d-expected.png:
+        * platform/efl/fast/selectors/155d-expected.txt:
+        * platform/efl/fast/selectors/156b-expected.png:
+        * platform/efl/fast/selectors/156b-expected.txt:
+        * platform/efl/fast/selectors/157-expected.png:
+        * platform/efl/fast/selectors/157-expected.txt:
+        * platform/efl/fast/selectors/158-expected.png:
+        * platform/efl/fast/selectors/158-expected.txt:
+        * platform/efl/fast/selectors/159-expected.png:
+        * platform/efl/fast/selectors/159-expected.txt:
+        * platform/efl/fast/selectors/160-expected.png:
+        * platform/efl/fast/selectors/160-expected.txt:
+        * platform/efl/fast/selectors/166-expected.png:
+        * platform/efl/fast/selectors/166-expected.txt:
+        * platform/efl/fast/selectors/166a-expected.png:
+        * platform/efl/fast/selectors/166a-expected.txt:
+        * platform/efl/fast/selectors/167-expected.png:
+        * platform/efl/fast/selectors/167-expected.txt:
+        * platform/efl/fast/selectors/167a-expected.png:
+        * platform/efl/fast/selectors/167a-expected.txt:
+        * platform/efl/fast/selectors/168-expected.png:
+        * platform/efl/fast/selectors/168-expected.txt:
+        * platform/efl/fast/selectors/168a-expected.png:
+        * platform/efl/fast/selectors/168a-expected.txt:
+        * platform/efl/fast/selectors/169-expected.png:
+        * platform/efl/fast/selectors/169-expected.txt:
+        * platform/efl/fast/selectors/169a-expected.png:
+        * platform/efl/fast/selectors/169a-expected.txt:
+        * platform/efl/fast/selectors/170-expected.png:
+        * platform/efl/fast/selectors/170-expected.txt:
+        * platform/efl/fast/selectors/170a-expected.png:
+        * platform/efl/fast/selectors/170a-expected.txt:
+        * platform/efl/fast/selectors/170b-expected.png:
+        * platform/efl/fast/selectors/170b-expected.txt:
+        * platform/efl/fast/selectors/170c-expected.png:
+        * platform/efl/fast/selectors/170c-expected.txt:
+        * platform/efl/fast/selectors/170d-expected.png:
+        * platform/efl/fast/selectors/170d-expected.txt:
+        * platform/efl/fast/selectors/175a-expected.png:
+        * platform/efl/fast/selectors/175a-expected.txt:
+        * platform/efl/fast/selectors/175b-expected.png:
+        * platform/efl/fast/selectors/175b-expected.txt:
+        * platform/efl/fast/selectors/175c-expected.png:
+        * platform/efl/fast/selectors/175c-expected.txt:
+        * platform/efl/fast/selectors/177a-expected.png:
+        * platform/efl/fast/selectors/177a-expected.txt:
+        * platform/efl/fast/selectors/177b-expected.png:
+        * platform/efl/fast/selectors/177b-expected.txt:
+        * platform/efl/fast/selectors/lang-inheritance-expected.png:
+        * platform/efl/fast/selectors/lang-inheritance-expected.txt:
+        * platform/efl/fast/selectors/lang-inheritance2-expected.png:
+        * platform/efl/fast/selectors/lang-inheritance2-expected.txt:
+        * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
+
+2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a crashing expectation for an a11y test.
+        Adding failure expectations for two stack overflow tests. The
+        stack overflow does not occur anymore due to increased memory
+        on the debug builder. This is not a progression, though.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (14/26).
+
+        * platform/efl/fast/invalid/019-expected.png:
+        * platform/efl/fast/invalid/019-expected.txt:
+        * platform/efl/fast/invalid/020-expected.png:
+        * platform/efl/fast/invalid/020-expected.txt:
+        * platform/efl/fast/invalid/021-expected.png:
+        * platform/efl/fast/invalid/021-expected.txt:
+        * platform/efl/fast/invalid/junk-data-expected.png:
+        * platform/efl/fast/invalid/junk-data-expected.txt:
+        * platform/efl/fast/invalid/missing-address-end-tag-expected.png:
+        * platform/efl/fast/invalid/missing-address-end-tag-expected.txt:
+        * platform/efl/fast/invalid/missing-dl-end-tag-expected.png:
+        * platform/efl/fast/invalid/missing-dl-end-tag-expected.txt:
+        * platform/efl/fast/invalid/missing-dt-end-tag-expected.png:
+        * platform/efl/fast/invalid/missing-dt-end-tag-expected.txt:
+        * platform/efl/fast/invalid/missing-end-tag-expected.png:
+        * platform/efl/fast/invalid/missing-font-end-tag-expected.png:
+        * platform/efl/fast/invalid/missing-font-end-tag-expected.txt:
+        * platform/efl/fast/invalid/nestedh3s-expected.png:
+        * platform/efl/fast/invalid/nestedh3s-expected.txt:
+        * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
+        * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
+        * platform/efl/fast/invalid/td-inside-object-expected.png:
+        * platform/efl/fast/invalid/td-inside-object-expected.txt:
+        * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png:
+        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
+        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.txt:
+        * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
+        * platform/efl/fast/layers/normal-flow-hit-test-expected.txt:
+        * platform/efl/fast/layers/opacity-outline-expected.png:
+        * platform/efl/fast/layers/opacity-outline-expected.txt:
+        * platform/efl/fast/layers/opacity-stacking-expected.png:
+        * platform/efl/fast/layers/opacity-transforms-expected.png:
+        * platform/efl/fast/layers/opacity-transforms-expected.txt:
+        * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.png:
+        * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.txt:
+        * platform/efl/fast/layers/positioned-inside-root-with-margins-expected.png:
+        * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
+        * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
+        * platform/efl/fast/layers/remove-only-this-layer-update-expected.txt:
+        * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
+        * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png:
+        * platform/efl/fast/layers/scroll-with-transform-layer-expected.png:
+        * platform/efl/fast/layers/video-layer-expected.png:
+        * platform/efl/fast/layers/video-layer-expected.txt:
+        * platform/efl/fast/layers/zindex-inherit-expected.png:
+        * platform/efl/fast/layers/zindex-inherit-expected.txt:
+        * platform/efl/fast/line-grid/line-align-left-edges-expected.png:
+        * platform/efl/fast/line-grid/line-align-right-edges-expected.png:
+        * platform/efl/fast/line-grid/line-align-right-edges-expected.txt:
+        * platform/efl/fast/line-grid/line-grid-contains-value-expected.png:
+        * platform/efl/fast/line-grid/line-grid-floating-expected.png:
+        * platform/efl/fast/line-grid/line-grid-floating-expected.txt:
+        * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png:
+        * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
+        * platform/efl/fast/line-grid/line-grid-into-columns-expected.png:
+        * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
+        * platform/efl/fast/line-grid/line-grid-into-floats-expected.png:
+        * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt:
+        * platform/efl/fast/line-grid/line-grid-positioned-expected.png:
+        * platform/efl/fast/line-grid/line-grid-positioned-expected.txt:
+        * platform/efl/fast/lists/001-expected.png:
+        * platform/efl/fast/lists/001-expected.txt:
+        * platform/efl/fast/lists/001-vertical-expected.png:
+        * platform/efl/fast/lists/001-vertical-expected.txt:
+        * platform/efl/fast/lists/002-expected.png:
+        * platform/efl/fast/lists/002-expected.txt:
+        * platform/efl/fast/lists/002-vertical-expected.png:
+        * platform/efl/fast/lists/002-vertical-expected.txt:
+        * platform/efl/fast/lists/003-expected.png:
+        * platform/efl/fast/lists/003-vertical-expected.png:
+        * platform/efl/fast/lists/004-expected.png:
+        * platform/efl/fast/lists/004-expected.txt:
+        * platform/efl/fast/lists/005-expected.png:
+        * platform/efl/fast/lists/005-expected.txt:
+        * platform/efl/fast/lists/005-vertical-expected.png:
+        * platform/efl/fast/lists/005-vertical-expected.txt:
+        * platform/efl/fast/lists/006-expected.png:
+        * platform/efl/fast/lists/006-expected.txt:
+        * platform/efl/fast/lists/006-vertical-expected.png:
+        * platform/efl/fast/lists/006-vertical-expected.txt:
+        * platform/efl/fast/lists/007-expected.png:
+        * platform/efl/fast/lists/007-vertical-expected.png:
+        * platform/efl/fast/lists/007-vertical-expected.txt:
+        * platform/efl/fast/lists/008-expected.png:
+        * platform/efl/fast/lists/008-vertical-expected.png:
+        * platform/efl/fast/lists/009-expected.png:
+        * platform/efl/fast/lists/009-expected.txt:
+        * platform/efl/fast/lists/009-vertical-expected.png:
+        * platform/efl/fast/lists/009-vertical-expected.txt:
+        * platform/efl/fast/lists/anonymous-items-expected.png:
+        * platform/efl/fast/lists/anonymous-items-expected.txt:
+        * platform/efl/fast/lists/big-list-marker-expected.png:
+        * platform/efl/fast/lists/big-list-marker-expected.txt:
+        * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
+        * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
+        * platform/efl/fast/lists/inline-before-content-after-list-marker-expected.png:
+        * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
+        * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
+        * platform/efl/fast/lists/li-br-expected.png:
+        * platform/efl/fast/lists/li-br-expected.txt:
+        * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png:
+        * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
+        * platform/efl/fast/lists/list-item-line-height-expected.png:
+        * platform/efl/fast/lists/list-item-line-height-expected.txt:
+        * platform/efl/fast/lists/list-marker-before-content-table-expected.png:
+        * platform/efl/fast/lists/list-marker-before-content-table-expected.txt:
+        * platform/efl/fast/lists/list-marker-with-line-height-expected.png:
+        * platform/efl/fast/lists/list-marker-with-line-height-expected.txt:
+        * platform/efl/fast/lists/list-style-none-crash-expected.png:
+        * platform/efl/fast/lists/list-style-none-crash-expected.txt:
+        * platform/efl/fast/lists/marker-before-empty-inline-expected.png:
+        * platform/efl/fast/lists/marker-before-empty-inline-expected.txt:
+        * platform/efl/fast/lists/marker-image-error-expected.png:
+        * platform/efl/fast/lists/marker-image-error-expected.txt:
+        * platform/efl/fast/lists/markers-in-selection-expected.png:
+        * platform/efl/fast/lists/markers-in-selection-expected.txt:
+        * platform/efl/fast/lists/numeric-markers-outside-list-expected.png:
+        * platform/efl/fast/lists/numeric-markers-outside-list-expected.txt:
+        * platform/efl/fast/lists/ol-display-types-expected.png:
+        * platform/efl/fast/lists/ol-display-types-expected.txt:
+        * platform/efl/fast/lists/ol-start-dynamic-expected.png:
+        * platform/efl/fast/lists/ol-start-dynamic-expected.txt:
+        * platform/efl/fast/lists/ol-start-parsing-expected.png:
+        * platform/efl/fast/lists/ol-start-parsing-expected.txt:
+        * platform/efl/fast/lists/olstart-expected.png:
+        * platform/efl/fast/lists/olstart-expected.txt:
+        * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png:
+        * platform/efl/fast/lists/scrolled-marker-paint-expected.png:
+        * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
+        * platform/efl/fast/loader/text-document-wrapping-expected.png:
+        * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png:
+        * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png:
+        * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt:
+        * platform/efl/fast/multicol/block-axis-vertical-lr-expected.png:
+        * platform/efl/fast/multicol/block-axis-vertical-rl-expected.png:
+        * platform/efl/fast/multicol/border-padding-pagination-expected.png:
+        * platform/efl/fast/multicol/border-padding-pagination-expected.txt:
+        * platform/efl/fast/multicol/client-rects-expected.png:
+        * platform/efl/fast/multicol/client-rects-expected.txt:
+        * platform/efl/fast/multicol/column-break-with-balancing-expected.png:
+        * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
+        * platform/efl/fast/multicol/column-count-with-rules-expected.png:
+        * platform/efl/fast/multicol/column-rules-expected.png:
+        * platform/efl/fast/multicol/column-rules-expected.txt:
+        * platform/efl/fast/multicol/column-rules-stacking-expected.png:
+        * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
+        * platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
+        * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
+        * platform/efl/fast/multicol/flipped-blocks-border-after-expected.png:
+        * platform/efl/fast/multicol/float-avoidance-expected.png:
+        * platform/efl/fast/multicol/float-avoidance-expected.txt:
+        * platform/efl/fast/multicol/float-multicol-expected.png:
+        * platform/efl/fast/multicol/float-paginate-complex-expected.png:
+        * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
+        * platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
+        * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
+        * platform/efl/fast/multicol/float-paginate-expected.png:
+        * platform/efl/fast/multicol/float-paginate-expected.txt:
+        * platform/efl/fast/multicol/layers-in-multicol-expected.png:
+        * platform/efl/fast/multicol/layers-split-across-columns-expected.png:
+        * platform/efl/fast/multicol/margin-collapse-expected.png:
+        * platform/efl/fast/multicol/margin-collapse-expected.txt:
+        * platform/efl/fast/multicol/max-height-columns-block-expected.png:
+        * platform/efl/fast/multicol/nested-columns-expected.png:
+        * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
+        * platform/efl/fast/multicol/overflow-unsplittable-expected.png:
+        * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
+        * platform/efl/fast/multicol/paginate-block-replaced-expected.png:
+        * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
+        * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png:
+        * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png:
+        * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png:
+        * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png:
+        * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png:
+        * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png:
+        * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png:
+        * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png:
+        * platform/efl/fast/multicol/positioned-split-expected.png:
+        * platform/efl/fast/multicol/positioned-split-expected.txt:
+        * platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
+        * platform/efl/fast/multicol/positioned-with-constrained-height-expected.txt:
+        * platform/efl/fast/multicol/positive-leading-expected.png:
+        * platform/efl/fast/multicol/scrolling-overflow-expected.png:
+        * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
+        * platform/efl/fast/multicol/shadow-breaking-expected.txt:
+        * platform/efl/fast/multicol/single-line-expected.png:
+        * platform/efl/fast/multicol/single-line-expected.txt:
+        * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
+        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
+        * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
+        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
+        * platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
+        * platform/efl/fast/multicol/span/clone-summary-expected.txt:
+        * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
+        * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
+        * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
+        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
+        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
+        * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
+        * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
+        * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
+        * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
+        * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
+        * platform/efl/fast/multicol/table-margin-collapse-expected.png:
+        * platform/efl/fast/multicol/table-margin-collapse-expected.txt:
+        * platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
+        * platform/efl/fast/multicol/unsplittable-inline-block-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
+        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
+        * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/rule-style-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt:
+        * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
+        * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
+        * platform/efl/fast/overflow/001-expected.png:
+        * platform/efl/fast/overflow/001-expected.txt:
+        * platform/efl/fast/overflow/002-expected.png:
+        * platform/efl/fast/overflow/002-expected.txt:
+        * platform/efl/fast/overflow/003-expected.png:
+        * platform/efl/fast/overflow/003-expected.txt:
+        * platform/efl/fast/overflow/004-expected.png:
+        * platform/efl/fast/overflow/005-expected.png:
+        * platform/efl/fast/overflow/006-expected.png:
+        * platform/efl/fast/overflow/006-expected.txt:
+        * platform/efl/fast/overflow/007-expected.png:
+        * platform/efl/fast/overflow/008-expected.png:
+        * platform/efl/fast/overflow/008-expected.txt:
+        * platform/efl/fast/overflow/border-radius-clipping-expected.png:
+        * platform/efl/fast/overflow/border-radius-clipping-expected.txt:
+        * platform/efl/fast/overflow/childFocusRingClip-expected.png:
+        * platform/efl/fast/overflow/childFocusRingClip-expected.txt:
+        * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
+        * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
+        * platform/efl/fast/overflow/dynamic-hidden-expected.png:
+        * platform/efl/fast/overflow/dynamic-hidden-expected.txt:
+        * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
+        * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
+        * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.png:
+        * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.txt:
+        * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
+        * platform/efl/fast/overflow/hit-test-overflow-controls-expected.txt:
+        * platform/efl/fast/overflow/image-selection-highlight-expected.png:
+        * platform/efl/fast/overflow/image-selection-highlight-expected.txt:
+        * platform/efl/fast/overflow/infiniteRecursion-expected.png:
+        * platform/efl/fast/overflow/infiniteRecursion-expected.txt:
+        * platform/efl/fast/overflow/infiniteRecursionGuard-expected.png:
+        * platform/efl/fast/overflow/line-clamp-expected.png:
+        * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.png:
+        * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
+        * platform/efl/fast/overflow/overflow-auto-table-expected.png:
+        * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
+        * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
+        * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
+        * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
+        * platform/efl/fast/overflow/overflow-rtl-expected.png:
+        * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
+        * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
+        * platform/efl/fast/overflow/overflow-stacking-expected.png:
+        * platform/efl/fast/overflow/overflow-stacking-expected.txt:
+        * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
+        * platform/efl/fast/overflow/overflow-text-hit-testing-expected.txt:
+        * platform/efl/fast/overflow/overflow-update-transform-expected.png:
+        * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
+        * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.txt:
+        * platform/efl/fast/overflow/overflow-x-y-expected.png:
+        * platform/efl/fast/overflow/overflow-x-y-expected.txt:
+        * platform/efl/fast/overflow/paged-x-div-expected.png:
+        * platform/efl/fast/overflow/paged-x-div-expected.txt:
+        * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png:
+        * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
+        * platform/efl/fast/overflow/paged-x-on-root-expected.png:
+        * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
+        * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png:
+        * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
+        * platform/efl/fast/overflow/paged-y-div-expected.png:
+        * platform/efl/fast/overflow/paged-y-div-expected.txt:
+        * platform/efl/fast/overflow/paged-y-on-root-expected.png:
+        * platform/efl/fast/overflow/paged-y-on-root-expected.txt:
+        * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
+        * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
+        * platform/efl/fast/overflow/position-relative-expected.png:
+        * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
+        * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
+        * platform/efl/fast/overflow/scrollRevealButton-expected.png:
+        * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
+        * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
+        * platform/efl/fast/overflow/scrollbar-position-update-expected.txt:
+        * platform/efl/fast/overflow/table-overflow-float-expected.png:
+        * platform/efl/fast/overflow/table-overflow-float-expected.txt:
+        * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
+        * platform/efl/fast/parser/001-expected.png:
+        * platform/efl/fast/parser/001-expected.txt:
+        * platform/efl/fast/parser/bad-xml-slash-expected.png:
+        * platform/efl/fast/parser/bad-xml-slash-expected.txt:
+        * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
+        * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
+        * platform/efl/fast/parser/comment-in-script-expected.png:
+        * platform/efl/fast/parser/document-write-option-expected.png:
+        * platform/efl/fast/parser/document-write-option-expected.txt:
+        * platform/efl/fast/parser/entity-comment-in-style-expected.png:
+        * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
+        * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
+        * platform/efl/fast/parser/fonts-expected.png:
+        * platform/efl/fast/parser/fonts-expected.txt:
+        * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
+        * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
+        * platform/efl/fast/parser/open-comment-in-style-expected.png:
+        * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
+        * platform/efl/fast/parser/style-script-head-test-expected.png:
+        * platform/efl/fast/parser/tabs-in-scripts-expected.png:
+        * platform/efl/fast/parser/tabs-in-scripts-expected.txt:
+        * platform/efl/fast/parser/title-error-test-expected.png:
+        * platform/efl/fast/parser/title-error-test-expected.txt:
+        * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
+        * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
+        * platform/efl/fast/reflections/abs-position-in-reflection-expected.png:
+        * platform/efl/fast/reflections/abs-position-in-reflection-expected.txt:
+        * platform/efl/fast/reflections/inline-crash-expected.png:
+        * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
+        * platform/efl/fast/reflections/reflection-direction-expected.png:
+        * platform/efl/fast/reflections/reflection-direction-expected.txt:
+        * platform/efl/fast/reflections/reflection-masks-expected.png:
+        * platform/efl/fast/reflections/reflection-masks-opacity-expected.png:
+        * platform/efl/fast/reflections/reflection-nesting-expected.png:
+        * platform/efl/fast/reflections/reflection-nesting-expected.txt:
+        * platform/efl/fast/reflections/reflection-overflow-hidden-expected.png:
+        * platform/efl/fast/reflections/reflection-overflow-hidden-expected.txt:
+        * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
+        * platform/efl/fast/reflections/reflection-with-zoom-expected.txt:
+        * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.png:
+        * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.txt:
+        * platform/efl/fast/regions/flow-content-basic-expected.png:
+        * platform/efl/fast/regions/flow-content-basic-expected.txt:
+        * platform/efl/fast/regions/flow-content-basic-vertical-expected.png:
+        * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt:
+        * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png:
+        * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt:
+        * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
+        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
+        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
+        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
+        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
+        * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
+        * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
+        * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt:
+        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png:
+        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
+        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png:
+        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
+        * platform/efl/fast/regions/region-style-block-background-color-expected.png:
+        * platform/efl/fast/regions/region-style-block-background-color-expected.txt:
+        * platform/efl/fast/regions/region-style-block-background-color2-expected.png:
+        * platform/efl/fast/regions/region-style-block-background-color2-expected.txt:
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png:
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt:
+        * platform/efl/fast/regions/text-region-split-small-pagination-expected.png:
+        * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt:
+        * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt:
+        * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
+        * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
+        * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
+        * platform/efl/fast/repaint/4774354-expected.png:
+        * platform/efl/fast/repaint/4774354-expected.txt:
+        * platform/efl/fast/repaint/4776765-expected.png:
+        * platform/efl/fast/repaint/4776765-expected.txt:
+        * platform/efl/fast/repaint/background-misaligned-expected.png:
+        * platform/efl/fast/repaint/background-scaling-expected.png:
+        * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
+        * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
+        * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
+        * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
+        * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
+        * platform/efl/fast/repaint/block-no-inflow-children-expected.txt:
+        * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
+        * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
+        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
+        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
+        * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
+        * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
+        * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.txt:
+        * platform/efl/fast/repaint/body-background-image-expected.png:
+        * platform/efl/fast/repaint/body-background-image-expected.txt:
+        * platform/efl/fast/repaint/border-fit-lines-expected.png:
+        * platform/efl/fast/repaint/border-fit-lines-expected.txt:
+        * platform/efl/fast/repaint/border-radius-repaint-expected.png:
+        * platform/efl/fast/repaint/border-radius-repaint-expected.txt:
+        * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
+        * platform/efl/fast/repaint/border-repaint-glitch-expected.txt:
+        * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
+        * platform/efl/fast/repaint/box-shadow-dynamic-expected.txt:
+        * platform/efl/fast/repaint/box-shadow-h-expected.png:
+        * platform/efl/fast/repaint/box-shadow-h-expected.txt:
+        * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
+        * platform/efl/fast/repaint/box-shadow-v-expected.png:
+        * platform/efl/fast/repaint/box-shadow-v-expected.txt:
+        * platform/efl/fast/repaint/bugzilla-3509-expected.png:
+        * platform/efl/fast/repaint/bugzilla-3509-expected.txt:
+        * platform/efl/fast/repaint/bugzilla-5699-expected.png:
+        * platform/efl/fast/repaint/bugzilla-5699-expected.txt:
+        * platform/efl/fast/repaint/bugzilla-6278-expected.txt:
+        * platform/efl/fast/repaint/bugzilla-6388-expected.png:
+        * platform/efl/fast/repaint/bugzilla-6388-expected.txt:
+        * platform/efl/fast/repaint/bugzilla-6473-expected.png:
+        * platform/efl/fast/repaint/bugzilla-7235-expected.png:
+        * platform/efl/fast/repaint/bugzilla-7235-expected.txt:
+        * platform/efl/fast/repaint/button-spurious-layout-hint-expected.txt:
+        * platform/efl/fast/repaint/caret-outside-block-expected.txt:
+        * platform/efl/fast/repaint/change-transform-expected.png:
+        * platform/efl/fast/repaint/change-transform-expected.txt:
+        * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
+        * platform/efl/fast/repaint/clip-with-layout-delta-expected.txt:
+        * platform/efl/fast/repaint/clipped-relative-expected.png:
+        * platform/efl/fast/repaint/containing-block-position-change-expected.png:
+        * platform/efl/fast/repaint/containing-block-position-change-expected.txt:
+        * platform/efl/fast/repaint/continuation-after-outline-expected.png:
+        * platform/efl/fast/repaint/continuation-after-outline-expected.txt:
+        * platform/efl/fast/repaint/control-clip-expected.png:
+        * platform/efl/fast/repaint/control-clip-expected.txt:
+        * platform/efl/fast/repaint/create-layer-repaint-expected.png:
+        * platform/efl/fast/repaint/create-layer-repaint-expected.txt:
+        * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/efl/fast/repaint/delete-into-nested-block-expected.txt:
+        * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
+        * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
+        * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
+        * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
+        * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
+        * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
+        * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
+        * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
+        * platform/efl/fast/repaint/fixed-expected.png:
+        * platform/efl/fast/repaint/fixed-expected.txt:
+        * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
+        * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
+        * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
+        * platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
+        * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
+        * platform/efl/fast/repaint/flexible-box-overflow-expected.txt:
+        * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
+        * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
+        * platform/efl/fast/repaint/float-move-during-layout-expected.png:
+        * platform/efl/fast/repaint/float-move-during-layout-expected.txt:
+        * platform/efl/fast/repaint/float-new-in-block-expected.png:
+        * platform/efl/fast/repaint/float-overflow-expected.png:
+        * platform/efl/fast/repaint/float-overflow-expected.txt:
+        * platform/efl/fast/repaint/float-overflow-right-expected.png:
+        * platform/efl/fast/repaint/float-overflow-right-expected.txt:
+        * platform/efl/fast/repaint/focus-layers-expected.png:
+        * platform/efl/fast/repaint/focus-layers-expected.txt:
+        * platform/efl/fast/repaint/focus-ring-expected.png:
+        * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
+        * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt:
+        * platform/efl/fast/repaint/iframe-scroll-repaint-expected.txt:
+        * platform/efl/fast/repaint/inline-block-overflow-expected.png:
+        * platform/efl/fast/repaint/inline-block-overflow-expected.txt:
+        * platform/efl/fast/repaint/inline-color-change-expected.png:
+        * platform/efl/fast/repaint/inline-color-change-expected.txt:
+        * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
+
+2013-01-18  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: array grouping does not work big sparse arrays
+        https://bugs.webkit.org/show_bug.cgi?id=106897
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/console-big-array-expected.txt:
+        * inspector/console/console-big-array.html:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (13/26).
+
+        * platform/efl/fast/forms/input-appearance-readonly-expected.png:
+        * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/efl/fast/forms/input-appearance-selection-expected.png:
+        * platform/efl/fast/forms/input-appearance-selection-expected.txt:
+        * platform/efl/fast/forms/input-appearance-visibility-expected.png:
+        * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
+        * platform/efl/fast/forms/input-appearance-width-expected.png:
+        * platform/efl/fast/forms/input-appearance-width-expected.txt:
+        * platform/efl/fast/forms/input-baseline-expected.png:
+        * platform/efl/fast/forms/input-baseline-expected.txt:
+        * platform/efl/fast/forms/input-button-sizes-expected.png:
+        * platform/efl/fast/forms/input-button-sizes-expected.txt:
+        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
+        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/efl/fast/forms/input-field-text-truncated-expected.png:
+        * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
+        * platform/efl/fast/forms/input-first-letter-expected.png:
+        * platform/efl/fast/forms/input-first-letter-expected.txt:
+        * platform/efl/fast/forms/input-no-renderer-expected.png:
+        * platform/efl/fast/forms/input-no-renderer-expected.txt:
+        * platform/efl/fast/forms/input-placeholder-paint-order-expected.png:
+        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
+        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
+        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/efl/fast/forms/input-readonly-empty-expected.png:
+        * platform/efl/fast/forms/input-readonly-empty-expected.txt:
+        * platform/efl/fast/forms/input-spaces-expected.png:
+        * platform/efl/fast/forms/input-spaces-expected.txt:
+        * platform/efl/fast/forms/input-table-expected.png:
+        * platform/efl/fast/forms/input-table-expected.txt:
+        * platform/efl/fast/forms/input-text-click-inside-expected.png:
+        * platform/efl/fast/forms/input-text-click-inside-expected.txt:
+        * platform/efl/fast/forms/input-text-double-click-expected.png:
+        * platform/efl/fast/forms/input-text-double-click-expected.txt:
+        * platform/efl/fast/forms/input-text-option-delete-expected.png:
+        * platform/efl/fast/forms/input-text-option-delete-expected.txt:
+        * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
+        * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/efl/fast/forms/input-text-word-wrap-expected.png:
+        * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
+        * platform/efl/fast/forms/input-type-text-min-width-expected.png:
+        * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
+        * platform/efl/fast/forms/input-value-expected.png:
+        * platform/efl/fast/forms/input-value-expected.txt:
+        * platform/efl/fast/forms/input-width-expected.png:
+        * platform/efl/fast/forms/input-width-expected.txt:
+        * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
+        * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
+        * platform/efl/fast/forms/listbox-bidi-align-expected.png:
+        * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
+        * platform/efl/fast/forms/listbox-clip-expected.png:
+        * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png:
+        * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
+        * platform/efl/fast/forms/listbox-width-change-expected.png:
+        * platform/efl/fast/forms/listbox-width-change-expected.txt:
+        * platform/efl/fast/forms/menulist-clip-expected.png:
+        * platform/efl/fast/forms/menulist-clip-expected.txt:
+        * platform/efl/fast/forms/menulist-deselect-update-expected.png:
+        * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
+        * platform/efl/fast/forms/menulist-no-overflow-expected.png:
+        * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
+        * platform/efl/fast/forms/menulist-option-wrap-expected.png:
+        * platform/efl/fast/forms/menulist-option-wrap-expected.txt:
+        * platform/efl/fast/forms/menulist-restrict-line-height-expected.png:
+        * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
+        * platform/efl/fast/forms/menulist-separator-painting-expected.png:
+        * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
+        * platform/efl/fast/forms/menulist-width-change-expected.png:
+        * platform/efl/fast/forms/menulist-width-change-expected.txt:
+        * platform/efl/fast/forms/minWidthPercent-expected.png:
+        * platform/efl/fast/forms/minWidthPercent-expected.txt:
+        * platform/efl/fast/forms/negativeLineHeight-expected.png:
+        * platform/efl/fast/forms/negativeLineHeight-expected.txt:
+        * platform/efl/fast/forms/option-index-expected.png:
+        * platform/efl/fast/forms/option-index-expected.txt:
+        * platform/efl/fast/forms/option-script-expected.png:
+        * platform/efl/fast/forms/option-script-expected.txt:
+        * platform/efl/fast/forms/option-strip-whitespace-expected.png:
+        * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
+        * platform/efl/fast/forms/option-text-clip-expected.png:
+        * platform/efl/fast/forms/option-text-clip-expected.txt:
+        * platform/efl/fast/forms/placeholder-position-expected.png:
+        * platform/efl/fast/forms/placeholder-position-expected.txt:
+        * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
+        * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
+        * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
+        * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
+        * platform/efl/fast/forms/range/input-appearance-range-expected.png:
+        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
+        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
+        * platform/efl/fast/forms/range/slider-padding-expected.png:
+        * platform/efl/fast/forms/range/slider-padding-expected.txt:
+        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
+        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
+        * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png:
+        * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
+        * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
+        * platform/efl/fast/forms/search-styled-expected.png:
+        * platform/efl/fast/forms/search-styled-expected.txt:
+        * platform/efl/fast/forms/search-vertical-alignment-expected.png:
+        * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
+        * platform/efl/fast/forms/searchfield-heights-expected.png:
+        * platform/efl/fast/forms/searchfield-heights-expected.txt:
+        * platform/efl/fast/forms/select-align-expected.png:
+        * platform/efl/fast/forms/select-align-expected.txt:
+        * platform/efl/fast/forms/select-background-none-expected.png:
+        * platform/efl/fast/forms/select-background-none-expected.txt:
+        * platform/efl/fast/forms/select-block-background-expected.png:
+        * platform/efl/fast/forms/select-block-background-expected.txt:
+        * platform/efl/fast/forms/select-change-listbox-size-expected.png:
+        * platform/efl/fast/forms/select-change-listbox-size-expected.txt:
+        * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png:
+        * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
+        * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png:
+        * platform/efl/fast/forms/select-change-popup-to-listbox-expected.txt:
+        * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png:
+        * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
+        * platform/efl/fast/forms/select-disabled-appearance-expected.png:
+        * platform/efl/fast/forms/select-disabled-appearance-expected.txt:
+        * platform/efl/fast/forms/select-display-none-style-resolve-expected.png:
+        * platform/efl/fast/forms/select-display-none-style-resolve-expected.txt:
+        * platform/efl/fast/forms/select-empty-option-height-expected.png:
+        * platform/efl/fast/forms/select-empty-option-height-expected.txt:
+        * platform/efl/fast/forms/select-initial-position-expected.png:
+        * platform/efl/fast/forms/select-initial-position-expected.txt:
+        * platform/efl/fast/forms/select-item-background-clip-expected.png:
+        * platform/efl/fast/forms/select-item-background-clip-expected.txt:
+        * platform/efl/fast/forms/select-list-box-with-height-expected.png:
+        * platform/efl/fast/forms/select-list-box-with-height-expected.txt:
+        * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
+        * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
+        * platform/efl/fast/forms/select-overflow-scroll-expected.png:
+        * platform/efl/fast/forms/select-overflow-scroll-expected.txt:
+        * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.png:
+        * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.txt:
+        * platform/efl/fast/forms/select-selected-expected.png:
+        * platform/efl/fast/forms/select-selected-expected.txt:
+        * platform/efl/fast/forms/select-size-expected.png:
+        * platform/efl/fast/forms/select-size-expected.txt:
+        * platform/efl/fast/forms/select-visual-hebrew-expected.png:
+        * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
+        * platform/efl/fast/forms/select-writing-direction-natural-expected.png:
+        * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
+        * platform/efl/fast/forms/select/optgroup-rendering-expected.png:
+        * platform/efl/fast/forms/select/optgroup-rendering-expected.txt:
+        * platform/efl/fast/forms/selectlist-minsize-expected.png:
+        * platform/efl/fast/forms/selectlist-minsize-expected.txt:
+        * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
+        * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
+        * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
+        * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/efl/fast/forms/targeted-frame-submission-expected.png:
+        * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
+        * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
+        * platform/efl/fast/forms/text-style-color-expected.png:
+        * platform/efl/fast/forms/text-style-color-expected.txt:
+        * platform/efl/fast/forms/textAreaLineHeight-expected.png:
+        * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
+        * platform/efl/fast/forms/textarea-align-expected.png:
+        * platform/efl/fast/forms/textarea-align-expected.txt:
+        * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+        * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
+        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/efl/fast/forms/textarea-scroll-height-expected.png:
+        * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
+        * platform/efl/fast/forms/textarea-scrollbar-expected.png:
+        * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/efl/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
+        * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
+        * platform/efl/fast/forms/textarea-width-expected.png:
+        * platform/efl/fast/forms/textarea-width-expected.txt:
+        * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
+        * platform/efl/fast/forms/textfield-focus-ring-expected.png:
+        * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/efl/fast/forms/textfield-outline-expected.png:
+        * platform/efl/fast/forms/textfield-outline-expected.txt:
+        * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.txt:
+        * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:
+        * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
+        * platform/efl/fast/frames/001-expected.png:
+        * platform/efl/fast/frames/001-expected.txt:
+        * platform/efl/fast/frames/calculate-fixed-expected.png:
+        * platform/efl/fast/frames/calculate-order-expected.png:
+        * platform/efl/fast/frames/calculate-percentage-expected.png:
+        * platform/efl/fast/frames/calculate-relative-expected.png:
+        * platform/efl/fast/frames/calculate-round-expected.png:
+        * platform/efl/fast/frames/content-opacity-1-expected.png:
+        * platform/efl/fast/frames/content-opacity-2-expected.png:
+        * platform/efl/fast/frames/empty-frame-src-expected.png:
+        * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png:
+        * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
+        * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png:
+        * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt:
+        * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png:
+        * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt:
+        * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
+        * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
+        * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png:
+        * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt:
+        * platform/efl/fast/frames/frame-length-fractional-expected.png:
+        * platform/efl/fast/frames/frame-scrolling-attribute-expected.png:
+        * platform/efl/fast/frames/frame-scrolling-attribute-expected.txt:
+        * platform/efl/fast/frames/frame-set-scaling-rotate-expected.png:
+        * platform/efl/fast/frames/frame-set-scaling-skew-expected.png:
+        * platform/efl/fast/frames/frameElement-frame-expected.png:
+        * platform/efl/fast/frames/frameElement-frame-expected.txt:
+        * platform/efl/fast/frames/frameElement-iframe-expected.png:
+        * platform/efl/fast/frames/frameElement-iframe-expected.txt:
+        * platform/efl/fast/frames/frameset-style-recalc-expected.png:
+        * platform/efl/fast/frames/frameset-style-recalc-expected.txt:
+        * platform/efl/fast/frames/iframe-option-crash-expected.png:
+        * platform/efl/fast/frames/iframe-option-crash-expected.txt:
+        * platform/efl/fast/frames/iframe-scaling-with-scroll-expected.png:
+        * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png:
+        * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
+        * platform/efl/fast/frames/iframe-text-contents-expected.png:
+        * platform/efl/fast/frames/iframe-with-frameborder-expected.png:
+        * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
+        * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
+        * platform/efl/fast/frames/inline-object-inside-frameset-expected.txt:
+        * platform/efl/fast/frames/invalid-expected.png:
+        * platform/efl/fast/frames/onlyCommentInIFrame-expected.png:
+        * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
+        * platform/efl/fast/frames/take-focus-from-iframe-expected.png:
+        * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/efl/fast/frames/valid-expected.png:
+        * platform/efl/fast/frames/viewsource-attribute-expected.png:
+        * platform/efl/fast/frames/viewsource-on-image-file-expected.png:
+        * platform/efl/fast/gradients/background-clipped-expected.png:
+        * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
+        * platform/efl/fast/gradients/crash-on-zero-radius-expected.png:
+        * platform/efl/fast/gradients/crash-on-zero-radius-expected.txt:
+        * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
+        * platform/efl/fast/gradients/css3-color-stops-expected.png:
+        * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
+        * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
+        * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
+        * platform/efl/fast/gradients/css3-radial-gradients3-expected.png:
+        * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
+        * platform/efl/fast/gradients/css3-repeating-linear-gradients2-expected.png:
+        * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
+        * platform/efl/fast/gradients/generated-gradients-expected.png:
+        * platform/efl/fast/gradients/generated-gradients-expected.txt:
+        * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
+        * platform/efl/fast/gradients/list-item-gradient-expected.png:
+        * platform/efl/fast/gradients/list-item-gradient-expected.txt:
+        * platform/efl/fast/gradients/radial-centered-expected.png:
+        * platform/efl/fast/gradients/radial-centered-expected.txt:
+        * platform/efl/fast/gradients/simple-gradients-expected.png:
+        * platform/efl/fast/gradients/simple-gradients-expected.txt:
+        * platform/efl/fast/html/details-add-child-1-expected.png:
+        * platform/efl/fast/html/details-add-child-2-expected.png:
+        * platform/efl/fast/html/details-add-details-child-1-expected.png:
+        * platform/efl/fast/html/details-add-details-child-2-expected.png:
+        * platform/efl/fast/html/details-add-summary-1-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-1-expected.png:
+        * platform/efl/fast/html/details-add-summary-10-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-10-expected.png:
+        * platform/efl/fast/html/details-add-summary-2-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-2-expected.png:
+        * platform/efl/fast/html/details-add-summary-3-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-3-expected.png:
+        * platform/efl/fast/html/details-add-summary-4-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-4-expected.png:
+        * platform/efl/fast/html/details-add-summary-5-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-5-expected.png:
+        * platform/efl/fast/html/details-add-summary-6-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-6-expected.png:
+        * platform/efl/fast/html/details-add-summary-7-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-7-expected.png:
+        * platform/efl/fast/html/details-add-summary-8-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-8-expected.png:
+        * platform/efl/fast/html/details-add-summary-9-and-click-expected.png:
+        * platform/efl/fast/html/details-add-summary-9-expected.png:
+        * platform/efl/fast/html/details-add-summary-child-1-expected.png:
+        * platform/efl/fast/html/details-add-summary-child-2-expected.png:
+        * platform/efl/fast/html/details-marker-style-expected.png:
+        * platform/efl/fast/html/details-nested-1-expected.png:
+        * platform/efl/fast/html/details-nested-2-expected.png:
+        * platform/efl/fast/html/details-no-summary1-expected.png:
+        * platform/efl/fast/html/details-no-summary2-expected.png:
+        * platform/efl/fast/html/details-no-summary3-expected.png:
+        * platform/efl/fast/html/details-no-summary4-expected.png:
+        * platform/efl/fast/html/details-no-summary4-expected.txt:
+        * platform/efl/fast/html/details-open-javascript-expected.png:
+        * platform/efl/fast/html/details-open-javascript-expected.txt:
+        * platform/efl/fast/html/details-open1-expected.png:
+        * platform/efl/fast/html/details-open2-expected.png:
+        * platform/efl/fast/html/details-open2-expected.txt:
+        * platform/efl/fast/html/details-open3-expected.png:
+        * platform/efl/fast/html/details-open4-expected.png:
+        * platform/efl/fast/html/details-open4-expected.txt:
+        * platform/efl/fast/html/details-open5-expected.png:
+        * platform/efl/fast/html/details-open6-expected.png:
+        * platform/efl/fast/html/details-position-expected.png:
+        * platform/efl/fast/html/details-remove-child-1-expected.png:
+        * platform/efl/fast/html/details-remove-child-2-expected.png:
+        * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png:
+        * platform/efl/fast/html/details-remove-summary-1-expected.png:
+        * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png:
+        * platform/efl/fast/html/details-remove-summary-2-expected.png:
+        * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png:
+        * platform/efl/fast/html/details-remove-summary-3-expected.png:
+        * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png:
+        * platform/efl/fast/html/details-remove-summary-4-expected.png:
+        * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png:
+        * platform/efl/fast/html/details-remove-summary-5-expected.png:
+        * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png:
+        * platform/efl/fast/html/details-remove-summary-6-expected.png:
+        * platform/efl/fast/html/details-remove-summary-child-1-expected.png:
+        * platform/efl/fast/html/details-remove-summary-child-2-expected.png:
+        * platform/efl/fast/html/details-replace-summary-child-expected.png:
+        * platform/efl/fast/html/details-replace-summary-child-expected.txt:
+        * platform/efl/fast/html/details-replace-text-expected.png:
+        * platform/efl/fast/html/details-replace-text-expected.txt:
+        * platform/efl/fast/html/details-writing-mode-expected.png:
+        * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png:
+        * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
+        * platform/efl/fast/html/keygen-expected.png:
+        * platform/efl/fast/html/keygen-expected.txt:
+        * platform/efl/fast/html/link-rel-stylesheet-expected.png:
+        * platform/efl/fast/html/link-rel-stylesheet-expected.txt:
+        * platform/efl/fast/html/listing-expected.png:
+        * platform/efl/fast/html/listing-expected.txt:
+        * platform/efl/fast/html/marquee-scroll-expected.png:
+        * platform/efl/fast/html/marquee-scroll-expected.txt:
+        * platform/efl/fast/html/marquee-scrollamount-expected.png:
+        * platform/efl/fast/html/marquee-scrollamount-expected.txt:
+        * platform/efl/fast/images/animated-gif-with-offsets-expected.png:
+        * platform/efl/fast/images/animated-gif-with-offsets-expected.txt:
+        * platform/efl/fast/images/exif-orientation-css-expected.png:
+        * platform/efl/fast/images/exif-orientation-expected.png:
+        * platform/efl/fast/images/exif-orientation-image-document-expected.png:
+        * platform/efl/fast/images/favicon-as-image-expected.png:
+        * platform/efl/fast/images/favicon-as-image-expected.txt:
+        * platform/efl/fast/images/gif-large-checkerboard-expected.png:
+        * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
+        * platform/efl/fast/images/gray-scale-png-with-color-profile-expected.png:
+        * platform/efl/fast/images/icon-decoding-expected.png:
+        * platform/efl/fast/images/image-in-map-expected.txt:
+        * platform/efl/fast/images/image-map-anchor-children-expected.png:
+        * platform/efl/fast/images/image-map-anchor-children-expected.txt:
+        * platform/efl/fast/images/imagemap-case-expected.png:
+        * platform/efl/fast/images/imagemap-case-expected.txt:
+        * platform/efl/fast/images/imagemap-circle-focus-ring-expected.txt:
+        * platform/efl/fast/images/imagemap-focus-ring-expected.png:
+        * platform/efl/fast/images/imagemap-focus-ring-expected.txt:
+        * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.txt:
+        * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
+        * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
+        * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
+        * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
+        * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png:
+        * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.txt:
+        * platform/efl/fast/images/object-image-expected.png:
+        * platform/efl/fast/images/paint-subrect-expected.png:
+        * platform/efl/fast/images/paint-subrect-grid-expected.png:
+        * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
+        * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
+        * platform/efl/fast/images/png-suite/test-expected.png:
+        * platform/efl/fast/images/repaint-subrect-grid-expected.txt:
+        * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
+        * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png:
+        * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
+        * platform/efl/fast/inline-block/001-expected.png:
+        * platform/efl/fast/inline-block/001-expected.txt:
+        * platform/efl/fast/inline-block/002-expected.png:
+        * platform/efl/fast/inline-block/003-expected.png:
+        * platform/efl/fast/inline-block/003-expected.txt:
+        * platform/efl/fast/inline-block/004-expected.png:
+        * platform/efl/fast/inline-block/005-expected.png:
+        * platform/efl/fast/inline-block/006-expected.png:
+        * platform/efl/fast/inline-block/006-expected.txt:
+        * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
+        * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.txt:
+        * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
+        * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
+        * platform/efl/fast/inline-block/inline-block-vertical-align-expected.png:
+        * platform/efl/fast/inline-block/inline-block-vertical-align-expected.txt:
+        * platform/efl/fast/inline-block/overflow-clip-expected.png:
+        * platform/efl/fast/inline-block/overflow-clip-expected.txt:
+        * platform/efl/fast/inline-block/tricky-baseline-expected.png:
+        * platform/efl/fast/inline-block/tricky-baseline-expected.txt:
+        * platform/efl/fast/inline/001-expected.png:
+        * platform/efl/fast/inline/001-expected.txt:
+        * platform/efl/fast/inline/002-expected.png:
+        * platform/efl/fast/inline/25277-2-expected.png:
+        * platform/efl/fast/inline/25277-2-expected.txt:
+        * platform/efl/fast/inline/25277-expected.png:
+        * platform/efl/fast/inline/25277-expected.txt:
+        * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
+        * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
+        * platform/efl/fast/inline/br-text-decoration-expected.png:
+        * platform/efl/fast/inline/br-text-decoration-expected.txt:
+        * platform/efl/fast/inline/continuation-outlines-expected.png:
+        * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
+        * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
+        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
+        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
+        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
+        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
+        * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
+        * platform/efl/fast/inline/emptyInlinesWithinLists-expected.txt:
+        * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
+        * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.txt:
+        * platform/efl/fast/inline/inline-box-background-expected.png:
+        * platform/efl/fast/inline/inline-box-background-expected.txt:
+        * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
+        * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
+        * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
+        * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
+        * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
+        * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
+        * platform/efl/fast/inline/inline-continuation-borders-expected.png:
+        * platform/efl/fast/inline/inline-continuation-borders-expected.txt:
+        * platform/efl/fast/inline/inline-focus-ring-expected.png:
+        * platform/efl/fast/inline/inline-focus-ring-expected.txt:
+        * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
+        * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
+        * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
+        * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.txt:
+        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png:
+        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt:
+        * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
+        * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
+        * platform/efl/fast/inline/long-wrapped-line-expected.png:
+        * platform/efl/fast/inline/long-wrapped-line-expected.txt:
+        * platform/efl/fast/inline/nested-top-alignment-expected.png:
+        * platform/efl/fast/inline/nested-top-alignment-expected.txt:
+        * platform/efl/fast/inline/outline-continuations-expected.png:
+        * platform/efl/fast/inline/outline-continuations-expected.txt:
+        * platform/efl/fast/inline/percentage-margins-expected.png:
+        * platform/efl/fast/inline/percentage-margins-expected.txt:
+        * platform/efl/fast/inline/positioned-object-between-replaced-elements-expected.txt:
+        * platform/efl/fast/inline/positionedLifetime-expected.png:
+        * platform/efl/fast/inline/positionedLifetime-expected.txt:
+        * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.png:
+        * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
+        * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
+        * platform/efl/fast/inline/vertical-align-text-bottom-expected.txt:
+        * platform/efl/fast/inspector-support/matchedrules-expected.png:
+        * platform/efl/fast/inspector-support/matchedrules-expected.txt:
+        * platform/efl/fast/invalid/001-expected.png:
+        * platform/efl/fast/invalid/001-expected.txt:
+        * platform/efl/fast/invalid/002-expected.png:
+        * platform/efl/fast/invalid/002-expected.txt:
+        * platform/efl/fast/invalid/003-expected.png:
+        * platform/efl/fast/invalid/003-expected.txt:
+        * platform/efl/fast/invalid/004-expected.png:
+        * platform/efl/fast/invalid/004-expected.txt:
+        * platform/efl/fast/invalid/005-expected.png:
+        * platform/efl/fast/invalid/005-expected.txt:
+        * platform/efl/fast/invalid/006-expected.png:
+        * platform/efl/fast/invalid/006-expected.txt:
+        * platform/efl/fast/invalid/007-expected.png:
+        * platform/efl/fast/invalid/007-expected.txt:
+        * platform/efl/fast/invalid/008-expected.png:
+        * platform/efl/fast/invalid/008-expected.txt:
+        * platform/efl/fast/invalid/009-expected.png:
+        * platform/efl/fast/invalid/009-expected.txt:
+        * platform/efl/fast/invalid/010-expected.png:
+        * platform/efl/fast/invalid/010-expected.txt:
+        * platform/efl/fast/invalid/011-expected.png:
+        * platform/efl/fast/invalid/011-expected.txt:
+        * platform/efl/fast/invalid/012-expected.png:
+        * platform/efl/fast/invalid/012-expected.txt:
+        * platform/efl/fast/invalid/013-expected.png:
+        * platform/efl/fast/invalid/013-expected.txt:
+        * platform/efl/fast/invalid/014-expected.png:
+        * platform/efl/fast/invalid/014-expected.txt:
+        * platform/efl/fast/invalid/016-expected.png:
+        * platform/efl/fast/invalid/016-expected.txt:
+        * platform/efl/fast/invalid/017-expected.png:
+        * platform/efl/fast/invalid/017-expected.txt:
+        * platform/efl/fast/invalid/018-expected.png:
+        * platform/efl/fast/invalid/018-expected.txt:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (12/26).
+
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
+        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
+        * platform/efl/fast/css/rem-dynamic-scaling-expected.png:
+        * platform/efl/fast/css/rem-dynamic-scaling-expected.txt:
+        * platform/efl/fast/css/rem-units-on-root-expected.png:
+        * platform/efl/fast/css/rgb-float-expected.png:
+        * platform/efl/fast/css/rgb-float-expected.txt:
+        * platform/efl/fast/css/rtl-ordering-expected.png:
+        * platform/efl/fast/css/rtl-ordering-expected.txt:
+        * platform/efl/fast/css/rtl-to-viewport-expected.png:
+        * platform/efl/fast/css/rtl-to-viewport-expected.txt:
+        * platform/efl/fast/css/selector-set-attribute-expected.png:
+        * platform/efl/fast/css/selector-set-attribute-expected.txt:
+        * platform/efl/fast/css/shadow-multiple-expected.txt:
+        * platform/efl/fast/css/simple-selector-chain-parsing-expected.png:
+        * platform/efl/fast/css/simple-selector-chain-parsing-expected.txt:
+        * platform/efl/fast/css/square-button-appearance-expected.png:
+        * platform/efl/fast/css/style-outside-head-expected.png:
+        * platform/efl/fast/css/style-outside-head-expected.txt:
+        * platform/efl/fast/css/style-parsed-outside-head-expected.png:
+        * platform/efl/fast/css/style-parsed-outside-head-expected.txt:
+        * platform/efl/fast/css/table-text-align-quirk-expected.png:
+        * platform/efl/fast/css/table-text-align-quirk-expected.txt:
+        * platform/efl/fast/css/table-text-align-strict-expected.png:
+        * platform/efl/fast/css/table-text-align-strict-expected.txt:
+        * platform/efl/fast/css/target-fragment-match-expected.png:
+        * platform/efl/fast/css/target-fragment-match-expected.txt:
+        * platform/efl/fast/css/text-align-expected.png:
+        * platform/efl/fast/css/text-align-expected.txt:
+        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
+        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
+        * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png:
+        * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
+        * platform/efl/fast/css/text-overflow-ellipsis-expected.png:
+        * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
+        * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png:
+        * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
+        * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
+        * platform/efl/fast/css/text-overflow-input-expected.png:
+        * platform/efl/fast/css/text-overflow-input-expected.txt:
+        * platform/efl/fast/css/text-security-expected.png:
+        * platform/efl/fast/css/text-security-expected.txt:
+        * platform/efl/fast/css/text-transform-select-expected.png:
+        * platform/efl/fast/css/text-transform-select-expected.txt:
+        * platform/efl/fast/css/textCapitalizeEdgeCases-expected.png:
+        * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
+        * platform/efl/fast/css/transform-default-parameter-expected.png:
+        * platform/efl/fast/css/transform-default-parameter-expected.txt:
+        * platform/efl/fast/css/transformed-mask-expected.png:
+        * platform/efl/fast/css/transformed-mask-expected.txt:
+        * platform/efl/fast/css/transition-color-unspecified-expected.png:
+        * platform/efl/fast/css/universal-hover-quirk-expected.png:
+        * platform/efl/fast/css/universal-hover-quirk-expected.txt:
+        * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.png:
+        * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
+        * platform/efl/fast/css/vertical-align-lengths-expected.png:
+        * platform/efl/fast/css/vertical-align-lengths-expected.txt:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
+        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
+        * platform/efl/fast/css/visibility-hit-test-expected.png:
+        * platform/efl/fast/css/visibility-hit-test-expected.txt:
+        * platform/efl/fast/css/word-space-extra-expected.png:
+        * platform/efl/fast/css/word-space-extra-expected.txt:
+        * platform/efl/fast/css/zoom-font-size-expected.png:
+        * platform/efl/fast/css/zoom-font-size-expected.txt:
+        * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
+        * platform/efl/fast/doctypes/001-expected.png:
+        * platform/efl/fast/doctypes/001-expected.txt:
+        * platform/efl/fast/doctypes/002-expected.png:
+        * platform/efl/fast/doctypes/002-expected.txt:
+        * platform/efl/fast/doctypes/003-expected.png:
+        * platform/efl/fast/doctypes/003-expected.txt:
+        * platform/efl/fast/doctypes/004-expected.png:
+        * platform/efl/fast/doctypes/004-expected.txt:
+        * platform/efl/fast/dom/34176-expected.png:
+        * platform/efl/fast/dom/34176-expected.txt:
+        * platform/efl/fast/dom/52776-expected.png:
+        * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.png:
+        * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.txt:
+        * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
+        * platform/efl/fast/dom/Element/null-offset-parent-expected.png:
+        * platform/efl/fast/dom/Element/null-offset-parent-expected.txt:
+        * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
+        * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
+        * platform/efl/fast/dom/HTMLElement/bdo-expected.png:
+        * platform/efl/fast/dom/HTMLElement/bdo-expected.txt:
+        * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
+        * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.png:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.png:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.png:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.png:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.png:
+        * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
+        * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
+        * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
+        * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
+        * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
+        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
+        * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
+        * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.png:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
+        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.png:
+        * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
+        * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
+        * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
+        * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
+        * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
+        * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
+        * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.png:
+        * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.txt:
+        * platform/efl/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
+        * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
+        * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
+        * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.png:
+        * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
+        * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.png:
+        * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
+        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
+        * platform/efl/fast/dom/Range/create-contextual-fragment-expected.png:
+        * platform/efl/fast/dom/Range/create-contextual-fragment-expected.txt:
+        * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt:
+        * platform/efl/fast/dom/Range/getClientRects-expected.txt:
+        * platform/efl/fast/dom/Range/surroundContents-1-expected.png:
+        * platform/efl/fast/dom/Range/surroundContents-1-expected.txt:
+        * platform/efl/fast/dom/Window/btoa-pnglet-expected.png:
+        * platform/efl/fast/dom/Window/btoa-pnglet-expected.txt:
+        * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
+        * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
+        * platform/efl/fast/dom/anchor-text-expected.png:
+        * platform/efl/fast/dom/anchor-text-expected.txt:
+        * platform/efl/fast/dom/attr_dead_doc-expected.png:
+        * platform/efl/fast/dom/blur-contenteditable-expected.png:
+        * platform/efl/fast/dom/blur-contenteditable-expected.txt:
+        * platform/efl/fast/dom/children-nodes-expected.png:
+        * platform/efl/fast/dom/children-nodes-expected.txt:
+        * platform/efl/fast/dom/clone-contents-0-end-offset-expected.png:
+        * platform/efl/fast/dom/clone-contents-0-end-offset-expected.txt:
+        * platform/efl/fast/dom/clone-node-dynamic-style-expected.png:
+        * platform/efl/fast/dom/clone-node-dynamic-style-expected.txt:
+        * platform/efl/fast/dom/comment-not-documentElement-expected.png:
+        * platform/efl/fast/dom/comment-not-documentElement-expected.txt:
+        * platform/efl/fast/dom/createDocumentType-expected.png:
+        * platform/efl/fast/dom/createDocumentType-expected.txt:
+        * platform/efl/fast/dom/css-cached-import-rule-expected.png:
+        * platform/efl/fast/dom/css-insert-import-rule-expected.png:
+        * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.png:
+        * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.txt:
+        * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.png:
+        * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.txt:
+        * platform/efl/fast/dom/css-rule-functions-expected.png:
+        * platform/efl/fast/dom/css-rule-functions-expected.txt:
+        * platform/efl/fast/dom/focus-contenteditable-expected.png:
+        * platform/efl/fast/dom/focus-contenteditable-expected.txt:
+        * platform/efl/fast/dom/gc-10-expected.png:
+        * platform/efl/fast/dom/gc-10-expected.txt:
+        * platform/efl/fast/dom/importNodeHTML-expected.png:
+        * platform/efl/fast/dom/importNodeHTML-expected.txt:
+        * platform/efl/fast/dom/importNodeXML-expected.png:
+        * platform/efl/fast/dom/importNodeXML-expected.txt:
+        * platform/efl/fast/dom/inner-text-expected.png:
+        * platform/efl/fast/dom/inner-text-expected.txt:
+        * platform/efl/fast/dom/isindex-001-expected.png:
+        * platform/efl/fast/dom/isindex-001-expected.txt:
+        * platform/efl/fast/dom/isindex-002-expected.png:
+        * platform/efl/fast/dom/isindex-002-expected.txt:
+        * platform/efl/fast/dom/outerText-expected.png:
+        * platform/efl/fast/dom/outerText-expected.txt:
+        * platform/efl/fast/dom/row-inner-text-expected.png:
+        * platform/efl/fast/dom/row-inner-text-expected.txt:
+        * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.png:
+        * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
+        * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.png:
+        * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
+        * platform/efl/fast/dynamic/001-expected.png:
+        * platform/efl/fast/dynamic/002-expected.png:
+        * platform/efl/fast/dynamic/002-expected.txt:
+        * platform/efl/fast/dynamic/004-expected.png:
+        * platform/efl/fast/dynamic/004-expected.txt:
+        * platform/efl/fast/dynamic/006-expected.png:
+        * platform/efl/fast/dynamic/006-expected.txt:
+        * platform/efl/fast/dynamic/007-expected.png:
+        * platform/efl/fast/dynamic/007-expected.txt:
+        * platform/efl/fast/dynamic/008-expected.png:
+        * platform/efl/fast/dynamic/008-expected.txt:
+        * platform/efl/fast/dynamic/009-expected.png:
+        * platform/efl/fast/dynamic/009-expected.txt:
+        * platform/efl/fast/dynamic/010-expected.png:
+        * platform/efl/fast/dynamic/010-expected.txt:
+        * platform/efl/fast/dynamic/011-expected.png:
+        * platform/efl/fast/dynamic/011-expected.txt:
+        * platform/efl/fast/dynamic/013-expected.png:
+        * platform/efl/fast/dynamic/013-expected.txt:
+        * platform/efl/fast/dynamic/014-expected.png:
+        * platform/efl/fast/dynamic/014-expected.txt:
+        * platform/efl/fast/dynamic/015-expected.png:
+        * platform/efl/fast/dynamic/015-expected.txt:
+        * platform/efl/fast/dynamic/anchor-lock-expected.png:
+        * platform/efl/fast/dynamic/anchor-lock-expected.txt:
+        * platform/efl/fast/dynamic/anonymous-block-layer-lost-expected.png:
+        * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
+        * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
+        * platform/efl/fast/dynamic/containing-block-change-expected.png:
+        * platform/efl/fast/dynamic/containing-block-change-expected.txt:
+        * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
+        * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
+        * platform/efl/fast/dynamic/first-letter-after-list-marker-expected.png:
+        * platform/efl/fast/dynamic/first-letter-display-change-expected.png:
+        * platform/efl/fast/dynamic/first-letter-display-change-expected.txt:
+        * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
+        * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
+        * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
+        * platform/efl/fast/dynamic/float-no-longer-overhanging-expected.png:
+        * platform/efl/fast/dynamic/float-withdrawal-2-expected.png:
+        * platform/efl/fast/dynamic/float-withdrawal-expected.png:
+        * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
+        * platform/efl/fast/dynamic/floating-to-positioned-2-expected.png:
+        * platform/efl/fast/dynamic/floating-to-positioned-expected.png:
+        * platform/efl/fast/dynamic/genContentDestroyChildren-expected.png:
+        * platform/efl/fast/dynamic/genContentDestroyChildren-expected.txt:
+        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
+        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
+        * platform/efl/fast/dynamic/link-href-change-expected.png:
+        * platform/efl/fast/dynamic/link-href-change-expected.txt:
+        * platform/efl/fast/dynamic/move-node-with-selection-expected.png:
+        * platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
+        * platform/efl/fast/dynamic/noninlinebadness-expected.png:
+        * platform/efl/fast/dynamic/noninlinebadness-expected.txt:
+        * platform/efl/fast/dynamic/outerHTML-doc-expected.png:
+        * platform/efl/fast/dynamic/outerHTML-doc-expected.txt:
+        * platform/efl/fast/dynamic/outerHTML-img-expected.png:
+        * platform/efl/fast/dynamic/outerHTML-img-expected.txt:
+        * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
+        * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
+        * platform/efl/fast/dynamic/selection-highlight-adjust-expected.png:
+        * platform/efl/fast/dynamic/selection-highlight-adjust-expected.txt:
+        * platform/efl/fast/dynamic/staticY-expected.png:
+        * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.png:
+        * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.txt:
+        * platform/efl/fast/dynamic/text-combine-expected.png:
+        * platform/efl/fast/dynamic/text-combine-expected.txt:
+        * platform/efl/fast/dynamic/view-overflow-expected.png:
+        * platform/efl/fast/dynamic/view-overflow-expected.txt:
+        * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.png:
+        * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.txt:
+        * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
+        * platform/efl/fast/encoding/invalid-UTF-8-expected.png:
+        * platform/efl/fast/encoding/invalid-UTF-8-expected.txt:
+        * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
+        * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
+        * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
+        * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
+        * platform/efl/fast/encoding/xmacroman-encoding-test-expected.png:
+        * platform/efl/fast/encoding/xmacroman-encoding-test-expected.txt:
+        * platform/efl/fast/events/autoscroll-expected.png:
+        * platform/efl/fast/events/autoscroll-expected.txt:
+        * platform/efl/fast/events/context-no-deselect-expected.png:
+        * platform/efl/fast/events/context-no-deselect-expected.txt:
+        * platform/efl/fast/events/event-listener-on-link-expected.png:
+        * platform/efl/fast/events/event-listener-on-link-expected.txt:
+        * platform/efl/fast/events/onload-re-entry-expected.png:
+        * platform/efl/fast/events/onload-re-entry-expected.txt:
+        * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt:
+        * platform/efl/fast/events/pointer-events-2-expected.png:
+        * platform/efl/fast/events/pointer-events-2-expected.txt:
+        * platform/efl/fast/events/resize-events-expected.png:
+        * platform/efl/fast/events/resize-events-expected.txt:
+        * platform/efl/fast/events/reveal-link-when-focused-expected.png:
+        * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
+        * platform/efl/fast/events/updateLayoutForHitTest-expected.png:
+        * platform/efl/fast/events/updateLayoutForHitTest-expected.txt:
+        * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
+        * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
+        * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
+        * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
+        * platform/efl/fast/flexbox/001-expected.png:
+        * platform/efl/fast/flexbox/001-expected.txt:
+        * platform/efl/fast/flexbox/002-expected.png:
+        * platform/efl/fast/flexbox/002-expected.txt:
+        * platform/efl/fast/flexbox/003-expected.png:
+        * platform/efl/fast/flexbox/003-expected.txt:
+        * platform/efl/fast/flexbox/004-expected.png:
+        * platform/efl/fast/flexbox/004-expected.txt:
+        * platform/efl/fast/flexbox/005-expected.png:
+        * platform/efl/fast/flexbox/005-expected.txt:
+        * platform/efl/fast/flexbox/006-expected.png:
+        * platform/efl/fast/flexbox/006-expected.txt:
+        * platform/efl/fast/flexbox/007-expected.png:
+        * platform/efl/fast/flexbox/007-expected.txt:
+        * platform/efl/fast/flexbox/008-expected.png:
+        * platform/efl/fast/flexbox/008-expected.txt:
+        * platform/efl/fast/flexbox/009-expected.png:
+        * platform/efl/fast/flexbox/009-expected.txt:
+        * platform/efl/fast/flexbox/010-expected.png:
+        * platform/efl/fast/flexbox/010-expected.txt:
+        * platform/efl/fast/flexbox/011-expected.png:
+        * platform/efl/fast/flexbox/012-expected.png:
+        * platform/efl/fast/flexbox/012-expected.txt:
+        * platform/efl/fast/flexbox/013-expected.png:
+        * platform/efl/fast/flexbox/013-expected.txt:
+        * platform/efl/fast/flexbox/014-expected.png:
+        * platform/efl/fast/flexbox/014-expected.txt:
+        * platform/efl/fast/flexbox/015-expected.png:
+        * platform/efl/fast/flexbox/015-expected.txt:
+        * platform/efl/fast/flexbox/016-expected.png:
+        * platform/efl/fast/flexbox/016-expected.txt:
+        * platform/efl/fast/flexbox/017-expected.png:
+        * platform/efl/fast/flexbox/017-expected.txt:
+        * platform/efl/fast/flexbox/018-expected.png:
+        * platform/efl/fast/flexbox/018-expected.txt:
+        * platform/efl/fast/flexbox/019-expected.png:
+        * platform/efl/fast/flexbox/019-expected.txt:
+        * platform/efl/fast/flexbox/020-expected.png:
+        * platform/efl/fast/flexbox/020-expected.txt:
+        * platform/efl/fast/flexbox/021-expected.png:
+        * platform/efl/fast/flexbox/021-expected.txt:
+        * platform/efl/fast/flexbox/022-expected.png:
+        * platform/efl/fast/flexbox/022-expected.txt:
+        * platform/efl/fast/flexbox/023-expected.png:
+        * platform/efl/fast/flexbox/023-expected.txt:
+        * platform/efl/fast/flexbox/024-expected.png:
+        * platform/efl/fast/flexbox/024-expected.txt:
+        * platform/efl/fast/flexbox/025-expected.png:
+        * platform/efl/fast/flexbox/025-expected.txt:
+        * platform/efl/fast/flexbox/026-expected.png:
+        * platform/efl/fast/flexbox/026-expected.txt:
+        * platform/efl/fast/flexbox/flex-hang-expected.png:
+        * platform/efl/fast/flexbox/overhanging-floats-removed-expected.png:
+        * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt:
+        * platform/efl/fast/forms/001-expected.png:
+        * platform/efl/fast/forms/001-expected.txt:
+        * platform/efl/fast/forms/002-expected.png:
+        * platform/efl/fast/forms/003-expected.png:
+        * platform/efl/fast/forms/003-expected.txt:
+        * platform/efl/fast/forms/004-expected.png:
+        * platform/efl/fast/forms/004-expected.txt:
+        * platform/efl/fast/forms/006-expected.png:
+        * platform/efl/fast/forms/006-expected.txt:
+        * platform/efl/fast/forms/007-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
+        * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
+        * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
+        * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
+        * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt:
+        * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
+        * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png:
+        * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
+        * platform/efl/fast/forms/basic-buttons-expected.png:
+        * platform/efl/fast/forms/basic-buttons-expected.txt:
+        * platform/efl/fast/forms/basic-inputs-expected.png:
+        * platform/efl/fast/forms/basic-inputs-expected.txt:
+        * platform/efl/fast/forms/basic-textareas-expected.png:
+        * platform/efl/fast/forms/basic-textareas-expected.txt:
+        * platform/efl/fast/forms/blankbuttons-expected.png:
+        * platform/efl/fast/forms/blankbuttons-expected.txt:
+        * platform/efl/fast/forms/box-shadow-override-expected.png:
+        * platform/efl/fast/forms/box-shadow-override-expected.txt:
+        * platform/efl/fast/forms/button-align-expected.png:
+        * platform/efl/fast/forms/button-align-expected.txt:
+        * platform/efl/fast/forms/button-cannot-be-nested-expected.png:
+        * platform/efl/fast/forms/button-cannot-be-nested-expected.txt:
+        * platform/efl/fast/forms/button-default-title-expected.png:
+        * platform/efl/fast/forms/button-generated-content-expected.png:
+        * platform/efl/fast/forms/button-generated-content-expected.txt:
+        * platform/efl/fast/forms/button-inner-block-reuse-expected.png:
+        * platform/efl/fast/forms/button-inner-block-reuse-expected.txt:
+        * platform/efl/fast/forms/button-positioned-expected.png:
+        * platform/efl/fast/forms/button-positioned-expected.txt:
+        * platform/efl/fast/forms/button-sizes-expected.png:
+        * platform/efl/fast/forms/button-sizes-expected.txt:
+        * platform/efl/fast/forms/button-style-color-expected.png:
+        * platform/efl/fast/forms/button-style-color-expected.txt:
+        * platform/efl/fast/forms/button-submit-expected.png:
+        * platform/efl/fast/forms/button-submit-expected.txt:
+        * platform/efl/fast/forms/button-table-styles-expected.png:
+        * platform/efl/fast/forms/button-table-styles-expected.txt:
+        * platform/efl/fast/forms/button-text-transform-expected.png:
+        * platform/efl/fast/forms/button-text-transform-expected.txt:
+        * platform/efl/fast/forms/button-white-space-expected.png:
+        * platform/efl/fast/forms/button-white-space-expected.txt:
+        * platform/efl/fast/forms/caret-rtl-expected.png:
+        * platform/efl/fast/forms/caret-rtl-expected.txt:
+        * platform/efl/fast/forms/control-clip-expected.png:
+        * platform/efl/fast/forms/control-clip-expected.txt:
+        * platform/efl/fast/forms/control-clip-overflow-expected.png:
+        * platform/efl/fast/forms/control-clip-overflow-expected.txt:
+        * platform/efl/fast/forms/control-restrict-line-height-expected.png:
+        * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
+        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
+        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
+        * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
+        * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png:
+        * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:
+        * platform/efl/fast/forms/disabled-select-change-index-expected.png:
+        * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
+        * platform/efl/fast/forms/encoding-test-expected.png:
+        * platform/efl/fast/forms/encoding-test-expected.txt:
+        * platform/efl/fast/forms/fieldset-align-expected.png:
+        * platform/efl/fast/forms/fieldset-align-expected.txt:
+        * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
+        * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
+        * platform/efl/fast/forms/fieldset-with-float-expected.png:
+        * platform/efl/fast/forms/fieldset-with-float-expected.txt:
+        * platform/efl/fast/forms/file/file-input-direction-expected.png:
+        * platform/efl/fast/forms/file/file-input-direction-expected.txt:
+        * platform/efl/fast/forms/file/file-input-disabled-expected.png:
+        * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
+        * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
+        * platform/efl/fast/forms/float-before-fieldset-expected.png:
+        * platform/efl/fast/forms/float-before-fieldset-expected.txt:
+        * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
+        * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
+        * platform/efl/fast/forms/form-added-to-table-expected.png:
+        * platform/efl/fast/forms/form-added-to-table-expected.txt:
+        * platform/efl/fast/forms/form-element-geometry-expected.png:
+        * platform/efl/fast/forms/form-element-geometry-expected.txt:
+        * platform/efl/fast/forms/form-hides-table-expected.png:
+        * platform/efl/fast/forms/form-hides-table-expected.txt:
+        * platform/efl/fast/forms/form-in-malformed-markup-expected.png:
+        * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
+        * platform/efl/fast/forms/formmove-expected.png:
+        * platform/efl/fast/forms/formmove-expected.txt:
+        * platform/efl/fast/forms/formmove2-expected.png:
+        * platform/efl/fast/forms/formmove2-expected.txt:
+        * platform/efl/fast/forms/formmove3-expected.png:
+        * platform/efl/fast/forms/formmove3-expected.txt:
+        * platform/efl/fast/forms/hidden-listbox-expected.png:
+        * platform/efl/fast/forms/hidden-listbox-expected.txt:
+        * platform/efl/fast/forms/image-border-expected.png:
+        * platform/efl/fast/forms/image-border-expected.txt:
+        * platform/efl/fast/forms/indeterminate-expected.png:
+        * platform/efl/fast/forms/indeterminate-expected.txt:
+        * platform/efl/fast/forms/input-align-image-expected.png:
+        * platform/efl/fast/forms/input-align-image-expected.txt:
+        * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
+        * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt:
+        * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
+        * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
+        * platform/efl/fast/forms/input-appearance-disabled-expected.png:
+        * platform/efl/fast/forms/input-appearance-disabled-expected.txt:
+        * platform/efl/fast/forms/input-appearance-focus-expected.png:
+        * platform/efl/fast/forms/input-appearance-focus-expected.txt:
+        * platform/efl/fast/forms/input-appearance-height-expected.png:
+        * platform/efl/fast/forms/input-appearance-height-expected.txt:
+        * platform/efl/fast/forms/input-appearance-preventDefault-expected.png:
+        * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
+
+2013-01-18  Manuel Rego Casasnovas  <rego@igalia.com>
+
+        [GTK] Implement LayoutTestController::addUserScript
+        https://bugs.webkit.org/show_bug.cgi?id=107275
+
+        Reviewed by Philippe Normand.
+
+        * platform/gtk-wk2/TestExpectations: Remove
+        plugins/plugin-document-load-prevented-userscript.html.
+        * platform/gtk/TestExpectations: Remove
+        plugins/plugin-document-load-prevented-userscript.html.
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (11/26).
+
+        * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.png:
+        * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
+        * platform/efl/fast/borders/mixed-border-styles-expected.png:
+        * platform/efl/fast/borders/mixed-border-styles-expected.txt:
+        * platform/efl/fast/borders/mixed-border-styles-radius-expected.txt:
+        * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
+        * platform/efl/fast/borders/mixed-border-styles-radius2-expected.txt:
+        * platform/efl/fast/borders/outline-alpha-block-expected.png:
+        * platform/efl/fast/borders/outline-alpha-inline-expected.png:
+        * platform/efl/fast/borders/outline-offset-min-assert-expected.png:
+        * platform/efl/fast/borders/rtl-border-01-expected.png:
+        * platform/efl/fast/borders/rtl-border-01-expected.txt:
+        * platform/efl/fast/borders/rtl-border-02-expected.png:
+        * platform/efl/fast/borders/rtl-border-02-expected.txt:
+        * platform/efl/fast/borders/rtl-border-03-expected.png:
+        * platform/efl/fast/borders/rtl-border-03-expected.txt:
+        * platform/efl/fast/borders/rtl-border-04-expected.png:
+        * platform/efl/fast/borders/rtl-border-04-expected.txt:
+        * platform/efl/fast/borders/rtl-border-05-expected.png:
+        * platform/efl/fast/borders/rtl-border-05-expected.txt:
+        * platform/efl/fast/borders/scaled-border-image-expected.png:
+        * platform/efl/fast/borders/scaled-border-image-expected.txt:
+        * platform/efl/fast/borders/table-borders-expected.png:
+        * platform/efl/fast/borders/table-borders-expected.txt:
+        * platform/efl/fast/borders/webkit-border-radius-expected.png:
+        * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
+        * platform/efl/fast/box-shadow/border-radius-big-expected.png:
+        * platform/efl/fast/box-shadow/border-radius-big-expected.txt:
+        * platform/efl/fast/box-shadow/box-shadow-transformed-expected.txt:
+        * platform/efl/fast/box-shadow/inset-box-shadow-radius-expected.txt:
+        * platform/efl/fast/box-shadow/inset-box-shadows-expected.txt:
+        * platform/efl/fast/box-shadow/inset-expected.txt:
+        * platform/efl/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
+        * platform/efl/fast/box-shadow/no-blur-multiple-offsets-expected.png:
+        * platform/efl/fast/box-shadow/spread-expected.png:
+        * platform/efl/fast/box-shadow/spread-multiple-inset-expected.png:
+        * platform/efl/fast/box-shadow/spread-multiple-normal-expected.png:
+        * platform/efl/fast/box-shadow/transform-fringing-expected.png:
+        * platform/efl/fast/box-shadow/transform-fringing-expected.txt:
+        * platform/efl/fast/box-sizing/panels-one-expected.png:
+        * platform/efl/fast/box-sizing/panels-one-expected.txt:
+        * platform/efl/fast/box-sizing/panels-two-expected.png:
+        * platform/efl/fast/box-sizing/panels-two-expected.txt:
+        * platform/efl/fast/box-sizing/percentage-height-expected.png:
+        * platform/efl/fast/box-sizing/percentage-height-expected.txt:
+        * platform/efl/fast/canvas/arc360-expected.png:
+        * platform/efl/fast/canvas/canvas-as-image-expected.png:
+        * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
+        * platform/efl/fast/canvas/canvas-before-css-expected.png:
+        * platform/efl/fast/canvas/canvas-bg-expected.png:
+        * platform/efl/fast/canvas/canvas-composite-expected.png:
+        * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
+        * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
+        * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
+        * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
+        * platform/efl/fast/canvas/canvas-resize-reset-expected.png:
+        * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.png:
+        * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.txt:
+        * platform/efl/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/efl/fast/canvas/canvas-text-baseline-expected.png:
+        * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
+        * platform/efl/fast/canvas/canvas-zoom-expected.png:
+        * platform/efl/fast/canvas/canvas-zoom-expected.txt:
+        * platform/efl/fast/canvas/canvasDrawingIntoSelf-expected.png:
+        * platform/efl/fast/canvas/check-stale-putImageData-expected.png:
+        * platform/efl/fast/canvas/drawImage-expected.png:
+        * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
+        * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
+        * platform/efl/fast/canvas/fillrect_gradient-expected.png:
+        * platform/efl/fast/canvas/gradient-add-second-start-end-stop-expected.png:
+        * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
+        * platform/efl/fast/canvas/image-pattern-rotate-expected.png:
+        * platform/efl/fast/canvas/patternfill-repeat-expected.png:
+        * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
+        * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
+        * platform/efl/fast/canvas/shadow-offset-1-expected.png:
+        * platform/efl/fast/canvas/shadow-offset-2-expected.png:
+        * platform/efl/fast/canvas/shadow-offset-3-expected.png:
+        * platform/efl/fast/canvas/shadow-offset-4-expected.png:
+        * platform/efl/fast/canvas/shadow-offset-5-expected.png:
+        * platform/efl/fast/canvas/shadow-offset-6-expected.png:
+        * platform/efl/fast/canvas/shadow-offset-7-expected.png:
+        * platform/efl/fast/canvas/toDataURL-alpha-expected.png:
+        * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
+        * platform/efl/fast/clip/001-expected.png:
+        * platform/efl/fast/clip/001-expected.txt:
+        * platform/efl/fast/clip/002-expected.png:
+        * platform/efl/fast/clip/002-expected.txt:
+        * platform/efl/fast/clip/003-expected.png:
+        * platform/efl/fast/clip/003-expected.txt:
+        * platform/efl/fast/clip/004-expected.png:
+        * platform/efl/fast/clip/004-expected.txt:
+        * platform/efl/fast/clip/005-expected.png:
+        * platform/efl/fast/clip/005-expected.txt:
+        * platform/efl/fast/clip/006-expected.png:
+        * platform/efl/fast/clip/006-expected.txt:
+        * platform/efl/fast/clip/007-expected.png:
+        * platform/efl/fast/clip/007-expected.txt:
+        * platform/efl/fast/clip/008-expected.png:
+        * platform/efl/fast/clip/009-expected.png:
+        * platform/efl/fast/clip/009-expected.txt:
+        * platform/efl/fast/clip/010-expected.png:
+        * platform/efl/fast/clip/010-expected.txt:
+        * platform/efl/fast/clip/011-expected.png:
+        * platform/efl/fast/clip/012-expected.png:
+        * platform/efl/fast/clip/013-expected.png:
+        * platform/efl/fast/clip/013-expected.txt:
+        * platform/efl/fast/clip/014-expected.png:
+        * platform/efl/fast/clip/014-expected.txt:
+        * platform/efl/fast/clip/015-expected.png:
+        * platform/efl/fast/clip/015-expected.txt:
+        * platform/efl/fast/clip/016-expected.png:
+        * platform/efl/fast/clip/016-expected.txt:
+        * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
+        * platform/efl/fast/clip/nestedTransparencyClip-expected.txt:
+        * platform/efl/fast/clip/outline-overflowClip-expected.png:
+        * platform/efl/fast/clip/outline-overflowClip-expected.txt:
+        * platform/efl/fast/clip/overflow-border-radius-clip-expected.png:
+        * platform/efl/fast/clip/overflow-border-radius-clip-expected.txt:
+        * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
+        * platform/efl/fast/clip/overflow-border-radius-combinations-expected.txt:
+        * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
+        * platform/efl/fast/clip/overflow-border-radius-composited-expected.txt:
+        * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
+        * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.txt:
+        * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
+        * platform/efl/fast/clip/overflow-border-radius-transformed-expected.txt:
+        * platform/efl/fast/compact/001-expected.png:
+        * platform/efl/fast/compact/002-expected.png:
+        * platform/efl/fast/compact/002-expected.txt:
+        * platform/efl/fast/compact/003-expected.png:
+        * platform/efl/fast/compact/003-expected.txt:
+        * platform/efl/fast/css-generated-content/001-expected.png:
+        * platform/efl/fast/css-generated-content/001-expected.txt:
+        * platform/efl/fast/css-generated-content/002-expected.png:
+        * platform/efl/fast/css-generated-content/002-expected.txt:
+        * platform/efl/fast/css-generated-content/003-expected.png:
+        * platform/efl/fast/css-generated-content/003-expected.txt:
+        * platform/efl/fast/css-generated-content/004-expected.png:
+        * platform/efl/fast/css-generated-content/004-expected.txt:
+        * platform/efl/fast/css-generated-content/005-expected.png:
+        * platform/efl/fast/css-generated-content/005-expected.txt:
+        * platform/efl/fast/css-generated-content/007-expected.png:
+        * platform/efl/fast/css-generated-content/007-expected.txt:
+        * platform/efl/fast/css-generated-content/008-expected.png:
+        * platform/efl/fast/css-generated-content/008-expected.txt:
+        * platform/efl/fast/css-generated-content/009-expected.png:
+        * platform/efl/fast/css-generated-content/009-expected.txt:
+        * platform/efl/fast/css-generated-content/010-expected.png:
+        * platform/efl/fast/css-generated-content/010-expected.txt:
+        * platform/efl/fast/css-generated-content/011-expected.png:
+        * platform/efl/fast/css-generated-content/011-expected.txt:
+        * platform/efl/fast/css-generated-content/012-expected.png:
+        * platform/efl/fast/css-generated-content/012-expected.txt:
+        * platform/efl/fast/css-generated-content/013-expected.png:
+        * platform/efl/fast/css-generated-content/013-expected.txt:
+        * platform/efl/fast/css-generated-content/014-expected.png:
+        * platform/efl/fast/css-generated-content/014-expected.txt:
+        * platform/efl/fast/css-generated-content/015-expected.png:
+        * platform/efl/fast/css-generated-content/015-expected.txt:
+        * platform/efl/fast/css-generated-content/016-expected.png:
+        * platform/efl/fast/css-generated-content/016-expected.txt:
+        * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.png:
+        * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.txt:
+        * platform/efl/fast/css-generated-content/after-order-expected.png:
+        * platform/efl/fast/css-generated-content/after-order-expected.txt:
+        * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
+        * platform/efl/fast/css-generated-content/before-with-first-letter-expected.txt:
+        * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
+        * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
+        * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
+        * platform/efl/fast/css-generated-content/hover-style-change-expected.txt:
+        * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
+        * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
+        * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
+        * platform/efl/fast/css-generated-content/no-openclose-quote-expected.png:
+        * platform/efl/fast/css-generated-content/no-openclose-quote-expected.txt:
+        * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
+        * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
+        * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
+        * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
+        * platform/efl/fast/css-generated-content/table-cell-before-content-expected.png:
+        * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
+        * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.png:
+        * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
+        * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
+        * platform/efl/fast/css-generated-content/table-row-before-after-expected.png:
+        * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
+        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
+        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
+        * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.png:
+        * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
+        * platform/efl/fast/css-generated-content/table-row-with-before-expected.png:
+        * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
+        * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
+        * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
+        * platform/efl/fast/css-generated-content/table-with-before-expected.png:
+        * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
+        * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.png:
+        * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
+        * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
+        * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.txt:
+        * platform/efl/fast/css/001-expected.png:
+        * platform/efl/fast/css/001-expected.txt:
+        * platform/efl/fast/css/002-expected.png:
+        * platform/efl/fast/css/003-expected.png:
+        * platform/efl/fast/css/003-expected.txt:
+        * platform/efl/fast/css/004-expected.png:
+        * platform/efl/fast/css/004-expected.txt:
+        * platform/efl/fast/css/005-expected.png:
+        * platform/efl/fast/css/005-expected.txt:
+        * platform/efl/fast/css/006-expected.png:
+        * platform/efl/fast/css/007-expected.png:
+        * platform/efl/fast/css/007-expected.txt:
+        * platform/efl/fast/css/008-expected.png:
+        * platform/efl/fast/css/008-expected.txt:
+        * platform/efl/fast/css/ZeroOpacityLayers-expected.png:
+        * platform/efl/fast/css/ZeroOpacityLayers-expected.txt:
+        * platform/efl/fast/css/ZeroOpacityLayers2-expected.png:
+        * platform/efl/fast/css/ZeroOpacityLayers2-expected.txt:
+        * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
+        * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
+        * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.png:
+        * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
+        * platform/efl/fast/css/acid2-expected.png:
+        * platform/efl/fast/css/acid2-pixel-expected.png:
+        * platform/efl/fast/css/attribute-selector-dynamic-expected.png:
+        * platform/efl/fast/css/attribute-selector-dynamic-expected.txt:
+        * platform/efl/fast/css/attribute-selector-empty-value-expected.png:
+        * platform/efl/fast/css/attribute-selector-empty-value-expected.txt:
+        * platform/efl/fast/css/background-clip-values-expected.png:
+        * platform/efl/fast/css/background-image-with-baseurl-expected.png:
+        * platform/efl/fast/css/background-image-with-baseurl-expected.txt:
+        * platform/efl/fast/css/background-shorthand-invalid-url-expected.png:
+        * platform/efl/fast/css/background-shorthand-invalid-url-expected.txt:
+        * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.png:
+        * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.txt:
+        * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.png:
+        * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.txt:
+        * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.png:
+        * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
+        * platform/efl/fast/css/bogus-color-span-expected.png:
+        * platform/efl/fast/css/border-height-expected.png:
+        * platform/efl/fast/css/border-radius-non-negative-expected.png:
+        * platform/efl/fast/css/border-radius-outline-offset-expected.png:
+        * platform/efl/fast/css/border-radius-outline-offset-expected.txt:
+        * platform/efl/fast/css/border-solid-single-edge-antialias-expected.png:
+        * platform/efl/fast/css/caption-width-absolute-position-expected.png:
+        * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.png:
+        * platform/efl/fast/css/caption-width-fixed-position-expected.png:
+        * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.png:
+        * platform/efl/fast/css/caption-width-relative-position-expected.png:
+        * platform/efl/fast/css/caption-width-relative-position-expected.txt:
+        * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.png:
+        * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt:
+        * platform/efl/fast/css/child-style-can-override-visited-style-expected.png:
+        * platform/efl/fast/css/child-style-can-override-visited-style-expected.txt:
+        * platform/efl/fast/css/clip-text-in-scaled-div-expected.png:
+        * platform/efl/fast/css/clip-text-in-scaled-div-expected.txt:
+        * platform/efl/fast/css/clip-zooming-expected.png:
+        * platform/efl/fast/css/clip-zooming-expected.txt:
+        * platform/efl/fast/css/color-leakage-expected.png:
+        * platform/efl/fast/css/color-quirk-expected.png:
+        * platform/efl/fast/css/color-quirk-expected.txt:
+        * platform/efl/fast/css/color-strict-expected.png:
+        * platform/efl/fast/css/color-strict-expected.txt:
+        * platform/efl/fast/css/compare-content-style-expected.png:
+        * platform/efl/fast/css/compare-content-style-expected.txt:
+        * platform/efl/fast/css/content-dynamic-expected.png:
+        * platform/efl/fast/css/contentDiv-expected.png:
+        * platform/efl/fast/css/contentDivWithChildren-expected.png:
+        * platform/efl/fast/css/contentImage-expected.png:
+        * platform/efl/fast/css/continuationCrash-expected.png:
+        * platform/efl/fast/css/continuationCrash-expected.txt:
+        * platform/efl/fast/css/counters/counter-text-security-expected.png:
+        * platform/efl/fast/css/counters/counter-text-security-expected.txt:
+        * platform/efl/fast/css/counters/counter-text-transform-expected.png:
+        * platform/efl/fast/css/counters/counter-text-transform-expected.txt:
+        * platform/efl/fast/css/create_element_align-expected.png:
+        * platform/efl/fast/css/create_element_align-expected.txt:
+        * platform/efl/fast/css/css-imports-expected.png:
+        * platform/efl/fast/css/css-imports-expected.txt:
+        * platform/efl/fast/css/css1_forward_compatible_parsing-expected.png:
+        * platform/efl/fast/css/css1_forward_compatible_parsing-expected.txt:
+        * platform/efl/fast/css/css2-system-fonts-expected.png:
+        * platform/efl/fast/css/css3-modsel-22-expected.png:
+        * platform/efl/fast/css/css3-modsel-22-expected.txt:
+        * platform/efl/fast/css/css3-nth-child-expected.png:
+        * platform/efl/fast/css/css3-nth-child-expected.txt:
+        * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.png:
+        * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.txt:
+        * platform/efl/fast/css/disabled-author-styles-expected.png:
+        * platform/efl/fast/css/disabled-author-styles-expected.txt:
+        * platform/efl/fast/css/dynamic-sibling-selector-expected.png:
+        * platform/efl/fast/css/dynamic-sibling-selector-expected.txt:
+        * platform/efl/fast/css/empty-body-test-expected.png:
+        * platform/efl/fast/css/empty-body-test-expected.txt:
+        * platform/efl/fast/css/empty-generated-content-expected.png:
+        * platform/efl/fast/css/empty-generated-content-expected.txt:
+        * platform/efl/fast/css/empty-inline-003-quirksmode-expected.txt:
+        * platform/efl/fast/css/empty-inline-line-height-first-line-expected.txt:
+        * platform/efl/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt:
+        * platform/efl/fast/css/empty-pseudo-class-expected.png:
+        * platform/efl/fast/css/empty-pseudo-class-expected.txt:
+        * platform/efl/fast/css/error-in-last-decl-expected.png:
+        * platform/efl/fast/css/error-in-last-decl-expected.txt:
+        * platform/efl/fast/css/ex-after-font-variant-expected.png:
+        * platform/efl/fast/css/ex-after-font-variant-expected.txt:
+        * platform/efl/fast/css/fieldset-display-row-expected.png:
+        * platform/efl/fast/css/fieldset-display-row-expected.txt:
+        * platform/efl/fast/css/find-next-layer-expected.png:
+        * platform/efl/fast/css/find-next-layer-expected.txt:
+        * platform/efl/fast/css/first-child-pseudo-class-expected.png:
+        * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
+        * platform/efl/fast/css/first-letter-capitalized-expected.png:
+        * platform/efl/fast/css/first-letter-capitalized-expected.txt:
+        * platform/efl/fast/css/first-letter-detach-expected.png:
+        * platform/efl/fast/css/first-letter-detach-expected.txt:
+        * platform/efl/fast/css/first-letter-first-line-hover-expected.png:
+        * platform/efl/fast/css/first-letter-first-line-hover-expected.txt:
+        * platform/efl/fast/css/first-letter-float-after-float-expected.png:
+        * platform/efl/fast/css/first-letter-float-after-float-expected.txt:
+        * platform/efl/fast/css/first-letter-float-expected.png:
+        * platform/efl/fast/css/first-letter-float-expected.txt:
+        * platform/efl/fast/css/first-letter-hover-expected.png:
+        * platform/efl/fast/css/first-letter-hover-expected.txt:
+        * platform/efl/fast/css/first-letter-punctuation-expected.png:
+        * platform/efl/fast/css/first-letter-punctuation-expected.txt:
+        * platform/efl/fast/css/first-letter-recalculation-expected.png:
+        * platform/efl/fast/css/first-letter-recalculation-expected.txt:
+        * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png:
+        * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt:
+        * platform/efl/fast/css/first-letter-visibility-expected.png:
+        * platform/efl/fast/css/first-letter-visibility-expected.txt:
+        * platform/efl/fast/css/first-line-text-decoration-expected.png:
+        * platform/efl/fast/css/first-line-text-decoration-expected.txt:
+        * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
+        * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
+        * platform/efl/fast/css/first-of-type-pseudo-class-expected.png:
+        * platform/efl/fast/css/first-of-type-pseudo-class-expected.txt:
+        * platform/efl/fast/css/focus-ring-detached-expected.png:
+        * platform/efl/fast/css/focus-ring-detached-expected.txt:
+        * platform/efl/fast/css/focus-ring-multiline-expected.png:
+        * platform/efl/fast/css/focus-ring-multiline-expected.txt:
+        * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
+        * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
+        * platform/efl/fast/css/focus-ring-outline-color-expected.png:
+        * platform/efl/fast/css/focus-ring-outline-color-expected.txt:
+        * platform/efl/fast/css/focus-ring-outline-offset-expected.png:
+        * platform/efl/fast/css/focus-ring-outline-offset-expected.txt:
+        * platform/efl/fast/css/focus-ring-outline-width-expected.png:
+        * platform/efl/fast/css/focus-ring-outline-width-expected.txt:
+        * platform/efl/fast/css/font-face-default-font-expected.png:
+        * platform/efl/fast/css/font-face-default-font-expected.txt:
+        * platform/efl/fast/css/font-face-implicit-local-font-expected.png:
+        * platform/efl/fast/css/font-face-implicit-local-font-expected.txt:
+        * platform/efl/fast/css/font-face-in-media-rule-expected.png:
+        * platform/efl/fast/css/font-face-in-media-rule-expected.txt:
+        * platform/efl/fast/css/font-face-locally-installed-expected.png:
+        * platform/efl/fast/css/font-face-locally-installed-expected.txt:
+        * platform/efl/fast/css/font-face-multiple-faces-expected.png:
+        * platform/efl/fast/css/font-face-multiple-faces-expected.txt:
+        * platform/efl/fast/css/font-face-multiple-remote-sources-expected.png:
+        * platform/efl/fast/css/font-face-opentype-expected.png:
+        * platform/efl/fast/css/font-face-opentype-expected.txt:
+        * platform/efl/fast/css/font-face-remote-expected.png:
+        * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.png:
+        * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.txt:
+        * platform/efl/fast/css/font-face-unicode-range-expected.png:
+        * platform/efl/fast/css/font-face-unicode-range-expected.txt:
+        * platform/efl/fast/css/font-face-weight-matching-expected.png:
+        * platform/efl/fast/css/font-face-weight-matching-expected.txt:
+        * platform/efl/fast/css/font-face-woff-expected.png:
+        * platform/efl/fast/css/font-face-woff-expected.txt:
+        * platform/efl/fast/css/font-shorthand-weight-only-expected.png:
+        * platform/efl/fast/css/font-shorthand-weight-only-expected.txt:
+        * platform/efl/fast/css/font-size-negative-expected.png:
+        * platform/efl/fast/css/font-smoothing-expected.txt:
+        * platform/efl/fast/css/font-weight-1-expected.txt:
+        * platform/efl/fast/css/font_property_normal-expected.png:
+        * platform/efl/fast/css/font_property_normal-expected.txt:
+        * platform/efl/fast/css/h1-in-section-elements-expected.png:
+        * platform/efl/fast/css/h1-in-section-elements-expected.txt:
+        * platform/efl/fast/css/hover-subselector-expected.png:
+        * platform/efl/fast/css/hover-subselector-expected.txt:
+        * platform/efl/fast/css/hsl-color-expected.png:
+        * platform/efl/fast/css/hsla-color-expected.png:
+        * platform/efl/fast/css/ignore-text-zoom-expected.png:
+        * platform/efl/fast/css/ignore-text-zoom-expected.txt:
+        * platform/efl/fast/css/imageTileOpacity-expected.png:
+        * platform/efl/fast/css/import-rule-regression-11590-expected.png:
+        * platform/efl/fast/css/import-rule-regression-11590-expected.txt:
+        * platform/efl/fast/css/import_with_baseurl-expected.png:
+        * platform/efl/fast/css/import_with_baseurl-expected.txt:
+        * platform/efl/fast/css/inline-element-line-break-expected.png:
+        * platform/efl/fast/css/inline-element-line-break-expected.txt:
+        * platform/efl/fast/css/inline-properties-important-expected.png:
+        * platform/efl/fast/css/inline-properties-important-expected.txt:
+        * platform/efl/fast/css/input-search-padding-expected.txt:
+        * platform/efl/fast/css/invalid-percentage-property-expected.png:
+        * platform/efl/fast/css/invalid-percentage-property-expected.txt:
+        * platform/efl/fast/css/invalid-pseudo-classes-expected.png:
+        * platform/efl/fast/css/invalid-pseudo-classes-expected.txt:
+        * platform/efl/fast/css/invalidation-errors-2-expected.png:
+        * platform/efl/fast/css/invalidation-errors-3-expected.png:
+        * platform/efl/fast/css/invalidation-errors-3-expected.txt:
+        * platform/efl/fast/css/invalidation-errors-expected.png:
+        * platform/efl/fast/css/last-child-pseudo-class-expected.png:
+        * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
+        * platform/efl/fast/css/last-child-style-sharing-expected.png:
+        * platform/efl/fast/css/last-of-type-pseudo-class-expected.png:
+        * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt:
+        * platform/efl/fast/css/layerZOrderCrash-expected.png:
+        * platform/efl/fast/css/layerZOrderCrash-expected.txt:
+        * platform/efl/fast/css/line-after-floating-div-expected.png:
+        * platform/efl/fast/css/line-after-floating-div-expected.txt:
+        * platform/efl/fast/css/line-height-determined-by-primary-font-expected.png:
+        * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt:
+        * platform/efl/fast/css/line-height-expected.png:
+        * platform/efl/fast/css/line-height-expected.txt:
+        * platform/efl/fast/css/line-height-font-order-expected.png:
+        * platform/efl/fast/css/line-height-font-order-expected.txt:
+        * platform/efl/fast/css/line-height-negative-expected.png:
+        * platform/efl/fast/css/line-height-overflow-expected.png:
+        * platform/efl/fast/css/line-height-overflow-expected.txt:
+        * platform/efl/fast/css/linear-gradient-currentcolor-expected.png:
+        * platform/efl/fast/css/link-outside-head-expected.png:
+        * platform/efl/fast/css/link-outside-head-expected.txt:
+        * platform/efl/fast/css/list-outline-expected.png:
+        * platform/efl/fast/css/list-outline-expected.txt:
+        * platform/efl/fast/css/live-cssrules-expected.png:
+        * platform/efl/fast/css/live-cssrules-expected.txt:
+        * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.png:
+        * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt:
+        * platform/efl/fast/css/margin-bottom-form-element-strict-expected.png:
+        * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt:
+        * platform/efl/fast/css/margin-top-bottom-dynamic-expected.png:
+        * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
+        * platform/efl/fast/css/max-height-none-expected.png:
+        * platform/efl/fast/css/max-height-none-expected.txt:
+        * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt:
+        * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.png:
+        * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt:
+        * platform/efl/fast/css/namespaces/001-expected.png:
+        * platform/efl/fast/css/namespaces/001-expected.txt:
+        * platform/efl/fast/css/namespaces/002-expected.png:
+        * platform/efl/fast/css/namespaces/002-expected.txt:
+        * platform/efl/fast/css/namespaces/003-expected.png:
+        * platform/efl/fast/css/namespaces/003-expected.txt:
+        * platform/efl/fast/css/namespaces/004-expected.png:
+        * platform/efl/fast/css/namespaces/004-expected.txt:
+        * platform/efl/fast/css/namespaces/005-expected.png:
+        * platform/efl/fast/css/namespaces/005-expected.txt:
+        * platform/efl/fast/css/namespaces/006-expected.png:
+        * platform/efl/fast/css/namespaces/006-expected.txt:
+        * platform/efl/fast/css/namespaces/007-expected.png:
+        * platform/efl/fast/css/namespaces/007-expected.txt:
+        * platform/efl/fast/css/namespaces/namespaces-comments-expected.png:
+        * platform/efl/fast/css/namespaces/namespaces-comments-expected.txt:
+        * platform/efl/fast/css/namespaces/namespaces-empty-expected.png:
+        * platform/efl/fast/css/namespaces/namespaces-empty-expected.txt:
+        * platform/efl/fast/css/namespaces/namespaces-escapes-expected.png:
+        * platform/efl/fast/css/namespaces/namespaces-escapes-expected.txt:
+        * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.png:
+        * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.txt:
+        * platform/efl/fast/css/negative-leading-expected.png:
+        * platform/efl/fast/css/negative-leading-expected.txt:
+        * platform/efl/fast/css/negative-nth-child-expected.png:
+        * platform/efl/fast/css/negative-nth-child-expected.txt:
+        * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.png:
+        * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt:
+        * platform/efl/fast/css/nested-rounded-corners-expected.png:
+        * platform/efl/fast/css/non-empty-span-expected.png:
+        * platform/efl/fast/css/non-empty-span-expected.txt:
+        * platform/efl/fast/css/non-standard-checkbox-size-expected.png:
+        * platform/efl/fast/css/non-standard-checkbox-size-expected.txt:
+        * platform/efl/fast/css/nth-child-dynamic-expected.png:
+        * platform/efl/fast/css/nth-child-dynamic-expected.txt:
+        * platform/efl/fast/css/only-child-pseudo-class-expected.png:
+        * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
+        * platform/efl/fast/css/only-of-type-pseudo-class-expected.png:
+        * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt:
+        * platform/efl/fast/css/outline-auto-empty-rects-expected.png:
+        * platform/efl/fast/css/outline-auto-location-expected.png:
+        * platform/efl/fast/css/outline-auto-location-expected.txt:
+        * platform/efl/fast/css/outline-narrowLine-expected.png:
+        * platform/efl/fast/css/outline-narrowLine-expected.txt:
+        * platform/efl/fast/css/pendingStylesheetFontSize-expected.png:
+        * platform/efl/fast/css/pendingStylesheetFontSize-expected.txt:
+        * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.png:
+        * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
+        * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
+        * platform/efl/fast/css/percentage-non-integer-expected.png:
+        * platform/efl/fast/css/percentage-non-integer-expected.txt:
+        * platform/efl/fast/css/position-negative-top-margin-expected.png:
+        * platform/efl/fast/css/position-negative-top-margin-expected.txt:
+        * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
+        * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
+        * platform/efl/fast/css/pseudo-element-line-break-expected.png:
+        * platform/efl/fast/css/pseudo-element-line-break-expected.txt:
+        * platform/efl/fast/css/pseudo-first-line-border-width-expected.png:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (10/26).
+
+        * platform/efl/fast/block/margin-collapse/038-expected.png:
+        * platform/efl/fast/block/margin-collapse/038-expected.txt:
+        * platform/efl/fast/block/margin-collapse/039-expected.png:
+        * platform/efl/fast/block/margin-collapse/039-expected.txt:
+        * platform/efl/fast/block/margin-collapse/040-expected.png:
+        * platform/efl/fast/block/margin-collapse/040-expected.txt:
+        * platform/efl/fast/block/margin-collapse/041-expected.png:
+        * platform/efl/fast/block/margin-collapse/042-expected.png:
+        * platform/efl/fast/block/margin-collapse/042-expected.txt:
+        * platform/efl/fast/block/margin-collapse/043-expected.png:
+        * platform/efl/fast/block/margin-collapse/044-expected.png:
+        * platform/efl/fast/block/margin-collapse/044-expected.txt:
+        * platform/efl/fast/block/margin-collapse/045-expected.png:
+        * platform/efl/fast/block/margin-collapse/045-expected.txt:
+        * platform/efl/fast/block/margin-collapse/055-expected.png:
+        * platform/efl/fast/block/margin-collapse/055-expected.txt:
+        * platform/efl/fast/block/margin-collapse/056-expected.png:
+        * platform/efl/fast/block/margin-collapse/056-expected.txt:
+        * platform/efl/fast/block/margin-collapse/057-expected.png:
+        * platform/efl/fast/block/margin-collapse/058-expected.png:
+        * platform/efl/fast/block/margin-collapse/058-expected.txt:
+        * platform/efl/fast/block/margin-collapse/059-expected.png:
+        * platform/efl/fast/block/margin-collapse/059-expected.txt:
+        * platform/efl/fast/block/margin-collapse/062-expected.png:
+        * platform/efl/fast/block/margin-collapse/062-expected.txt:
+        * platform/efl/fast/block/margin-collapse/063-expected.png:
+        * platform/efl/fast/block/margin-collapse/063-expected.txt:
+        * platform/efl/fast/block/margin-collapse/100-expected.png:
+        * platform/efl/fast/block/margin-collapse/100-expected.txt:
+        * platform/efl/fast/block/margin-collapse/101-expected.png:
+        * platform/efl/fast/block/margin-collapse/101-expected.txt:
+        * platform/efl/fast/block/margin-collapse/102-expected.png:
+        * platform/efl/fast/block/margin-collapse/102-expected.txt:
+        * platform/efl/fast/block/margin-collapse/103-expected.png:
+        * platform/efl/fast/block/margin-collapse/103-expected.txt:
+        * platform/efl/fast/block/margin-collapse/104-expected.png:
+        * platform/efl/fast/block/margin-collapse/104-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.png:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
+        * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
+        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
+        * platform/efl/fast/block/margin-collapse/negative-margins-expected.png:
+        * platform/efl/fast/block/margin-collapse/negative-margins-expected.txt:
+        * platform/efl/fast/block/positioning/001-expected.png:
+        * platform/efl/fast/block/positioning/001-expected.txt:
+        * platform/efl/fast/block/positioning/002-expected.png:
+        * platform/efl/fast/block/positioning/002-expected.txt:
+        * platform/efl/fast/block/positioning/003-expected.png:
+        * platform/efl/fast/block/positioning/004-expected.png:
+        * platform/efl/fast/block/positioning/007-expected.png:
+        * platform/efl/fast/block/positioning/008-expected.png:
+        * platform/efl/fast/block/positioning/014-expected.png:
+        * platform/efl/fast/block/positioning/017-expected.png:
+        * platform/efl/fast/block/positioning/018-expected.png:
+        * platform/efl/fast/block/positioning/019-expected.png:
+        * platform/efl/fast/block/positioning/035-expected.png:
+        * platform/efl/fast/block/positioning/038-expected.png:
+        * platform/efl/fast/block/positioning/039-expected.png:
+        * platform/efl/fast/block/positioning/040-expected.png:
+        * platform/efl/fast/block/positioning/047-expected.png:
+        * platform/efl/fast/block/positioning/048-expected.png:
+        * platform/efl/fast/block/positioning/049-expected.png:
+        * platform/efl/fast/block/positioning/050-expected.png:
+        * platform/efl/fast/block/positioning/051-expected.png:
+        * platform/efl/fast/block/positioning/051-expected.txt:
+        * platform/efl/fast/block/positioning/052-expected.png:
+        * platform/efl/fast/block/positioning/052-expected.txt:
+        * platform/efl/fast/block/positioning/053-expected.png:
+        * platform/efl/fast/block/positioning/053-expected.txt:
+        * platform/efl/fast/block/positioning/054-expected.png:
+        * platform/efl/fast/block/positioning/054-expected.txt:
+        * platform/efl/fast/block/positioning/055-expected.png:
+        * platform/efl/fast/block/positioning/055-expected.txt:
+        * platform/efl/fast/block/positioning/056-expected.png:
+        * platform/efl/fast/block/positioning/056-expected.txt:
+        * platform/efl/fast/block/positioning/057-expected.png:
+        * platform/efl/fast/block/positioning/057-expected.txt:
+        * platform/efl/fast/block/positioning/058-expected.png:
+        * platform/efl/fast/block/positioning/058-expected.txt:
+        * platform/efl/fast/block/positioning/059-expected.png:
+        * platform/efl/fast/block/positioning/059-expected.txt:
+        * platform/efl/fast/block/positioning/060-expected.png:
+        * platform/efl/fast/block/positioning/060-expected.txt:
+        * platform/efl/fast/block/positioning/061-expected.png:
+        * platform/efl/fast/block/positioning/061-expected.txt:
+        * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.png:
+        * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
+        * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
+        * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-position-direction-expected.png:
+        * platform/efl/fast/block/positioning/absolute-position-direction-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
+        * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png:
+        * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
+        * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
+        * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.png:
+        * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
+        * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
+        * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
+        * platform/efl/fast/block/positioning/auto/001-expected.png:
+        * platform/efl/fast/block/positioning/auto/001-expected.txt:
+        * platform/efl/fast/block/positioning/auto/002-expected.png:
+        * platform/efl/fast/block/positioning/auto/002-expected.txt:
+        * platform/efl/fast/block/positioning/auto/003-expected.png:
+        * platform/efl/fast/block/positioning/auto/003-expected.txt:
+        * platform/efl/fast/block/positioning/auto/004-expected.png:
+        * platform/efl/fast/block/positioning/auto/004-expected.txt:
+        * platform/efl/fast/block/positioning/auto/005-expected.png:
+        * platform/efl/fast/block/positioning/auto/005-expected.txt:
+        * platform/efl/fast/block/positioning/auto/006-expected.png:
+        * platform/efl/fast/block/positioning/auto/006-expected.txt:
+        * platform/efl/fast/block/positioning/auto/007-expected.png:
+        * platform/efl/fast/block/positioning/auto/007-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.txt:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.png:
+        * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt:
+        * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
+        * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
+        * platform/efl/fast/block/positioning/differing-writing-modes-expected.png:
+        * platform/efl/fast/block/positioning/differing-writing-modes-expected.txt:
+        * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.png:
+        * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
+        * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
+        * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
+        * platform/efl/fast/block/positioning/height-change-expected.png:
+        * platform/efl/fast/block/positioning/height-change-expected.txt:
+        * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
+        * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
+        * platform/efl/fast/block/positioning/inline-block-relposition-expected.png:
+        * platform/efl/fast/block/positioning/inline-block-relposition-expected.txt:
+        * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.png:
+        * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.txt:
+        * platform/efl/fast/block/positioning/negative-rel-position-expected.png:
+        * platform/efl/fast/block/positioning/negative-right-pos-expected.png:
+        * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
+        * platform/efl/fast/block/positioning/padding-percent-expected.png:
+        * platform/efl/fast/block/positioning/padding-percent-expected.txt:
+        * platform/efl/fast/block/positioning/pref-width-change-expected.png:
+        * platform/efl/fast/block/positioning/pref-width-change-expected.txt:
+        * platform/efl/fast/block/positioning/relative-overconstrained-expected.png:
+        * platform/efl/fast/block/positioning/relative-overflow-block-expected.png:
+        * platform/efl/fast/block/positioning/relative-overflow-block-expected.txt:
+        * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.png:
+        * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.txt:
+        * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.png:
+        * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
+        * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.png:
+        * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.txt:
+        * platform/efl/fast/block/positioning/relayout-on-position-change-expected.png:
+        * platform/efl/fast/block/positioning/relayout-on-position-change-expected.txt:
+        * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
+        * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
+        * platform/efl/fast/block/positioning/rtl-static-positioning-expected.png:
+        * platform/efl/fast/block/positioning/rtl-static-positioning-expected.txt:
+        * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
+        * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
+        * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
+        * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
+        * platform/efl/fast/block/positioning/static-inline-position-dynamic-expected.png:
+        * platform/efl/fast/block/positioning/table-cell-static-position-expected.png:
+        * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
+        * platform/efl/fast/block/positioning/trailing-space-test-expected.png:
+        * platform/efl/fast/block/positioning/trailing-space-test-expected.txt:
+        * platform/efl/fast/block/positioning/vertical-lr/001-expected.png:
+        * platform/efl/fast/block/positioning/vertical-lr/001-expected.txt:
+        * platform/efl/fast/block/positioning/vertical-lr/002-expected.png:
+        * platform/efl/fast/block/positioning/vertical-lr/002-expected.txt:
+        * platform/efl/fast/block/positioning/vertical-lr/003-expected.png:
+        * platform/efl/fast/block/positioning/vertical-lr/004-expected.png:
+        * platform/efl/fast/block/positioning/vertical-rl/001-expected.png:
+        * platform/efl/fast/block/positioning/vertical-rl/001-expected.txt:
+        * platform/efl/fast/block/positioning/vertical-rl/002-expected.png:
+        * platform/efl/fast/block/positioning/vertical-rl/002-expected.txt:
+        * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
+        * platform/efl/fast/block/positioning/window-height-change-expected.png:
+        * platform/efl/fast/block/positioning/window-height-change-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/001-expected.png:
+        * platform/efl/fast/body-propagation/background-color/001-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/002-expected.png:
+        * platform/efl/fast/body-propagation/background-color/002-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-color/003-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/003-expected.png:
+        * platform/efl/fast/body-propagation/background-color/003-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-color/004-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/004-expected.png:
+        * platform/efl/fast/body-propagation/background-color/004-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/005-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-color/005-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/005-expected.png:
+        * platform/efl/fast/body-propagation/background-color/005-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-color/006-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/006-expected.png:
+        * platform/efl/fast/body-propagation/background-color/006-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-color/007-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/007-expected.png:
+        * platform/efl/fast/body-propagation/background-color/007-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/008-expected.png:
+        * platform/efl/fast/body-propagation/background-color/008-expected.txt:
+        * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/001-expected.png:
+        * platform/efl/fast/body-propagation/background-image/001-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/002-expected.png:
+        * platform/efl/fast/body-propagation/background-image/002-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-image/003-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/003-expected.png:
+        * platform/efl/fast/body-propagation/background-image/003-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-image/004-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/004-expected.png:
+        * platform/efl/fast/body-propagation/background-image/004-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/005-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-image/005-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/005-expected.png:
+        * platform/efl/fast/body-propagation/background-image/005-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-image/006-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/006-expected.png:
+        * platform/efl/fast/body-propagation/background-image/006-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
+        * platform/efl/fast/body-propagation/background-image/007-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/007-expected.png:
+        * platform/efl/fast/body-propagation/background-image/007-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/008-expected.png:
+        * platform/efl/fast/body-propagation/background-image/008-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/009-expected.png:
+        * platform/efl/fast/body-propagation/background-image/009-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/010-expected.png:
+        * platform/efl/fast/body-propagation/background-image/010-expected.txt:
+        * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/001-expected.png:
+        * platform/efl/fast/body-propagation/overflow/001-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/002-expected.png:
+        * platform/efl/fast/body-propagation/overflow/002-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
+        * platform/efl/fast/body-propagation/overflow/003-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/003-expected.png:
+        * platform/efl/fast/body-propagation/overflow/003-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
+        * platform/efl/fast/body-propagation/overflow/004-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/004-expected.png:
+        * platform/efl/fast/body-propagation/overflow/004-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
+        * platform/efl/fast/body-propagation/overflow/005-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/005-expected.png:
+        * platform/efl/fast/body-propagation/overflow/005-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
+        * platform/efl/fast/body-propagation/overflow/006-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/006-expected.png:
+        * platform/efl/fast/body-propagation/overflow/006-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
+        * platform/efl/fast/body-propagation/overflow/007-declarative-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/007-expected.png:
+        * platform/efl/fast/body-propagation/overflow/007-expected.txt:
+        * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
+        * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.txt:
+        * platform/efl/fast/borders/bidi-002-expected.png:
+        * platform/efl/fast/borders/bidi-002-expected.txt:
+        * platform/efl/fast/borders/bidi-009a-expected.png:
+        * platform/efl/fast/borders/bidi-012-expected.png:
+        * platform/efl/fast/borders/block-mask-overlay-image-expected.png:
+        * platform/efl/fast/borders/block-mask-overlay-image-expected.txt:
+        * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.png:
+        * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.txt:
+        * platform/efl/fast/borders/border-antialiasing-expected.png:
+        * platform/efl/fast/borders/border-antialiasing-expected.txt:
+        * platform/efl/fast/borders/border-color-inherit-expected.png:
+        * platform/efl/fast/borders/border-color-inherit-expected.txt:
+        * platform/efl/fast/borders/border-fit-2-expected.png:
+        * platform/efl/fast/borders/border-fit-expected.png:
+        * platform/efl/fast/borders/border-image-01-expected.png:
+        * platform/efl/fast/borders/border-image-01-expected.txt:
+        * platform/efl/fast/borders/border-image-border-radius-expected.png:
+        * platform/efl/fast/borders/border-image-border-radius-expected.txt:
+        * platform/efl/fast/borders/border-image-longhand-expected.png:
+        * platform/efl/fast/borders/border-image-longhand-expected.txt:
+        * platform/efl/fast/borders/border-image-massive-scale-expected.png:
+        * platform/efl/fast/borders/border-image-massive-scale-expected.txt:
+        * platform/efl/fast/borders/border-image-omit-right-slice-expected.png:
+        * platform/efl/fast/borders/border-image-outset-expected.png:
+        * platform/efl/fast/borders/border-image-outset-expected.txt:
+        * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png:
+        * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.txt:
+        * platform/efl/fast/borders/border-image-outset-split-inline-expected.png:
+        * platform/efl/fast/borders/border-image-outset-split-inline-expected.txt:
+        * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
+        * platform/efl/fast/borders/border-image-repeat-expected.png:
+        * platform/efl/fast/borders/border-image-repeat-expected.txt:
+        * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
+        * platform/efl/fast/borders/border-image-rotate-transform-expected.txt:
+        * platform/efl/fast/borders/border-image-scale-transform-expected.png:
+        * platform/efl/fast/borders/border-image-scale-transform-expected.txt:
+        * platform/efl/fast/borders/border-image-scaled-expected.png:
+        * platform/efl/fast/borders/border-image-scaled-expected.txt:
+        * platform/efl/fast/borders/border-image-scaled-gradient-expected.png:
+        * platform/efl/fast/borders/border-image-scrambled-expected.png:
+        * platform/efl/fast/borders/border-image-scrambled-expected.txt:
+        * platform/efl/fast/borders/border-image-side-reduction-expected.png:
+        * platform/efl/fast/borders/border-image-slice-constrained-expected.png:
+        * platform/efl/fast/borders/border-image-slice-constrained-expected.txt:
+        * platform/efl/fast/borders/border-image-slices-expected.png:
+        * platform/efl/fast/borders/border-image-slices-expected.txt:
+        * platform/efl/fast/borders/border-image-source-expected.png:
+        * platform/efl/fast/borders/border-image-source-expected.txt:
+        * platform/efl/fast/borders/border-mixed-alpha-expected.png:
+        * platform/efl/fast/borders/border-radius-circle-expected.png:
+        * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
+        * platform/efl/fast/borders/border-radius-constraints-expected.txt:
+        * platform/efl/fast/borders/border-radius-different-width-001-expected.png:
+        * platform/efl/fast/borders/border-radius-groove-01-expected.png:
+        * platform/efl/fast/borders/border-radius-groove-02-expected.png:
+        * platform/efl/fast/borders/border-radius-groove-03-expected.png:
+        * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
+        * platform/efl/fast/borders/border-radius-inline-flow-expected.png:
+        * platform/efl/fast/borders/border-radius-inline-flow-expected.txt:
+        * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
+        * platform/efl/fast/borders/border-radius-inset-outset-expected.txt:
+        * platform/efl/fast/borders/border-radius-split-inline-expected.txt:
+        * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png:
+        * platform/efl/fast/borders/border-radius-wide-border-01-expected.png:
+        * platform/efl/fast/borders/border-radius-wide-border-02-expected.png:
+        * platform/efl/fast/borders/border-radius-wide-border-03-expected.png:
+        * platform/efl/fast/borders/border-radius-wide-border-04-expected.png:
+        * platform/efl/fast/borders/border-radius-wide-border-05-expected.png:
+        * platform/efl/fast/borders/border-shadow-large-radius-expected.png:
+        * platform/efl/fast/borders/border-styles-split-expected.png:
+        * platform/efl/fast/borders/border-styles-split-expected.txt:
+        * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
+        * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
+        * platform/efl/fast/borders/borderRadiusArcs01-expected.png:
+        * platform/efl/fast/borders/borderRadiusArcs01-expected.txt:
+        * platform/efl/fast/borders/borderRadiusDashed01-expected.png:
+        * platform/efl/fast/borders/borderRadiusDashed02-expected.png:
+        * platform/efl/fast/borders/borderRadiusDashed03-expected.png:
+        * platform/efl/fast/borders/borderRadiusDashed04-expected.png:
+        * platform/efl/fast/borders/borderRadiusDashed05-expected.png:
+        * platform/efl/fast/borders/borderRadiusDashed06-expected.png:
+        * platform/efl/fast/borders/borderRadiusDotted01-expected.png:
+        * platform/efl/fast/borders/borderRadiusDotted02-expected.png:
+        * platform/efl/fast/borders/borderRadiusDotted03-expected.png:
+        * platform/efl/fast/borders/borderRadiusDotted04-expected.png:
+        * platform/efl/fast/borders/borderRadiusDotted05-expected.png:
+        * platform/efl/fast/borders/borderRadiusDotted06-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble01-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble01-expected.txt:
+        * platform/efl/fast/borders/borderRadiusDouble02-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble02-expected.txt:
+        * platform/efl/fast/borders/borderRadiusDouble03-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble03-expected.txt:
+        * platform/efl/fast/borders/borderRadiusDouble04-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble05-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble06-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble07-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble08-expected.png:
+        * platform/efl/fast/borders/borderRadiusDouble09-expected.png:
+        * platform/efl/fast/borders/borderRadiusGroove01-expected.png:
+        * platform/efl/fast/borders/borderRadiusGroove01-expected.txt:
+        * platform/efl/fast/borders/borderRadiusGroove02-expected.png:
+        * platform/efl/fast/borders/borderRadiusGroove02-expected.txt:
+        * platform/efl/fast/borders/borderRadiusInset01-expected.png:
+        * platform/efl/fast/borders/borderRadiusInset01-expected.txt:
+        * platform/efl/fast/borders/borderRadiusInvalidColor-expected.png:
+        * platform/efl/fast/borders/borderRadiusInvalidColor-expected.txt:
+        * platform/efl/fast/borders/borderRadiusOutset01-expected.png:
+        * platform/efl/fast/borders/borderRadiusOutset01-expected.txt:
+        * platform/efl/fast/borders/borderRadiusRidge01-expected.png:
+        * platform/efl/fast/borders/borderRadiusRidge01-expected.txt:
+        * platform/efl/fast/borders/borderRadiusSolid01-expected.png:
+        * platform/efl/fast/borders/borderRadiusSolid02-expected.png:
+        * platform/efl/fast/borders/borderRadiusSolid03-expected.png:
+        * platform/efl/fast/borders/borderRadiusSolid04-expected.png:
+        * platform/efl/fast/borders/different-color-borders-expected.png:
+        * platform/efl/fast/borders/different-color-borders-expected.txt:
+        * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
+        * platform/efl/fast/borders/inline-mask-overlay-image-expected.png:
+        * platform/efl/fast/borders/inline-mask-overlay-image-expected.txt:
+
+2013-01-18  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Add tests for widows and orphans
+        https://bugs.webkit.org/show_bug.cgi?id=106003
+
+        Reviewed by Tony Chang.
+
+        The change that enabled widows and orphans for paginated rendering (r137200) doesn't contain any tests for regions. This patch adapts the
+        test added for multi-column to use regions instead.
+
+        * fast/regions/regions-widows-and-orphans-expected.txt: Added.
+        * fast/regions/regions-widows-and-orphans.html: Added.
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (9/26).
+
+        * platform/efl/editing/selection/unrendered-002-expected.txt:
+        * platform/efl/editing/selection/unrendered-003-expected.png:
+        * platform/efl/editing/selection/unrendered-003-expected.txt:
+        * platform/efl/editing/selection/unrendered-004-expected.png:
+        * platform/efl/editing/selection/unrendered-004-expected.txt:
+        * platform/efl/editing/selection/unrendered-005-expected.png:
+        * platform/efl/editing/selection/unrendered-005-expected.txt:
+        * platform/efl/editing/selection/unrendered-space-expected.png:
+        * platform/efl/editing/selection/unrendered-space-expected.txt:
+        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
+        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
+        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
+        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
+        * platform/efl/editing/selection/word-granularity-expected.png:
+        * platform/efl/editing/selection/word-granularity-expected.txt:
+        * platform/efl/editing/selection/wrapped-line-caret-1-expected.png:
+        * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt:
+        * platform/efl/editing/selection/wrapped-line-caret-2-expected.png:
+        * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt:
+        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt:
+        * platform/efl/editing/spelling/spelling-expected.txt:
+        * platform/efl/editing/style/4916887-expected.png:
+        * platform/efl/editing/style/4916887-expected.txt:
+        * platform/efl/editing/style/5017613-2-expected.png:
+        * platform/efl/editing/style/5017613-2-expected.txt:
+        * platform/efl/editing/style/5046875-2-expected.png:
+        * platform/efl/editing/style/5046875-2-expected.txt:
+        * platform/efl/editing/style/5084241-expected.png:
+        * platform/efl/editing/style/5084241-expected.txt:
+        * platform/efl/editing/style/apple-style-editable-mix-expected.png:
+        * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
+        * platform/efl/editing/style/block-style-001-expected.png:
+        * platform/efl/editing/style/block-style-001-expected.txt:
+        * platform/efl/editing/style/block-style-002-expected.png:
+        * platform/efl/editing/style/block-style-002-expected.txt:
+        * platform/efl/editing/style/block-style-003-expected.png:
+        * platform/efl/editing/style/block-style-003-expected.txt:
+        * platform/efl/editing/style/block-styles-007-expected.png:
+        * platform/efl/editing/style/block-styles-007-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-001-expected.png:
+        * platform/efl/editing/style/create-block-for-style-001-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-002-expected.png:
+        * platform/efl/editing/style/create-block-for-style-002-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-003-expected.png:
+        * platform/efl/editing/style/create-block-for-style-003-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-004-expected.png:
+        * platform/efl/editing/style/create-block-for-style-004-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-005-expected.png:
+        * platform/efl/editing/style/create-block-for-style-005-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-006-expected.png:
+        * platform/efl/editing/style/create-block-for-style-006-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-007-expected.png:
+        * platform/efl/editing/style/create-block-for-style-007-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-008-expected.png:
+        * platform/efl/editing/style/create-block-for-style-008-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-009-expected.png:
+        * platform/efl/editing/style/create-block-for-style-009-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-010-expected.png:
+        * platform/efl/editing/style/create-block-for-style-010-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-011-expected.png:
+        * platform/efl/editing/style/create-block-for-style-011-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-012-expected.png:
+        * platform/efl/editing/style/create-block-for-style-012-expected.txt:
+        * platform/efl/editing/style/create-block-for-style-013-expected.png:
+        * platform/efl/editing/style/create-block-for-style-013-expected.txt:
+        * platform/efl/editing/style/designmode-expected.png:
+        * platform/efl/editing/style/designmode-expected.txt:
+        * platform/efl/editing/style/highlight-expected.png:
+        * platform/efl/editing/style/highlight-expected.txt:
+        * platform/efl/editing/style/relative-font-size-change-001-expected.png:
+        * platform/efl/editing/style/relative-font-size-change-001-expected.txt:
+        * platform/efl/editing/style/relative-font-size-change-002-expected.png:
+        * platform/efl/editing/style/relative-font-size-change-002-expected.txt:
+        * platform/efl/editing/style/relative-font-size-change-003-expected.png:
+        * platform/efl/editing/style/relative-font-size-change-003-expected.txt:
+        * platform/efl/editing/style/relative-font-size-change-004-expected.png:
+        * platform/efl/editing/style/relative-font-size-change-004-expected.txt:
+        * platform/efl/editing/style/style-3681552-fix-001-expected.png:
+        * platform/efl/editing/style/style-3681552-fix-002-expected.png:
+        * platform/efl/editing/style/style-3681552-fix-002-expected.txt:
+        * platform/efl/editing/style/style-3998892-fix-expected.png:
+        * platform/efl/editing/style/style-3998892-fix-expected.txt:
+        * platform/efl/editing/style/style-boundary-001-expected.png:
+        * platform/efl/editing/style/style-boundary-001-expected.txt:
+        * platform/efl/editing/style/style-boundary-002-expected.png:
+        * platform/efl/editing/style/style-boundary-003-expected.png:
+        * platform/efl/editing/style/style-boundary-004-expected.png:
+        * platform/efl/editing/style/style-boundary-004-expected.txt:
+        * platform/efl/editing/style/table-selection-expected.png:
+        * platform/efl/editing/style/table-selection-expected.txt:
+        * platform/efl/editing/style/typing-style-001-expected.png:
+        * platform/efl/editing/style/typing-style-002-expected.png:
+        * platform/efl/editing/style/unbold-in-bold-expected.png:
+        * platform/efl/editing/style/unbold-in-bold-expected.txt:
+        * platform/efl/editing/undo/4063751-expected.png:
+        * platform/efl/editing/undo/4063751-expected.txt:
+        * platform/efl/editing/undo/5378473-expected.png:
+        * platform/efl/editing/undo/redo-typing-001-expected.png:
+        * platform/efl/editing/undo/redo-typing-001-expected.txt:
+        * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png:
+        * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt:
+        * platform/efl/editing/undo/undo-combined-delete-expected.png:
+        * platform/efl/editing/undo/undo-combined-delete-expected.txt:
+        * platform/efl/editing/undo/undo-delete-boundary-expected.png:
+        * platform/efl/editing/undo/undo-delete-boundary-expected.txt:
+        * platform/efl/editing/undo/undo-delete-expected.png:
+        * platform/efl/editing/undo/undo-delete-expected.txt:
+        * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png:
+        * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt:
+        * platform/efl/editing/undo/undo-forward-delete-expected.png:
+        * platform/efl/editing/undo/undo-forward-delete-expected.txt:
+        * platform/efl/editing/undo/undo-misspellings-expected.png:
+        * platform/efl/editing/undo/undo-typing-001-expected.png:
+        * platform/efl/editing/undo/undo-typing-001-expected.txt:
+        * platform/efl/editing/unsupported-content/list-type-before-expected.png:
+        * platform/efl/editing/unsupported-content/list-type-before-expected.txt:
+        * platform/efl/editing/unsupported-content/table-type-after-expected.png:
+        * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
+        * platform/efl/editing/unsupported-content/table-type-before-expected.png:
+        * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
+        * platform/efl/fast/backgrounds/001-expected.png:
+        * platform/efl/fast/backgrounds/001-expected.txt:
+        * platform/efl/fast/backgrounds/animated-gif-as-background-expected.png:
+        * platform/efl/fast/backgrounds/animated-gif-as-background-expected.txt:
+        * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.png:
+        * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt:
+        * platform/efl/fast/backgrounds/background-clip-text-expected.png:
+        * platform/efl/fast/backgrounds/background-clip-text-expected.txt:
+        * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.png:
+        * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.txt:
+        * platform/efl/fast/backgrounds/background-leakage-expected.png:
+        * platform/efl/fast/backgrounds/background-leakage-expected.txt:
+        * platform/efl/fast/backgrounds/background-leakage-transforms-expected.png:
+        * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt:
+        * platform/efl/fast/backgrounds/background-origin-root-element-expected.png:
+        * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt:
+        * platform/efl/fast/backgrounds/background-position-1-expected.png:
+        * platform/efl/fast/backgrounds/background-position-1-expected.txt:
+        * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
+        * platform/efl/fast/backgrounds/background-position-rounding-expected.png:
+        * platform/efl/fast/backgrounds/background-position-rounding-expected.txt:
+        * platform/efl/fast/backgrounds/bgCompositeCopy-expected.png:
+        * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
+        * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
+        * platform/efl/fast/backgrounds/border-radius-split-background-expected.png:
+        * platform/efl/fast/backgrounds/border-radius-split-background-expected.txt:
+        * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.png:
+        * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.txt:
+        * platform/efl/fast/backgrounds/mask-box-image-expected.png:
+        * platform/efl/fast/backgrounds/mask-box-image-expected.txt:
+        * platform/efl/fast/backgrounds/mask-composite-expected.png:
+        * platform/efl/fast/backgrounds/mask-composite-expected.txt:
+        * platform/efl/fast/backgrounds/opacity-on-document-element-expected.png:
+        * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt:
+        * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
+        * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
+        * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
+        * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
+        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
+        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
+        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
+        * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
+        * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
+        * platform/efl/fast/backgrounds/size/backgroundSize01-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize02-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize03-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize04-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize05-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize06-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize07-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize08-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize09-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize10-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize11-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize12-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize13-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize14-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize15-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt:
+        * platform/efl/fast/backgrounds/size/backgroundSize16-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt:
+        * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png:
+        * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png:
+        * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/efl/fast/backgrounds/size/zero-expected.png:
+        * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
+        * platform/efl/fast/backgrounds/svg-as-mask-expected.png:
+        * platform/efl/fast/block/basic/001-expected.png:
+        * platform/efl/fast/block/basic/001-expected.txt:
+        * platform/efl/fast/block/basic/002-expected.png:
+        * platform/efl/fast/block/basic/002-expected.txt:
+        * platform/efl/fast/block/basic/003-expected.png:
+        * platform/efl/fast/block/basic/003-expected.txt:
+        * platform/efl/fast/block/basic/004-expected.png:
+        * platform/efl/fast/block/basic/004-expected.txt:
+        * platform/efl/fast/block/basic/005-expected.png:
+        * platform/efl/fast/block/basic/005-expected.txt:
+        * platform/efl/fast/block/basic/006-expected.png:
+        * platform/efl/fast/block/basic/006-expected.txt:
+        * platform/efl/fast/block/basic/007-expected.png:
+        * platform/efl/fast/block/basic/007-expected.txt:
+        * platform/efl/fast/block/basic/008-expected.png:
+        * platform/efl/fast/block/basic/008-expected.txt:
+        * platform/efl/fast/block/basic/009-expected.png:
+        * platform/efl/fast/block/basic/009-expected.txt:
+        * platform/efl/fast/block/basic/010-expected.png:
+        * platform/efl/fast/block/basic/010-expected.txt:
+        * platform/efl/fast/block/basic/011-expected.png:
+        * platform/efl/fast/block/basic/011-expected.txt:
+        * platform/efl/fast/block/basic/012-expected.png:
+        * platform/efl/fast/block/basic/012-expected.txt:
+        * platform/efl/fast/block/basic/013-expected.png:
+        * platform/efl/fast/block/basic/013-expected.txt:
+        * platform/efl/fast/block/basic/014-expected.png:
+        * platform/efl/fast/block/basic/015-expected.png:
+        * platform/efl/fast/block/basic/015-expected.txt:
+        * platform/efl/fast/block/basic/016-expected.png:
+        * platform/efl/fast/block/basic/016-expected.txt:
+        * platform/efl/fast/block/basic/018-expected.png:
+        * platform/efl/fast/block/basic/018-expected.txt:
+        * platform/efl/fast/block/basic/019-expected.png:
+        * platform/efl/fast/block/basic/019-expected.txt:
+        * platform/efl/fast/block/basic/020-expected.png:
+        * platform/efl/fast/block/basic/020-expected.txt:
+        * platform/efl/fast/block/basic/021-expected.png:
+        * platform/efl/fast/block/basic/021-expected.txt:
+        * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.png:
+        * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.txt:
+        * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png:
+        * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
+        * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.png:
+        * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.txt:
+        * platform/efl/fast/block/basic/minheight-expected.png:
+        * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
+        * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
+        * platform/efl/fast/block/basic/quirk-height-expected.png:
+        * platform/efl/fast/block/basic/quirk-height-expected.txt:
+        * platform/efl/fast/block/basic/quirk-percent-height-grandchild-expected.png:
+        * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.png:
+        * platform/efl/fast/block/basic/text-indent-rtl-expected.png:
+        * platform/efl/fast/block/basic/text-indent-rtl-expected.txt:
+        * platform/efl/fast/block/basic/truncation-rtl-expected.png:
+        * platform/efl/fast/block/basic/truncation-rtl-expected.txt:
+        * platform/efl/fast/block/basic/white-space-pre-wraps-expected.png:
+        * platform/efl/fast/block/basic/white-space-pre-wraps-expected.txt:
+        * platform/efl/fast/block/float/001-expected.png:
+        * platform/efl/fast/block/float/001-expected.txt:
+        * platform/efl/fast/block/float/002-expected.png:
+        * platform/efl/fast/block/float/002-expected.txt:
+        * platform/efl/fast/block/float/003-expected.png:
+        * platform/efl/fast/block/float/003-expected.txt:
+        * platform/efl/fast/block/float/004-expected.png:
+        * platform/efl/fast/block/float/004-expected.txt:
+        * platform/efl/fast/block/float/005-expected.png:
+        * platform/efl/fast/block/float/005-expected.txt:
+        * platform/efl/fast/block/float/006-expected.png:
+        * platform/efl/fast/block/float/006-expected.txt:
+        * platform/efl/fast/block/float/007-expected.png:
+        * platform/efl/fast/block/float/007-expected.txt:
+        * platform/efl/fast/block/float/008-expected.png:
+        * platform/efl/fast/block/float/010-expected.png:
+        * platform/efl/fast/block/float/010-expected.txt:
+        * platform/efl/fast/block/float/011-expected.png:
+        * platform/efl/fast/block/float/011-expected.txt:
+        * platform/efl/fast/block/float/012-expected.png:
+        * platform/efl/fast/block/float/013-expected.png:
+        * platform/efl/fast/block/float/014-expected.png:
+        * platform/efl/fast/block/float/015-expected.png:
+        * platform/efl/fast/block/float/015-expected.txt:
+        * platform/efl/fast/block/float/016-expected.png:
+        * platform/efl/fast/block/float/017-expected.png:
+        * platform/efl/fast/block/float/017-expected.txt:
+        * platform/efl/fast/block/float/018-expected.png:
+        * platform/efl/fast/block/float/018-expected.txt:
+        * platform/efl/fast/block/float/019-expected.png:
+        * platform/efl/fast/block/float/020-expected.png:
+        * platform/efl/fast/block/float/020-expected.txt:
+        * platform/efl/fast/block/float/021-expected.png:
+        * platform/efl/fast/block/float/022-expected.png:
+        * platform/efl/fast/block/float/022-expected.txt:
+        * platform/efl/fast/block/float/023-expected.png:
+        * platform/efl/fast/block/float/023-expected.txt:
+        * platform/efl/fast/block/float/024-expected.png:
+        * platform/efl/fast/block/float/025-expected.png:
+        * platform/efl/fast/block/float/025-expected.txt:
+        * platform/efl/fast/block/float/026-expected.png:
+        * platform/efl/fast/block/float/027-expected.png:
+        * platform/efl/fast/block/float/027-expected.txt:
+        * platform/efl/fast/block/float/028-expected.png:
+        * platform/efl/fast/block/float/029-expected.png:
+        * platform/efl/fast/block/float/029-expected.txt:
+        * platform/efl/fast/block/float/030-expected.png:
+        * platform/efl/fast/block/float/030-expected.txt:
+        * platform/efl/fast/block/float/031-expected.png:
+        * platform/efl/fast/block/float/031-expected.txt:
+        * platform/efl/fast/block/float/032-expected.png:
+        * platform/efl/fast/block/float/034-expected.png:
+        * platform/efl/fast/block/float/035-expected.png:
+        * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.png:
+        * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.txt:
+        * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.png:
+        * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.txt:
+        * platform/efl/fast/block/float/avoiding-float-centered-expected.png:
+        * platform/efl/fast/block/float/br-with-clear-2-expected.png:
+        * platform/efl/fast/block/float/br-with-clear-expected.png:
+        * platform/efl/fast/block/float/br-with-clear-expected.txt:
+        * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.png:
+        * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.txt:
+        * platform/efl/fast/block/float/clamped-right-float-expected.png:
+        * platform/efl/fast/block/float/clamped-right-float-expected.txt:
+        * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
+        * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
+        * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.png:
+        * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
+        * platform/efl/fast/block/float/editable-text-overlapping-float-expected.png:
+        * platform/efl/fast/block/float/editable-text-overlapping-float-expected.txt:
+        * platform/efl/fast/block/float/fit_line_below_floats-expected.png:
+        * platform/efl/fast/block/float/fit_line_below_floats-expected.txt:
+        * platform/efl/fast/block/float/float-avoidance-expected.png:
+        * platform/efl/fast/block/float/float-avoidance-expected.txt:
+        * platform/efl/fast/block/float/float-in-float-hit-testing-expected.png:
+        * platform/efl/fast/block/float/float-in-float-hit-testing-expected.txt:
+        * platform/efl/fast/block/float/float-in-float-painting-expected.png:
+        * platform/efl/fast/block/float/float-in-float-painting-expected.txt:
+        * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.png:
+        * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.txt:
+        * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.png:
+        * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
+        * platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.png:
+        * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
+        * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
+        * platform/efl/fast/block/float/float-on-zero-height-line-expected.png:
+        * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
+        * platform/efl/fast/block/float/float-overhangs-root-expected.png:
+        * platform/efl/fast/block/float/floats-and-text-indent-expected.png:
+        * platform/efl/fast/block/float/floats-and-text-indent-expected.txt:
+        * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.png:
+        * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.txt:
+        * platform/efl/fast/block/float/independent-align-positioning-expected.png:
+        * platform/efl/fast/block/float/independent-align-positioning-expected.txt:
+        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
+        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
+        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
+        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
+        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
+        * platform/efl/fast/block/float/intruding-painted-twice-expected.png:
+        * platform/efl/fast/block/float/intruding-painted-twice-expected.txt:
+        * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
+        * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
+        * platform/efl/fast/block/float/multiple-float-positioning-expected.png:
+        * platform/efl/fast/block/float/multiple-float-positioning-expected.txt:
+        * platform/efl/fast/block/float/narrow-after-wide-expected.png:
+        * platform/efl/fast/block/float/nested-clearance-expected.png:
+        * platform/efl/fast/block/float/nested-clearance-expected.txt:
+        * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.png:
+        * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.txt:
+        * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.png:
+        * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.txt:
+        * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.png:
+        * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.txt:
+        * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.png:
+        * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
+        * platform/efl/fast/block/float/nowrap-clear-min-width-expected.png:
+        * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.png:
+        * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.txt:
+        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
+        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
+        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
+        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
+        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
+        * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
+        * platform/efl/fast/block/float/relative-painted-twice-expected.png:
+        * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
+        * platform/efl/fast/block/float/shrink-to-fit-width-expected.png:
+        * platform/efl/fast/block/float/shrink-to-fit-width-expected.txt:
+        * platform/efl/fast/block/float/table-relayout-expected.png:
+        * platform/efl/fast/block/float/table-relayout-expected.txt:
+        * platform/efl/fast/block/float/vertical-move-relayout-expected.png:
+        * platform/efl/fast/block/float/vertical-move-relayout-expected.txt:
+        * platform/efl/fast/block/float/width-update-after-clear-expected.png:
+        * platform/efl/fast/block/float/width-update-after-clear-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/block-expected.png:
+        * platform/efl/fast/block/lineboxcontain/block-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
+        * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/block-replaced-expected.png:
+        * platform/efl/fast/block/lineboxcontain/block-replaced-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/font-replaced-expected.png:
+        * platform/efl/fast/block/lineboxcontain/font-replaced-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/glyphs-expected.png:
+        * platform/efl/fast/block/lineboxcontain/glyphs-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/inline-box-expected.png:
+        * platform/efl/fast/block/lineboxcontain/inline-box-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.png:
+        * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.png:
+        * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/inline-expected.png:
+        * platform/efl/fast/block/lineboxcontain/inline-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.png:
+        * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/none-expected.png:
+        * platform/efl/fast/block/lineboxcontain/none-expected.txt:
+        * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.png:
+        * platform/efl/fast/block/lineboxcontain/replaced-expected.png:
+        * platform/efl/fast/block/lineboxcontain/replaced-expected.txt:
+        * platform/efl/fast/block/margin-collapse/001-expected.png:
+        * platform/efl/fast/block/margin-collapse/001-expected.txt:
+        * platform/efl/fast/block/margin-collapse/002-expected.png:
+        * platform/efl/fast/block/margin-collapse/002-expected.txt:
+        * platform/efl/fast/block/margin-collapse/003-expected.png:
+        * platform/efl/fast/block/margin-collapse/003-expected.txt:
+        * platform/efl/fast/block/margin-collapse/004-expected.png:
+        * platform/efl/fast/block/margin-collapse/004-expected.txt:
+        * platform/efl/fast/block/margin-collapse/005-expected.png:
+        * platform/efl/fast/block/margin-collapse/005-expected.txt:
+        * platform/efl/fast/block/margin-collapse/006-expected.png:
+        * platform/efl/fast/block/margin-collapse/006-expected.txt:
+        * platform/efl/fast/block/margin-collapse/010-expected.png:
+        * platform/efl/fast/block/margin-collapse/010-expected.txt:
+        * platform/efl/fast/block/margin-collapse/011-expected.png:
+        * platform/efl/fast/block/margin-collapse/011-expected.txt:
+        * platform/efl/fast/block/margin-collapse/012-expected.png:
+        * platform/efl/fast/block/margin-collapse/012-expected.txt:
+        * platform/efl/fast/block/margin-collapse/015-expected.png:
+        * platform/efl/fast/block/margin-collapse/015-expected.txt:
+        * platform/efl/fast/block/margin-collapse/016-expected.png:
+        * platform/efl/fast/block/margin-collapse/016-expected.txt:
+        * platform/efl/fast/block/margin-collapse/017-expected.png:
+        * platform/efl/fast/block/margin-collapse/017-expected.txt:
+        * platform/efl/fast/block/margin-collapse/018-expected.png:
+        * platform/efl/fast/block/margin-collapse/018-expected.txt:
+        * platform/efl/fast/block/margin-collapse/019-expected.png:
+        * platform/efl/fast/block/margin-collapse/019-expected.txt:
+        * platform/efl/fast/block/margin-collapse/020-expected.png:
+        * platform/efl/fast/block/margin-collapse/020-expected.txt:
+        * platform/efl/fast/block/margin-collapse/021-expected.png:
+        * platform/efl/fast/block/margin-collapse/021-expected.txt:
+        * platform/efl/fast/block/margin-collapse/022-expected.png:
+        * platform/efl/fast/block/margin-collapse/022-expected.txt:
+        * platform/efl/fast/block/margin-collapse/025-expected.png:
+        * platform/efl/fast/block/margin-collapse/026-expected.png:
+        * platform/efl/fast/block/margin-collapse/026-expected.txt:
+        * platform/efl/fast/block/margin-collapse/027-expected.png:
+        * platform/efl/fast/block/margin-collapse/027-expected.txt:
+        * platform/efl/fast/block/margin-collapse/028-expected.png:
+        * platform/efl/fast/block/margin-collapse/028-expected.txt:
+        * platform/efl/fast/block/margin-collapse/029-expected.png:
+        * platform/efl/fast/block/margin-collapse/029-expected.txt:
+        * platform/efl/fast/block/margin-collapse/030-expected.png:
+        * platform/efl/fast/block/margin-collapse/030-expected.txt:
+        * platform/efl/fast/block/margin-collapse/031-expected.png:
+        * platform/efl/fast/block/margin-collapse/031-expected.txt:
+        * platform/efl/fast/block/margin-collapse/032-expected.png:
+        * platform/efl/fast/block/margin-collapse/032-expected.txt:
+        * platform/efl/fast/block/margin-collapse/033-expected.png:
+        * platform/efl/fast/block/margin-collapse/033-expected.txt:
+        * platform/efl/fast/block/margin-collapse/034-expected.png:
+        * platform/efl/fast/block/margin-collapse/034-expected.txt:
+        * platform/efl/fast/block/margin-collapse/035-expected.png:
+        * platform/efl/fast/block/margin-collapse/035-expected.txt:
+        * platform/efl/fast/block/margin-collapse/037-expected.png:
+        * platform/efl/fast/block/margin-collapse/037-expected.txt:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (8/26).
+
+        * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt:
+        * platform/efl/editing/execCommand/insertHorizontalRule-expected.png:
+        * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt:
+        * platform/efl/editing/execCommand/insertImage-expected.png:
+        * platform/efl/editing/execCommand/insertImage-expected.txt:
+        * platform/efl/editing/execCommand/nsresponder-indent-expected.png:
+        * platform/efl/editing/execCommand/nsresponder-indent-expected.txt:
+        * platform/efl/editing/execCommand/nsresponder-outdent-expected.png:
+        * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
+        * platform/efl/editing/execCommand/print-expected.png:
+        * platform/efl/editing/execCommand/print-expected.txt:
+        * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png:
+        * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt:
+        * platform/efl/editing/execCommand/remove-list-item-1-expected.png:
+        * platform/efl/editing/execCommand/remove-list-item-1-expected.txt:
+        * platform/efl/editing/execCommand/selectAll-expected.png:
+        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
+        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/efl/editing/input/emacs-ctrl-o-expected.png:
+        * platform/efl/editing/input/emacs-ctrl-o-expected.txt:
+        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
+        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/efl/editing/inserting/12882-expected.png:
+        * platform/efl/editing/inserting/12882-expected.txt:
+        * platform/efl/editing/inserting/4278698-expected.png:
+        * platform/efl/editing/inserting/4278698-expected.txt:
+        * platform/efl/editing/inserting/4840662-expected.png:
+        * platform/efl/editing/inserting/4840662-expected.txt:
+        * platform/efl/editing/inserting/4875189-1-expected.png:
+        * platform/efl/editing/inserting/4875189-1-expected.txt:
+        * platform/efl/editing/inserting/4875189-2-expected.png:
+        * platform/efl/editing/inserting/4875189-2-expected.txt:
+        * platform/efl/editing/inserting/4959067-expected.png:
+        * platform/efl/editing/inserting/4959067-expected.txt:
+        * platform/efl/editing/inserting/4960120-1-expected.png:
+        * platform/efl/editing/inserting/4960120-1-expected.txt:
+        * platform/efl/editing/inserting/4960120-2-expected.png:
+        * platform/efl/editing/inserting/4960120-2-expected.txt:
+        * platform/efl/editing/inserting/5002441-expected.png:
+        * platform/efl/editing/inserting/5002441-expected.txt:
+        * platform/efl/editing/inserting/5058163-1-expected.png:
+        * platform/efl/editing/inserting/5058163-1-expected.txt:
+        * platform/efl/editing/inserting/5058163-2-expected.png:
+        * platform/efl/editing/inserting/5058163-2-expected.txt:
+        * platform/efl/editing/inserting/5156401-2-expected.png:
+        * platform/efl/editing/inserting/5156401-2-expected.txt:
+        * platform/efl/editing/inserting/5418891-expected.png:
+        * platform/efl/editing/inserting/5418891-expected.txt:
+        * platform/efl/editing/inserting/5510537-expected.png:
+        * platform/efl/editing/inserting/5510537-expected.txt:
+        * platform/efl/editing/inserting/5549929-2-expected.png:
+        * platform/efl/editing/inserting/5549929-2-expected.txt:
+        * platform/efl/editing/inserting/5549929-3-expected.png:
+        * platform/efl/editing/inserting/5549929-3-expected.txt:
+        * platform/efl/editing/inserting/6703873-expected.png:
+        * platform/efl/editing/inserting/6703873-expected.txt:
+        * platform/efl/editing/inserting/editable-html-element-expected.png:
+        * platform/efl/editing/inserting/editable-html-element-expected.txt:
+        * platform/efl/editing/inserting/editable-inline-element-expected.png:
+        * platform/efl/editing/inserting/editable-inline-element-expected.txt:
+        * platform/efl/editing/inserting/edited-whitespace-1-expected.png:
+        * platform/efl/editing/inserting/edited-whitespace-1-expected.txt:
+        * platform/efl/editing/inserting/editing-empty-divs-expected.png:
+        * platform/efl/editing/inserting/editing-empty-divs-expected.txt:
+        * platform/efl/editing/inserting/insert-3654864-fix-expected.png:
+        * platform/efl/editing/inserting/insert-3654864-fix-expected.txt:
+        * platform/efl/editing/inserting/insert-3775316-fix-expected.png:
+        * platform/efl/editing/inserting/insert-3775316-fix-expected.txt:
+        * platform/efl/editing/inserting/insert-3778059-fix-expected.png:
+        * platform/efl/editing/inserting/insert-3778059-fix-expected.txt:
+        * platform/efl/editing/inserting/insert-3800346-fix-expected.png:
+        * platform/efl/editing/inserting/insert-3800346-fix-expected.txt:
+        * platform/efl/editing/inserting/insert-3851164-fix-expected.png:
+        * platform/efl/editing/inserting/insert-3851164-fix-expected.txt:
+        * platform/efl/editing/inserting/insert-after-delete-001-expected.png:
+        * platform/efl/editing/inserting/insert-after-delete-001-expected.txt:
+        * platform/efl/editing/inserting/insert-at-end-01-expected.png:
+        * platform/efl/editing/inserting/insert-at-end-01-expected.txt:
+        * platform/efl/editing/inserting/insert-at-end-02-expected.png:
+        * platform/efl/editing/inserting/insert-at-end-02-expected.txt:
+        * platform/efl/editing/inserting/insert-br-001-expected.png:
+        * platform/efl/editing/inserting/insert-br-001-expected.txt:
+        * platform/efl/editing/inserting/insert-br-002-expected.png:
+        * platform/efl/editing/inserting/insert-br-002-expected.txt:
+        * platform/efl/editing/inserting/insert-br-003-expected.png:
+        * platform/efl/editing/inserting/insert-br-003-expected.txt:
+        * platform/efl/editing/inserting/insert-br-004-expected.png:
+        * platform/efl/editing/inserting/insert-br-004-expected.txt:
+        * platform/efl/editing/inserting/insert-br-005-expected.png:
+        * platform/efl/editing/inserting/insert-br-005-expected.txt:
+        * platform/efl/editing/inserting/insert-br-006-expected.png:
+        * platform/efl/editing/inserting/insert-br-006-expected.txt:
+        * platform/efl/editing/inserting/insert-br-007-expected.png:
+        * platform/efl/editing/inserting/insert-br-007-expected.txt:
+        * platform/efl/editing/inserting/insert-br-008-expected.png:
+        * platform/efl/editing/inserting/insert-br-008-expected.txt:
+        * platform/efl/editing/inserting/insert-br-009-expected.png:
+        * platform/efl/editing/inserting/insert-br-009-expected.txt:
+        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png:
+        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt:
+        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png:
+        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt:
+        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png:
+        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt:
+        * platform/efl/editing/inserting/insert-br-quoted-001-expected.png:
+        * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt:
+        * platform/efl/editing/inserting/insert-br-quoted-002-expected.png:
+        * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt:
+        * platform/efl/editing/inserting/insert-br-quoted-003-expected.png:
+        * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt:
+        * platform/efl/editing/inserting/insert-br-quoted-004-expected.png:
+        * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt:
+        * platform/efl/editing/inserting/insert-br-quoted-005-expected.png:
+        * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt:
+        * platform/efl/editing/inserting/insert-br-quoted-006-expected.png:
+        * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt:
+        * platform/efl/editing/inserting/insert-div-001-expected.png:
+        * platform/efl/editing/inserting/insert-div-001-expected.txt:
+        * platform/efl/editing/inserting/insert-div-002-expected.png:
+        * platform/efl/editing/inserting/insert-div-002-expected.txt:
+        * platform/efl/editing/inserting/insert-div-003-expected.png:
+        * platform/efl/editing/inserting/insert-div-003-expected.txt:
+        * platform/efl/editing/inserting/insert-div-004-expected.png:
+        * platform/efl/editing/inserting/insert-div-004-expected.txt:
+        * platform/efl/editing/inserting/insert-div-005-expected.png:
+        * platform/efl/editing/inserting/insert-div-005-expected.txt:
+        * platform/efl/editing/inserting/insert-div-006-expected.png:
+        * platform/efl/editing/inserting/insert-div-006-expected.txt:
+        * platform/efl/editing/inserting/insert-div-007-expected.png:
+        * platform/efl/editing/inserting/insert-div-007-expected.txt:
+        * platform/efl/editing/inserting/insert-div-008-expected.png:
+        * platform/efl/editing/inserting/insert-div-008-expected.txt:
+        * platform/efl/editing/inserting/insert-div-009-expected.png:
+        * platform/efl/editing/inserting/insert-div-009-expected.txt:
+        * platform/efl/editing/inserting/insert-div-010-expected.png:
+        * platform/efl/editing/inserting/insert-div-010-expected.txt:
+        * platform/efl/editing/inserting/insert-div-011-expected.png:
+        * platform/efl/editing/inserting/insert-div-011-expected.txt:
+        * platform/efl/editing/inserting/insert-div-012-expected.png:
+        * platform/efl/editing/inserting/insert-div-012-expected.txt:
+        * platform/efl/editing/inserting/insert-div-013-expected.png:
+        * platform/efl/editing/inserting/insert-div-013-expected.txt:
+        * platform/efl/editing/inserting/insert-div-014-expected.png:
+        * platform/efl/editing/inserting/insert-div-014-expected.txt:
+        * platform/efl/editing/inserting/insert-div-015-expected.png:
+        * platform/efl/editing/inserting/insert-div-015-expected.txt:
+        * platform/efl/editing/inserting/insert-div-016-expected.png:
+        * platform/efl/editing/inserting/insert-div-016-expected.txt:
+        * platform/efl/editing/inserting/insert-div-017-expected.png:
+        * platform/efl/editing/inserting/insert-div-017-expected.txt:
+        * platform/efl/editing/inserting/insert-div-018-expected.png:
+        * platform/efl/editing/inserting/insert-div-018-expected.txt:
+        * platform/efl/editing/inserting/insert-div-019-expected.png:
+        * platform/efl/editing/inserting/insert-div-019-expected.txt:
+        * platform/efl/editing/inserting/insert-div-020-expected.png:
+        * platform/efl/editing/inserting/insert-div-020-expected.txt:
+        * platform/efl/editing/inserting/insert-div-022-expected.png:
+        * platform/efl/editing/inserting/insert-div-022-expected.txt:
+        * platform/efl/editing/inserting/insert-div-023-expected.png:
+        * platform/efl/editing/inserting/insert-div-023-expected.txt:
+        * platform/efl/editing/inserting/insert-div-024-expected.png:
+        * platform/efl/editing/inserting/insert-div-024-expected.txt:
+        * platform/efl/editing/inserting/insert-div-025-expected.png:
+        * platform/efl/editing/inserting/insert-div-025-expected.txt:
+        * platform/efl/editing/inserting/insert-div-026-expected.png:
+        * platform/efl/editing/inserting/insert-div-026-expected.txt:
+        * platform/efl/editing/inserting/insert-div-027-expected.png:
+        * platform/efl/editing/inserting/insert-div-027-expected.txt:
+        * platform/efl/editing/inserting/insert-paragraph-01-expected.png:
+        * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
+        * platform/efl/editing/inserting/insert-paragraph-02-expected.png:
+        * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
+        * platform/efl/editing/inserting/insert-paragraph-03-expected.png:
+        * platform/efl/editing/inserting/insert-paragraph-03-expected.txt:
+        * platform/efl/editing/inserting/insert-paragraph-04-expected.png:
+        * platform/efl/editing/inserting/insert-paragraph-04-expected.txt:
+        * platform/efl/editing/inserting/insert-paragraph-05-expected.png:
+        * platform/efl/editing/inserting/insert-paragraph-05-expected.txt:
+        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png:
+        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt:
+        * platform/efl/editing/inserting/insert-tab-001-expected.png:
+        * platform/efl/editing/inserting/insert-tab-001-expected.txt:
+        * platform/efl/editing/inserting/insert-tab-002-expected.png:
+        * platform/efl/editing/inserting/insert-tab-002-expected.txt:
+        * platform/efl/editing/inserting/insert-tab-003-expected.png:
+        * platform/efl/editing/inserting/insert-tab-003-expected.txt:
+        * platform/efl/editing/inserting/insert-tab-004-expected.png:
+        * platform/efl/editing/inserting/insert-tab-004-expected.txt:
+        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png:
+        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt:
+        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png:
+        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt:
+        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png:
+        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt:
+        * platform/efl/editing/inserting/insert-text-with-newlines-expected.png:
+        * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt:
+        * platform/efl/editing/inserting/line-break-expected.png:
+        * platform/efl/editing/inserting/line-break-expected.txt:
+        * platform/efl/editing/inserting/multiple-lines-selected-expected.png:
+        * platform/efl/editing/inserting/multiple-lines-selected-expected.txt:
+        * platform/efl/editing/inserting/paragraph-separator-01-expected.png:
+        * platform/efl/editing/inserting/paragraph-separator-01-expected.txt:
+        * platform/efl/editing/inserting/paragraph-separator-02-expected.png:
+        * platform/efl/editing/inserting/paragraph-separator-02-expected.txt:
+        * platform/efl/editing/inserting/paragraph-separator-03-expected.png:
+        * platform/efl/editing/inserting/paragraph-separator-03-expected.txt:
+        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png:
+        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
+        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png:
+        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
+        * platform/efl/editing/inserting/redo-expected.png:
+        * platform/efl/editing/inserting/redo-expected.txt:
+        * platform/efl/editing/inserting/return-key-with-selection-001-expected.png:
+        * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt:
+        * platform/efl/editing/inserting/return-key-with-selection-002-expected.png:
+        * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt:
+        * platform/efl/editing/inserting/return-key-with-selection-003-expected.png:
+        * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt:
+        * platform/efl/editing/inserting/typing-001-expected.png:
+        * platform/efl/editing/inserting/typing-001-expected.txt:
+        * platform/efl/editing/inserting/typing-002-expected.png:
+        * platform/efl/editing/inserting/typing-002-expected.txt:
+        * platform/efl/editing/inserting/typing-003-expected.png:
+        * platform/efl/editing/inserting/typing-003-expected.txt:
+        * platform/efl/editing/inserting/typing-around-br-001-expected.png:
+        * platform/efl/editing/inserting/typing-around-br-001-expected.txt:
+        * platform/efl/editing/inserting/typing-around-image-001-expected.png:
+        * platform/efl/editing/inserting/typing-around-image-001-expected.txt:
+        * platform/efl/editing/inserting/typing-at-end-of-line-expected.png:
+        * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt:
+        * platform/efl/editing/pasteboard/4631972-expected.png:
+        * platform/efl/editing/pasteboard/4631972-expected.txt:
+        * platform/efl/editing/pasteboard/4806874-expected.png:
+        * platform/efl/editing/pasteboard/4806874-expected.txt:
+        * platform/efl/editing/pasteboard/5032095-expected.png:
+        * platform/efl/editing/pasteboard/5032095-expected.txt:
+        * platform/efl/editing/pasteboard/5071074-2-expected.png:
+        * platform/efl/editing/pasteboard/5071074-2-expected.txt:
+        * platform/efl/editing/pasteboard/5134759-expected.png:
+        * platform/efl/editing/pasteboard/5134759-expected.txt:
+        * platform/efl/editing/pasteboard/5156401-1-expected.png:
+        * platform/efl/editing/pasteboard/5156401-1-expected.txt:
+        * platform/efl/editing/pasteboard/5387578-expected.png:
+        * platform/efl/editing/pasteboard/5387578-expected.txt:
+        * platform/efl/editing/pasteboard/7955-expected.png:
+        * platform/efl/editing/pasteboard/7955-expected.txt:
+        * platform/efl/editing/pasteboard/8145-1-expected.png:
+        * platform/efl/editing/pasteboard/8145-1-expected.txt:
+        * platform/efl/editing/pasteboard/8145-2-expected.png:
+        * platform/efl/editing/pasteboard/8145-2-expected.txt:
+        * platform/efl/editing/pasteboard/8145-3-expected.png:
+        * platform/efl/editing/pasteboard/8145-3-expected.txt:
+        * platform/efl/editing/pasteboard/bad-placeholder-expected.png:
+        * platform/efl/editing/pasteboard/bad-placeholder-expected.txt:
+        * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.png:
+        * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.txt:
+        * platform/efl/editing/pasteboard/displaced-placeholder-expected.png:
+        * platform/efl/editing/pasteboard/displaced-placeholder-expected.txt:
+        * platform/efl/editing/pasteboard/innerText-inline-table-expected.png:
+        * platform/efl/editing/pasteboard/innerText-inline-table-expected.txt:
+        * platform/efl/editing/pasteboard/merge-after-delete-1-expected.png:
+        * platform/efl/editing/pasteboard/merge-after-delete-1-expected.txt:
+        * platform/efl/editing/pasteboard/merge-after-delete-2-expected.png:
+        * platform/efl/editing/pasteboard/merge-after-delete-2-expected.txt:
+        * platform/efl/editing/pasteboard/merge-after-delete-expected.png:
+        * platform/efl/editing/pasteboard/merge-after-delete-expected.txt:
+        * platform/efl/editing/pasteboard/merge-end-blockquote-expected.png:
+        * platform/efl/editing/pasteboard/merge-end-blockquote-expected.txt:
+        * platform/efl/editing/pasteboard/merge-end-borders-expected.png:
+        * platform/efl/editing/pasteboard/merge-end-borders-expected.txt:
+        * platform/efl/editing/pasteboard/merge-start-blockquote-expected.png:
+        * platform/efl/editing/pasteboard/merge-start-blockquote-expected.txt:
+        * platform/efl/editing/pasteboard/merge-start-list-expected.png:
+        * platform/efl/editing/pasteboard/merge-start-list-expected.txt:
+        * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
+        * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
+        * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
+        * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
+        * platform/efl/editing/pasteboard/pasting-object-expected.png:
+        * platform/efl/editing/pasteboard/pasting-object-expected.txt:
+        * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.png:
+        * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.txt:
+        * platform/efl/editing/pasteboard/unrendered-br-expected.png:
+        * platform/efl/editing/pasteboard/unrendered-br-expected.txt:
+        * platform/efl/editing/selection/13804-expected.png:
+        * platform/efl/editing/selection/13804-expected.txt:
+        * platform/efl/editing/selection/14971-expected.png:
+        * platform/efl/editing/selection/14971-expected.txt:
+        * platform/efl/editing/selection/4402375-expected.png:
+        * platform/efl/editing/selection/4402375-expected.txt:
+        * platform/efl/editing/selection/4776665-expected.png:
+        * platform/efl/editing/selection/4776665-expected.txt:
+        * platform/efl/editing/selection/4818145-expected.png:
+        * platform/efl/editing/selection/4818145-expected.txt:
+        * platform/efl/editing/selection/4866671-expected.png:
+        * platform/efl/editing/selection/4866671-expected.txt:
+        * platform/efl/editing/selection/4889598-expected.png:
+        * platform/efl/editing/selection/4889598-expected.txt:
+        * platform/efl/editing/selection/4895428-2-expected.png:
+        * platform/efl/editing/selection/4895428-2-expected.txt:
+        * platform/efl/editing/selection/4932260-1-expected.png:
+        * platform/efl/editing/selection/4932260-1-expected.txt:
+        * platform/efl/editing/selection/4932260-2-expected.png:
+        * platform/efl/editing/selection/4932260-2-expected.txt:
+        * platform/efl/editing/selection/4932260-3-expected.png:
+        * platform/efl/editing/selection/4932260-3-expected.txt:
+        * platform/efl/editing/selection/4947387-expected.png:
+        * platform/efl/editing/selection/4947387-expected.txt:
+        * platform/efl/editing/selection/4960116-expected.png:
+        * platform/efl/editing/selection/4960116-expected.txt:
+        * platform/efl/editing/selection/4960137-expected.png:
+        * platform/efl/editing/selection/4960137-expected.txt:
+        * platform/efl/editing/selection/4983858-expected.png:
+        * platform/efl/editing/selection/4983858-expected.txt:
+        * platform/efl/editing/selection/5057506-2-expected.png:
+        * platform/efl/editing/selection/5057506-2-expected.txt:
+        * platform/efl/editing/selection/5076323-1-expected.png:
+        * platform/efl/editing/selection/5076323-1-expected.txt:
+        * platform/efl/editing/selection/5076323-2-expected.png:
+        * platform/efl/editing/selection/5076323-2-expected.txt:
+        * platform/efl/editing/selection/5076323-3-expected.png:
+        * platform/efl/editing/selection/5076323-3-expected.txt:
+        * platform/efl/editing/selection/5081257-1-expected.png:
+        * platform/efl/editing/selection/5081257-1-expected.txt:
+        * platform/efl/editing/selection/5081257-2-expected.png:
+        * platform/efl/editing/selection/5081257-2-expected.txt:
+        * platform/efl/editing/selection/5099303-expected.png:
+        * platform/efl/editing/selection/5099303-expected.txt:
+        * platform/efl/editing/selection/5131716-1-expected.png:
+        * platform/efl/editing/selection/5131716-1-expected.txt:
+        * platform/efl/editing/selection/5131716-2-expected.png:
+        * platform/efl/editing/selection/5131716-2-expected.txt:
+        * platform/efl/editing/selection/5131716-3-expected.png:
+        * platform/efl/editing/selection/5131716-3-expected.txt:
+        * platform/efl/editing/selection/5131716-4-expected.png:
+        * platform/efl/editing/selection/5131716-4-expected.txt:
+        * platform/efl/editing/selection/5195166-2-expected.png:
+        * platform/efl/editing/selection/5195166-2-expected.txt:
+        * platform/efl/editing/selection/5232159-expected.png:
+        * platform/efl/editing/selection/5232159-expected.txt:
+        * platform/efl/editing/selection/5234383-1-expected.png:
+        * platform/efl/editing/selection/5234383-1-expected.txt:
+        * platform/efl/editing/selection/5234383-2-expected.png:
+        * platform/efl/editing/selection/5234383-2-expected.txt:
+        * platform/efl/editing/selection/5240265-expected.png:
+        * platform/efl/editing/selection/5240265-expected.txt:
+        * platform/efl/editing/selection/5333725-expected.png:
+        * platform/efl/editing/selection/5333725-expected.txt:
+        * platform/efl/editing/selection/6476-expected.png:
+        * platform/efl/editing/selection/6476-expected.txt:
+        * platform/efl/editing/selection/7152-1-expected.png:
+        * platform/efl/editing/selection/7152-1-expected.txt:
+        * platform/efl/editing/selection/addRange-expected.png:
+        * platform/efl/editing/selection/addRange-expected.txt:
+        * platform/efl/editing/selection/after-line-wrap-expected.png:
+        * platform/efl/editing/selection/after-line-wrap-expected.txt:
+        * platform/efl/editing/selection/clear-selection-expected.png:
+        * platform/efl/editing/selection/clear-selection-expected.txt:
+        * platform/efl/editing/selection/click-start-of-line-expected.png:
+        * platform/efl/editing/selection/click-start-of-line-expected.txt:
+        * platform/efl/editing/selection/contenteditable-click-inside-expected.png:
+        * platform/efl/editing/selection/contenteditable-click-inside-expected.txt:
+        * platform/efl/editing/selection/display-table-text-expected.png:
+        * platform/efl/editing/selection/display-table-text-expected.txt:
+        * platform/efl/editing/selection/drag-in-iframe-expected.png:
+        * platform/efl/editing/selection/drag-in-iframe-expected.txt:
+        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png:
+        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt:
+        * platform/efl/editing/selection/editable-html-element-expected.png:
+        * platform/efl/editing/selection/editable-html-element-expected.txt:
+        * platform/efl/editing/selection/editable-links-expected.png:
+        * platform/efl/editing/selection/editable-links-expected.txt:
+        * platform/efl/editing/selection/editable-non-editable-crash-expected.png:
+        * platform/efl/editing/selection/editable-non-editable-crash-expected.txt:
+        * platform/efl/editing/selection/end-of-document-expected.png:
+        * platform/efl/editing/selection/end-of-document-expected.txt:
+        * platform/efl/editing/selection/expanding-selections-expected.png:
+        * platform/efl/editing/selection/expanding-selections-expected.txt:
+        * platform/efl/editing/selection/expanding-selections2-expected.png:
+        * platform/efl/editing/selection/expanding-selections2-expected.txt:
+        * platform/efl/editing/selection/extend-by-character-001-expected.png:
+        * platform/efl/editing/selection/extend-by-character-001-expected.txt:
+        * platform/efl/editing/selection/extend-by-character-004-expected.png:
+        * platform/efl/editing/selection/extend-by-character-004-expected.txt:
+        * platform/efl/editing/selection/extend-by-character-005-expected.png:
+        * platform/efl/editing/selection/extend-by-character-005-expected.txt:
+        * platform/efl/editing/selection/extend-by-character-006-expected.png:
+        * platform/efl/editing/selection/extend-by-character-006-expected.txt:
+        * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
+        * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
+        * platform/efl/editing/selection/extend-by-word-001-expected.png:
+        * platform/efl/editing/selection/extend-by-word-001-expected.txt:
+        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png:
+        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt:
+        * platform/efl/editing/selection/extend-selection-bidi-expected.png:
+        * platform/efl/editing/selection/extend-selection-bidi-expected.txt:
+        * platform/efl/editing/selection/focus-body-expected.png:
+        * platform/efl/editing/selection/focus-body-expected.txt:
+        * platform/efl/editing/selection/focus_editable_html-expected.png:
+        * platform/efl/editing/selection/focus_editable_html-expected.txt:
+        * platform/efl/editing/selection/iframe-expected.png:
+        * platform/efl/editing/selection/iframe-expected.txt:
+        * platform/efl/editing/selection/image-before-linebreak-expected.png:
+        * platform/efl/editing/selection/image-before-linebreak-expected.txt:
+        * platform/efl/editing/selection/inline-closest-leaf-child-expected.png:
+        * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt:
+        * platform/efl/editing/selection/inline-table-expected.png:
+        * platform/efl/editing/selection/inline-table-expected.txt:
+        * platform/efl/editing/selection/leave-requested-block-expected.png:
+        * platform/efl/editing/selection/leave-requested-block-expected.txt:
+        * platform/efl/editing/selection/line-wrap-1-expected.png:
+        * platform/efl/editing/selection/line-wrap-1-expected.txt:
+        * platform/efl/editing/selection/line-wrap-2-expected.png:
+        * platform/efl/editing/selection/line-wrap-2-expected.txt:
+        * platform/efl/editing/selection/mixed-editability-1-expected.png:
+        * platform/efl/editing/selection/mixed-editability-1-expected.txt:
+        * platform/efl/editing/selection/mixed-editability-2-expected.png:
+        * platform/efl/editing/selection/mixed-editability-2-expected.txt:
+        * platform/efl/editing/selection/mixed-editability-3-expected.png:
+        * platform/efl/editing/selection/mixed-editability-3-expected.txt:
+        * platform/efl/editing/selection/mixed-editability-4-expected.png:
+        * platform/efl/editing/selection/mixed-editability-4-expected.txt:
+        * platform/efl/editing/selection/mixed-editability-5-expected.png:
+        * platform/efl/editing/selection/mixed-editability-5-expected.txt:
+        * platform/efl/editing/selection/mixed-editability-8-expected.png:
+        * platform/efl/editing/selection/mixed-editability-8-expected.txt:
+        * platform/efl/editing/selection/mixed-editability-9-expected.png:
+        * platform/efl/editing/selection/mixed-editability-9-expected.txt:
+        * platform/efl/editing/selection/move-3875618-fix-expected.png:
+        * platform/efl/editing/selection/move-3875618-fix-expected.txt:
+        * platform/efl/editing/selection/move-3875641-fix-expected.png:
+        * platform/efl/editing/selection/move-3875641-fix-expected.txt:
+        * platform/efl/editing/selection/move-backwords-by-word-001-expected.png:
+        * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt:
+        * platform/efl/editing/selection/move-between-blocks-no-001-expected.png:
+        * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt:
+        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png:
+        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt:
+        * platform/efl/editing/selection/move-by-character-001-expected.png:
+        * platform/efl/editing/selection/move-by-character-001-expected.txt:
+        * platform/efl/editing/selection/move-by-character-002-expected.png:
+        * platform/efl/editing/selection/move-by-character-002-expected.txt:
+        * platform/efl/editing/selection/move-by-character-003-expected.png:
+        * platform/efl/editing/selection/move-by-character-003-expected.txt:
+        * platform/efl/editing/selection/move-by-character-004-expected.png:
+        * platform/efl/editing/selection/move-by-character-004-expected.txt:
+        * platform/efl/editing/selection/move-by-character-005-expected.png:
+        * platform/efl/editing/selection/move-by-character-005-expected.txt:
+        * platform/efl/editing/selection/move-by-character-6-expected.png:
+        * platform/efl/editing/selection/move-by-character-6-expected.txt:
+        * platform/efl/editing/selection/move-by-line-001-expected.png:
+        * platform/efl/editing/selection/move-by-line-001-expected.txt:
+        * platform/efl/editing/selection/move-by-line-002-expected.png:
+        * platform/efl/editing/selection/move-by-line-002-expected.txt:
+        * platform/efl/editing/selection/move-by-sentence-001-expected.png:
+        * platform/efl/editing/selection/move-by-sentence-001-expected.txt:
+        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png:
+        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt:
+        * platform/efl/editing/selection/move-by-word-001-expected.png:
+        * platform/efl/editing/selection/move-by-word-001-expected.txt:
+        * platform/efl/editing/selection/move-past-trailing-space-expected.png:
+        * platform/efl/editing/selection/move-past-trailing-space-expected.txt:
+        * platform/efl/editing/selection/node-removal-1-expected.png:
+        * platform/efl/editing/selection/node-removal-1-expected.txt:
+        * platform/efl/editing/selection/previous-line-position-expected.png:
+        * platform/efl/editing/selection/previous-line-position-expected.txt:
+        * platform/efl/editing/selection/replace-selection-1-expected.png:
+        * platform/efl/editing/selection/replace-selection-1-expected.txt:
+        * platform/efl/editing/selection/replaced-boundaries-1-expected.png:
+        * platform/efl/editing/selection/replaced-boundaries-1-expected.txt:
+        * platform/efl/editing/selection/replaced-boundaries-2-expected.png:
+        * platform/efl/editing/selection/replaced-boundaries-2-expected.txt:
+        * platform/efl/editing/selection/select-all-001-expected.png:
+        * platform/efl/editing/selection/select-all-001-expected.txt:
+        * platform/efl/editing/selection/select-all-iframe-expected.png:
+        * platform/efl/editing/selection/select-all-iframe-expected.txt:
+        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png:
+        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt:
+        * platform/efl/editing/selection/selectNode-expected.png:
+        * platform/efl/editing/selection/selectNode-expected.txt:
+        * platform/efl/editing/selection/selectNodeContents-expected.png:
+        * platform/efl/editing/selection/selectNodeContents-expected.txt:
+        * platform/efl/editing/selection/selection-3748164-fix-expected.png:
+        * platform/efl/editing/selection/selection-3748164-fix-expected.txt:
+        * platform/efl/editing/selection/table-caret-1-expected.png:
+        * platform/efl/editing/selection/table-caret-1-expected.txt:
+        * platform/efl/editing/selection/table-caret-2-expected.png:
+        * platform/efl/editing/selection/table-caret-2-expected.txt:
+        * platform/efl/editing/selection/table-caret-3-expected.png:
+        * platform/efl/editing/selection/table-caret-3-expected.txt:
+        * platform/efl/editing/selection/transformed-selection-rects-expected.png:
+        * platform/efl/editing/selection/transformed-selection-rects-expected.txt:
+        * platform/efl/editing/selection/triple-click-in-pre-expected.png:
+        * platform/efl/editing/selection/triple-click-in-pre-expected.txt:
+        * platform/efl/editing/selection/unrendered-001-expected.png:
+        * platform/efl/editing/selection/unrendered-001-expected.txt:
+        * platform/efl/editing/selection/unrendered-002-expected.png:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (7/26).
+
+        * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-3a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-41-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-41a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-42-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-42a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-50-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-62-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-65-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-86-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-88-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-88b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-89-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-91-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-92-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-93-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.txt:
+        * platform/efl/css3/unicode-bidi-isolate-basic-expected.png:
+        * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt:
+        * platform/efl/editing/deleting/4922367-expected.png:
+        * platform/efl/editing/deleting/4922367-expected.txt:
+        * platform/efl/editing/deleting/5099303-expected.png:
+        * platform/efl/editing/deleting/5099303-expected.txt:
+        * platform/efl/editing/deleting/5126166-expected.png:
+        * platform/efl/editing/deleting/5126166-expected.txt:
+        * platform/efl/editing/deleting/5144139-2-expected.png:
+        * platform/efl/editing/deleting/5144139-2-expected.txt:
+        * platform/efl/editing/deleting/5206311-1-expected.png:
+        * platform/efl/editing/deleting/5206311-1-expected.txt:
+        * platform/efl/editing/deleting/5272440-expected.png:
+        * platform/efl/editing/deleting/5272440-expected.txt:
+        * platform/efl/editing/deleting/5369009-expected.png:
+        * platform/efl/editing/deleting/5369009-expected.txt:
+        * platform/efl/editing/deleting/5433862-2-expected.png:
+        * platform/efl/editing/deleting/5433862-2-expected.txt:
+        * platform/efl/editing/deleting/5483370-expected.png:
+        * platform/efl/editing/deleting/5483370-expected.txt:
+        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
+        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-3608445-fix-expected.png:
+        * platform/efl/editing/deleting/delete-3608445-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-3608462-fix-expected.png:
+        * platform/efl/editing/deleting/delete-3608462-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-3775172-fix-expected.png:
+        * platform/efl/editing/deleting/delete-3775172-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-3800834-fix-expected.png:
+        * platform/efl/editing/deleting/delete-3800834-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-3857753-fix-expected.png:
+        * platform/efl/editing/deleting/delete-3857753-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-3865854-fix-expected.png:
+        * platform/efl/editing/deleting/delete-3865854-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-3928305-fix-expected.png:
+        * platform/efl/editing/deleting/delete-3928305-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-4083333-fix-expected.png:
+        * platform/efl/editing/deleting/delete-4083333-fix-expected.txt:
+        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png:
+        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt:
+        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png:
+        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt:
+        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png:
+        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt:
+        * platform/efl/editing/deleting/delete-and-undo-expected.png:
+        * platform/efl/editing/deleting/delete-and-undo-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
+        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
+        * platform/efl/editing/deleting/delete-at-start-or-end-expected.png:
+        * platform/efl/editing/deleting/delete-block-contents-001-expected.png:
+        * platform/efl/editing/deleting/delete-block-contents-001-expected.txt:
+        * platform/efl/editing/deleting/delete-block-contents-002-expected.png:
+        * platform/efl/editing/deleting/delete-block-contents-002-expected.txt:
+        * platform/efl/editing/deleting/delete-block-contents-003-expected.png:
+        * platform/efl/editing/deleting/delete-block-contents-003-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt:
+        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png:
+        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt:
+        * platform/efl/editing/deleting/delete-br-001-expected.png:
+        * platform/efl/editing/deleting/delete-br-001-expected.txt:
+        * platform/efl/editing/deleting/delete-br-002-expected.png:
+        * platform/efl/editing/deleting/delete-br-002-expected.txt:
+        * platform/efl/editing/deleting/delete-br-003-expected.png:
+        * platform/efl/editing/deleting/delete-br-003-expected.txt:
+        * platform/efl/editing/deleting/delete-br-004-expected.png:
+        * platform/efl/editing/deleting/delete-br-004-expected.txt:
+        * platform/efl/editing/deleting/delete-br-005-expected.png:
+        * platform/efl/editing/deleting/delete-br-005-expected.txt:
+        * platform/efl/editing/deleting/delete-br-006-expected.png:
+        * platform/efl/editing/deleting/delete-br-006-expected.txt:
+        * platform/efl/editing/deleting/delete-br-007-expected.png:
+        * platform/efl/editing/deleting/delete-br-007-expected.txt:
+        * platform/efl/editing/deleting/delete-br-008-expected.png:
+        * platform/efl/editing/deleting/delete-br-008-expected.txt:
+        * platform/efl/editing/deleting/delete-br-009-expected.png:
+        * platform/efl/editing/deleting/delete-br-009-expected.txt:
+        * platform/efl/editing/deleting/delete-br-010-expected.png:
+        * platform/efl/editing/deleting/delete-br-010-expected.txt:
+        * platform/efl/editing/deleting/delete-br-013-expected.png:
+        * platform/efl/editing/deleting/delete-br-013-expected.txt:
+        * platform/efl/editing/deleting/delete-character-001-expected.png:
+        * platform/efl/editing/deleting/delete-character-001-expected.txt:
+        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png:
+        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt:
+        * platform/efl/editing/deleting/delete-first-list-item-expected.png:
+        * platform/efl/editing/deleting/delete-first-list-item-expected.txt:
+        * platform/efl/editing/deleting/delete-hr-expected.png:
+        * platform/efl/editing/deleting/delete-hr-expected.txt:
+        * platform/efl/editing/deleting/delete-image-001-expected.png:
+        * platform/efl/editing/deleting/delete-image-001-expected.txt:
+        * platform/efl/editing/deleting/delete-image-002-expected.png:
+        * platform/efl/editing/deleting/delete-image-002-expected.txt:
+        * platform/efl/editing/deleting/delete-image-003-expected.png:
+        * platform/efl/editing/deleting/delete-image-003-expected.txt:
+        * platform/efl/editing/deleting/delete-image-004-expected.png:
+        * platform/efl/editing/deleting/delete-image-004-expected.txt:
+        * platform/efl/editing/deleting/delete-leading-ws-001-expected.png:
+        * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt:
+        * platform/efl/editing/deleting/delete-line-001-expected.png:
+        * platform/efl/editing/deleting/delete-line-001-expected.txt:
+        * platform/efl/editing/deleting/delete-line-002-expected.png:
+        * platform/efl/editing/deleting/delete-line-002-expected.txt:
+        * platform/efl/editing/deleting/delete-line-003-expected.png:
+        * platform/efl/editing/deleting/delete-line-003-expected.txt:
+        * platform/efl/editing/deleting/delete-line-004-expected.png:
+        * platform/efl/editing/deleting/delete-line-004-expected.txt:
+        * platform/efl/editing/deleting/delete-line-005-expected.png:
+        * platform/efl/editing/deleting/delete-line-005-expected.txt:
+        * platform/efl/editing/deleting/delete-line-006-expected.png:
+        * platform/efl/editing/deleting/delete-line-006-expected.txt:
+        * platform/efl/editing/deleting/delete-line-007-expected.png:
+        * platform/efl/editing/deleting/delete-line-007-expected.txt:
+        * platform/efl/editing/deleting/delete-line-008-expected.png:
+        * platform/efl/editing/deleting/delete-line-008-expected.txt:
+        * platform/efl/editing/deleting/delete-line-009-expected.png:
+        * platform/efl/editing/deleting/delete-line-009-expected.txt:
+        * platform/efl/editing/deleting/delete-line-010-expected.png:
+        * platform/efl/editing/deleting/delete-line-010-expected.txt:
+        * platform/efl/editing/deleting/delete-line-011-expected.png:
+        * platform/efl/editing/deleting/delete-line-012-expected.png:
+        * platform/efl/editing/deleting/delete-line-012-expected.txt:
+        * platform/efl/editing/deleting/delete-line-013-expected.png:
+        * platform/efl/editing/deleting/delete-line-013-expected.txt:
+        * platform/efl/editing/deleting/delete-line-014-expected.png:
+        * platform/efl/editing/deleting/delete-line-014-expected.txt:
+        * platform/efl/editing/deleting/delete-line-015-expected.png:
+        * platform/efl/editing/deleting/delete-line-015-expected.txt:
+        * platform/efl/editing/deleting/delete-line-016-expected.png:
+        * platform/efl/editing/deleting/delete-line-016-expected.txt:
+        * platform/efl/editing/deleting/delete-line-017-expected.png:
+        * platform/efl/editing/deleting/delete-line-017-expected.txt:
+        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png:
+        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt:
+        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png:
+        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt:
+        * platform/efl/editing/deleting/delete-listitem-001-expected.png:
+        * platform/efl/editing/deleting/delete-listitem-001-expected.txt:
+        * platform/efl/editing/deleting/delete-listitem-002-expected.png:
+        * platform/efl/editing/deleting/delete-listitem-002-expected.txt:
+        * platform/efl/editing/deleting/delete-selection-001-expected.png:
+        * platform/efl/editing/deleting/delete-selection-001-expected.txt:
+        * platform/efl/editing/deleting/delete-tab-001-expected.png:
+        * platform/efl/editing/deleting/delete-tab-002-expected.png:
+        * platform/efl/editing/deleting/delete-tab-002-expected.txt:
+        * platform/efl/editing/deleting/delete-tab-003-expected.png:
+        * platform/efl/editing/deleting/delete-tab-003-expected.txt:
+        * platform/efl/editing/deleting/delete-tab-004-expected.png:
+        * platform/efl/editing/deleting/delete-to-select-table-expected.png:
+        * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
+        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png:
+        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt:
+        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png:
+        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt:
+        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png:
+        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt:
+        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png:
+        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt:
+        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png:
+        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt:
+        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png:
+        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt:
+        * platform/efl/editing/deleting/forward-delete-expected.png:
+        * platform/efl/editing/deleting/forward-delete-expected.txt:
+        * platform/efl/editing/deleting/list-item-1-expected.png:
+        * platform/efl/editing/deleting/list-item-1-expected.txt:
+        * platform/efl/editing/deleting/merge-different-styles-expected.png:
+        * platform/efl/editing/deleting/merge-different-styles-expected.txt:
+        * platform/efl/editing/deleting/merge-endOfParagraph-expected.png:
+        * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt:
+        * platform/efl/editing/deleting/merge-no-br-expected.png:
+        * platform/efl/editing/deleting/merge-no-br-expected.txt:
+        * platform/efl/editing/deleting/merge-unrendered-space-expected.png:
+        * platform/efl/editing/deleting/merge-unrendered-space-expected.txt:
+        * platform/efl/editing/deleting/merge-whitespace-pre-expected.png:
+        * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt:
+        * platform/efl/editing/deleting/move-nodes-001-expected.png:
+        * platform/efl/editing/deleting/move-nodes-001-expected.txt:
+        * platform/efl/editing/deleting/non-smart-delete-expected.png:
+        * platform/efl/editing/deleting/non-smart-delete-expected.txt:
+        * platform/efl/editing/deleting/pruning-after-merge-2-expected.png:
+        * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt:
+        * platform/efl/editing/deleting/smart-delete-001-expected.png:
+        * platform/efl/editing/deleting/smart-delete-001-expected.txt:
+        * platform/efl/editing/deleting/smart-delete-002-expected.png:
+        * platform/efl/editing/deleting/table-cells-expected.png:
+        * platform/efl/editing/deleting/table-cells-expected.txt:
+        * platform/efl/editing/deleting/type-delete-after-quote-expected.png:
+        * platform/efl/editing/deleting/type-delete-after-quote-expected.txt:
+        * platform/efl/editing/execCommand/4580583-1-expected.png:
+        * platform/efl/editing/execCommand/4580583-2-expected.png:
+        * platform/efl/editing/execCommand/4641880-1-expected.png:
+        * platform/efl/editing/execCommand/4641880-1-expected.txt:
+        * platform/efl/editing/execCommand/4641880-2-expected.png:
+        * platform/efl/editing/execCommand/4641880-2-expected.txt:
+        * platform/efl/editing/execCommand/4747450-expected.png:
+        * platform/efl/editing/execCommand/4747450-expected.txt:
+        * platform/efl/editing/execCommand/4916402-expected.png:
+        * platform/efl/editing/execCommand/4916402-expected.txt:
+        * platform/efl/editing/execCommand/4916541-expected.png:
+        * platform/efl/editing/execCommand/4916541-expected.txt:
+        * platform/efl/editing/execCommand/4924441-expected.png:
+        * platform/efl/editing/execCommand/4924441-expected.txt:
+        * platform/efl/editing/execCommand/5080333-1-expected.png:
+        * platform/efl/editing/execCommand/5080333-1-expected.txt:
+        * platform/efl/editing/execCommand/5080333-2-expected.png:
+        * platform/efl/editing/execCommand/5080333-2-expected.txt:
+        * platform/efl/editing/execCommand/5136770-expected.png:
+        * platform/efl/editing/execCommand/5136770-expected.txt:
+        * platform/efl/editing/execCommand/5138441-expected.png:
+        * platform/efl/editing/execCommand/5138441-expected.txt:
+        * platform/efl/editing/execCommand/5142012-1-expected.png:
+        * platform/efl/editing/execCommand/5142012-1-expected.txt:
+        * platform/efl/editing/execCommand/5142012-2-expected.png:
+        * platform/efl/editing/execCommand/5142012-2-expected.txt:
+        * platform/efl/editing/execCommand/5190926-expected.png:
+        * platform/efl/editing/execCommand/5190926-expected.txt:
+        * platform/efl/editing/execCommand/5481523-expected.png:
+        * platform/efl/editing/execCommand/5481523-expected.txt:
+        * platform/efl/editing/execCommand/5482023-expected.png:
+        * platform/efl/editing/execCommand/5569741-expected.png:
+        * platform/efl/editing/execCommand/5569741-expected.txt:
+        * platform/efl/editing/execCommand/create-list-with-hr-expected.png:
+        * platform/efl/editing/execCommand/create-list-with-hr-expected.txt:
+        * platform/efl/editing/execCommand/findString-2-expected.png:
+        * platform/efl/editing/execCommand/findString-2-expected.txt:
+        * platform/efl/editing/execCommand/findString-expected.png:
+        * platform/efl/editing/execCommand/findString-expected.txt:
+        * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png:
+        * platform/efl/editing/execCommand/indent-empty-root-expected.png:
+        * platform/efl/editing/execCommand/indent-empty-root-expected.txt:
+        * platform/efl/editing/execCommand/indent-list-item-expected.png:
+        * platform/efl/editing/execCommand/indent-list-item-expected.txt:
+        * platform/efl/editing/execCommand/indent-selection-expected.png:
+        * platform/efl/editing/execCommand/indent-selection-expected.txt:
+        * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (6/26).
+
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-123b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-149-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-149b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-151-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-152-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-159-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-16-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-166-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-166a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-167-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-167a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-170-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-170a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-170b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-170c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-170d-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-171-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-174a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-174b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-175a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-175b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-175c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-177a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-177b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-178-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-179-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-180a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-182-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-184a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-184b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-184c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-184d-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-184e-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-184f-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-18c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-19-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-20-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-21c-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-27-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-27a-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-27b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt:
+        * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.png:
+        * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.txt:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (5/26).
+
+        * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-3a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-4-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-4-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-41-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-41a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-42-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-42a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-43-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-44-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-45-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-45-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-46-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-46-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-5-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-5-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-54-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-54-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-55-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-55-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-56-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-56-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-59-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-59-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-6-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-6-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-60-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-60-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-61-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-62-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-63-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-63-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-64-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-64-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-65-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-66-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-66-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-67-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-67-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-7-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-7-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-70-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-72-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-72-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-73-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-74-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-75-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-75-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-76-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-76-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-77-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-78-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-79-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-79-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-8-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-8-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-80-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-80-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-81-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-81-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-82-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-82-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-83-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-86-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-87-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-87-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-88-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-88b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-89-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-9-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-9-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-90-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-90-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.png:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
+        * platform/efl/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
+
+2013-01-18  Zeno Albisser  <zeno@webkit.org>
+
+        [Qt] Unreviewed garderning.
+        https://bugs.webkit.org/show_bug.cgi?id=107260
+
+        Skip a failing webgl pixel test for Qt.
+
+        * platform/qt-5.0-mac-wk2/TestExpectations:
+
+2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Managing most of the current failures on the 64-bit debug builder.
+        - Adding a crash expectation for fast/js/toString-stack-overflow.html.
+        - Marking fast/canvas/2d.text.draw.fill.maxWidth.gradient.html as flaky.
+        - Extending expectation for http/tests/misc/acid3.html to include debug builds.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-17  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Add early version of file system mappings editor to settings.
+        https://bugs.webkit.org/show_bug.cgi?id=107136
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/file-mapping.html:
+
+2013-01-18  Eugene Klyuchnikov  <eustas.bug@gmail.com>
+
+        Web Inspector: Timeline: nest time/timeEnd records when possible (in glue-mode)
+        https://bugs.webkit.org/show_bug.cgi?id=100114
+
+        Reviewed by Pavel Feldman.
+
+        Changed test to adopt new gluing rules.
+
+        * inspector/timeline/timeline-time.html: Updated test.
+
+2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r140115.
+
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (4/26).
+
+        * platform/efl/css2.1/t1204-root-e-expected.txt:
+        * platform/efl/css2.1/t120401-scope-00-b-expected.png:
+        * platform/efl/css2.1/t120401-scope-00-b-expected.txt:
+        * platform/efl/css2.1/t120401-scope-01-c-expected.png:
+        * platform/efl/css2.1/t120401-scope-01-c-expected.txt:
+        * platform/efl/css2.1/t120401-scope-02-c-expected.png:
+        * platform/efl/css2.1/t120401-scope-02-c-expected.txt:
+        * platform/efl/css2.1/t120401-scope-03-c-expected.png:
+        * platform/efl/css2.1/t120401-scope-03-c-expected.txt:
+        * platform/efl/css2.1/t120401-scope-04-d-expected.png:
+        * platform/efl/css2.1/t120401-scope-04-d-expected.txt:
+        * platform/efl/css2.1/t120403-content-none-00-c-expected.png:
+        * platform/efl/css2.1/t120403-content-none-00-c-expected.txt:
+        * platform/efl/css2.1/t120403-display-none-00-c-expected.png:
+        * platform/efl/css2.1/t120403-display-none-00-c-expected.txt:
+        * platform/efl/css2.1/t120403-visibility-00-c-expected.png:
+        * platform/efl/css2.1/t120403-visibility-00-c-expected.txt:
+        * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.png:
+        * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.txt:
+        * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.png:
+        * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.txt:
+        * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.png:
+        * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.txt:
+        * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.png:
+        * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
+        * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.png:
+        * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.txt:
+        * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
+        * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
+        * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.png:
+        * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
+        * platform/efl/css2.1/t1401-c531-color-00-a-expected.png:
+        * platform/efl/css2.1/t1401-c531-color-00-a-expected.txt:
+        * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
+        * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
+        * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.png:
+        * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
+        * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.png:
+        * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
+        * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.png:
+        * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.txt:
+        * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.png:
+        * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.png:
+        * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
+        * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
+        * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.png:
+        * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
+        * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
+        * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
+        * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.png:
+        * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.txt:
+        * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.png:
+        * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.txt:
+        * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.png:
+        * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.txt:
+        * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.png:
+        * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.txt:
+        * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.png:
+        * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt:
+        * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
+        * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
+        * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
+        * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
+        * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
+        * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-00-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-01-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-01-b-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-02-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-02-b-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-03-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-04-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-04-b-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-05-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-05-b-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-06-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-06-b-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-07-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-07-b-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-08-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-08-b-expected.txt:
+        * platform/efl/css2.1/t1508-c527-font-09-b-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-10-c-expected.png:
+        * platform/efl/css2.1/t1508-c527-font-10-c-expected.txt:
+        * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.png:
+        * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.txt:
+        * platform/efl/css2.1/t1601-c547-indent-01-d-expected.png:
+        * platform/efl/css2.1/t1601-c547-indent-01-d-expected.txt:
+        * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.png:
+        * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.txt:
+        * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.png:
+        * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt:
+        * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
+        * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
+        * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
+        * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
+        * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.png:
+        * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
+        * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
+        * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
+        * platform/efl/css3/css3-modsel-33-expected.png:
+        * platform/efl/css3/css3-modsel-33-expected.txt:
+        * platform/efl/css3/css3-modsel-35-expected.png:
+        * platform/efl/css3/css3-modsel-35-expected.txt:
+        * platform/efl/css3/css3-modsel-36-expected.png:
+        * platform/efl/css3/css3-modsel-36-expected.txt:
+        * platform/efl/css3/css3-modsel-37-expected.png:
+        * platform/efl/css3/css3-modsel-37-expected.txt:
+        * platform/efl/css3/flexbox/flexbox-baseline-expected.png:
+        * platform/efl/css3/flexbox/repaint-expected.png:
+        * platform/efl/css3/font-feature-settings-rendering-expected.png:
+        * platform/efl/css3/font-feature-settings-rendering-expected.txt:
+        * platform/efl/css3/images/cross-fade-blending-expected.png:
+        * platform/efl/css3/images/cross-fade-invalidation-expected.png:
+        * platform/efl/css3/images/cross-fade-overflow-position-expected.png:
+        * platform/efl/css3/images/cross-fade-simple-expected.png:
+        * platform/efl/css3/images/cross-fade-sizing-expected.png:
+        * platform/efl/css3/images/cross-fade-tiled-expected.png:
+        * platform/efl/css3/masking/clip-path-circle-expected.png:
+        * platform/efl/css3/masking/clip-path-circle-filter-expected.png:
+        * platform/efl/css3/masking/clip-path-circle-overflow-expected.png:
+        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png:
+        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
+        * platform/efl/css3/masking/clip-path-ellipse-expected.png:
+        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png:
+        * platform/efl/css3/masking/clip-path-polygon-expected.png:
+        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png:
+        * platform/efl/css3/masking/clip-path-rectangle-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-10-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-10-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-11-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-11-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-13-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-13-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-14-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-14-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-144-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-144-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-148-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-148-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-149-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-149b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-15-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-15-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-150-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-150-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-151-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-152-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-154-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-154-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-155-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-155-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-156-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-156-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-157-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-157-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-158-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-158-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-159-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-16-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-160-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-160-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-161-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-166-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-167-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-168-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-168-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-169-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-169-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-17-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-17-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-170-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-170a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-170b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-170c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-170d-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-175a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-175b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-175c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-176-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-176-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-177a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-177b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-178-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-179-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-18-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-180a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-181-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-181-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-183-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-183-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-184e-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-184f-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-18c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-19-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-2-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-2-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-20-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-21-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-21-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-21c-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-22-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-22-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-25-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-27-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-27a-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-27b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-28-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-29-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-30-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-30-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-31-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-31-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-32-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-33-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-34-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-34-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-35-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-35-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-36-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-36-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-37-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-37-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-38-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-38-expected.txt:
+        * platform/efl/css3/selectors3/html/css3-modsel-39-expected.png:
+        * platform/efl/css3/selectors3/html/css3-modsel-39-expected.txt:
+
+2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (3/26).
+
+        * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.png:
+        * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png:
+        * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png:
+        * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt:
+        * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png:
+        * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t040306-syntax-01-f-expected.png:
+        * platform/efl/css2.1/t040306-syntax-01-f-expected.txt:
+        * platform/efl/css2.1/t040307-syntax-01-b-expected.png:
+        * platform/efl/css2.1/t040307-syntax-01-b-expected.txt:
+        * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png:
+        * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt:
+        * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png:
+        * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt:
+        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
+        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
+        * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.png:
+        * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt:
+        * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png:
+        * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt:
+        * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png:
+        * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt:
+        * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png:
+        * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt:
+        * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.png:
+        * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
+        * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.png:
+        * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
+        * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
+        * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
+        * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
+        * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
+        * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.png:
+        * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
+        * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.png:
+        * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
+        * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.png:
+        * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
+        * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.png:
+        * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
+        * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
+        * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
+        * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
+        * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
+        * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
+        * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
+        * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.png:
+        * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt:
+        * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png:
+        * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt:
+        * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png:
+        * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt:
+        * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png:
+        * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
+        * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
+        * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
+        * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
+        * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
+        * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png:
+        * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt:
+        * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
+        * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
+        * platform/efl/css2.1/t0603-c11-import-00-b-expected.png:
+        * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt:
+        * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png:
+        * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt:
+        * platform/efl/css2.1/t060402-c31-important-00-b-expected.png:
+        * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt:
+        * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
+        * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
+        * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
+        * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
+        * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
+        * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
+        * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
+        * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
+        * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
+        * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
+        * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
+        * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
+        * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
+        * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
+        * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png:
+        * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
+        * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
+        * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
+        * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
+        * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
+        * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.png:
+        * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png:
+        * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
+        * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
+        * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
+        * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.png:
+        * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
+        * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
+        * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
+        * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png:
+        * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
+        * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png:
+        * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
+        * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
+        * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
+        * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
+        * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
+        * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
+        * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
+        * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
+        * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
+        * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
+        * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
+        * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
+        * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
+        * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
+        * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
+        * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
+        * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
+        * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
+        * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png:
+        * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt:
+        * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
+        * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
+        * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png:
+        * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
+        * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
+        * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
+        * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png:
+        * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt:
+        * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png:
+        * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt:
+        * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
+        * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
+        * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
+        * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
+        * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
+        * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
+        * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
+        * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
+        * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
+        * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
+        * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
+        * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt:
+        * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt:
+        * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt:
+        * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
+        * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
+        * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
+        * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png:
+        * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
+        * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
+        * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
+        * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
+        * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
+        * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.png:
+        * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
+        * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png:
+        * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt:
+        * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png:
+        * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt:
+        * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png:
+        * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt:
+        * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
+        * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
+        * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
+        * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
+        * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
+        * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
+        * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
+        * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
+        * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
+        * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
+        * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.png:
+        * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.txt:
+        * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.png:
+        * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.txt:
+        * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.png:
+        * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.txt:
+        * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
+        * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
+        * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
+        * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
+        * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
+        * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
+        * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
+        * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
+        * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
+        * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
+        * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
+        * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
+        * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
+        * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
+        * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
+        * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
+        * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
+        * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
+        * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.png:
+        * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
+        * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
+        * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
+        * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png:
+        * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
+        * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
+        * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
+        * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
+        * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
+        * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
+        * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
+        * platform/efl/css2.1/t1202-counter-00-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-00-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-01-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-01-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-02-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-02-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-03-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-03-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-04-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-04-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-05-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-05-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-06-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-06-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-07-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-07-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-08-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-08-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-09-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-09-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-11-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-11-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-12-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-12-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-13-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-13-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-14-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-14-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-15-b-expected.png:
+        * platform/efl/css2.1/t1202-counter-15-b-expected.txt:
+        * platform/efl/css2.1/t1202-counter-16-f-expected.png:
+        * platform/efl/css2.1/t1202-counter-16-f-expected.txt:
+        * platform/efl/css2.1/t1202-counters-00-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-00-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-01-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-01-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-02-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-02-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-03-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-03-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-04-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-04-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-05-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-05-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-06-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-06-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-07-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-07-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-08-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-08-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-09-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-09-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-11-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-11-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-12-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-12-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-13-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-13-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-14-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-14-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-15-b-expected.png:
+        * platform/efl/css2.1/t1202-counters-15-b-expected.txt:
+        * platform/efl/css2.1/t1202-counters-16-c-expected.png:
+        * platform/efl/css2.1/t1202-counters-16-c-expected.txt:
+        * platform/efl/css2.1/t1202-counters-17-d-expected.png:
+        * platform/efl/css2.1/t1202-counters-17-d-expected.txt:
+        * platform/efl/css2.1/t1202-counters-18-f-expected.png:
+        * platform/efl/css2.1/t1202-counters-18-f-expected.txt:
+        * platform/efl/css2.1/t1204-implied-00-b-expected.png:
+        * platform/efl/css2.1/t1204-implied-00-b-expected.txt:
+        * platform/efl/css2.1/t1204-implied-01-c-expected.png:
+        * platform/efl/css2.1/t1204-implied-01-c-expected.txt:
+        * platform/efl/css2.1/t1204-implied-02-d-expected.png:
+        * platform/efl/css2.1/t1204-implied-02-d-expected.txt:
+        * platform/efl/css2.1/t1204-multiple-00-c-expected.png:
+        * platform/efl/css2.1/t1204-multiple-00-c-expected.txt:
+        * platform/efl/css2.1/t1204-multiple-01-c-expected.png:
+        * platform/efl/css2.1/t1204-multiple-01-c-expected.txt:
+        * platform/efl/css2.1/t1204-order-00-c-expected.png:
+        * platform/efl/css2.1/t1204-order-00-c-expected.txt:
+        * platform/efl/css2.1/t1204-order-01-d-expected.png:
+        * platform/efl/css2.1/t1204-order-01-d-expected.txt:
+        * platform/efl/css2.1/t1204-root-e-expected.png:
+
+2013-01-18  Takashi Sakamoto  <tasak@google.com>
+
+        Implement CSSHostRule for @host @-rules.
+        https://bugs.webkit.org/show_bug.cgi?id=102344
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/css-hostrule-api-expected.txt: Added.
+        * fast/dom/shadow/css-hostrule-api.html: Added.
+
+2013-01-18  John J. Barton  <johnjbarton@chromium.org>
+
+        Web Inspector: inspectedWindow.eval("IamUndefined.prop", callback) fails to give exception text
+        https://bugs.webkit.org/show_bug.cgi?id=106926
+
+        Reviewed by Pavel Feldman.
+
+        New test case for evaluations that throw.
+
+        * inspector/extensions/extensions-eval-expected.txt:
+        * inspector/extensions/extensions-eval.html:
+
+2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (2/26).
+
+        * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt:
+        * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
+        * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
+        * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
+        * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt:
+        * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png:
+        * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt:
+        * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/block-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/block-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt:
+        * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt:
+        * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png:
+        * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt:
+        * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png:
+        * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt:
+        * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png:
+        * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt:
+        * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png:
+        * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
+        * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png:
+        * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt:
+        * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png:
+        * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt:
+        * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png:
+        * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt:
+        * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png:
+        * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt:
+        * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png:
+        * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt:
+        * platform/efl/css2.1/20110323/empty-inline-001-expected.png:
+        * platform/efl/css2.1/20110323/empty-inline-001-expected.txt:
+        * platform/efl/css2.1/20110323/empty-inline-002-expected.png:
+        * platform/efl/css2.1/20110323/empty-inline-002-expected.txt:
+        * platform/efl/css2.1/20110323/empty-inline-003-expected.png:
+        * platform/efl/css2.1/20110323/empty-inline-003-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png:
+        * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png:
+        * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt:
+        * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png:
+        * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt:
+        * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.png:
+        * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt:
+        * platform/efl/css2.1/20110323/height-width-table-001-expected.png:
+        * platform/efl/css2.1/20110323/height-width-table-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png:
+        * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt:
+        * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png:
+        * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt:
+        * platform/efl/css2.1/20110323/inline-table-001-expected.png:
+        * platform/efl/css2.1/20110323/inline-table-001-expected.txt:
+        * platform/efl/css2.1/20110323/inline-table-002a-expected.png:
+        * platform/efl/css2.1/20110323/inline-table-002a-expected.txt:
+        * platform/efl/css2.1/20110323/inline-table-003-expected.png:
+        * platform/efl/css2.1/20110323/inline-table-003-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-008-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt:
+        * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png:
+        * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt:
+        * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png:
+        * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt:
+        * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
+        * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.png:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.txt:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.png:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.png:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.png:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt:
+        * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
+        * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png:
+        * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt:
+        * platform/efl/css2.1/20110323/table-caption-001-expected.png:
+        * platform/efl/css2.1/20110323/table-caption-001-expected.txt:
+        * platform/efl/css2.1/20110323/table-caption-002-expected.png:
+        * platform/efl/css2.1/20110323/table-caption-002-expected.txt:
+        * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png:
+        * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
+        * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png:
+        * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt:
+        * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png:
+        * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt:
+        * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png:
+        * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt:
+        * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png:
+        * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
+        * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png:
+        * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
+        * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png:
+        * platform/efl/css2.1/20110323/width-replaced-element-001-expected.png:
+        * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt:
+        * platform/efl/css2.1/t010403-shand-border-00-c-expected.png:
+        * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt:
+        * platform/efl/css2.1/t010403-shand-font-00-b-expected.png:
+        * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt:
+        * platform/efl/css2.1/t010403-shand-font-01-b-expected.png:
+        * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt:
+        * platform/efl/css2.1/t010403-shand-font-02-b-expected.png:
+        * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt:
+        * platform/efl/css2.1/t010403-shand-font-03-b-expected.png:
+        * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt:
+        * platform/efl/css2.1/t040102-keywords-00-b-expected.png:
+        * platform/efl/css2.1/t040102-keywords-00-b-expected.txt:
+        * platform/efl/css2.1/t040102-keywords-01-b-expected.png:
+        * platform/efl/css2.1/t040102-keywords-01-b-expected.txt:
+        * platform/efl/css2.1/t040103-case-00-b-expected.png:
+        * platform/efl/css2.1/t040103-case-00-b-expected.txt:
+        * platform/efl/css2.1/t040103-case-01-c-expected.png:
+        * platform/efl/css2.1/t040103-case-01-c-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-00-b-expected.png:
+        * platform/efl/css2.1/t040103-escapes-00-b-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-01-b-expected.png:
+        * platform/efl/css2.1/t040103-escapes-01-b-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-02-d-expected.png:
+        * platform/efl/css2.1/t040103-escapes-02-d-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-03-b-expected.png:
+        * platform/efl/css2.1/t040103-escapes-03-b-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-04-b-expected.png:
+        * platform/efl/css2.1/t040103-escapes-04-b-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-05-c-expected.png:
+        * platform/efl/css2.1/t040103-escapes-05-c-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-06-b-expected.png:
+        * platform/efl/css2.1/t040103-escapes-06-b-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-07-b-expected.png:
+        * platform/efl/css2.1/t040103-escapes-07-b-expected.txt:
+        * platform/efl/css2.1/t040103-escapes-08-b-expected.png:
+        * platform/efl/css2.1/t040103-escapes-08-b-expected.txt:
+        * platform/efl/css2.1/t040103-ident-00-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-00-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-01-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-01-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-02-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-02-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-03-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-03-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-04-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-04-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-05-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-05-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-06-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-06-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-07-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-07-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-08-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-08-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-09-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-09-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-10-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-10-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-11-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-11-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-12-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-12-c-expected.txt:
+        * platform/efl/css2.1/t040103-ident-13-c-expected.png:
+        * platform/efl/css2.1/t040103-ident-13-c-expected.txt:
+        * platform/efl/css2.1/t040105-atkeyw-00-b-expected.png:
+        * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt:
+        * platform/efl/css2.1/t040105-atkeyw-01-b-expected.png:
+        * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt:
+        * platform/efl/css2.1/t040105-atkeyw-02-b-expected.png:
+        * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt:
+        * platform/efl/css2.1/t040105-atrule-00-b-expected.png:
+        * platform/efl/css2.1/t040105-atrule-00-b-expected.txt:
+        * platform/efl/css2.1/t040105-atrule-01-b-expected.png:
+        * platform/efl/css2.1/t040105-atrule-01-b-expected.txt:
+        * platform/efl/css2.1/t040105-atrule-02-b-expected.png:
+        * platform/efl/css2.1/t040105-atrule-02-b-expected.txt:
+        * platform/efl/css2.1/t040105-atrule-03-b-expected.png:
+        * platform/efl/css2.1/t040105-atrule-03-b-expected.txt:
+        * platform/efl/css2.1/t040105-atrule-04-b-expected.png:
+        * platform/efl/css2.1/t040105-atrule-04-b-expected.txt:
+        * platform/efl/css2.1/t040105-import-00-b-expected.png:
+        * platform/efl/css2.1/t040105-import-00-b-expected.txt:
+        * platform/efl/css2.1/t040105-import-01-b-expected.png:
+        * platform/efl/css2.1/t040105-import-01-b-expected.txt:
+        * platform/efl/css2.1/t040105-import-10-b-expected.png:
+        * platform/efl/css2.1/t040105-import-10-b-expected.txt:
+        * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png:
+        * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt:
+        * platform/efl/css2.1/t040109-c17-comments-01-b-expected.png:
+        * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png:
+        * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
+        * platform/efl/css2.1/t0402-syntax-01-f-expected.png:
+        * platform/efl/css2.1/t0402-syntax-01-f-expected.txt:
+        * platform/efl/css2.1/t0402-syntax-02-f-expected.png:
+        * platform/efl/css2.1/t0402-syntax-02-f-expected.txt:
+        * platform/efl/css2.1/t0402-syntax-03-f-expected.png:
+        * platform/efl/css2.1/t0402-syntax-03-f-expected.txt:
+        * platform/efl/css2.1/t0402-syntax-04-f-expected.png:
+        * platform/efl/css2.1/t0402-syntax-04-f-expected.txt:
+        * platform/efl/css2.1/t0402-syntax-05-f-expected.png:
+        * platform/efl/css2.1/t0402-syntax-05-f-expected.txt:
+        * platform/efl/css2.1/t0402-syntax-06-f-expected.png:
+        * platform/efl/css2.1/t0402-syntax-06-f-expected.txt:
+        * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.png:
+        * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
+        * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png:
+
+2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaseline after enabling subpixel layout and updating freetype (1/26).
+
+        * platform/efl/TestExpectations:
+        * platform/efl/animations/3d/change-transform-in-end-event-expected.png:
+        * platform/efl/animations/3d/change-transform-in-end-event-expected.txt:
+        * platform/efl/animations/3d/matrix-transform-type-animation-expected.png:
+        * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt:
+        * platform/efl/animations/3d/state-at-end-event-transform-expected.png:
+        * platform/efl/animations/3d/state-at-end-event-transform-expected.txt:
+        * platform/efl/animations/additive-transform-animations-expected.txt:
+        * platform/efl/animations/cross-fade-background-image-expected.txt:
+        * platform/efl/animations/cross-fade-list-style-image-expected.txt:
+        * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png:
+        * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt:
+        * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt:
+        * platform/efl/animations/missing-values-first-keyframe-expected.png:
+        * platform/efl/animations/missing-values-first-keyframe-expected.txt:
+        * platform/efl/animations/missing-values-last-keyframe-expected.png:
+        * platform/efl/animations/missing-values-last-keyframe-expected.txt:
+        * platform/efl/animations/opacity-transform-animation-expected.png:
+        * platform/efl/animations/state-at-end-event-expected.png:
+        * platform/efl/animations/state-at-end-event-expected.txt:
+        * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
+        * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
+        * platform/efl/compositing/clip-change-expected.png:
+        * platform/efl/compositing/color-matching/image-color-matching-expected.png:
+        * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
+        * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
+        * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
+        * platform/efl/compositing/compositing-visible-descendant-expected.png:
+        * platform/efl/compositing/compositing-visible-descendant-expected.txt:
+        * platform/efl/compositing/direct-image-compositing-expected.png:
+        * platform/efl/compositing/direct-image-compositing-expected.txt:
+        * platform/efl/compositing/flat-with-transformed-child-expected.png:
+        * platform/efl/compositing/generated-content-expected.png:
+        * platform/efl/compositing/generated-content-expected.txt:
+        * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
+        * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
+        * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
+        * platform/efl/compositing/geometry/composited-html-size-expected.png:
+        * platform/efl/compositing/geometry/composited-html-size-expected.txt:
+        * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
+        * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
+        * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png:
+        * platform/efl/compositing/geometry/fixed-position-expected.png:
+        * platform/efl/compositing/geometry/fixed-position-expected.txt:
+        * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
+        * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
+        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
+        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
+        * platform/efl/compositing/geometry/foreground-offset-change-expected.png:
+        * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
+        * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
+        * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
+        * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
+        * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
+        * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
+        * platform/efl/compositing/geometry/outline-change-expected.png:
+        * platform/efl/compositing/geometry/outline-change-expected.txt:
+        * platform/efl/compositing/geometry/partial-layout-update-expected.png:
+        * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
+        * platform/efl/compositing/geometry/repaint-foreground-layer-expected.png:
+        * platform/efl/compositing/geometry/root-layer-update-expected.png:
+        * platform/efl/compositing/geometry/root-layer-update-expected.txt:
+        * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
+        * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
+        * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png:
+        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
+        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
+        * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
+        * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
+        * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
+        * platform/efl/compositing/iframes/composited-iframe-scroll-expected.png:
+        * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt:
+        * platform/efl/compositing/iframes/fixed-position-iframe-expected.png:
+        * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
+        * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt:
+        * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
+        * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
+        * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.png:
+        * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png:
+        * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png:
+        * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png:
+        * platform/efl/compositing/images/content-image-change-expected.png:
+        * platform/efl/compositing/images/direct-image-background-color-expected.png:
+        * platform/efl/compositing/images/direct-image-background-color-expected.txt:
+        * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
+        * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
+        * platform/efl/compositing/masks/direct-image-mask-expected.png:
+        * platform/efl/compositing/masks/direct-image-mask-expected.txt:
+        * platform/efl/compositing/masks/layer-mask-placement-expected.png:
+        * platform/efl/compositing/masks/masked-ancestor-expected.txt:
+        * platform/efl/compositing/masks/multiple-masks-expected.png:
+        * platform/efl/compositing/masks/multiple-masks-expected.txt:
+        * platform/efl/compositing/masks/simple-composited-mask-expected.png:
+        * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
+        * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
+        * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
+        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
+        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
+        * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
+        * platform/efl/compositing/overflow/overflow-positioning-expected.png:
+        * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
+        * platform/efl/compositing/overflow/overflow-scroll-expected.png:
+        * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
+        * platform/efl/compositing/overflow/parent-overflow-expected.png:
+        * platform/efl/compositing/overflow/parent-overflow-expected.txt:
+        * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
+        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
+        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
+        * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
+        * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
+        * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png:
+        * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt:
+        * platform/efl/compositing/plugins/composited-plugin-expected.txt:
+        * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
+        * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
+        * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
+        * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
+        * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
+        * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
+        * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
+        * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
+        * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
+        * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
+        * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
+        * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
+        * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
+        * platform/efl/compositing/reflections/reflection-on-composited-expected.png:
+        * platform/efl/compositing/reflections/reflection-on-composited-expected.txt:
+        * platform/efl/compositing/reflections/reflection-opacity-expected.png:
+        * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
+        * platform/efl/compositing/reflections/reflection-ordering-expected.png:
+        * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
+        * platform/efl/compositing/reflections/reflection-positioning-expected.png:
+        * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
+        * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
+        * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
+        * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
+        * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
+        * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
+        * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
+        * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
+        * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
+        * platform/efl/compositing/repaint/composited-document-element-expected.png:
+        * platform/efl/compositing/repaint/composited-document-element-expected.txt:
+        * platform/efl/compositing/repaint/content-into-overflow-expected.png:
+        * platform/efl/compositing/repaint/layer-repaint-expected.png:
+        * platform/efl/compositing/repaint/layer-repaint-expected.txt:
+        * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
+        * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
+        * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
+        * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
+        * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
+        * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
+        * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
+        * platform/efl/compositing/repaint/overflow-into-content-expected.png:
+        * platform/efl/compositing/repaint/shrink-layer-expected.png:
+        * platform/efl/compositing/repaint/transform-style-change-expected.png:
+        * platform/efl/compositing/scaling/tiled-layer-recursion-expected.png:
+        * platform/efl/compositing/self-painting-layers-expected.png:
+        * platform/efl/compositing/self-painting-layers-expected.txt:
+        * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
+        * platform/efl/compositing/sibling-positioning-expected.png:
+        * platform/efl/compositing/sibling-positioning-expected.txt:
+        * platform/efl/compositing/text-on-large-layer-expected.png:
+        * platform/efl/compositing/text-on-large-layer-expected.txt:
+        * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
+        * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
+        * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
+        * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
+        * platform/efl/compositing/video/video-background-color-expected.txt:
+        * platform/efl/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/efl/compositing/visibility/visibility-image-layers-expected.png:
+        * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png:
+        * platform/efl/css1/basic/class_as_selector-expected.png:
+        * platform/efl/css1/basic/class_as_selector-expected.txt:
+        * platform/efl/css1/basic/comments-expected.png:
+        * platform/efl/css1/basic/comments-expected.txt:
+        * platform/efl/css1/basic/containment-expected.png:
+        * platform/efl/css1/basic/containment-expected.txt:
+        * platform/efl/css1/basic/contextual_selectors-expected.png:
+        * platform/efl/css1/basic/contextual_selectors-expected.txt:
+        * platform/efl/css1/basic/grouping-expected.png:
+        * platform/efl/css1/basic/grouping-expected.txt:
+        * platform/efl/css1/basic/id_as_selector-expected.png:
+        * platform/efl/css1/basic/id_as_selector-expected.txt:
+        * platform/efl/css1/basic/inheritance-expected.png:
+        * platform/efl/css1/basic/inheritance-expected.txt:
+        * platform/efl/css1/box_properties/acid_test-expected.png:
+        * platform/efl/css1/box_properties/acid_test-expected.txt:
+        * platform/efl/css1/box_properties/border-expected.png:
+        * platform/efl/css1/box_properties/border-expected.txt:
+        * platform/efl/css1/box_properties/border_bottom-expected.png:
+        * platform/efl/css1/box_properties/border_bottom_inline-expected.png:
+        * platform/efl/css1/box_properties/border_bottom_width-expected.png:
+        * platform/efl/css1/box_properties/border_bottom_width-expected.txt:
+        * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png:
+        * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_color-expected.png:
+        * platform/efl/css1/box_properties/border_color-expected.txt:
+        * platform/efl/css1/box_properties/border_color_inline-expected.png:
+        * platform/efl/css1/box_properties/border_color_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_inline-expected.png:
+        * platform/efl/css1/box_properties/border_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_left-expected.png:
+        * platform/efl/css1/box_properties/border_left_inline-expected.png:
+        * platform/efl/css1/box_properties/border_left_width-expected.png:
+        * platform/efl/css1/box_properties/border_left_width-expected.txt:
+        * platform/efl/css1/box_properties/border_left_width_inline-expected.png:
+        * platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_right-expected.png:
+        * platform/efl/css1/box_properties/border_right_inline-expected.png:
+        * platform/efl/css1/box_properties/border_right_width-expected.png:
+        * platform/efl/css1/box_properties/border_right_width-expected.txt:
+        * platform/efl/css1/box_properties/border_right_width_inline-expected.png:
+        * platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_style-expected.png:
+        * platform/efl/css1/box_properties/border_style-expected.txt:
+        * platform/efl/css1/box_properties/border_style_inline-expected.png:
+        * platform/efl/css1/box_properties/border_style_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_top-expected.png:
+        * platform/efl/css1/box_properties/border_top-expected.txt:
+        * platform/efl/css1/box_properties/border_top_inline-expected.png:
+        * platform/efl/css1/box_properties/border_top_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_top_width-expected.png:
+        * platform/efl/css1/box_properties/border_top_width-expected.txt:
+        * platform/efl/css1/box_properties/border_top_width_inline-expected.png:
+        * platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
+        * platform/efl/css1/box_properties/border_width-expected.png:
+        * platform/efl/css1/box_properties/border_width-expected.txt:
+        * platform/efl/css1/box_properties/border_width_inline-expected.png:
+        * platform/efl/css1/box_properties/border_width_inline-expected.txt:
+        * platform/efl/css1/box_properties/clear-expected.png:
+        * platform/efl/css1/box_properties/clear-expected.txt:
+        * platform/efl/css1/box_properties/clear_float-expected.png:
+        * platform/efl/css1/box_properties/clear_float-expected.txt:
+        * platform/efl/css1/box_properties/float-expected.png:
+        * platform/efl/css1/box_properties/float-expected.txt:
+        * platform/efl/css1/box_properties/float_elements_in_series-expected.png:
+        * platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
+        * platform/efl/css1/box_properties/float_margin-expected.png:
+        * platform/efl/css1/box_properties/float_margin-expected.txt:
+        * platform/efl/css1/box_properties/float_on_text_elements-expected.png:
+        * platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
+        * platform/efl/css1/box_properties/height-expected.png:
+        * platform/efl/css1/box_properties/height-expected.txt:
+        * platform/efl/css1/box_properties/margin-expected.png:
+        * platform/efl/css1/box_properties/margin-expected.txt:
+        * platform/efl/css1/box_properties/margin_bottom-expected.png:
+        * platform/efl/css1/box_properties/margin_bottom-expected.txt:
+        * platform/efl/css1/box_properties/margin_bottom_inline-expected.png:
+        * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
+        * platform/efl/css1/box_properties/margin_inline-expected.png:
+        * platform/efl/css1/box_properties/margin_inline-expected.txt:
+        * platform/efl/css1/box_properties/margin_left-expected.png:
+        * platform/efl/css1/box_properties/margin_left-expected.txt:
+        * platform/efl/css1/box_properties/margin_left_inline-expected.png:
+        * platform/efl/css1/box_properties/margin_left_inline-expected.txt:
+        * platform/efl/css1/box_properties/margin_right-expected.png:
+        * platform/efl/css1/box_properties/margin_right-expected.txt:
+        * platform/efl/css1/box_properties/margin_right_inline-expected.png:
+        * platform/efl/css1/box_properties/margin_right_inline-expected.txt:
+        * platform/efl/css1/box_properties/margin_top-expected.png:
+        * platform/efl/css1/box_properties/margin_top-expected.txt:
+        * platform/efl/css1/box_properties/margin_top_inline-expected.png:
+        * platform/efl/css1/box_properties/margin_top_inline-expected.txt:
+        * platform/efl/css1/box_properties/padding-expected.png:
+        * platform/efl/css1/box_properties/padding-expected.txt:
+        * platform/efl/css1/box_properties/padding_bottom-expected.png:
+        * platform/efl/css1/box_properties/padding_bottom-expected.txt:
+        * platform/efl/css1/box_properties/padding_bottom_inline-expected.png:
+        * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
+        * platform/efl/css1/box_properties/padding_inline-expected.png:
+        * platform/efl/css1/box_properties/padding_inline-expected.txt:
+        * platform/efl/css1/box_properties/padding_left-expected.png:
+        * platform/efl/css1/box_properties/padding_left-expected.txt:
+        * platform/efl/css1/box_properties/padding_left_inline-expected.png:
+        * platform/efl/css1/box_properties/padding_left_inline-expected.txt:
+        * platform/efl/css1/box_properties/padding_right-expected.png:
+        * platform/efl/css1/box_properties/padding_right-expected.txt:
+        * platform/efl/css1/box_properties/padding_right_inline-expected.png:
+        * platform/efl/css1/box_properties/padding_right_inline-expected.txt:
+        * platform/efl/css1/box_properties/padding_top-expected.png:
+        * platform/efl/css1/box_properties/padding_top-expected.txt:
+        * platform/efl/css1/box_properties/padding_top_inline-expected.png:
+        * platform/efl/css1/box_properties/padding_top_inline-expected.txt:
+        * platform/efl/css1/box_properties/width-expected.png:
+        * platform/efl/css1/box_properties/width-expected.txt:
+        * platform/efl/css1/cascade/cascade_order-expected.png:
+        * platform/efl/css1/cascade/cascade_order-expected.txt:
+        * platform/efl/css1/cascade/important-expected.png:
+        * platform/efl/css1/cascade/important-expected.txt:
+        * platform/efl/css1/classification/display-expected.png:
+        * platform/efl/css1/classification/display-expected.txt:
+        * platform/efl/css1/classification/list_style-expected.png:
+        * platform/efl/css1/classification/list_style-expected.txt:
+        * platform/efl/css1/classification/list_style_image-expected.png:
+        * platform/efl/css1/classification/list_style_image-expected.txt:
+        * platform/efl/css1/classification/list_style_position-expected.png:
+        * platform/efl/css1/classification/list_style_position-expected.txt:
+        * platform/efl/css1/classification/list_style_type-expected.png:
+        * platform/efl/css1/classification/list_style_type-expected.txt:
+        * platform/efl/css1/classification/white_space-expected.png:
+        * platform/efl/css1/classification/white_space-expected.txt:
+        * platform/efl/css1/color_and_background/background-expected.png:
+        * platform/efl/css1/color_and_background/background-expected.txt:
+        * platform/efl/css1/color_and_background/background_attachment-expected.png:
+        * platform/efl/css1/color_and_background/background_attachment-expected.txt:
+        * platform/efl/css1/color_and_background/background_color-expected.png:
+        * platform/efl/css1/color_and_background/background_color-expected.txt:
+        * platform/efl/css1/color_and_background/background_image-expected.png:
+        * platform/efl/css1/color_and_background/background_image-expected.txt:
+        * platform/efl/css1/color_and_background/background_position-expected.png:
+        * platform/efl/css1/color_and_background/background_position-expected.txt:
+        * platform/efl/css1/color_and_background/background_repeat-expected.png:
+        * platform/efl/css1/color_and_background/background_repeat-expected.txt:
+        * platform/efl/css1/color_and_background/color-expected.png:
+        * platform/efl/css1/color_and_background/color-expected.txt:
+        * platform/efl/css1/conformance/forward_compatible_parsing-expected.png:
+        * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
+        * platform/efl/css1/font_properties/font-expected.png:
+        * platform/efl/css1/font_properties/font-expected.txt:
+        * platform/efl/css1/font_properties/font_family-expected.png:
+        * platform/efl/css1/font_properties/font_family-expected.txt:
+        * platform/efl/css1/font_properties/font_size-expected.png:
+        * platform/efl/css1/font_properties/font_size-expected.txt:
+        * platform/efl/css1/font_properties/font_style-expected.png:
+        * platform/efl/css1/font_properties/font_style-expected.txt:
+        * platform/efl/css1/font_properties/font_variant-expected.png:
+        * platform/efl/css1/font_properties/font_variant-expected.txt:
+        * platform/efl/css1/font_properties/font_weight-expected.png:
+        * platform/efl/css1/font_properties/font_weight-expected.txt:
+        * platform/efl/css1/formatting_model/canvas-expected.png:
+        * platform/efl/css1/formatting_model/canvas-expected.txt:
+        * platform/efl/css1/formatting_model/floating_elements-expected.png:
+        * platform/efl/css1/formatting_model/floating_elements-expected.txt:
+        * platform/efl/css1/formatting_model/height_of_lines-expected.png:
+        * platform/efl/css1/formatting_model/height_of_lines-expected.txt:
+        * platform/efl/css1/formatting_model/horizontal_formatting-expected.png:
+        * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt:
+        * platform/efl/css1/formatting_model/inline_elements-expected.png:
+        * platform/efl/css1/formatting_model/replaced_elements-expected.png:
+        * platform/efl/css1/formatting_model/replaced_elements-expected.txt:
+        * platform/efl/css1/formatting_model/vertical_formatting-expected.png:
+        * platform/efl/css1/pseudo/anchor-expected.png:
+        * platform/efl/css1/pseudo/anchor-expected.txt:
+        * platform/efl/css1/pseudo/firstletter-expected.png:
+        * platform/efl/css1/pseudo/firstletter-expected.txt:
+        * platform/efl/css1/pseudo/firstline-expected.png:
+        * platform/efl/css1/pseudo/firstline-expected.txt:
+        * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png:
+        * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
+        * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png:
+        * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
+        * platform/efl/css1/text_properties/letter_spacing-expected.png:
+        * platform/efl/css1/text_properties/letter_spacing-expected.txt:
+        * platform/efl/css1/text_properties/line_height-expected.png:
+        * platform/efl/css1/text_properties/line_height-expected.txt:
+        * platform/efl/css1/text_properties/text_align-expected.png:
+        * platform/efl/css1/text_properties/text_align-expected.txt:
+        * platform/efl/css1/text_properties/text_decoration-expected.png:
+        * platform/efl/css1/text_properties/text_decoration-expected.txt:
+        * platform/efl/css1/text_properties/text_indent-expected.png:
+        * platform/efl/css1/text_properties/text_indent-expected.txt:
+        * platform/efl/css1/text_properties/text_transform-expected.png:
+        * platform/efl/css1/text_properties/text_transform-expected.txt:
+        * platform/efl/css1/text_properties/vertical_align-expected.png:
+        * platform/efl/css1/text_properties/word_spacing-expected.png:
+        * platform/efl/css1/text_properties/word_spacing-expected.txt:
+        * platform/efl/css1/units/color_units-expected.png:
+        * platform/efl/css1/units/color_units-expected.txt:
+        * platform/efl/css1/units/length_units-expected.png:
+        * platform/efl/css1/units/percentage_units-expected.png:
+        * platform/efl/css1/units/percentage_units-expected.txt:
+        * platform/efl/css1/units/urls-expected.png:
+        * platform/efl/css1/units/urls-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
+        * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt:
+        * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png:
+
+2013-01-18  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Add expectations for these tests which ASSERT in debug:
+
+        fast/forms/associated-element-crash.html
+        html5lib/run-template.html
+
+        See <https://bugs.webkit.org/show_bug.cgi?id=107237>
+
+        * platform/chromium/TestExpectations:
+
+2013-01-18  Tim Horton  <timothy_horton@apple.com>
+
+        Unreviewed, fix mac and mac-wk2 TestExpectations lint warnings.
+
+        * platform/mac-wk2/TestExpectations:
+        fast/events/drag-selects-image.html is already covered by a classified failure,
+        no reason to have it in the unclassified section too!
+        * platform/mac/TestExpectations:
+        The these tests are already skipped on Mac.
+
+2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140005.
+        http://trac.webkit.org/changeset/140005
+        https://bugs.webkit.org/show_bug.cgi?id=107235
+
+        broke downstream Chromium interactive_ui_tests (Requested by
+        dominicc on #webkit).
+
+        * http/tests/cache/cached-main-resource-expected.txt: Removed.
+        * http/tests/cache/cached-main-resource.html: Removed.
+        * http/tests/cache/resources/cacheable-iframe.php: Removed.
+        * http/tests/inspector/resource-har-pages-expected.txt:
+        * http/tests/loading/redirect-methods-expected.txt:
+        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
+        * http/tests/misc/link-rel-icon-beforeload-expected.txt:
+
+2013-01-18  Yoshifumi Inoue  <yosin@chromium.org>
+
+        REGRESSION(r137726): Spring Loaded Pan Scrolling doesn't stop
+        https://bugs.webkit.org/show_bug.cgi?id=107205
+
+        Reviewed by Hajime Morita.
+
+        * platform/chromium-win/fast/events/panScroll-click-expected.txt: Added.
+        * platform/chromium-win/fast/events/panScroll-click.html: Added.
+        * platform/chromium-win/fast/events/panScroll-drag-expected.txt: Added.
+        * platform/chromium-win/fast/events/panScroll-drag.html: Added.
+        * platfrom/chromium/TestExpectations: Skip panScroll-{click,drag}.html for Android, Linux, and Mac.
+
+2013-01-17  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Ensure the parser adopts foster-parented children into the document of their parent.
+        https://bugs.webkit.org/show_bug.cgi?id=107023
+
+        Reviewed by Adam Barth.
+
+        This patch adopts the child into the parent's document after foster parenting to prevent a child from ending up in the tree with the wrong document.
+
+        * fast/parser/foster-parent-adopted-expected.txt: Added.
+        * fast/parser/foster-parent-adopted.html: Added.
+        * fast/parser/foster-parent-adopted2-expected.txt: Added.
+        * fast/parser/foster-parent-adopted2.html: Added.
+
+2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Revert r122824 for a while
+        https://bugs.webkit.org/show_bug.cgi?id=97867
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/select-image-with-shadow-expected.txt: Removed.
+        * fast/dom/shadow/select-image-with-shadow.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-alt-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-alt-update-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-alt-update.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-alt.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-content-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-content.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-dynamic-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-dynamic.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-event-click-expected.txt: Removed.
+        * fast/dom/shadow/shadowdom-for-image-event-click.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-in-shadowdom-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-map-expected.txt: Removed.
+        * fast/dom/shadow/shadowdom-for-image-map.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-style-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-style.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-with-width-and-height-expected.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: Removed.
+        * fast/dom/shadow/shadowdom-for-image.html: Removed.
+
+2013-01-17  Benjamin Poulain  <bpoulain@apple.com>
+
+        Remove non-existant test from Mac's TestExpectations
+
+        Unreviewed.
+
+        * platform/mac/TestExpectations:
+        track-cue-rendering-inner-timestamps.html has been removed.
+        drag-and-drop-autoscroll.html was introduced in a patch that has been reverted.
+
+2013-01-17  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        REGRESSION (r139444): Crashes in three accessibility tests on GTK
+        https://bugs.webkit.org/show_bug.cgi?id=106922
+
+        Reviewed by Chris Fleizach.
+
+        * platform/gtk/TestExpectations: Unskipped the three failing tests
+
+2013-01-17  Elliott Sprehn  <esprehn@chromium.org>
+
+        Track subframe count to avoid traversing the tree when there's no subframes
+        https://bugs.webkit.org/show_bug.cgi?id=101821
+
+        Reviewed by Ojan Vafai.
+
+        Add a test that when frames are moved around by the parser and not actually
+        detached we keep the subframe counters of ancestors consistent.
+
+        * fast/frames/parser-append-subframe-count-expected.txt: Added.
+        * fast/frames/parser-append-subframe-count.html: Added.
+
+2013-01-17  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        This test times out on Win7 dbg half of the time:
+        fast/js/toString-and-valueOf-override.html
+
+        Mark it as Timeout.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Broaden the failure expectations of these tests:
+
+        scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
+        scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html
+
+        These fail pixel tests by painting the system theme scrollbar; see
+        <http://bugs.webkit.org/show_bug.cgi?id=106858>
+
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r139402.
+        http://trac.webkit.org/changeset/139402
+        https://bugs.webkit.org/show_bug.cgi?id=107212
+
+        Perf regression on DOMDivWalk (Requested by falken_ on
+        #webkit).
+
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
+
+2013-01-17  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Test expectations update
+        https://bugs.webkit.org/show_bug.cgi?id=107209
+
+        Mark this test as crash on debug builds:
+        fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html
+
+        This crash seems to be caused by r140024.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Matt Falkenhagen  <falken@chromium.org>
+
+        Top layer fails for inline elements
+        https://bugs.webkit.org/show_bug.cgi?id=106538
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position-expected.html: Added.
+        * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position.html: Added.
+        * fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html: Added.
+        * fast/dom/HTMLDialogElement/top-layer-position-relative.html: Added.
+        * fast/dom/HTMLDialogElement/top-layer-position-static-expected.html: Added.
+        * fast/dom/HTMLDialogElement/top-layer-position-static.html: Added.
+
+2013-01-17  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Test expectations update
+        https://bugs.webkit.org/show_bug.cgi?id=107204
+
+        Mark this test as flaky:
+        fast/events/touch/multi-touch-inside-iframes.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-use-after-free in WebCore::RenderBlock::checkFloatsInCleanLine
+        https://bugs.webkit.org/show_bug.cgi?id=90802
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/multicol/float-not-removed-crash-expected.txt: Added.
+        * fast/multicol/float-not-removed-crash.html: Added.
+
+2013-01-17  Simon Fraser  <simon.fraser@apple.com>
+
+        Make it possible for the root background to be painted into its own GraphicsLayer
+        https://bugs.webkit.org/show_bug.cgi?id=107177
+
+        Reviewed by Dave Hyatt.
+        
+        New tests with results for a fixed root background layer when using tiled drawing.
+
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-body-background.html: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-html-background.html: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Added.
+
+2013-01-17  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Test expectations update
+
+        Unreviewed build fix. Update test expectations to reflect crashing tests:
+        http/tests/appcache/fail-on-update.html
+        http/tests/appcache/fail-on-update-2.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Alexis Hetu  <sugoi@chromium.org>
+
+        imageSmoothingEnabled frequent, unpredictable crashes
+        https://bugs.webkit.org/show_bug.cgi?id=107161
+
+        Reviewed by Stephen White.
+
+        Added a layout test for setting image smoothing enabled on a 0 sized
+        canvas.
+
+        * fast/canvas/canvas-imageSmoothingEnabled-zero-size-expected.txt: Added.
+        * fast/canvas/canvas-imageSmoothingEnabled-zero-size.html: Added.
+
+2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r140049.
+        http://trac.webkit.org/changeset/140049
+        https://bugs.webkit.org/show_bug.cgi?id=107187
+
+        Breaks lots of stuff (Requested by schenney on #webkit).
+
+        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Removed.
+        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Removed.
+
+2013-01-17  Stephen Chenney  <schenney@chromium.org>
+
+        SVGViewSpec fails when corresponding element has been removed
+        https://bugs.webkit.org/show_bug.cgi?id=106957
+
+        Reviewed by Dirk Schulze.
+
+        Test for the situation in which the target of an SVGViewSpec is
+        removed while the view spec lives on in JS.
+
+        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
+        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
+
+2013-01-17  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Updating -webkit-grid-rows or -webkit-grid-columns doesn't work as expected
+        https://bugs.webkit.org/show_bug.cgi?id=107062
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update-expected.txt: Added.
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html: Added.
+        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update-expected.txt: Added.
+        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html: Added.
+
+2013-01-17  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Fix layout test expectations.
+
+        Not reviewed. Update layout test expectations.
+
+        http/tests/appcache/fail-on-update.html is crashing, mark it so.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Alpha Lam  <hclam@chromium.org>
+
+        [chromium] Layout test rebaselines.
+
+        Not reviewed. Rebaselines to fix build.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-01-17  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] svg/custom/foreign-object-skew-expected.png differs Debug/Release on SnowLeopard
+        https://bugs.webkit.org/show_bug.cgi?id=99138
+
+        Unreviewed test expectations update.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Use the Release result.
+        * platform/chromium/TestExpectations: Mark the test as failing, and won't fix.
+
+2013-01-17  Robert Hogan  <robert@webkit.org>
+
+        Nested fixed position element not staying with parent
+        https://bugs.webkit.org/show_bug.cgi?id=65477
+
+        Reviewed by David Hyatt.
+
+        * fast/inline/fixed-pos-moves-with-abspos-inline-parent-expected.txt: Added.
+        * fast/inline/fixed-pos-moves-with-abspos-inline-parent.html: Added.
+        * fast/inline/fixed-pos-moves-with-abspos-parent-expected.txt: Added.
+        * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor-expected.txt: Added.
+        * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html: Added.
+        * fast/inline/fixed-pos-moves-with-abspos-parent.html: Added.
+        * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent-expected.txt: Added.
+        * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html: Added.
+
+2013-01-17  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Content flows incorrectly in autoheight regions with min/max-height set
+        https://bugs.webkit.org/show_bug.cgi?id=102099
+
+        Reviewed by David Hyatt.
+
+        All the tests have a description about how the breaking should happen. They pass if the height of the region chain is
+        correctly computed by using the max-height, min-height, height and writing mode conditions.
+
+        * fast/regions/autoheight-maxheight-mixed-break-expected.txt: Added.
+        * fast/regions/autoheight-maxheight-mixed-break.html: Added.
+        * fast/regions/autoheight-maxheight-simple-break-expected.txt: Added.
+        * fast/regions/autoheight-maxheight-simple-break.html: Added.
+        * fast/regions/autoheight-maxheight-simple-nobreak-expected.txt: Added.
+        * fast/regions/autoheight-maxheight-simple-nobreak.html: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break-expected.txt: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break-hbt-expected.txt: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break-hbt.html: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break-vlr-expected.txt: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break-vlr.html: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break-vrl-expected.txt: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break-vrl.html: Added.
+        * fast/regions/autoheight-minmaxheight-mixed-break.html: Added.
+        * fast/regions/autoheight-minmaxheight-simple-break-expected.txt: Added.
+        * fast/regions/autoheight-minmaxheight-simple-break.html: Added.
+        * fast/regions/autoheight-minmaxheight-simple-nobreak-expected.txt: Added.
+        * fast/regions/autoheight-minmaxheight-simple-nobreak.html: Added.
+
+2013-01-17  Alexis Menard  <alexis@webkit.org>
+
+        Add ontransitionend attribute on HTML elements.
+        https://bugs.webkit.org/show_bug.cgi?id=107134
+
+        Reviewed by Simon Fraser.
+
+        Add tests to cover the new attribute. It also make sure that event if
+        we use the old attribute and the new one at the same time only the new
+        event handler will be called.
+
+        * transitions/transition-end-event-unprefixed-03-expected.txt: Added.
+        * transitions/transition-end-event-unprefixed-03.html: Added.
+        * transitions/transition-end-event-unprefixed-04-expected.txt: Added.
+        * transitions/transition-end-event-unprefixed-04.html: Added.
+
+2013-01-17  Andrei Bucur  <abucur@adobe.com>
+
+        Widows and orphans test4 fails if isolated
+        https://bugs.webkit.org/show_bug.cgi?id=106006
+
+        Reviewed by Dean Jackson.
+
+        This is the "Basic Orphans" test extracted from fast/multicol/widows-and-orphans.html. It was minimized and modified to include a relayout step.
+
+        * fast/multicol/orphans-relayout-expected.txt: Added.
+        * fast/multicol/orphans-relayout.html: Added.
+
+2013-01-17  Martin Robinson  <mrobinson@igalia.com>
+
+        REGRESSION (r137487): Crashes in editing/execCommand/indent-paragraphs.html on GTK, EFL
+        https://bugs.webkit.org/show_bug.cgi?id=105042
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Unskip a test which is now passing.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-17  Nate Chapin  <japhet@chromium.org>
+
+        Enable reuse of cached main resources
+        https://bugs.webkit.org/show_bug.cgi?id=105667.
+
+        Reviewed by Antti Koivisto.
+
+        * http/tests/cache/cached-main-resource-expected.txt: Added.
+        * http/tests/cache/cached-main-resource.html: Added.
+        * http/tests/cache/resources/cacheable-iframe.php: Added.
+        * http/tests/inspector/resource-har-pages-expected.txt:
+        * http/tests/loading/redirect-methods-expected.txt:
+        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
+        * http/tests/misc/link-rel-icon-beforeload-expected.txt:
+
+2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Mac] svg/custom/text-use-click-crash.xhtml added by r139029 hits assertion in enclosingTextFormControl
+        https://bugs.webkit.org/show_bug.cgi?id=106361
+
+        Reviewed by Darin Adler.
+
+        Removed crash test expectation.
+
+        * platform/mac/TestExpectations:
+
+2013-01-17  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: Profiler: split "getProfile" to "getCPUProfile" and "loadHeapSnapshot"
+        https://bugs.webkit.org/show_bug.cgi?id=104545
+
+        Reviewed by Yury Semikhatsky.
+
+        Adopted new method signatures.
+
+        * inspector/profiler/heap-snapshot-get-profile-crash.html:
+        Adopted new method signatures.
+        * inspector/profiler/heap-snapshot-loader.html: Ditto.
+        * inspector/profiler/heap-snapshot-test.js: Ditto.
+
+2013-01-17  Krzysztof Czech  <k.czech@samsung.com>
+
+        Unreviewed EFL gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=107113
+
+        Skipping test with missing expectation result.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-17  John Bauman  <jbauman@chromium.org>
+
+        Fix texImage2D from a WebGL canvas.
+        https://bugs.webkit.org/show_bug.cgi?id=106941
+
+        Reviewed by Kenneth Russell.
+
+        Add test to ensure doing teximage2d from a webgl canvas works. This
+        test is the same as a webgl conformance test.
+
+        * fast/canvas/webgl/tex-image-webgl-expected.txt: Added.
+        * fast/canvas/webgl/tex-image-webgl.html: Added.
+
+2013-01-17  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test expectations update after Skia shader changes
+
+        Unreviewed new GPU expectations
+
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
+
+2013-01-17  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium} Removing extraneous expectations
+
+        Unreviewed expectations clean-up
+
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Final rebaselines after Skia flags changed
+        https://bugs.webkit.org/show_bug.cgi?id=106833
+        https://bugs.webkit.org/show_bug.cgi?id=99138
+
+        Unreviewed test expectations update
+
+        * platform/chromium-linux/fast/borders/outline-alpha-inline-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-17  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: fix DefaultTextEditor's broken backspace
+        https://bugs.webkit.org/show_bug.cgi?id=107130
+
+        Reviewed by Pavel Feldman.
+
+        Fix test expected results to correspond to changes.
+
+        * inspector/editor/text-editor-highlight-regexp-expected.txt:
+
+2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adjust and move expectations for tests in svg/ and tables/ as
+        necessary to cover current testing situation for both WebKit1 and WebKit2.
+
+        * platform/gtk-wk1/TestExpectations:
+        * platform/gtk-wk2/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-01-16  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files from file system in workspace.
+        https://bugs.webkit.org/show_bug.cgi?id=107021
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/file-mapping-expected.txt:
+
+2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Removing 4 crash expectations that are obsolete.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-17  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Allow to run spellcheck-input-search-crash.html for WK2-EFL.
+        This test passes after r135595.
+        It's skipped by global platform/wk2/TestExpectations.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-16  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
+
+        [EFL][GTK] checkSpellingOfString treats the multiple words as spelled correctly
+        https://bugs.webkit.org/show_bug.cgi?id=106662
+
+        Reviewed by Antonio Gomes.
+
+        * platform/efl-wk2/TestExpectations:
+        Allow running spelling-backspace-between-lines.html for WebKit2-EFL as it's
+        skipped by platform/wk2/TestExpectations.
+
+        * platform/gtk/TestExpectations:
+        Unskipping spelling-backspace-between-lines.html for WebKit-GTK+.
+
+2013-01-17  Chris Fleizach  <cfleizach@apple.com>
+
+        WebSpeech: implement voices list
+        https://bugs.webkit.org/show_bug.cgi?id=107014
+
+        Reviewed by Adam Barth.
+
+        * platform/mac/TestExpectations:
+        * platform/mac/fast/speechsynthesis: Added.
+        * platform/mac/fast/speechsynthesis/speech-synthesis-voices-expected.txt: Added.
+        * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: Added.
+
+2013-01-16  Hajime Morrita  <morrita@google.com>
+
+        NoEventDispatchAssertion in ContainerNode::removeChildren is too strict
+        https://bugs.webkit.org/show_bug.cgi?id=106985
+
+        Reviewed by Ryosuke Niwa.
+
+        * svg/custom/use-mutation-crash-expected.txt: Added.
+        * svg/custom/use-mutation-crash.xhtml: Added.
+
+2013-01-16  MORITA Hajime  <morrita@google.com>
+
+        Attr.ownerDocument should change if its parent's owner did
+        https://bugs.webkit.org/show_bug.cgi?id=97644
+
+        Reviewed by Darin Adler.
+
+        * fast/dom/Attr/parent-adopt-node-expected.txt: Added.
+        * fast/dom/Attr/parent-adopt-node.html: Added.
+
+2013-01-16  Victor Carbune  <vcarbune@chromium.org>
+
+        Cues not rendered when they should be
+        https://bugs.webkit.org/show_bug.cgi?id=106943
+
+        Reviewed by Eric Carlson.
+
+        * media/track/track-cue-rendering-mode-changed-expected.txt: Added.
+        * media/track/track-cue-rendering-mode-changed.html: Added.
+        * media/video-controls-captions-expected.txt: Updated.
+
+2013-01-16  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r139853.
+        http://trac.webkit.org/changeset/139853
+        https://bugs.webkit.org/show_bug.cgi?id=107049
+
+        Broke the ChromeOS ppapi_unittests (Requested by leviw on
+        #webkit).
+
+        * inspector-protocol/page/frameScheduledNavigation-expected.txt: Removed.
+        * inspector-protocol/page/frameScheduledNavigation.html: Removed.
+        * inspector-protocol/page/frameStartedLoading-expected.txt: Removed.
+        * inspector-protocol/page/frameStartedLoading.html: Removed.
+
+2013-01-16  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Adding results for platform/chromium/compositing/rounded-corners.html.
+
+        * platform/chromium-mac/platform/chromium/compositing/rounded-corners-expected.png: Added.
+        * platform/chromium-win/platform/chromium/compositing/rounded-corners-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/platform/chromium/compositing/rounded-corners-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt.
+
+2013-01-16  Arnaud Renevier  <a.renevier@sisa.samsung.com>
+
+        inconsistency in drawImage with target rect negative dimensions.
+        https://bugs.webkit.org/show_bug.cgi?id=100026
+
+        Reviewed by Dean Jackson.
+
+        Add a drawImage check for a destination rectangle with -1px
+        width/height. When drawing to (1, 1, -1, -1) rectangle, first
+        (top-left) pixel should have been and been the only one drawn into.
+
+        * fast/canvas/drawImage-with-negative-source-destination-expected.txt:
+        * fast/canvas/drawImage-with-negative-source-destination.js:
+
+2013-01-16  W. James MacLean  <wjmaclean@chromium.org>
+
+        LinkHighlight should use touch adjustment to match active state on GestureTapDown.
+        https://bugs.webkit.org/show_bug.cgi?id=107032
+
+        Reviewed by Adam Barth.
+
+        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html:
+
+2013-01-16  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking several tests as crashing on Debug builds following
+        r139853.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-16  Levi Weintraub  <leviw@chromium.org>
+
+        Unreveiwed gardening. Updating expectations following r139865.
+
+        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: array grouping does not work for float number keys
+        https://bugs.webkit.org/show_bug.cgi?id=106998
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/console-big-array-expected.txt:
+        * inspector/console/console-big-array.html:
+
+2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: cookies with empty value are parsed incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=107012
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/cookie-parser-expected.txt:
+        * inspector/cookie-parser.html:
+
+2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: create helper InspectorTest method to dump editor HTML
+        https://bugs.webkit.org/show_bug.cgi?id=107007
+
+        Reviewed by Pavel Feldman.
+
+        Add helper method to dump textEditor HTML.
+
+        * inspector/editor/editor-test.js:
+        (initialize_EditorTests.InspectorTest.dumpEditorHTML): Added.
+        * inspector/editor/text-editor-highlight-regexp.html:
+
+2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: [Extensions API] remove inspectedWindow.onReset event
+        https://bugs.webkit.org/show_bug.cgi?id=107009
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/extensions/extensions-api-expected.txt: removed webInspector.onReset.
+
+2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: fix text-editor-highlight-regexp test
+        https://bugs.webkit.org/show_bug.cgi?id=107006
+
+        Reviewed by Vsevolod Vlasov.
+
+        Fixing test expectations: no more height style.
+
+        * inspector/editor/text-editor-highlight-regexp-expected.txt:
+
+2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Updating or removing a few stale expectations.
+        Adding two failure expectations for MicroData tests that are
+        failing after r139673.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Marking compositing/layer-creation/overlap-animation-container as failure
+        after it started failing in r139794, might just need a rebaseline but first let's have
+        someone familiar with AC look at it.
+
+        * platform/efl/TestExpectations:
+
+2013-01-16  Pablo Flouret  <pablof@motorola.com>
+
+        Implement CSSSupportsRule
+        https://bugs.webkit.org/show_bug.cgi?id=104822
+
+        Reviewed by Allan Sandfeld Jensen.
+
+        * css3/supports-cssom-expected.txt: Added.
+        * css3/supports-cssom.html: Added.
+        * css3/supports-expected.txt:
+        * css3/supports.html:
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2013-01-16  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field with step=86400, and confusing appearance
+        https://bugs.webkit.org/show_bug.cgi?id=106983
+
+        Reviewed by Kentaro Hara.
+
+        Note: We don't add tests for input[type=datetime] now because the WHATWG
+        specification might be changed.
+
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html: Added.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
+        Update test cases for new behavior. We should not make hour fields
+        read-only for input[type=time].
+        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Ditto.
+        * platform/chromium/TestExpectations: Add time-appearance-basic.html.
+
+2013-01-16  Nandor Huszka  <hnandor@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. Rebaseline after r139798.
+        * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. Rebaseline after r139798.
+        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt: Added. Rebaseline after r139794.
+        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Rebaseline after r139798.
+        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline after r139798.
+
+2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Removed fast/events/drag-and-drop-autoscroll from Test expectations after rollout in r139503.
+        ScrollingCoordinator tests moved to TestExpectations after r139686.
+        Border size rendering change in r139798 requires a rebaseline for
+        svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm &
+        http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
+        but they fail to generate pixel results - see bug 106992.
+        PropertyCollection tests skipped for now after r139756
+
+        * platform/efl/TestExpectations:
+
+2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Introduce file mapping allowing to map network loaded scripts and stylesheets to file system files.
+        https://bugs.webkit.org/show_bug.cgi?id=106795
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/file-mapping-expected.txt: Added.
+        * inspector/file-mapping.html: Added.
+
+2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Introduce UISourceCode.originURL().
+        https://bugs.webkit.org/show_bug.cgi?id=106909
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/compiler-script-mapping.html:
+        * http/tests/inspector/debugger-test.js:
+        (initialize_DebuggerTest):
+        * http/tests/inspector/network/network-request-revision-content.html:
+        * http/tests/inspector/workspace-test.js:
+        * inspector/debugger/breakpoint-manager.html:
+        * inspector/debugger/dynamic-script-tag.html:
+        * inspector/debugger/linkifier.html:
+        * inspector/debugger/live-edit-breakpoints.html:
+        * inspector/debugger/script-snippet-model.html:
+        * inspector/debugger/scripts-file-selector.html:
+        * inspector/debugger/scripts-panel.html:
+        * inspector/debugger/scripts-sorting.html:
+        * inspector/debugger/source-frame-count.html:
+        * inspector/debugger/source-url-comment.html:
+        * inspector/debugger/ui-source-code-display-name.html:
+        * inspector/debugger/ui-source-code.html:
+        * inspector/styles/styles-history.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-01-16  Csaba Osztrogonác  <ossy@webkit.org>
+
+        REGRESSION(r139835): fast/js/integer-division-neg2tothe32-by-neg1.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=106991
+
+        Unreviewed gardening, updated expected file.
+
+        * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
+        * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Removed.
+
+2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a failure expectation for fast/js/integer-division-neg2tothe32-by-neg1.html.
+        The test started failing after r139835.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-16  Ken Kania  <kkania@chromium.org>
+
+        [Inspector] Add events for tracking page loads and scheduled navigations.
+        https://bugs.webkit.org/show_bug.cgi?id=104168
+
+        Reviewed by Pavel Feldman.
+
+        These events are needed for clients who need to be aware of when a page is
+        navigating or about to navigate. Some clients may wish to prevent interaction
+        with the page during this time. Two of the new events track loading start and
+        stop, as measured by the ProgressTracker. The other two events track when a
+        page has a new scheduled navigation and when it no longer has a scheduled
+        navigation. These latter two events won't allow the client to determine if
+        a load is going to happen in all circumstances, but is sufficient for many cases.
+
+        * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
+        * inspector-protocol/page/frameScheduledNavigation.html: Added.
+        * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
+        * inspector-protocol/page/frameStartedLoading.html: Added.
+
+2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r139798.
+
+        * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
+        * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
+
+2013-01-16  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaseline this test on Linux after r139798:
+
+        http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
+
+        * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
+
+2013-01-16  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Update MediaStreamTrack::readyState to match specification
+        https://bugs.webkit.org/show_bug.cgi?id=106781
+
+        Reviewed by Kentaro Hara.
+
+        * fast/mediastream/MediaStreamTrack-expected.txt:
+        * fast/mediastream/MediaStreamTrack.html:
+
+2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: array grouping does not work for big and negative number keys
+        https://bugs.webkit.org/show_bug.cgi?id=106891
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/console-big-array-expected.txt:
+        * inspector/console/console-big-array.html:
+
+2013-01-16  Dominic Cooney   <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaseline this test after r139835:
+
+        fast/js/integer-division-neg2tothe32-by-neg1.html
+
+        * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Added.
+
+2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed gardening.
+
+        Adjusting failure expectations for fast/harness/sample-fail-mismatch-reftest.html
+        on all ports. The expectation for the test is now marked as a WontFix image failure.
+
+        r139786 reintroduced the possibility of running tests marked as WontFix if there is
+        another expectation (like Failure, ImageOnlyFailure) listed for the test.
+
+        This specific test tests that the harness correctly behaves in a case of a mismatch
+        reftest that matches with its baseline (i.e. that an image failure is reported). As
+        such every port should run it to ensure correct behavior of the ImageDiff tool in combination
+        with NRWT.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2013-01-16  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Baseline (and rebaseline on Linux) these tests introduced in
+        r139836:
+
+        fast/gradients/unprefixed-color-stop-units.html
+        fast/gradients/unprefixed-color-stops.html
+        fast/gradients/unprefixed-generated-gradients.html
+        fast/gradients/unprefixed-gradient-parsing.html
+        fast/gradients/unprefixed-linear-angle-gradients.html
+        fast/gradients/unprefixed-linear-right-angle-gradients.html
+        fast/gradients/unprefixed-list-item-gradient.html
+        fast/gradients/unprefixed-radial-gradients.html
+        fast/gradients/unprefixed-radial-gradients2.html
+        fast/gradients/unprefixed-radial-gradients3.html
+        fast/gradients/unprefixed-repeating-end-fill.html
+        fast/gradients/unprefixed-repeating-linear-gradient.html
+        fast/gradients/unprefixed-repeating-radial-gradients.html
+        fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html
+
+        * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png:
+        * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Removed.
+        * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Removed.
+        * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png:
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Removed.
+        * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png:
+        * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-color-stops-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-color-stops-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-list-item-gradient-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png.
+        * platform/chromium-win/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-repeating-end-fill-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png.
+        * platform/chromium-win/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
+        * platform/chromium-win/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
+
+2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: highlight regexp API for DefaultTextEditor
+        https://bugs.webkit.org/show_bug.cgi?id=106801
+
+        Reviewed by Pavel Feldman.
+
+        New layout test to verify DefaultTextEditor highlight regexp API.
+
+        * inspector/editor/text-editor-highlight-regexp-expected.txt: Added.
+        * inspector/editor/text-editor-highlight-regexp.html: Added.
+
+2013-01-15  Tab Atkins  <jackalmage@gmail.com>
+
+        Update CSS3 gradient support to the latest spec version
+        https://bugs.webkit.org/show_bug.cgi?id=67166
+
+        Reviewed by Dean Jackson.
+
+        * fast/gradients/unprefixed-color-stop-units-expected.txt: Added.
+        * fast/gradients/unprefixed-color-stop-units.html: Added.
+        * fast/gradients/unprefixed-color-stops-expected.txt: Added.
+        * fast/gradients/unprefixed-color-stops.html: Added.
+        * fast/gradients/unprefixed-generated-gradients-expected.txt: Added.
+        * fast/gradients/unprefixed-generated-gradients.html: Added.
+        * fast/gradients/unprefixed-gradient-parsing-expected.txt: Added.
+        * fast/gradients/unprefixed-gradient-parsing.html: Added.
+        * fast/gradients/unprefixed-linear-angle-gradients-expected.txt: Added.
+        * fast/gradients/unprefixed-linear-angle-gradients.html: Added.
+        * fast/gradients/unprefixed-linear-right-angle-gradients-expected.txt: Added.
+        * fast/gradients/unprefixed-linear-right-angle-gradients.html: Added.
+        * fast/gradients/unprefixed-list-item-gradient-expected.txt: Added.
+        * fast/gradients/unprefixed-list-item-gradient.html: Added.
+        * fast/gradients/unprefixed-radial-gradients-expected.txt: Added.
+        * fast/gradients/unprefixed-radial-gradients.html: Added.
+        * fast/gradients/unprefixed-radial-gradients2-expected.txt: Added.
+        * fast/gradients/unprefixed-radial-gradients2.html: Added.
+        * fast/gradients/unprefixed-radial-gradients3-expected.txt: Added.
+        * fast/gradients/unprefixed-radial-gradients3.html: Added.
+        * fast/gradients/unprefixed-repeating-end-fill-expected.txt: Added.
+        * fast/gradients/unprefixed-repeating-end-fill.html: Added.
+        * fast/gradients/unprefixed-repeating-linear-gradient-expected.txt: Added.
+        * fast/gradients/unprefixed-repeating-linear-gradient.html: Added.
+        * fast/gradients/unprefixed-repeating-radial-gradients-expected.txt: Added.
+        * fast/gradients/unprefixed-repeating-radial-gradients.html: Added.
+        * fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.txt: Added.
+        * fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
+
+2013-01-15  Michael Saboff  <msaboff@apple.com>
+
+        DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1
+        https://bugs.webkit.org/show_bug.cgi?id=106978
+
+        Reviewed by Filip Pizlo.
+
+        Added a new DFG check for -2^31 / -1 when we expect and integer result.
+
+        * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
+        * fast/js/script-tests/integer-division-neg2tothe32-by-neg1.js:
+        (myDivExpectingInt):
+
+2013-01-15  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaseline this test on Win after r139798:
+
+        http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
+
+        * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
+        * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2013-01-15  Dominic Cooney   <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaseline this test after r139798:
+
+        svg/zoom/page/zoom-replaced-intrinsic-ratio-001.html
+
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
+        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Generalize LayoutTests/platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt.
+
+2013-01-15  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Add expectations for this test:
+
+        scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
+
+        On the Chromium Mac Debug bot it is drawn with system scrollbars;
+        see <https://bugs.webkit.org/show_bug.cgi?id=106858>
+
+        * platform/chromium/TestExpectations:
+
+2013-01-15  Charles Wei  <charles.wei@torchmobile.com.cn>
+
+        Fullscreen element should not share styles with it's siblings.
+        https://bugs.webkit.org/show_bug.cgi?id=106888
+
+        Reviewed by George Staikos.
+
+        * fullscreen/full-screen-no-style-sharing-expected.txt: Added.
+        * fullscreen/full-screen-no-style-sharing.html: Added.
+
+2013-01-15  Dominic Cooney   <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaselining this test on Windows:
+
+        svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
+
+        The Chromium XP and Win7 bots' results look consistent and the
+        spurious grey areas are already being tracked by bug 80517.
+
+        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-15  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Add expectations for this test:
+
+        inspector/extensions/extensions-reload.html
+
+        This is flakily slow on the Chromium Win7 Release bot.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-15  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed mac rebaseline for r139798.
+
+        * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
+        * platform/mac-wk2/svg/zoom/page: Removed.
+        * platform/mac/TestExpectations:
+        * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Removed.
+        * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
+
+2013-01-15  Emil A Eklund  <eae@chromium.org>
+
+        [Sub pixel layout] RTL cells with padding wraps
+        https://bugs.webkit.org/show_bug.cgi?id=106843
+
+        Reviewed by Levi Weintraub.
+        
+        Add test for rtl tables with padding.
+
+        * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html:
+        * fast/sub-pixel/table-rtl-padding-expected.html: Added.
+        * fast/sub-pixel/table-rtl-padding.html: Added.
+
+2013-01-15  Dominic Mazzoni  <dmazzoni@google.com>
+
+        Use-after-free in AXObjectCache::notificationPostTimerFired
+        https://bugs.webkit.org/show_bug.cgi?id=106106
+
+        Reviewed by Ryosuke Niwa.
+
+        Test that demonstrates the crash when a Node with an
+        AccessibilityObject changes its document and then isn't removed from
+        the AXObjectCache when it's deleted.
+
+        * accessibility/crash-adopt-node-from-new-document-expected.txt: Added.
+        * accessibility/crash-adopt-node-from-new-document.html: Added.
+
+2013-01-15  Arnaud Renevier  <a.renevier@sisa.samsung.com>
+
+        Add Canvas blend modes to Cairo
+        https://bugs.webkit.org/show_bug.cgi?id=105074
+
+        Reviewed by Martin Robinson.
+
+        Unskip fast/canvas/canvas-blend-image.html and
+        fast/canvas/canvas-blend-solid.html
+
+        Add platform specific expected files because currently, expected
+        results are not correct.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Added.
+        * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Added.
+
+2013-01-15  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement matching by the voice attribute for WebVTT ::cue pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=106762
+
+        Reviewed by Eric Carlson.
+
+        * media/track/captions-webvtt/styling.vtt:
+        * media/track/track-css-matching-expected.txt:
+        * media/track/track-css-matching.html:
+
+2013-01-15  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed, rolling out r139790.
+        http://trac.webkit.org/changeset/139790
+        https://bugs.webkit.org/show_bug.cgi?id=106948
+
+        The patch is failing its own test.
+
+        * fast/dom/MutationObserver/parser-mutations-expected.txt: Removed.
+        * fast/dom/MutationObserver/parser-mutations.html: Removed.
+
+2013-01-15  Emil A Eklund  <eae@chromium.org>
+
+        REGRESSION (r121599): incorrect border scaling when zoomed
+        https://bugs.webkit.org/show_bug.cgi?id=106944
+
+        Reviewed by Levi Weintraub.
+        
+        Add test for zoomed em border and restore expectations for 
+        zoom-replaced-intrinsic-ratio-001 to the pre r121599 state.
+
+        * fast/sub-pixel/zoomed-em-border-expected.html: Added.
+        * fast/sub-pixel/zoomed-em-border.html: Added.
+        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
+
+2013-01-15  Alexandru Chiculita  <achicu@adobe.com>
+
+        [Compositor] Do not disable overlap testing for layers in front of 3D transformed layers
+        https://bugs.webkit.org/show_bug.cgi?id=106721
+
+        Reviewed by Simon Fraser.
+
+        Added two more tests for the case when 3D layers covered by a 2D layer in front. One is using flat style and the
+        other is using the preserve-3d mode.
+
+        Also, updated a couple of existing test results as some of the composited layers are not needed anymore.
+
+        * compositing/geometry/ancestor-overflow-change-expected.txt:
+        * compositing/geometry/clip-expected.txt:
+        * compositing/geometry/clip-inside-expected.txt:
+        * compositing/geometry/foreground-layer-expected.txt:
+        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
+        * compositing/layer-creation/overlap-animation-container-expected.txt:
+        * compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
+        * compositing/layer-creation/overlap-transformed-3d.html: Added.
+        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
+        * compositing/layer-creation/overlap-transformed-preserved-3d.html: Added.
+        * compositing/layer-creation/overlap-transforms-expected.txt:
+        * compositing/overflow/clip-descendents-expected.txt:
+        * css3/filters/filtered-compositing-descendant-expected.txt:
+        * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: Removed. There should be no difference now.
+        * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed. There should be no difference now.
+        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
+        * platform/chromium/compositing/geometry/clip-expected.txt:
+        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
+        * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
+        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
+        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
+
+2013-01-15  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Fix tests which depend upon V8 event listener behavior
+        https://bugs.webkit.org/show_bug.cgi?id=106731
+
+        Ensure consistent use of callback(evt) { preamble(evt); ... } pattern, which addresses
+        running in JSC and in V8 under Workers. Also add worker test wrappers.
+
+        Reviewed by Tony Chang.
+
+        * storage/indexeddb/cursor-advance-expected.txt:
+        * storage/indexeddb/cursor-advance-workers-expected.txt: Added.
+        * storage/indexeddb/cursor-advance-workers.html: Added.
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt: Added.
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: Added.
+        * storage/indexeddb/resources/cursor-advance.js:
+        (prepareDatabase):
+        (testPrefetchInRange.prefetch):
+        (testPrefetchInRange):
+        (testPrefetchOutOfRange.prefetch):
+        (testPrefetchOutOfRange):
+        (testBadAdvance.advanceBadly):
+        (testBadAdvance):
+        (testEdges.request.onsuccess):
+        (testEdges):
+        (testDelete.deleteSecond):
+        (testDelete):
+        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
+        (onOpenSuccess):
+
+2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
+
+        HTML parser should queue MutationRecords for its operations
+        https://bugs.webkit.org/show_bug.cgi?id=89351
+
+        Reviewed by Eric Seidel.
+
+        Add tests for parser generated mutations.
+
+        XXX: This needs a bunch more tests observing the adoption
+        agency algorithm to catch parserInsertBefore and parserRemoveChild
+        mutations.
+
+        * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
+        * fast/dom/MutationObserver/parser-mutations.html: Added.
+
+2013-01-15  Ojan Vafai  <ojan@chromium.org>
+
+        Unreviewed, rolling out r139782.
+        http://trac.webkit.org/changeset/139782
+        https://bugs.webkit.org/show_bug.cgi?id=106939
+
+        * fast/lists/marker-preferred-margins-expected.txt: Added.
+        * fast/lists/marker-preferred-margins.html: Added.
+        Adding a new test to cover the case that broke.
+
+2013-01-15  Elliott Sprehn  <esprehn@chromium.org>
+
+        Heap-use-after-free in WebCore::RenderObject::willBeRemovedFromTree
+        https://bugs.webkit.org/show_bug.cgi?id=106384
+
+        Reviewed by Abhishek Arya.
+
+        Add a test for <ruby> and generated content causing asserts and
+        crashes.
+
+        * fast/css-generated-content/bug-106384-expected.txt: Added.
+        * fast/css-generated-content/bug-106384.html: Added.
+
+2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r139767 and r139768.
+
+        * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
+        * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:
+
+2013-01-15  James Simonsen  <simonjam@chromium.org>
+
+        [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value
+        https://bugs.webkit.org/show_bug.cgi?id=106935
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt:
+        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html:
+
+2013-01-13  Dirk Schulze  <dschulze@adobe.com>
+
+        [CSS Filters] brightness() function doesn't work as specified
+        https://bugs.webkit.org/show_bug.cgi?id=106674
+
+        Negative brightness values are possible but are meaningless. Modify the tests
+        to mainly use positive amounts for brightness tests.
+
+        Reviewed by Dean Jackson.
+
+        * css3/filters/effect-brightness-clamping-hw.html:
+        * css3/filters/effect-brightness-hw.html:
+        * css3/filters/effect-combined-hw.html:
+        * css3/filters/effect-combined.html:
+        * css3/filters/multiple-filters-invalidation.html:
+        * css3/filters/null-effect-check.html:
+        * css3/filters/script-tests/filter-property-parsing-invalid.js:
+        * css3/filters/script-tests/filter-property-parsing.js:
+
+2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
+
+        [GTK] Enable Performance Timeline, Resource Timing, Navigation Timing features
+        https://bugs.webkit.org/show_bug.cgi?id=106197
+
+        Reviewed by Martin Robinson.
+
+        Unskip related tests, add a few expectations for still-failing tests.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
+
+        [GTK] Enable CSS Image Resolution feature
+        https://bugs.webkit.org/show_bug.cgi?id=99038
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Remove the failure expectation for the fast/css/image-resolution directory,
+        the single layout test inside it now passes.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Remove a few failure expectations for tests that now pass.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-15  Alexis Menard  <alexis@webkit.org>
+
+        Unprefixed transitionend event doesn't seem to be implemented, which breaks many sites
+        https://bugs.webkit.org/show_bug.cgi?id=105647
+
+        Reviewed by Julien Chaffraix.
+
+        Cover that event delivery is correct : we received unprefixed events.
+
+        * transitions/transition-end-event-helpers.js:
+        (recordTransitionEndEvent):
+        * transitions/transition-end-event-unprefixed-01-expected.txt: Added.
+        * transitions/transition-end-event-unprefixed-01.html: Added.
+        * transitions/transition-end-event-unprefixed-02-expected.txt: Added.
+        * transitions/transition-end-event-unprefixed-02.html: Added.
+
+2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Adding failure/crash/missing expectations for accessibility tests after
+        r139444, r139534 and r139663.
+        Adding platform-specific baselines for two scrolling coordinator tests that are
+        required after r139686.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/scrollingcoordinator: Added.
+        * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
+        * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
+
+2013-01-15  Arko Saha  <arko@motorola.com>
+
+        Microdata: propertiesCollection[name] should return undefined if item doesn't have a property named 'name'
+        https://bugs.webkit.org/show_bug.cgi?id=106849
+
+        Reviewed by Kentaro Hara.
+
+        * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name-expected.txt: Added.
+        * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name.html: Added.
+
+2013-01-15  Emil A Eklund  <eae@chromium.org>
+
+        https://bugs.webkit.org/show_bug.cgi?id=106855
+        https://bugs.webkit.org/show_bug.cgi?id=106855
+
+        Reviewed by Levi Weintraub.
+        
+        Speed up zoomed-offset-size.html test and remove SLOW modifier
+        from TestExpectations.
+
+        * fast/images/zoomed-offset-size-expected.txt:
+        * fast/images/zoomed-offset-size.html:
+        * platform/chromium/TestExpectations:
+
+2013-01-15  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking the deferred version of
+        fast/images/zoomed-offset-size.html as slow.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-15  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Incorrect opaque region tracking for PlatformContextSkia::drawRRect
+        https://bugs.webkit.org/show_bug.cgi?id=106898
+
+        Reviewed by Stephen White.
+
+        * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/rounded-corners.html: Added.
+
+2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed failing test skip.
+        https://bugs.webkit.org/show_bug.cgi?id=106883
+
+        * platform/efl/TestExpectations:
+
+2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
+
+        display:inline's hover behavior is not applied to ::before and ::after pseudo elements
+        https://bugs.webkit.org/show_bug.cgi?id=91723
+
+        Reviewed by Eric Seidel.
+
+        Add a test that hovering generated content inside an inline element causes
+        the element to become hovered.
+
+        * fast/css-generated-content/hover-inline-expected.txt: Added.
+        * fast/css-generated-content/hover-inline.html: Added.
+
+2013-01-15  Dima Gorbik  <dgorbik@apple.com>
+
+        [Chromium] media/track/track-css-cue-lifetime.html Win7 dbg times out since r139562
+        https://bugs.webkit.org/show_bug.cgi?id=106853
+
+        Reviewed by Eric Carlson.
+
+        The amount of seeks may be reduced significantly since they may be slow.
+
+        * media/track/track-css-cue-lifetime-expected.txt:
+        * media/track/track-css-cue-lifetime.html:
+
+2013-01-15  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Fixing crashing bug in MediaStream
+        https://bugs.webkit.org/show_bug.cgi?id=106886
+
+        Reviewed by Eric Seidel.
+
+        Removing obsolete exception.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-15  Szilard Ledan  <szledan@inf.u-szeged.hu>
+
+        [Qt] Gardening
+
+        Skip failing tests after r139609.
+        https://bugs.webkit.org/show_bug.cgi?id=104909
+
+        Skip failing inspector/editor/text-editor-formatter.html test.
+        https://bugs.webkit.org/show_bug.cgi?id=106883
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added after r139686.
+        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added after r139686.
+        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added after r139686.
+        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added after r139686.
+
+2013-01-15  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] introduce CallArgument type into the protocol
+        https://bugs.webkit.org/show_bug.cgi?id=106640
+
+        Reviewed by Yury Semikhatsky.
+
+        Replaced hacky stub with actual Cache implementation.
+
+        * inspector/profiler/webgl/webgl-profiler-get-error.html:
+
+2013-01-14  Dominic Cooney   <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Add XP image expectations for this test; see
+        <https://bugs.webkit.org/show_bug.cgi?id=106875>:
+
+        svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Add Lion Debug crash expectations for this test; see
+        <https://bugs.webkit.org/show_bug.cgi?id=106869>:
+
+        fast/mediastream/RTCPeerConnection-events.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement ID selector matching for the WebVTT ::cue pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=105481
+
+        Reviewed by Eric Carlson.
+
+        * media/track/captions-webvtt/styling.vtt:
+        * media/track/track-css-matching-expected.txt:
+        * media/track/track-css-matching.html:
+
+2013-01-14  Dominic Cooney   <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Update test expectations for these tests:
+
+        fast/images/zoomed-offset-size.html
+        media/track/track-css-cue-lifetime.html
+        svg/custom/foreign-object-skew.svg
+        svg/custom/foreign-object-skew.svg
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Dominic Cooney  <dominicc@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaseline these tests:
+
+        scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
+        scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.html
+
+        after r139686. Note in TestExpectations image failure for
+        non-fast-scrollable-region-transformed-iframe.html on SnowLeopard
+        Debug; see <https://bugs.webkit.org/show_bug.cgi?id=106858>
+
+        * platform/chromium-mac-lion/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
+        * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Rafael Weinstein  <rafaelw@chromium.org>
+
+        fast/dom/HTMLTemplateElement/inertContents.html is flaky on Debug Chromium bots
+        https://bugs.webkit.org/show_bug.cgi?id=106810
+
+        Reviewed by Levi Weintraub.
+
+        This patch reverts the test for inertContents back to a non-flaky version which did not
+        attempt to assert that images are prevented from loaded.
+
+        * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
+        * fast/dom/HTMLTemplateElement/inertContents.html:
+        * platform/chromium/TestExpectations:
+        * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Removed.
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Adding mac expectatons after r139686.
+
+        * platform/chromium-mac/scrollingcoordinator: Added.
+        * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Speculatively rolling out r139618. Appears to be causing sporadic crashes on Debug bots.
+
+        * fast/mediastream/MediaStreamTrack-expected.txt:
+        * fast/mediastream/MediaStreamTrack.html:
+
+2013-01-14  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement element type selectors for the WebVTT ::cue pseudo class
+        https://bugs.webkit.org/show_bug.cgi?id=105480
+
+        Reviewed by Antti Koivisto.
+
+        * media/track/captions-webvtt/styling.vtt:
+        * media/track/track-css-matching-expected.txt:
+        * media/track/track-css-matching.html:
+        * media/track/track-webvtt-tc026-voice.html: voice elements should be spans according to specs.
+
+2013-01-14  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Sometimes RenderLayer::updateNeedsCompositedScrolling is not called
+        https://bugs.webkit.org/show_bug.cgi?id=106271
+
+        Reviewed by Simon Fraser.
+
+        * compositing/overflow/dynamic-composited-scrolling-status-expected.txt: Added.
+        * compositing/overflow/dynamic-composited-scrolling-status.html: Added.
+
+2013-01-11  Filip Pizlo  <fpizlo@apple.com>
+
+        Python implementation reports "MemoryError" instead of doing things
+        https://bugs.webkit.org/show_bug.cgi?id=106690
+
+        Reviewed by Oliver Hunt.
+
+        * fast/js/dfg-cfa-merge-with-dead-use-at-tail-expected.txt: Added.
+        * fast/js/dfg-cfa-merge-with-dead-use-at-tail.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-cfa-merge-with-dead-use-at-tail.js: Added.
+        (foo):
+
+2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
+
+        Correct FrameView::scrollableAreaBoundingBox() calculation in the presence of transforms
+        https://bugs.webkit.org/show_bug.cgi?id=105075
+
+        Reviewed by Simon Fraser.
+
+        As mentioned by the FIXME comment, we need to ask the renderer for the
+        absolute bounding box of a frame for correct transformation.
+        This fixes the bug that iframe cannot be scrolled properly when it is
+        transformed.
+
+        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
+        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
+        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
+        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
+        * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
+        * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
+        * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html: Added.
+        * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
+        * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
+        * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html: Added.
+        * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: Added.
+        (runNonFastScrollableRegionTest):
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Fixing Mac results for fast/repaint/overhanging-float-detach-repaint.html.
+
+        * platform/chromium-mac-lion/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
+
+2013-01-14  Nate Chapin  <japhet@chromium.org>
+
+        Enable reuse of cached main resources
+        https://bugs.webkit.org/show_bug.cgi?id=105667.
+
+        Reviewed by Antti Koivisto.
+
+        * http/tests/cache/cached-main-resource-expected.txt: Added.
+        * http/tests/cache/cached-main-resource.html: Added.
+        * http/tests/cache/resources/cacheable-iframe.php: Added.
+        * http/tests/inspector/resource-har-pages-expected.txt:
+        * http/tests/loading/redirect-methods-expected.txt:
+        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
+        * http/tests/misc/link-rel-icon-beforeload-expected.txt:
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking fast/image/zoomed-offset-size.html as slow on debug.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking fast/borders/outline-alpha-inline.html as failing image results.
+        Likely Stephen Schenney's skia changes are to blame.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Huang Dongsung  <luxtella@company100.net>
+
+        [TexMap] Use a premuliplied color in TextureMapperGL.
+        https://bugs.webkit.org/show_bug.cgi?id=105786
+
+        Reviewed by Noam Rosenthal.
+
+        Created new tests for composited background colors with fractional
+        number opacity. This test is similar to background-color-alpha.html
+
+        * compositing/background-color/background-color-alpha-with-opacity-expected.html: Added.
+        * compositing/background-color/background-color-alpha-with-opacity.html: Added.
+
+2013-01-14  Arko Saha  <arko@motorola.com>
+
+        Microdata: REGRESSION(r138725): Causes crash in chromium port
+        https://bugs.webkit.org/show_bug.cgi?id=106828
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/dom/MicroData/propertiescollection-crash-expected.txt: Added.
+        * fast/dom/MicroData/propertiescollection-crash.html: Added.
+
+2013-01-14  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaseline after Skia changes
+
+        Unreviewed expectatiosn update for two remaining tests.
+
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-win/fast/borders/outline-alpha-inline-expected.png: Added.
+        * platform/chromium/fast/borders/outline-alpha-inline-expected.png: Removed.
+
+2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
+
+        Positioned children of an overflow:visible container should ignore scroll offset when updating layer position
+        https://bugs.webkit.org/show_bug.cgi?id=106814
+
+        This patch fixes a bug in RenderLayer::updateLayerPosition that
+        scrollLeft / scrollTop of a block should only be effective when the
+        block has overflow clipping. The bug results in rendering artifacts
+        and triggers a RenderGeometryMap assertion falure.
+
+        Fixes http://crbug.com/167985
+
+        Reviewed by Simon Fraser.
+
+        * fast/overflow/overflow-visible-should-ignore-scroll-expected.html: Added.
+        * fast/overflow/overflow-visible-should-ignore-scroll.html: Added.
+
+2013-01-14  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium mac rebaseline for r139659.
+
+        * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
+
+2013-01-14  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org
+        https://bugs.webkit.org/show_bug.cgi?id=105861
+
+        Reviewed by David Hyatt.
+
+        * fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
+        * fast/repaint/overhanging-float-detach-repaint-expected.txt: Added.
+        * fast/repaint/overhanging-float-detach-repaint.html: Added.
+
+2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: Need to implement ColorWellRole
+        https://bugs.webkit.org/show_bug.cgi?id=106756
+
+        Reviewed by Chris Fleizach.
+
+        Adds a test of accessibility attributes for input type=color.
+
+        * accessibility/color-well.html: Added.
+        * platform/chromium/accessibility/color-well-expected.txt: Added.
+        * platform/mac/accessibility/color-well-expected.txt: Added.
+
+2013-01-14  Stephen Chenney  <schenney@chromium.org>
+
+        Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
+
+        Unreviewed expectations clean-up.
+
+        These files apparently need new baselines after the dashing optimization was removed.
+        It's a little odd, so maybe the expectations for that bug were hiding these failures.
+        Finally, hindi-spacing may be a flakey test.
+
+        * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Removed.
+        * platform/chromium-linux/fast/borders/border-image-01-expected.png: Added.
+        * platform/chromium-linux/fast/borders/border-image-longhand-expected.png: Added.
+        * platform/chromium-linux/fast/borders/border-image-repeat-expected.png: Added.
+        * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
+        * platform/chromium-linux/fast/borders/border-image-slices-expected.png: Added.
+        * platform/chromium-linux/fast/borders/border-image-source-expected.png: Added.
+        * platform/chromium-linux/fast/css/continuationCrash-expected.png:
+        * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
+        * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Removed.
+        * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Removed.
+        * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Removed.
+        * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
+        * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Removed.
+        * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Removed.
+
+2013-01-11  Emil A Eklund  <eae@chromium.org>
+
+        offsetWidth/height incorrect for images when zoomed
+        https://bugs.webkit.org/show_bug.cgi?id=106624
+
+        Reviewed by Levi Weintraub.
+
+        Add test for offsetWidth/Height for zoomed image.
+
+        * fast/images/zoomed-offset-size-expected.txt: Added.
+        * fast/images/zoomed-offset-size.html: Added.
+
+2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
+
+        Chromium: Error in AccessibilityUIElement::intValueGetterCallback
+        https://bugs.webkit.org/show_bug.cgi?id=106682
+
+        Reviewed by Chris Fleizach.
+
+        Unskip accessibility/heading-level.html now that the bug is fixed.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        SVG failures of W3C tests. This should be the last.
+
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
+        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
+        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
+        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
+
+2013-01-14  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        SVG failures all but W3C tests.
+
+        * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
+        * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
+        * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
+        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
+        * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
+        * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
+        * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
+        * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
+        * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png:
+        * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.png:
+        * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png:
+        * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
+        * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
+        * platform/chromium-linux/svg/custom/fill-fallback-expected.png:
+        * platform/chromium-linux/svg/custom/focus-ring-expected.png:
+        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
+        * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
+        * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
+        * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
+        * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
+        * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
+        * platform/chromium-linux/svg/custom/invalid-css-expected.png:
+        * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-update-bounce-expected.png:
+        * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png:
+        * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
+        * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
+        * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
+        * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+        * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.png:
+        * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
+        * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.png:
+        * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.png: Added.
+        * platform/chromium-linux/svg/custom/radialGradient-focal-radius-expected.png: Added.
+        * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
+        * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
+        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-linux/svg/custom/stroke-fallback-expected.png:
+        * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png:
+        * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
+        * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.png:
+        * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
+        * platform/chromium-linux/svg/custom/use-detach-expected.png:
+        * platform/chromium-linux/svg/custom/use-on-text-expected.png:
+        * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png:
+        * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png:
+        * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png:
+        * platform/chromium-mac-lion/svg/carto.net/combobox-expected.png:
+        * platform/chromium-mac-lion/svg/carto.net/selectionlist-expected.png: Added.
+        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac-lion/svg/custom/absolute-sized-content-with-resources-expected.png:
+        * platform/chromium-mac-lion/svg/custom/clone-element-with-animated-svg-properties-expected.png:
+        * platform/chromium-mac-lion/svg/custom/dominant-baseline-hanging-expected.png:
+        * platform/chromium-mac-lion/svg/custom/fill-fallback-expected.png:
+        * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png:
+        * platform/chromium-mac-lion/svg/custom/gradient-cycle-detection-expected.png:
+        * platform/chromium-mac-lion/svg/custom/gradient-deep-referencing-expected.png:
+        * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.png:
+        * platform/chromium-mac-lion/svg/custom/inline-svg-in-xhtml-expected.png:
+        * platform/chromium-mac-lion/svg/custom/invalid-css-expected.png:
+        * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-update-stop-linked-gradient-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewTarget-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
+        * platform/chromium-mac-lion/svg/custom/recursive-gradient-expected.png:
+        * platform/chromium-mac-lion/svg/custom/relative-sized-content-with-resources-expected.png:
+        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-mac-lion/svg/custom/stroke-fallback-expected.png:
+        * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.png:
+        * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.png:
+        * platform/chromium-mac-lion/svg/custom/text-rotated-gradient-expected.png:
+        * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
+        * platform/chromium-mac-lion/svg/custom/use-on-text-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
+        * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png:
+        * platform/chromium-mac-snowleopard/svg/carto.net/combobox-expected.png:
+        * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
+        * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/fill-fallback-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/recursive-gradient-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/stroke-fallback-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.png:
+        * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-mac/svg/as-background-image/background-image-tiled-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
+        * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
+        * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
+        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
+        * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
+        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
+        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
+        * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
+        * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
+        * platform/chromium-mac/svg/carto.net/combobox-expected.png:
+        * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
+        * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
+        * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-mac/svg/css/mask-with-shadow-expected.png:
+        * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png:
+        * platform/chromium-mac/svg/custom/circular-marker-reference-2-expected.png:
+        * platform/chromium-mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
+        * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
+        * platform/chromium-mac/svg/custom/deep-dynamic-updates-expected.png:
+        * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.png:
+        * platform/chromium-mac/svg/custom/fill-fallback-expected.png:
+        * platform/chromium-mac/svg/custom/focus-ring-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-add-stops-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-cycle-detection-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-deep-referencing-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-stop-style-change-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
+        * platform/chromium-mac/svg/custom/group-opacity-expected.png:
+        * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
+        * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
+        * platform/chromium-mac/svg/custom/invalid-css-expected.png:
+        * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-update-bounce-expected.png:
+        * platform/chromium-mac/svg/custom/js-update-gradient-expected.png:
+        * platform/chromium-mac/svg/custom/js-update-stop-expected.png:
+        * platform/chromium-mac/svg/custom/js-update-stop-linked-gradient-expected.png:
+        * platform/chromium-mac/svg/custom/large-bounding-box-percents-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
+        * platform/chromium-mac/svg/custom/non-circular-marker-reference-expected.png:
+        * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
+        * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png:
+        * platform/chromium-mac/svg/custom/recursive-gradient-expected.png:
+        * platform/chromium-mac/svg/custom/relative-sized-content-with-resources-expected.png:
+        * platform/chromium-mac/svg/custom/resource-client-removal-expected.png:
+        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-mac/svg/custom/stroke-fallback-expected.png:
+        * platform/chromium-mac/svg/custom/stroke-opacity-update-expected.png:
+        * platform/chromium-mac/svg/custom/stroked-pattern-expected.png:
+        * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.png:
+        * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
+        * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
+        * platform/chromium-mac/svg/custom/uri-reference-handling-expected.png: Added.
+        * platform/chromium-mac/svg/custom/use-detach-expected.png:
+        * platform/chromium-mac/svg/custom/use-on-text-expected.png:
+        * platform/chromium-mac/svg/custom/use-setAttribute-crash-expected.png:
+        * platform/chromium-mac/svg/custom/xlink-custom-namespace-expected.png: Added.
+        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Added.
+        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png:
+        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Removed.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+        * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
+        * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
+        * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
+        * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
+        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
+        * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
+        * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
+        * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
+        * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
+        * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
+        * platform/chromium-win/svg/batik/text/textEffect-expected.png:
+        * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
+        * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
+        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
+        * platform/chromium-win/svg/batik/text/textProperties-expected.png:
+        * platform/chromium-win/svg/batik/text/textStyles-expected.png:
+        * platform/chromium-win/svg/carto.net/combobox-expected.png:
+        * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
+        * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
+        * platform/chromium-win/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
+        * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png:
+        * platform/chromium-win/svg/custom/circular-marker-reference-2-expected.png:
+        * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png:
+        * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
+        * platform/chromium-win/svg/custom/deep-dynamic-updates-expected.png:
+        * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
+        * platform/chromium-win/svg/custom/fill-fallback-expected.png:
+        * platform/chromium-win/svg/custom/focus-ring-expected.png:
+        * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Added.
+        * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
+        * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
+        * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
+        * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
+        * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Added.
+        * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
+        * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
+        * platform/chromium-win/svg/custom/group-opacity-expected.png:
+        * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
+        * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
+        * platform/chromium-win/svg/custom/invalid-css-expected.png:
+        * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
+        * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
+        * platform/chromium-win/svg/custom/js-update-stop-expected.png:
+        * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png:
+        * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
+        * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
+        * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
+        * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png:
+        * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
+        * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
+        * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Added.
+        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/chromium-win/svg/custom/stroke-fallback-expected.png:
+        * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png:
+        * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
+        * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
+        * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
+        * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
+        * platform/chromium-win/svg/custom/uri-reference-handling-expected.png: Added.
+        * platform/chromium-win/svg/custom/use-detach-expected.png:
+        * platform/chromium-win/svg/custom/use-on-text-expected.png:
+        * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
+        * platform/chromium-win/svg/custom/xlink-custom-namespace-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/svg/custom/gradient-add-stops-expected.png: Removed.
+        * platform/chromium/svg/custom/gradient-stop-style-change-expected.png: Removed.
+        * platform/chromium/svg/custom/resource-client-removal-expected.png: Removed.
+        * platform/chromium/svg/custom/uri-reference-handling-expected.png: Removed.
+        * platform/chromium/svg/custom/xlink-custom-namespace-expected.png: Removed.
+        * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Removed.
+        * platform/gtk/svg/custom/gradient-deep-referencing-expected.png: Removed.
+        * svg/custom/gradient-deep-referencing-expected.png: Added.
+
+2013-01-14  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        SVG failures in directories after dynamic-updates now fixed.
+
+        * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
+        * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
+        * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
+        * platform/chromium-linux/svg/hixie/error/017-expected.png:
+        * platform/chromium-linux/svg/hixie/perf/005-expected.png:
+        * platform/chromium-linux/svg/hixie/perf/006-expected.png:
+        * platform/chromium-linux/svg/text/selection-background-color-expected.png:
+        * platform/chromium-linux/svg/text/selection-styles-expected.png:
+        * platform/chromium-linux/svg/text/small-fonts-3-expected.png:
+        * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
+        * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
+        * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
+        * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.png:
+        * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
+        * platform/chromium-mac-lion/svg/hixie/error/017-expected.png:
+        * platform/chromium-mac-lion/svg/hixie/perf/005-expected.png:
+        * platform/chromium-mac-lion/svg/hixie/perf/006-expected.png:
+        * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png:
+        * platform/chromium-mac-lion/svg/text/selection-background-color-expected.png:
+        * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
+        * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.png:
+        * platform/chromium-mac-lion/svg/text/text-deco-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.png:
+        * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
+        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
+        * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png:
+        * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
+        * platform/chromium-mac/svg/filters/feTile-expected.png:
+        * platform/chromium-mac/svg/hixie/error/017-expected.png:
+        * platform/chromium-mac/svg/hixie/perf/005-expected.png:
+        * platform/chromium-mac/svg/hixie/perf/006-expected.png:
+        * platform/chromium-mac/svg/hixie/perf/007-expected.png:
+        * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-expected.png:
+        * platform/chromium-mac/svg/text/selection-background-color-expected.png:
+        * platform/chromium-mac/svg/text/selection-styles-expected.png:
+        * platform/chromium-mac/svg/text/small-fonts-3-expected.png:
+        * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
+        * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
+        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
+        * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.png:
+        * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
+        * platform/chromium-win-xp/svg/dynamic-updates: Removed.
+        * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
+        * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
+        * platform/chromium-win/svg/filters/feDropShadow-expected.png:
+        * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
+        * platform/chromium-win/svg/filters/feTile-expected.png:
+        * platform/chromium-win/svg/hixie/error/017-expected.png:
+        * platform/chromium-win/svg/hixie/perf/005-expected.png:
+        * platform/chromium-win/svg/hixie/perf/006-expected.png:
+        * platform/chromium-win/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
+        * platform/chromium-win/svg/text/selection-background-color-expected.png:
+        * platform/chromium-win/svg/text/selection-styles-expected.png:
+        * platform/chromium-win/svg/text/small-fonts-3-expected.png:
+        * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
+        * platform/chromium-win/svg/text/text-text-08-b-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
+        * platform/chromium-win/svg/wicd/sizing-flakiness-expected.png:
+        * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/svg/repaint/inner-svg-change-viewBox-expected.png: Removed.
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Removing entry for editing/spelling/spellcheck-sequencenum.html
+        in Chromium test expectations. Tony fixed the issue in r139636.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Tony Chang  <tony@chromium.org>
+
+        Layout Test editing/spelling/spellcheck-sequencenum.html is flaky on Debug Win Chromium Bot
+        https://bugs.webkit.org/show_bug.cgi?id=106806
+
+        Reviewed by Levi Weintraub.
+
+        This test manually calls waitUntilDone and uses js-test-pre.js/js-test-post.js. This confuses
+        the timing of the "PASS successfullyParsed is true" output. Fix this by using the helper
+        functions in js-test-pre.js for waitUntilDone/notifyDone.
+
+        * editing/spelling/spellcheck-sequencenum-expected.txt:
+        * editing/spelling/spellcheck-sequencenum.html:
+        * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Removed.
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking fast/dom/HTMLTemplateElement/inertContents.html
+        as flaky on Chromium Debug bots.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Michael Pruett  <michael@68k.org>
+
+        IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
+        https://bugs.webkit.org/show_bug.cgi?id=106805
+
+        Reviewed by Tony Chang.
+
+        V8 prepends "Uncaught " to uncaught exceptions, while JSC does not.
+        Either form of the error message should be acceptable.
+
+        * storage/indexeddb/transaction-complete-workers.html:
+
+2013-01-14  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking editing/spelling/spellcheck-sequencenum.html
+        as flaky on Chromium Win Debug bots.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Stephen Chenney  <schenney@chromium.org>
+
+        Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
+
+        Unreviewed expectations clean-up.
+
+        Removing the expectations associated with the flag.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-14  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Update MediaStreamTrack::readyState to match specification
+        https://bugs.webkit.org/show_bug.cgi?id=106781
+
+        Reviewed by Adam Barth.
+
+        * fast/mediastream/MediaStreamTrack-expected.txt:
+        * fast/mediastream/MediaStreamTrack.html:
+
+2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: add text editor formatter test
+        https://bugs.webkit.org/show_bug.cgi?id=106705
+
+        Reviewed by Pavel Feldman.
+
+        Adds a test checking text editor formatting.
+        The test creates a new text editor and fills it in with some
+        code by the means of simulated key and textInput events.
+
+        * inspector/editor/text-editor-formatter-expected.txt: Added.
+        * inspector/editor/text-editor-formatter.html: Added.
+
+2013-01-14  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Audit Tool's False Positive on Set-Cookie header
+        https://bugs.webkit.org/show_bug.cgi?id=106794
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/audits/resources/abe.png: Renamed from LayoutTests/inspector/audits/resources/abe.png.
+        * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt: Added.
+        * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html: Added.
+
+2013-01-14  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Update the track accessors on MediaStream to match the latest specification
+        https://bugs.webkit.org/show_bug.cgi?id=106660
+
+        Reviewed by Adam Barth.
+
+        Updating and expanding tests for the new getAudioTracks()/getVideoTracks().
+
+        * fast/mediastream/MediaStreamConstructor-expected.txt:
+        * fast/mediastream/MediaStreamConstructor.html:
+        * fast/mediastream/MediaStreamTrack.html:
+        * fast/mediastream/MediaStreamTrackList-expected.txt:
+        * fast/mediastream/MediaStreamTrackList.html:
+        * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
+        * fast/mediastream/RTCPeerConnection-statsSelector.html:
+        * fast/mediastream/getusermedia-expected.txt:
+        * fast/mediastream/getusermedia.html:
+        * webaudio/mediastreamaudiosourcenode-expected.txt:
+        * webaudio/mediastreamaudiosourcenode.html:
+
+2013-01-14  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [Styles] Color names parsed inside "background-image" values
+        https://bugs.webkit.org/show_bug.cgi?id=106770
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/styles/url-color-swatch-expected.txt: Added.
+        * inspector/styles/url-color-swatch.html: Added.
+
+2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
+
+        Web Inspector: InspectorTest.createTestEditor should not set any text in editor
+        https://bugs.webkit.org/show_bug.cgi?id=106772
+
+        Reviewed by Pavel Feldman.
+
+        Add InspectorTest.fillEditorWithText helper method and remove this
+        functionality from InspectorTest.createTestEditor method.
+
+        * inspector/editor/editor-test.js:
+        (initialize_EditorTests.InspectorTest.createTestEditor): Removed functionality for setting editor text.
+        (initialize_EditorTests.InspectorTest.fillEditorWithText): Added.
+        * inspector/editor/text-editor-remove-chunks-from-dom.html:
+        * inspector/editor/text-editor-selection.html:
+        * inspector/editor/text-editor-type-over-decoration.html:
+
+2013-01-14  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip a new asserting test to paint the bots green.
+
+        * platform/qt/TestExpectations:
+
+2013-01-14  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Change MediaStream::readyState to an boolean attribute called ended.
+        https://bugs.webkit.org/show_bug.cgi?id=106568
+
+        Reviewed by Adam Barth.
+
+        * fast/mediastream/LocalMediaStream-onended-expected.txt:
+        * fast/mediastream/LocalMediaStream-onended.html:
+
+2013-01-14  Andrei Bucur  <abucur@adobe.com>
+
+        Crash caused by incomplete cleanup of regions information for anonymous block
+        https://bugs.webkit.org/show_bug.cgi?id=106191
+
+        Reviewed by Abhishek Arya.
+
+        * fast/regions/remove-leftover-anon-block-crash-expected.txt: Added.
+        * fast/regions/remove-leftover-anon-block-crash.html: Added.
+
+2013-01-14  Pablo Flouret  <pablof@motorola.com>
+
+        Allow nesting of at-rules
+        https://bugs.webkit.org/show_bug.cgi?id=106696
+
+        Reviewed by Allan Sandfeld Jensen.
+
+        * fast/css/nested-at-rules-expected.txt: Added.
+        * fast/css/nested-at-rules.html: Added.
+
+2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg everywhere
+
+        Unreviewed w/end gardening.
+
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark accessibility/render-counter-text.html as flaky
+        on EFL port since it sometimes crashes.
+
+        * platform/efl/TestExpectations:
+
+2013-01-13  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking media/track/track-css-cue-lifetime.html as a flaky timeout on Debug
+        Chromium bots.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux and win
+
+        Unreviewed w/end gardening.
+
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
+        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+
+2013-01-13  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Rolling out 139537. It broke platforms not using sub-
+        pixel layout.
+
+        * fast/images/zoomed-offset-size.html: Removed.
+        * fast/images/zoomed-offset-size-expected.txt: Removed.
+        * platform/efl/TestExpectations:
+        * platform/qt/TestExpectations
+
+2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux
+
+        Unreviewed w/end gardening.
+
+        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on win
+
+        Unreviewed w/end gardening.
+
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
+
+2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark accessibility/heading-level.html as failing on EFL port.
+        This test was added in r139534.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
+        Our port and WKTR do not display the failing URL if it is null.
+
+        * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
+
+2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark inspector/debugger/debugger-script-preprocessor.html as
+        flakey on EFL port since it gives a different output for
+        every run. This test was added in r139405.
+
+        * platform/efl/TestExpectations:
+
+2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark media/video-controls-captions.html as failing on EFL port
+        due to additional checks added in r139547.
+
+        * platform/efl/TestExpectations:
+
+2013-01-13  Dima Gorbik  <dgorbik@apple.com>
+
+        Styling disappears from the cue that's being styled by ::cue pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=106723
+
+        Reviewed by Antti Koivisto.
+
+        * media/track/captions-webvtt/styling-lifetime.vtt: Added.
+        * media/track/track-css-cue-lifetime-expected.txt: Added.
+        * media/track/track-css-cue-lifetime.html: Added.
+
+2013-01-13  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening, skip new failing tests to paint the bots green.
+
+        * platform/qt/TestExpectations:
+
+2013-01-12  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking fast/images/zoomed-offset-size.html as slow on Debug Chromium bots.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-12  Robert Hogan  <robert@webkit.org>
+
+        Available height should respect min and max height
+        https://bugs.webkit.org/show_bug.cgi?id=106479
+
+        Reviewed by Ojan Vafai.
+
+        * fast/block/percent-top-respects-max-height-expected.txt: Added.
+        * fast/block/percent-top-respects-max-height.html: Added.
+        * fast/block/percent-top-respects-min-height-expected.txt: Added.
+        * fast/block/percent-top-respects-min-height.html: Added.
+
+2013-01-12  Victor Carbune  <victor@rosedu.org>
+
+        CC Button doesn't always show up
+        https://bugs.webkit.org/show_bug.cgi?id=106653
+
+        Reviewed by Eric Carlson.
+
+        * media/video-controls-captions-expected.txt: Updated.
+        * media/video-controls-captions.html: Added extra checks that fail
+        without the code changes.
+
+2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Update platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html on win
+
+        Unreviewed w/end gardening.
+
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
+
+2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] fast/repaint/4776765.html passes on the chromium bots
+        https://bugs.webkit.org/show_bug.cgi?id=103955
+
+        Unreviewed w/end gardening.
+
+        * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Removed.
+        * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] fast/repaint/4774354.html passes on the chromium bots
+        https://bugs.webkit.org/show_bug.cgi?id=103955
+
+        Unreviewed w/end gardening.
+
+        * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Removed.
+        * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Emil A Eklund  <eae@chromium.org>
+
+        offsetWidth/height incorrect for images when zoomed
+        https://bugs.webkit.org/show_bug.cgi?id=106624
+
+        Reviewed by Levi Weintraub.
+        
+        Add test for offsetWidth/Height for zoomed image.
+
+        * fast/images/zoomed-offset-size-expected.txt: Added.
+        * fast/images/zoomed-offset-size.html: Added.
+
+2013-01-11  Ojan Vafai  <ojan@chromium.org>
+
+        Fixed width overrides intrinsic min-width/max-width for text inputs and listboxes
+        https://bugs.webkit.org/show_bug.cgi?id=106675
+
+        Reviewed by Emil A Eklund.
+
+        * fast/forms/file/intrinsic-min-width-overrides-width-expected.html:
+        * fast/forms/file/intrinsic-min-width-overrides-width.html:
+        * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
+        * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width.html: Added.
+
+2013-01-10  Ojan Vafai  <ojan@chromium.org>
+
+        Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
+        https://bugs.webkit.org/show_bug.cgi?id=106617
+
+        Reviewed by Tony Chang.
+
+        * css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
+        * css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
+        * fast/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
+        * fast/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
+        * fast/forms/select/intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
+        * fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html: Added.
+
+2013-01-11  James Craig  <james@cookiecrook.com>
+
+        Need new accessibility layout test to verify levels of headings
+        https://bugs.webkit.org/show_bug.cgi?id=106243
+
+        Reviewed by Chris Fleizach.
+
+        New layout test to verify accessibility API heading levels on implicit h1-h6 and explicit @aria-level.
+
+        * accessibility/heading-level-expected.txt: Added.
+        * accessibility/heading-level.html: Added.
+        * platform/chromium/TestExpectations: Skip for Chromium due to webkit.org/b/106682
+
+2013-01-11  Filip Pizlo  <fpizlo@apple.com>
+
+        Phantom(GetLocal) should be treated as relevant to OSR
+        https://bugs.webkit.org/show_bug.cgi?id=106715
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-phantom-get-local-expected.txt: Added.
+        * fast/js/dfg-phantom-get-local.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-phantom-get-local.js: Added.
+        (foo):
+
+2013-01-11  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html
+        as slow on all Chromium platforms.
+
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Fixing the linux layout tests
+
+        Unreviewed test expectations update.
+
+        Some tests were apparently not rebaselined for linux.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Fixing the 10.8 layout tests
+
+        Unreviewed test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  James Simonsen  <simonjam@chromium.org>
+
+        [Resource Timing] XMLHttpRequests should have initiator type 'xmlhttprequest'
+        https://bugs.webkit.org/show_bug.cgi?id=106409
+
+        Reviewed by Nate Chapin.
+
+        * http/tests/w3c/webperf/resources/all_resource_types.htm:
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt:
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        All but the SVG failures.
+
+        * platform/chromium-linux-x86/fullscreen: Added.
+        * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
+        * platform/chromium-linux-x86/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
+        * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
+        * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
+        * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
+        * platform/chromium-linux-x86/media: Added.
+        * platform/chromium-linux-x86/media/audio-controls-rendering-expected.png: Added.
+        * platform/chromium-linux-x86/media/audio-repaint-expected.png: Added.
+        * platform/chromium-linux-x86/media/controls-after-reload-expected.png: Added.
+        * platform/chromium-linux-x86/media/controls-strict-expected.png: Added.
+        * platform/chromium-linux-x86/media/controls-styling-expected.png: Added.
+        * platform/chromium-linux-x86/media/controls-styling-strict-expected.png: Added.
+        * platform/chromium-linux-x86/media/controls-without-preload-expected.png: Added.
+        * platform/chromium-linux-x86/media/media-document-audio-repaint-expected.png: Added.
+        * platform/chromium-linux-x86/media/video-controls-rendering-expected.png: Added.
+        * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
+        * platform/chromium-linux-x86/media/video-playing-and-pause-expected.png: Added.
+        * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/text: Added.
+        * platform/chromium-linux-x86/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
+        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi: Added.
+        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png:
+        * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png:
+        * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png:
+        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
+        * platform/chromium-linux/media/audio-controls-rendering-expected.png:
+        * platform/chromium-linux/media/audio-repaint-expected.png:
+        * platform/chromium-linux/media/controls-after-reload-expected.png:
+        * platform/chromium-linux/media/controls-strict-expected.png:
+        * platform/chromium-linux/media/controls-styling-expected.png:
+        * platform/chromium-linux/media/controls-styling-strict-expected.png:
+        * platform/chromium-linux/media/controls-without-preload-expected.png:
+        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-linux/media/video-controls-rendering-expected.png:
+        * platform/chromium-linux/media/video-display-toggle-expected.png:
+        * platform/chromium-linux/media/video-playing-and-pause-expected.png:
+        * platform/chromium-linux/media/video-zoom-controls-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
+        * platform/chromium-mac-lion/media/audio-repaint-expected.png:
+        * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
+        * platform/chromium-mac-lion/media/controls-strict-expected.png:
+        * platform/chromium-mac-lion/media/controls-styling-expected.png:
+        * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
+        * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
+        * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
+        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
+        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/text/text-stroke-with-border-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
+        * platform/chromium-mac/media/audio-repaint-expected.png:
+        * platform/chromium-mac/media/controls-after-reload-expected.png:
+        * platform/chromium-mac/media/controls-strict-expected.png:
+        * platform/chromium-mac/media/controls-styling-expected.png:
+        * platform/chromium-mac/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac/media/controls-without-preload-expected.png:
+        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac/media/video-display-toggle-expected.png:
+        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac/media/video-zoom-controls-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png:
+        * platform/chromium-win-xp/http/tests/media: Added.
+        * platform/chromium-win-xp/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
+        * platform/chromium-win-xp/media/audio-controls-rendering-expected.png: Added.
+        * platform/chromium-win-xp/media/audio-repaint-expected.png: Added.
+        * platform/chromium-win-xp/media/controls-after-reload-expected.png: Added.
+        * platform/chromium-win-xp/media/controls-strict-expected.png: Added.
+        * platform/chromium-win-xp/media/controls-styling-expected.png: Added.
+        * platform/chromium-win-xp/media/controls-styling-strict-expected.png: Added.
+        * platform/chromium-win-xp/media/controls-without-preload-expected.png: Added.
+        * platform/chromium-win-xp/media/media-document-audio-repaint-expected.png: Added.
+        * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Added.
+        * platform/chromium-win-xp/media/video-display-toggle-expected.png: Added.
+        * platform/chromium-win-xp/media/video-playing-and-pause-expected.png: Added.
+        * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-win/media/audio-controls-rendering-expected.png:
+        * platform/chromium-win/media/audio-repaint-expected.png:
+        * platform/chromium-win/media/controls-after-reload-expected.png:
+        * platform/chromium-win/media/controls-strict-expected.png:
+        * platform/chromium-win/media/controls-styling-expected.png:
+        * platform/chromium-win/media/controls-styling-strict-expected.png:
+        * platform/chromium-win/media/controls-without-preload-expected.png:
+        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-win/media/video-controls-rendering-expected.png:
+        * platform/chromium-win/media/video-display-toggle-expected.png:
+        * platform/chromium-win/media/video-playing-and-pause-expected.png:
+        * platform/chromium-win/media/video-zoom-controls-expected.png:
+        * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        New results for fast tests.
+
+        * platform/chromium-linux-x86/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
+        * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
+        * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-expected.png: Added.
+        * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
+        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
+        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+        * platform/chromium-linux-x86/fast/block/basic: Added.
+        * platform/chromium-linux-x86/fast/block/basic/011-expected.png: Added.
+        * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
+        * platform/chromium-linux-x86/fast/block/margin-collapse: Added.
+        * platform/chromium-linux-x86/fast/block/margin-collapse/103-expected.png: Added.
+        * platform/chromium-linux-x86/fast/block/positioning/inline-block-relposition-expected.png: Added.
+        * platform/chromium-linux-x86/fast/borders/border-image-massive-scale-expected.png: Added.
+        * platform/chromium-linux-x86/fast/borders/border-image-outset-expected.png: Added.
+        * platform/chromium-linux-x86/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
+        * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-expected.png: Added.
+        * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
+        * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png:
+        * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png:
+        * platform/chromium-linux-x86/fast/borders/border-image-trumps-radius-expected.png: Added.
+        * platform/chromium-linux-x86/fast/canvas/arc360-expected.png: Added.
+        * platform/chromium-linux-x86/fast/canvas/canvas-incremental-repaint-expected.png: Added.
+        * platform/chromium-linux-x86/fast/canvas/canvas-text-alignment-expected.png: Added.
+        * platform/chromium-linux-x86/fast/canvas/fillrect_gradient-expected.png: Added.
+        * platform/chromium-linux-x86/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/linear-gradient-currentcolor-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/margin-top-bottom-dynamic-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/non-standard-checkbox-size-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/rtl-ordering-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/shadow-multiple-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/square-button-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/text-transform-select-expected.png: Added.
+        * platform/chromium-linux-x86/fast/css/transformed-mask-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLTableColElement: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/001-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/003-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/004-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label01-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label02-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label03-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label04-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label06-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label07-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/basic-buttons-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/basic-inputs-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/basic-selects-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/blankbuttons-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/box-shadow-override-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-align-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-cannot-be-nested-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-positioned-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-sizes-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-style-color-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-table-styles-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-text-transform-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/button-white-space-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/control-clip-overflow-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/control-restrict-line-height-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/disabled-select-change-index-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/file: Added.
+        * platform/chromium-linux-x86/fast/forms/file/file-input-direction-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/file/file-input-pressed-state-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/file/input-file-re-render-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/formmove-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/formmove2-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/formmove3-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select: Added.
+        * platform/chromium-linux-x86/fast/forms/select-size-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-style-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-visual-hebrew-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-writing-direction-natural-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select/optgroup-rendering-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/selectlist-minsize-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/stuff-on-my-optgroup-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/background-clipped-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/border-image-gradient-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-color-stop-units-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-color-stops-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients3-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-repeating-end-fill-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png:
+        * platform/chromium-linux-x86/fast/gradients/gradient-after-transparent-border-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/radial-centered-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png:
+        * platform/chromium-linux-x86/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-linux-x86/fast/hidpi: Added.
+        * platform/chromium-linux-x86/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
+        * platform/chromium-linux-x86/fast/html: Added.
+        * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
+        * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
+        * platform/chromium-linux-x86/fast/html/keygen-expected.png: Added.
+        * platform/chromium-linux-x86/fast/invalid: Added.
+        * platform/chromium-linux-x86/fast/invalid/014-expected.png: Added.
+        * platform/chromium-linux-x86/fast/parser/bad-xml-slash-expected.png: Added.
+        * platform/chromium-linux-x86/fast/parser/document-write-option-expected.png: Added.
+        * platform/chromium-linux-x86/fast/reflections: Added.
+        * platform/chromium-linux-x86/fast/reflections/reflection-masks-expected.png: Added.
+        * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Added.
+        * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Added.
+        * platform/chromium-linux-x86/fast/repaint/background-generated-expected.png: Added.
+        * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.png: Added.
+        * platform/chromium-linux-x86/fast/replaced/replaced-breaking-mixture-expected.png: Added.
+        * platform/chromium-linux-x86/fast/replaced/three-selects-break-expected.png: Added.
+        * platform/chromium-linux-x86/fast/replaced/width100percent-button-expected.png: Added.
+        * platform/chromium-linux-x86/fast/replaced/width100percent-menulist-expected.png: Added.
+        * platform/chromium-linux-x86/fast/replaced/width100percent-radio-expected.png: Added.
+        * platform/chromium-linux-x86/fast/selectors/064-expected.png: Added.
+        * platform/chromium-linux-x86/fast/table: Added.
+        * platform/chromium-linux-x86/fast/table/append-cells2-expected.png: Added.
+        * platform/chromium-linux-x86/fast/table/remove-td-display-none-expected.png: Added.
+        * platform/chromium-linux-x86/fast/text/international/bidi-menulist-expected.png: Added.
+        * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Added.
+        * platform/chromium-linux-x86/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
+        * platform/chromium-linux-x86/fast/text/stroking-decorations-expected.png: Added.
+        * platform/chromium-linux-x86/fast/text/stroking-expected.png: Added.
+        * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.png: Added.
+        * platform/chromium-linux-x86/fast/text/whitespace: Added.
+        * platform/chromium-linux-x86/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
+        * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
+        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
+        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
+        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
+        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-linux/fast/block/basic/011-expected.png:
+        * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
+        * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
+        * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
+        * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
+        * platform/chromium-linux/fast/borders/border-image-outset-expected.png:
+        * platform/chromium-linux/fast/borders/border-image-outset-in-shorthand-expected.png:
+        * platform/chromium-linux/fast/borders/border-image-outset-split-inline-expected.png: Added.
+        * platform/chromium-linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
+        * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
+        * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png:
+        * platform/chromium-linux/fast/borders/border-image-trumps-radius-expected.png: Added.
+        * platform/chromium-linux/fast/canvas/arc360-expected.png:
+        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
+        * platform/chromium-linux/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
+        * platform/chromium-linux/fast/css/linear-gradient-currentcolor-expected.png: Added.
+        * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
+        * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
+        * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
+        * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-linux/fast/css/square-button-appearance-expected.png:
+        * platform/chromium-linux/fast/css/text-transform-select-expected.png:
+        * platform/chromium-linux/fast/css/transformed-mask-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
+        * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/chromium-linux/fast/forms/001-expected.png:
+        * platform/chromium-linux/fast/forms/003-expected.png:
+        * platform/chromium-linux/fast/forms/004-expected.png:
+        * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
+        * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
+        * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
+        * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
+        * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
+        * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
+        * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
+        * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
+        * platform/chromium-linux/fast/forms/basic-selects-expected.png:
+        * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
+        * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
+        * platform/chromium-linux/fast/forms/button-align-expected.png:
+        * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
+        * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
+        * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
+        * platform/chromium-linux/fast/forms/button-positioned-expected.png:
+        * platform/chromium-linux/fast/forms/button-sizes-expected.png:
+        * platform/chromium-linux/fast/forms/button-style-color-expected.png:
+        * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
+        * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
+        * platform/chromium-linux/fast/forms/button-white-space-expected.png:
+        * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
+        * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
+        * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
+        * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
+        * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
+        * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png:
+        * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png:
+        * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
+        * platform/chromium-linux/fast/forms/formmove-expected.png:
+        * platform/chromium-linux/fast/forms/formmove2-expected.png:
+        * platform/chromium-linux/fast/forms/formmove3-expected.png:
+        * platform/chromium-linux/fast/forms/select-size-expected.png:
+        * platform/chromium-linux/fast/forms/select-style-expected.png:
+        * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
+        * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
+        * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
+        * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png:
+        * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
+        * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
+        * platform/chromium-linux/fast/gradients/border-image-gradient-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png:
+        * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
+        * platform/chromium-linux/fast/gradients/css3-radial-gradients3-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/css3-repeating-end-fill-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
+        * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
+        * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
+        * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
+        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
+        * platform/chromium-linux/fast/html/details-replace-text-expected.png:
+        * platform/chromium-linux/fast/html/keygen-expected.png:
+        * platform/chromium-linux/fast/invalid/014-expected.png:
+        * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
+        * platform/chromium-linux/fast/parser/document-write-option-expected.png:
+        * platform/chromium-linux/fast/reflections/reflection-masks-expected.png: Added.
+        * platform/chromium-linux/fast/repaint/4774354-expected.png:
+        * platform/chromium-linux/fast/repaint/4776765-expected.png:
+        * platform/chromium-linux/fast/repaint/background-generated-expected.png: Added.
+        * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
+        * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
+        * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
+        * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
+        * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
+        * platform/chromium-linux/fast/replaced/width100percent-radio-expected.png:
+        * platform/chromium-linux/fast/selectors/064-expected.png:
+        * platform/chromium-linux/fast/table/append-cells2-expected.png:
+        * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
+        * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
+        * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
+        * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
+        * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-linux/fast/text/stroking-expected.png:
+        * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
+        * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
+        * platform/chromium-mac-lion/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
+        * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
+        * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-expected.png: Added.
+        * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
+        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Added.
+        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-massive-scale-expected.png:
+        * platform/chromium-mac-lion/fast/borders/border-image-outset-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-scaled-gradient-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-slice-constrained-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-trumps-radius-expected.png: Added.
+        * platform/chromium-mac-lion/fast/canvas/arc360-expected.png:
+        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png:
+        * platform/chromium-mac-lion/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
+        * platform/chromium-mac-lion/fast/css/linear-gradient-currentcolor-expected.png: Added.
+        * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac-lion/fast/css/transformed-mask-expected.png:
+        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
+        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-styles-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/background-clipped-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/border-image-gradient-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-color-stop-units-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/css3-color-stops-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients2-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients3-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-repeating-end-fill-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/generated-gradients-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/gradient-after-transparent-border-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/radial-centered-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/simple-gradients-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-mac-lion/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
+        * platform/chromium-mac-lion/fast/reflections/reflection-masks-expected.png: Added.
+        * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/background-generated-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-mac-lion/fast/text/stroking-expected.png:
+        * platform/chromium-mac-snowleopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
+        * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-massive-scale-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-trumps-radius-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png:
+        * platform/chromium-mac-snowleopard/fast/canvas/canvas-incremental-repaint-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-mac-snowleopard/fast/canvas/fillrect_gradient-expected.png:
+        * platform/chromium-mac-snowleopard/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/css/linear-gradient-currentcolor-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-end-fill-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/gradient-after-transparent-border-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/simple-gradients-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
+        * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/background-generated-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/text/stroking-decorations-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Added.
+        * platform/chromium-mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
+        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
+        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
+        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
+        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-outset-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-outset-in-shorthand-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
+        * platform/chromium-mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
+        * platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-trumps-radius-expected.png: Added.
+        * platform/chromium-mac/fast/canvas/arc360-expected.png:
+        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
+        * platform/chromium-mac/fast/canvas/gradient-add-second-start-end-stop-expected.png:
+        * platform/chromium-mac/fast/css/linear-gradient-currentcolor-expected.png: Added.
+        * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac/fast/css/transformed-mask-expected.png:
+        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
+        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
+        * platform/chromium-mac/fast/gradients/background-clipped-expected.png:
+        * platform/chromium-mac/fast/gradients/border-image-gradient-expected.png:
+        * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-color-stops-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-radial-gradients2-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-repeating-end-fill-expected.png: Added.
+        * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients2-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
+        * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
+        * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png:
+        * platform/chromium-mac/fast/gradients/radial-centered-expected.png:
+        * platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
+        * platform/chromium-mac/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-mac/fast/hidpi/focus-rings-expected.png:
+        * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
+        * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
+        * platform/chromium-mac/fast/repaint/4774354-expected.png:
+        * platform/chromium-mac/fast/repaint/4776765-expected.png:
+        * platform/chromium-mac/fast/repaint/background-generated-expected.png:
+        * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-mac/fast/text/stroking-expected.png:
+        * platform/chromium-win-xp/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
+        * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
+        * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-expected.png: Added.
+        * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
+        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
+        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-massive-scale-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-outset-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png:
+        * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png:
+        * platform/chromium-win-xp/fast/borders/border-image-trumps-radius-expected.png: Added.
+        * platform/chromium-win-xp/fast/canvas/arc360-expected.png: Added.
+        * platform/chromium-win-xp/fast/canvas/canvas-incremental-repaint-expected.png: Added.
+        * platform/chromium-win-xp/fast/canvas/canvas-text-alignment-expected.png: Added.
+        * platform/chromium-win-xp/fast/canvas/fillrect_gradient-expected.png: Added.
+        * platform/chromium-win-xp/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
+        * platform/chromium-win-xp/fast/css/linear-gradient-currentcolor-expected.png: Added.
+        * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.
+        * platform/chromium-win-xp/fast/css/transformed-mask-expected.png: Added.
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/border-image-gradient-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-color-stop-units-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-color-stops-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-radial-gradients-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-radial-gradients2-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-radial-gradients3-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-repeating-end-fill-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/generated-gradients-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/gradient-after-transparent-border-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/simple-gradients-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-win-xp/fast/hidpi: Added.
+        * platform/chromium-win-xp/fast/hidpi/focus-rings-expected.png: Added.
+        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
+        * platform/chromium-win-xp/fast/reflections: Added.
+        * platform/chromium-win-xp/fast/reflections/reflection-masks-expected.png: Added.
+        * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Added.
+        * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Added.
+        * platform/chromium-win-xp/fast/repaint/background-generated-expected.png: Added.
+        * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-win-xp/fast/text/stroking-expected.png:
+        * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
+        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
+        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
+        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
+        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
+        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+        * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
+        * platform/chromium-win/fast/borders/border-image-outset-expected.png:
+        * platform/chromium-win/fast/borders/border-image-outset-in-shorthand-expected.png:
+        * platform/chromium-win/fast/borders/border-image-outset-split-inline-expected.png: Added.
+        * platform/chromium-win/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
+        * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
+        * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
+        * platform/chromium-win/fast/borders/border-image-trumps-radius-expected.png: Added.
+        * platform/chromium-win/fast/canvas/arc360-expected.png:
+        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
+        * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
+        * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
+        * platform/chromium-win/fast/css/linear-gradient-currentcolor-expected.png: Added.
+        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-win/fast/css/transformed-mask-expected.png:
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
+        * platform/chromium-win/fast/gradients/background-clipped-expected.png:
+        * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
+        * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
+        * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
+        * platform/chromium-win/fast/gradients/css3-color-stops-expected.png:
+        * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
+        * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png:
+        * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png:
+        * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.png: Added.
+        * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
+        * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png:
+        * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png:
+        * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
+        * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
+        * platform/chromium-win/fast/gradients/radial-centered-expected.png:
+        * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
+        * platform/chromium-win/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
+        * platform/chromium-win/fast/hidpi/focus-rings-expected.png:
+        * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
+        * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
+        * platform/chromium-win/fast/repaint/4774354-expected.png:
+        * platform/chromium-win/fast/repaint/4776765-expected.png:
+        * platform/chromium-win/fast/repaint/background-generated-expected.png:
+        * platform/chromium-win/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-win/fast/text/stroking-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  James Simonsen  <simonjam@chromium.org>
+
+        Restore old semantics to webkitRequestAnimationFrame callbacks
+        https://bugs.webkit.org/show_bug.cgi?id=106697
+
+        Reviewed by James Robinson.
+
+        * fast/animation/request-animation-frame-prefix-expected.txt: Added.
+        * fast/animation/request-animation-frame-prefix.html: Added.
+        * fast/animation/script-tests/request-animation-frame-prefix.js: Added.
+        (busyWait):
+        (window.webkitRequestAnimationFrame):
+
+2013-01-11  Kenneth Russell  <kbr@google.com>
+
+        [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=106606
+
+        Reviewed by Dimitri Glazkov.
+
+        Reduced number of iterations of test, and marked as slow. Changed
+        test's output and expectations so number of iterations can be
+        adjusted without rebaselining.
+
+        * fast/canvas/webgl/context-release-upon-reload-expected.txt:
+        * fast/canvas/webgl/context-release-upon-reload.html:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r139044.
+        http://trac.webkit.org/changeset/139044
+        https://bugs.webkit.org/show_bug.cgi?id=106702
+
+        Caused various scrolling anomolies on Mac with drag and drop
+        (Requested by smfr on #webkit).
+
+        * fast/events/drag-and-drop-autoscroll-expected.txt: Removed.
+        * fast/events/drag-and-drop-autoscroll.html: Removed.
+
+2013-01-11  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Prevent HTMLPreloadScanner from fetching resources inside <template>
+        https://bugs.webkit.org/show_bug.cgi?id=106687
+
+        Reviewed by Adam Barth.
+
+        * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
+        * fast/dom/HTMLTemplateElement/inertContents.html:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        CSS and editing results for all outstanding platforms.
+
+        * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Added.
+        * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Added.
+        * platform/chromium-linux-x86/css3/images: Added.
+        * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/html: Added.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xml: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
+        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
+        * platform/chromium-linux-x86/editing/pasteboard/4641033-expected.png: Added.
+        * platform/chromium-linux-x86/editing/pasteboard/4944770-1-expected.png: Added.
+        * platform/chromium-linux-x86/editing/pasteboard/4944770-2-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/4397952-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/5240265-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/caret-before-select-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/replaced-boundaries-3-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/select-box-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/select-element-paragraph-boundary-expected.png: Added.
+        * platform/chromium-linux-x86/editing/selection/selection-button-text-expected.png: Added.
+        * platform/chromium-linux-x86/editing/spelling: Added.
+        * platform/chromium-linux-x86/editing/spelling/grammar-markers-hidpi-expected.png: Added.
+        * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
+        * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
+        * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
+        * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
+        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
+        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
+        * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
+        * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
+        * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
+        * platform/chromium-linux/editing/selection/3690703-2-expected.png:
+        * platform/chromium-linux/editing/selection/3690703-expected.png:
+        * platform/chromium-linux/editing/selection/3690719-expected.png:
+        * platform/chromium-linux/editing/selection/4397952-expected.png:
+        * platform/chromium-linux/editing/selection/5240265-expected.png:
+        * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
+        * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
+        * platform/chromium-linux/editing/selection/select-box-expected.png:
+        * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
+        * platform/chromium-linux/editing/selection/selection-button-text-expected.png:
+        * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png:
+        * platform/chromium-mac-lion/css3/images: Added.
+        * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Added.
+        * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
+        * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
+        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
+        * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
+        * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
+        * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
+        * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
+        * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-hidpi-expected.png: Added.
+        * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
+        * 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/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/caret-before-select-expected.png:
+        * platform/chromium-mac/editing/selection/replaced-boundaries-3-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/spelling/grammar-markers-hidpi-expected.png:
+        * platform/chromium-win-xp/css3/images: Added.
+        * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Added.
+        * platform/chromium-win-xp/editing/spelling: Added.
+        * platform/chromium-win-xp/editing/spelling/grammar-markers-hidpi-expected.png: Added.
+        * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
+        * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        Mac 10.6 and 10.7 results that are the last to be failing on those bots.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/text/fallback-traits-fixup-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        Mac 10.8 results that were not ready when the other mac results were updated.
+
+        * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
+        * platform/chromium-mac/editing/deleting/4922367-expected.png:
+        * platform/chromium-mac/editing/deleting/5099303-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-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-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-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/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-mac/editing/inserting/12882-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-1-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/4806874-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/copy-standalone-image-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:
+        * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
+        * 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:
+        * 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/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/4895428-3-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-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/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/select-all-001-expected.png:
+        * platform/chromium-mac/editing/selection/select-all-002-expected.png:
+        * platform/chromium-mac/editing/selection/select-from-textfield-outwards-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:
+        * 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/grammar-markers-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:
+        * 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/smoosh-styles-003-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/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
+        * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
+
+2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
+
+        [Chromium] unnecessary expectations in platform/chromium/accessibility
+        https://bugs.webkit.org/show_bug.cgi?id=106676
+
+        These files were copied from platform/mac/accessibility, but
+        all of the corresponding tests are either mac-specific, or
+        currently skipped on Chromium. There's no purpose to having
+        these expectations in platform/chromium/accessibility.
+
+        Reviewed by Chris Fleizach.
+
+        * platform/chromium/accessibility/accesskey-expected.txt: Removed.
+        * platform/chromium/accessibility/area-with-aria-label-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-alerts-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-checkbox-text-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-combobox-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-directory-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-divs-not-ignored-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-drag-drop-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-expanded-notifications-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-expanded-standard-items-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-flowto-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-grid-with-strange-hierarchy-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-grouping-roles-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-listbox-selectedchildren-change-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregion-marquee-default-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregion-on-image-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregions-addedelement-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregions-attributes-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregions-changedalt-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregions-changedtext-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregions-notifications-always-sent-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregions-notifications-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-liveregions-removedelement-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-menu-role-descriptions-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-menubar-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-multiline-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-multiselectable-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-owns-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-popup-buttons-on-native-elements-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-radiobutton-text-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-radiogroup-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-range-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-range-value-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-required-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-slider-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-slider-value-change-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-sort-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-spinbutton-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-table-with-colspan-cells-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-tables-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-toolbar-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-tree-activedescendant-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-tree-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-tree-index-of-items-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-treegrid-expected.txt: Removed.
+        * platform/chromium/accessibility/aria-valuetext-expected.txt: Removed.
+        * platform/chromium/accessibility/attributed-string-includes-highlighting-expected.txt: Removed.
+        * platform/chromium/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt: Removed.
+        * platform/chromium/accessibility/bounds-for-range-expected.txt: Removed.
+        * platform/chromium/accessibility/button-shouldnot-have-axvalue-expected.txt: Removed.
+        * platform/chromium/accessibility/canvas-expected.txt: Removed.
+        * platform/chromium/accessibility/change-notification-on-scroll-expected.txt: Removed.
+        * platform/chromium/accessibility/clipped-text-under-element-expected.txt: Removed.
+        * platform/chromium/accessibility/content-editable-expected.txt: Removed.
+        * platform/chromium/accessibility/content-editable-range-properties-expected.txt: Removed.
+        * platform/chromium/accessibility/crash-in-element-for-text-marker-expected.txt: Removed.
+        * platform/chromium/accessibility/crash-invalid-text-marker-node-expected.txt: Removed.
+        * platform/chromium/accessibility/css-content-attribute-expected.txt: Removed.
+        * platform/chromium/accessibility/css-speech-speak-expected.txt: Removed.
+        * platform/chromium/accessibility/definition-list-term-expected.txt: Removed.
+        * platform/chromium/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
+        * platform/chromium/accessibility/div-containing-div-with-aria-expected.txt: Removed.
+        * platform/chromium/accessibility/document-attributes-expected.txt: Removed.
+        * platform/chromium/accessibility/document-links-expected.txt: Removed.
+        * platform/chromium/accessibility/document-title-used-for-description-expected.txt: Removed.
+        * platform/chromium/accessibility/double-title-expected.txt: Removed.
+        * platform/chromium/accessibility/element-focus-expected.txt: Removed.
+        * platform/chromium/accessibility/element-for-text-marker-expected.txt: Removed.
+        * platform/chromium/accessibility/element-haspopup-expected.txt: Removed.
+        * platform/chromium/accessibility/element-is-ignored-expected.txt: Removed.
+        * platform/chromium/accessibility/element-level-expected.txt: Removed.
+        * platform/chromium/accessibility/estimated-progress-expected.txt: Removed.
+        * platform/chromium/accessibility/footer-expected.txt: Removed.
+        * platform/chromium/accessibility/footer-roledescription-expected.txt: Removed.
+        * platform/chromium/accessibility/form-control-value-settable-expected.txt: Removed.
+        * platform/chromium/accessibility/frame-with-title-expected.txt: Removed.
+        * platform/chromium/accessibility/header-expected.txt: Removed.
+        * platform/chromium/accessibility/heading-clickpoint-expected.txt: Removed.
+        * platform/chromium/accessibility/html-section-elements-expected.txt: Removed.
+        * platform/chromium/accessibility/html-slider-indicator-expected.txt: Removed.
+        * platform/chromium/accessibility/html-with-aria-label-expected.txt: Removed.
+        * platform/chromium/accessibility/html5-input-number-expected.txt: Removed.
+        * platform/chromium/accessibility/html5-required-attribute-expected.txt: Removed.
+        * platform/chromium/accessibility/iframe-aria-hidden-expected.txt: Removed.
+        * platform/chromium/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Removed.
+        * platform/chromium/accessibility/image-map2-expected.txt: Removed.
+        * platform/chromium/accessibility/imagemap-hittest-expected.txt: Removed.
+        * platform/chromium/accessibility/inherited-presentational-lists-expected.txt: Removed.
+        * platform/chromium/accessibility/input-image-url-expected.txt: Removed.
+        * platform/chromium/accessibility/input-slider-expected.txt: Removed.
+        * platform/chromium/accessibility/internal-link-anchors-expected.txt: Removed.
+        * platform/chromium/accessibility/internal-link-anchors2-expected.txt: Removed.
+        * platform/chromium/accessibility/internal-link-when-document-has-fragment-expected.txt: Removed.
+        * platform/chromium/accessibility/label-element-with-hidden-control-expected.txt: Removed.
+        * platform/chromium/accessibility/list-items-ignored-expected.txt: Removed.
+        * platform/chromium/accessibility/listbox-hit-test-expected.txt: Removed.
+        * platform/chromium/accessibility/lists-expected.txt: Removed.
+        * platform/chromium/accessibility/live-region-on-span-expected.txt: Removed.
+        * platform/chromium/accessibility/math-alttext-expected.txt: Removed.
+        * platform/chromium/accessibility/media-element-expected.txt: Removed.
+        * platform/chromium/accessibility/misspelled-attributed-string-expected.txt: Removed.
+        * platform/chromium/accessibility/mixed-checkbox-expected.txt: Removed.
+        * platform/chromium/accessibility/native-vs-nonnative-checkboxes-expected.txt: Removed.
+        * platform/chromium/accessibility/no-unknown-objects-when-title-attribute-present-expected.txt: Removed.
+        * platform/chromium/accessibility/option-with-arialabel-expected.txt: Removed.
+        * platform/chromium/accessibility/option-with-lang-expected.txt: Removed.
+        * platform/chromium/accessibility/parent-of-table-row-is-table-expected.txt: Removed.
+        * platform/chromium/accessibility/plugin-expected.txt: Removed.
+        * platform/chromium/accessibility/popup-button-title-expected.txt: Removed.
+        * platform/chromium/accessibility/progressbar-expected.txt: Removed.
+        * platform/chromium/accessibility/radio-button-group-members-expected.txt: Removed.
+        * platform/chromium/accessibility/range-alter-by-step-expected.txt: Removed.
+        * platform/chromium/accessibility/range-for-line-textarea-expected.txt: Removed.
+        * platform/chromium/accessibility/range-for-position-expected.txt: Removed.
+        * platform/chromium/accessibility/removing-textarea-after-edit-crash-expected.txt: Removed.
+        * platform/chromium/accessibility/scrollbars-expected.txt: Removed.
+        * platform/chromium/accessibility/search-predicate-expected.txt: Removed.
+        * platform/chromium/accessibility/search-subrole-expected.txt: Removed.
+        * platform/chromium/accessibility/search-when-element-starts-in-table-expected.txt: Removed.
+        * platform/chromium/accessibility/search-with-frames-expected.txt: Removed.
+        * platform/chromium/accessibility/select-element-selection-with-optgroups-expected.txt: Removed.
+        * platform/chromium/accessibility/selected-rows-table-expected.txt: Removed.
+        * platform/chromium/accessibility/selected-tab-crash-expected.txt: Removed.
+        * platform/chromium/accessibility/selected-text-range-for-empty-textarea-expected.txt: Removed.
+        * platform/chromium/accessibility/selection-value-changes-for-aria-textbox-expected.txt: Removed.
+        * platform/chromium/accessibility/slider-allows-title-ui-element-expected.txt: Removed.
+        * platform/chromium/accessibility/slider-supports-actions-expected.txt: Removed.
+        * platform/chromium/accessibility/stale-table-rows-expected.txt: Removed.
+        * platform/chromium/accessibility/static-text-role-uses-text-under-element-expected.txt: Removed.
+        * platform/chromium/accessibility/static-text-with-aria-label-expected.txt: Removed.
+        * platform/chromium/accessibility/string-range-contains-listmarker-expected.txt: Removed.
+        * platform/chromium/accessibility/submit-button-default-value-expected.txt: Removed.
+        * platform/chromium/accessibility/supports-focus-setting-expected.txt: Removed.
+        * platform/chromium/accessibility/table-attributes-expected.txt: Removed.
+        * platform/chromium/accessibility/table-cell-spans-expected.txt: Removed.
+        * platform/chromium/accessibility/table-cells-expected.txt: Removed.
+        * platform/chromium/accessibility/table-detection-expected.txt: Removed.
+        * platform/chromium/accessibility/table-multi-bodies-expected.txt: Removed.
+        * platform/chromium/accessibility/table-one-cell-expected.txt: Removed.
+        * platform/chromium/accessibility/table-sections-expected.txt: Removed.
+        * platform/chromium/accessibility/table-updating-expected.txt: Removed.
+        * platform/chromium/accessibility/table-with-aria-role-expected.txt: Removed.
+        * platform/chromium/accessibility/table-with-row-col-of-headers-expected.txt: Removed.
+        * platform/chromium/accessibility/table-with-rules-expected.txt: Removed.
+        * platform/chromium/accessibility/table-with-zebra-rows-expected.txt: Removed.
+        * platform/chromium/accessibility/text-marker-length-expected.txt: Removed.
+        * platform/chromium/accessibility/textbox-role-reports-line-number-expected.txt: Removed.
+        * platform/chromium/accessibility/textbox-role-reports-notifications-expected.txt: Removed.
+        * platform/chromium/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt: Removed.
+        * platform/chromium/accessibility/textmarker-routines-expected.txt: Removed.
+        * platform/chromium/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Removed.
+        * platform/chromium/accessibility/title-attribute-used-as-last-resort-expected.txt: Removed.
+        * platform/chromium/accessibility/unexpected-help-text-expected.txt: Removed.
+        * platform/chromium/accessibility/unsupported-attribute-does-not-crash-expected.txt: Removed.
+        * platform/chromium/accessibility/update-children-when-aria-role-changes-expected.txt: Removed.
+        * platform/chromium/accessibility/updating-attribute-in-table-row-crash-expected.txt: Removed.
+        * platform/chromium/accessibility/visible-position-crash-for-text-node-expected.txt: Removed.
+        * platform/chromium/accessibility/webarea-can-set-focus-expected.txt: Removed.
+        * platform/chromium/accessibility/webarea-size-equals-content-size-expected.txt: Removed.
+        * platform/chromium/accessibility/webkit-scrollarea-expected.txt: Removed.
+        * platform/chromium/accessibility/webkit-scrollarea-position-expected.txt: Removed.
+
+2013-01-11  Alexandru Chiculita  <achicu@adobe.com>
+
+        Element is displayed behind a composited layer when clipping is used on a previous element
+        https://bugs.webkit.org/show_bug.cgi?id=104981
+
+        Reviewed by Simon Fraser.
+
+        Updated existing test results and added two new tests to check that animations respect the correct paint order,
+        even though they are painted with composited layers.
+
+        Note that there are side effects of this patch that will be corrected in a following bug. 3D layers are treated like animations, so they
+        disable the overlapping optimizations. Because of that, some of the test results were updated to include the layers that, previously,
+        were not created as a result of being in front of a "clipping container".
+
+        * compositing/geometry/foreground-layer-expected.txt:
+        * compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
+        * compositing/layer-creation/overlap-animation-clipping.html: Added. Checking that the animation inside a clipping container is not 
+        affecting how we compute the animations outside the clipping container. 
+        * compositing/layer-creation/overlap-animation-container-expected.txt: Added. 
+        * compositing/layer-creation/overlap-animation-container.html: Added. Checking that we don't create unnecessary composited layers for layers inside
+        composited containers that draw in front of animated layers.
+        * compositing/overflow/clip-descendents-expected.txt:
+        * compositing/overflow/clip-descendents.html: Removed the text from the output, so that platforms can share the same expected result.
+        * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt: Removed. Not needed anymore, all Chromium platforms can share the same results now.
+        * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
+        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
+        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
+        * platform/chromium/compositing/overflow/clip-descendents-expected.txt: Renamed from LayoutTests/platform/chromium-mac/compositing/overflow/clip-descendents-expected.txt.
+        * platform/qt/compositing/overflow/clip-descendents-expected.txt:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        Mozilla test cases for linux. Also re-adding hixie/perf/006.xml, which is failing
+
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug137388-2-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug23235-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4093-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Added.
+        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/core: Added.
+        * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/dom: Added.
+        * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla/other: Added.
+        * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
+        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
+        * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Added.
+        * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
+        * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
+        * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
+        * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
+        * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
+        * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
+        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
+        * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug137388-2-expected.png:
+        * platform/chromium-mac-lion/tables/mozilla/bugs/bug4093-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug137388-2-expected.png:
+        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug137388-2-expected.png:
+        * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png:
+        * platform/chromium-win-xp/tables/mozilla/bugs/bug137388-2-expected.png: Added.
+        * platform/chromium-win-xp/tables/mozilla/bugs/bug23235-expected.png: Added.
+        * platform/chromium-win-xp/tables/mozilla/bugs/bug4093-expected.png: Added.
+        * platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug23235-expected.png:
+        * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. r139445 triggered assertions in Skia on debug Chromium bots.
+        Marking them as crashing in TestExpectations.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        Mostly files that were broken only on Mac or Win.
+
+        * platform/chromium-linux-x86/fast/forms/input-appearance-height-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/input-button-sizes-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/input-value-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/menulist-deselect-update-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/menulist-no-overflow-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/menulist-restrict-line-height-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/menulist-separator-painting-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/menulist-style-color-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/menulist-width-change-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/option-script-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/option-strip-whitespace-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/option-text-clip-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-align-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-baseline-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-change-listbox-to-popup-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-disabled-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-initial-position-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/select-selected-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/targeted-frame-submission-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/zoomed-controls-expected.png: Added.
+        * platform/chromium-linux-x86/fast/inline/positionedLifetime-expected.png: Added.
+        * platform/chromium-linux-x86/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
+        * platform/chromium-linux-x86/fast/overflow/scrollRevealButton-expected.png: Added.
+        * platform/chromium-linux-x86/fast/repaint/control-clip-expected.png: Added.
+        * platform/chromium-linux-x86/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+        * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
+        * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
+        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
+        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
+        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
+        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
+        * platform/chromium-linux-x86/svg/carto.net/colourpicker-expected.png: Added.
+        * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
+        * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
+        * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
+        * platform/chromium-linux/fast/forms/input-value-expected.png:
+        * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
+        * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
+        * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
+        * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
+        * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
+        * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
+        * platform/chromium-linux/fast/forms/option-script-expected.png:
+        * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
+        * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
+        * platform/chromium-linux/fast/forms/select-align-expected.png:
+        * platform/chromium-linux/fast/forms/select-baseline-expected.png:
+        * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
+        * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png:
+        * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
+        * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
+        * platform/chromium-linux/fast/forms/select-selected-expected.png:
+        * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
+        * platform/chromium-linux/fast/forms/zoomed-controls-expected.png:
+        * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
+        * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
+        * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
+        * platform/chromium-linux/fast/repaint/control-clip-expected.png:
+        * platform/chromium-linux/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+        * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
+        * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
+        * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
+        * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
+        * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
+        * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
+        * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.png: Added.
+        * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+        * platform/chromium-mac-lion/fonts/monospace-expected.png:
+        * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.png:
+        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.txt:
+        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.png:
+        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fonts/monospace-expected.png:
+        * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
+        * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
+        * platform/chromium-mac/fast/css/focus-ring-detached-expected.png:
+        * platform/chromium-mac/fast/css/focus-ring-multiline-expected.png:
+        * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-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/font-face-multiple-faces-expected.png:
+        * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
+        * platform/chromium-mac/fast/dom/52776-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/events/reveal-link-when-focused-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/input-appearance-focus-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-paint-order-expected.png:
+        * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
+        * platform/chromium-mac/fast/forms/input-text-click-inside-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/input-text-self-emptying-click-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-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-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-focus-ring-expected.png:
+        * platform/chromium-mac/fast/forms/textfield-outline-expected.png:
+        * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
+        * platform/chromium-mac/fast/frames/take-focus-from-iframe-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: Added.
+        * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
+        * 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/continuation-after-outline-expected.png:
+        * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
+        * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
+        * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png:
+        * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
+        * platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png:
+        * platform/chromium-mac/fast/table/table-row-focus-ring-paint-expected.png:
+        * platform/chromium-mac/fast/text/atsui-multiple-renderers-expected.png:
+        * platform/chromium-mac/fast/text/complex-synthetic-bold-space-width-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/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png:
+        * platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png:
+        * platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png:
+        * platform/chromium-mac/fonts/monospace-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
+        * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
+        * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
+        * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-expected.png: Added.
+        * platform/chromium-win-xp/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+        * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
+        * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
+        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
+        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
+        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
+        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
+        * platform/chromium-win-xp/svg/carto.net: Added.
+        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
+        * platform/chromium-win-xp/svg/transforms: Added.
+        * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
+        * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
+        * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.png:
+        * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
+        * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.png:
+        * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+        * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
+        * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
+        * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
+        * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
+        * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
+        * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
+        * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] More test expectations for Skia changes
+
+        Unreviewed test expectations update.
+
+        These are a few files that had some platforms already failing, hence
+        requiring special care and attention.
+
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement: Added.
+        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
+        * platform/chromium-linux-x86/fast/forms/validation-message-appearance-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
+        * platform/chromium-linux-x86/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
+        * platform/chromium-linux-x86/fast/speech: Added.
+        * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.png: Added.
+        * platform/chromium-linux-x86/fast/transforms: Added.
+        * platform/chromium-linux-x86/fast/transforms/transformed-focused-text-input-expected.png: Added.
+        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
+        * platform/chromium-linux-x86/svg/batik/filters: Added.
+        * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Added.
+        * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Added.
+        * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
+        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png:
+        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
+        * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
+        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
+        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
+        * platform/chromium-mac-lion/fast/gradients/css3-linear-right-angle-gradients-expected.png:
+        * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png:
+        * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/batik/filters/feTile-expected.png: Added.
+        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
+        * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
+        * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
+        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
+        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium-mac/fast/gradients/css3-linear-right-angle-gradients-expected.png:
+        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
+        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
+        * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
+        * platform/chromium-win-xp/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
+        * platform/chromium-win-xp/fast/speech: Added.
+        * platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Added.
+        * platform/chromium-win-xp/svg/batik/filters: Added.
+        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Added.
+        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
+        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png:
+        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
+        * platform/chromium-win/svg/batik/filters/feTile-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Levi Weintraub  <leviw@chromium.org>
+
+        RenderGeometryMap and TransformState disagree with sub-pixel layout and translations
+        https://bugs.webkit.org/show_bug.cgi?id=106047
+
+        Reviewed by Simon Fraser.
+
+        * fast/layers/geometry-map-transform-state-translation-mismatch-expected.txt: Added.
+        * fast/layers/geometry-map-transform-state-translation-mismatch.html: Added.
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaselines after Skia changes.
+
+        Unreviewed test expectations update.
+
+        These are the last of the Mac/Win failures that do not also occur on Linux.
+        There is also an attempt to fix the TestExpectations so that Linux
+        goes green. Apparently it will be red if you have "Failure" when it's
+        actually an "ImageOnlyFailure", but not reliably.
+
+        * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
+        * platform/chromium-mac-lion/fast/css/focus-ring-detached-expected.png:
+        * platform/chromium-mac-lion/fast/css/focus-ring-multiline-expected.png:
+        * platform/chromium-mac-lion/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/css/focus-ring-outline-color-expected.png:
+        * platform/chromium-mac-lion/fast/css/focus-ring-outline-offset-expected.png:
+        * platform/chromium-mac-lion/fast/css/focus-ring-outline-width-expected.png:
+        * platform/chromium-mac-lion/fast/css/font-face-multiple-faces-expected.png:
+        * platform/chromium-mac-lion/fast/css/outline-auto-location-expected.png:
+        * platform/chromium-mac-lion/fast/dom/52776-expected.png:
+        * platform/chromium-mac-lion/fast/dom/focus-contenteditable-expected.png:
+        * platform/chromium-mac-lion/fast/events/autoscroll-expected.png:
+        * platform/chromium-mac-lion/fast/events/context-no-deselect-expected.png:
+        * platform/chromium-mac-lion/fast/events/reveal-link-when-focused-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-appearance-focus-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-appearance-selection-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-double-click-selection-gap-bug-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-3-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-text-click-inside-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-text-double-click-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-text-drag-down-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-text-option-delete-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png:
+        * platform/chromium-mac-lion/fast/forms/input-text-self-emptying-click-expected.png:
+        * platform/chromium-mac-lion/fast/forms/listbox-hit-test-zoomed-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/number/number-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/fast/forms/plaintext-mode-2-expected.png:
+        * platform/chromium-mac-lion/fast/forms/select-listbox-multiple-no-focusring-expected.png:
+        * platform/chromium-mac-lion/fast/forms/tabbing-input-iframe-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textfield-focus-ring-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textfield-outline-expected.png:
+        * platform/chromium-mac-lion/fast/forms/textfield-overflow-expected.png:
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/frames/take-focus-from-iframe-expected.png:
+        * platform/chromium-mac-lion/fast/inline/25277-2-expected.png:
+        * platform/chromium-mac-lion/fast/inline/25277-expected.png:
+        * platform/chromium-mac-lion/fast/inline/continuation-outlines-expected.png:
+        * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-2-expected.png:
+        * platform/chromium-mac-lion/fast/inline/inline-focus-ring-expected.png:
+        * platform/chromium-mac-lion/fast/overflow/overflow-focus-ring-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/continuation-after-outline-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/focus-layers-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/focus-ring-expected.png: Added.
+        * platform/chromium-mac-lion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
+        * platform/chromium-mac-lion/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
+        * platform/chromium-mac-lion/fast/table/table-row-focus-ring-paint-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/atsui-multiple-renderers-expected.png:
+        * platform/chromium-mac-lion/fast/text/complex-synthetic-bold-space-width-expected.png:
+        * platform/chromium-mac-lion/fast/text/delete-hard-break-character-expected.png:
+        * platform/chromium-mac-lion/fast/text/international/rtl-caret-expected.png:
+        * platform/chromium-mac-lion/fast/transforms/transformed-caret-expected.png:
+        * platform/chromium-mac-lion/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
+        * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
+        * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/focus-ring-detached-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-color-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-offset-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-width-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/outline-auto-location-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/focus-contenteditable-expected.png:
+        * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
+        * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png:
+        * platform/chromium-mac-snowleopard/fast/events/reveal-link-when-focused-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/listbox-hit-test-zoomed-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/select-listbox-multiple-no-focusring-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
+        * platform/chromium-mac-snowleopard/fast/inline/25277-2-expected.png:
+        * platform/chromium-mac-snowleopard/fast/inline/25277-expected.png:
+        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-expected.png:
+        * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.png:
+        * platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/continuation-after-outline-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/focus-layers-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/focus-ring-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
+        * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/table/table-row-focus-ring-paint-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/text/atsui-multiple-renderers-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/complex-synthetic-bold-space-width-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/delete-hard-break-character-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.png:
+        * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png:
+        * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-border-radius-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-omit-right-slice-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Added.
+        * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Added.
+        * platform/chromium-win-xp/fast/images/paint-subrect-grid-expected.png: Added.
+        * platform/chromium-win/fast/borders/border-image-01-expected.png:
+        * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
+        * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
+        * platform/chromium-win/fast/borders/border-image-omit-right-slice-expected.png:
+        * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
+        * platform/chromium-win/fast/borders/border-image-scrambled-expected.png:
+        * platform/chromium-win/fast/borders/border-image-slices-expected.png:
+        * platform/chromium-win/fast/borders/border-image-source-expected.png:
+        * platform/chromium-win/fast/images/paint-subrect-grid-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Mac editing test rebaseline
+
+        Unreviewed expectations update.
+
+        For whatever reason Mac 10.6 and 10.7 use Skia for drawing edit boxes.
+        They all needed rebaselining.
+
+        * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
+        * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
+        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
+        * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
+        * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
+        * platform/chromium-mac-lion/editing/selection/13804-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
+        * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/6476-expected.png:
+        * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
+        * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
+        * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
+        * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
+        * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
+        * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
+        * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
+        * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
+        * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
+        * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
+        * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
+        * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
+        * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
+        * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
+        * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
+        * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
+        * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
+        * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
+        * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
+        * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
+        * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
+        * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
+        * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
+        * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
+        * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
+        * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
+        * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
+        * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
+        * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
+        * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
+        * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
+        * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
+        * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
+        * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
+        * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
+        * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
+        * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
+        * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
+        * platform/chromium-mac-lion/editing/style/4916887-expected.png:
+        * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
+        * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
+        * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
+        * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
+        * platform/chromium-mac-lion/editing/style/5065910-expected.png:
+        * platform/chromium-mac-lion/editing/style/5084241-expected.png:
+        * platform/chromium-mac-lion/editing/style/5228141-expected.png:
+        * platform/chromium-mac-lion/editing/style/5279521-expected.png:
+        * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
+        * platform/chromium-mac-lion/editing/style/highlight-expected.png:
+        * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
+        * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
+        * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
+        * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
+        * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
+        * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
+        * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
+        * platform/chromium-mac-lion/editing/undo/5378473-expected.png: Added.
+        * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
+        * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
+        * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
+        * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
+        * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
+        * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
+        * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
+        * platform/chromium-mac-lion/editing/undo/undo-misspellings-expected.png: Added.
+        * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
+        * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/non-smart-delete-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-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/execCommand/insertImage-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/print-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/execCommand/selectAll-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
+        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-3775316-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-3778059-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-3800346-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-after-delete-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-006-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-008-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-div-026-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-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-paragraph-04-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-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/paragraph-separator-in-table-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
+        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/typing-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/typing-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/inserting/typing-around-image-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-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/merge-end-borders-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4035648-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4038267-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-005-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-006-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-007-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-008-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-009-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-010-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-at-tabspan-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-007-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
+        * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/5195166-2-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/6476-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-005-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-006-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-between-blocks-no-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-005-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-past-trailing-space-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/select-missing-image-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/selection-3748164-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
+        * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-3998892-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-boundary-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-boundary-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-boundary-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-boundary-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
+        * platform/chromium-mac-snowleopard/editing/style/typing-style-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/typing-style-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/style/unbold-in-bold-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
+        * platform/chromium-mac-snowleopard/editing/undo/5378473-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/redo-typing-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-boundary-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-delete-boundary-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-delete-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-boundary-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-misspellings-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/undo/undo-typing-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
+        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/hidpi/image-set-background-dynamic.html
+        as slow on Debug builds.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [ Chromium ] New Mac rebaselines (some)
+
+        Unreviewed expectatiosn update after skia changes.
+
+        These are some of the Mac fixes, but mostly it addresses the issues
+        with TestExpectations, so hopefully we'll get green builds.
+
+        * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
+        * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-at-start-or-end-expected.png: Added.
+        * platform/chromium-mac-lion/editing/deleting/delete-block-contents-001-expected.png: Added.
+        * platform/chromium-mac-lion/editing/deleting/delete-block-contents-002-expected.png: Added.
+        * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-image-004-expected.png: Added.
+        * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
+        * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-3608445-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-3608462-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-4083333-fix-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-start-or-end-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-005-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-006-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-007-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-character-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-003-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-004-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-leading-ws-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-selection-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-001-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png: Added.
+        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: Added.
+        * platform/chromium-win-xp/css2.1/20110323/replaced-min-max-001-expected.png: Added.
+        * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Skipping accessibility/corresponding-control-deleted-crash.html on Mac since
+        it fails without Shadow DOM enabled.
+
+        * platform/mac/TestExpectations:
+
+2013-01-11  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        RenderLayerCompositor should let ScrollingCoordinator update main thread scrolling reasons after change of layers
+        https://bugs.webkit.org/show_bug.cgi?id=105652
+
+        Reviewed by Simon Fraser.
+
+        Tests to ensure mainThreadScrollingReasons are correctly updated after a fixed element is dynamically inserted into the DOM tree.
+
+        * compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
+        * compositing/layer-creation/fixed-position-in-view-dynamic.html: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-dynamic-expected.txt: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: Added.
+
+2013-01-11  Kenneth Russell  <kbr@google.com>
+
+        [Chromium] WebGL typed array constructor crashes on exception
+        https://bugs.webkit.org/show_bug.cgi?id=106308
+
+        Reviewed by Kentaro Hara.
+
+        Updated typed array tests to latest version from Khronos repository.
+
+        * fast/canvas/webgl/array-unit-tests-expected.txt:
+        * fast/canvas/webgl/array-unit-tests.html:
+
+2013-01-11  Florin Malita  <fmalita@chromium.org>
+
+        [SVG] Suppress resource rebuilding for unattached and shadow elements
+        https://bugs.webkit.org/show_bug.cgi?id=106664
+
+        Reviewed by Dirk Schulze.
+
+        * svg/custom/use-rebuild-resources-crash-expected.txt: Added.
+        * svg/custom/use-rebuild-resources-crash.svg: Added.
+
+2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: Computed hierarchical level is not consistent with aria-level
+        https://bugs.webkit.org/show_bug.cgi?id=106638
+
+        Reviewed by Chris Fleizach.
+
+        Extend aria-tree.html to check the hierarchicalLevel automatically
+        computed when aria-level is not provided. Make sure they're consistent.
+        Now, the mac disclosureLevel will be one less than the web aria-level.
+
+        * platform/mac/accessibility/aria-tree-expected.txt:
+        * platform/mac/accessibility/aria-tree.html:
+        * platform/mac/accessibility/aria-treegrid-expected.txt:
+        * platform/mac/accessibility/aria-treegrid.html:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test Expectations update after Skia flag changes.
+
+        Unreviewed test expectations update.
+
+        These are still failing, not sure why as some of them are already in expectations.
+        Test lint passes.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Workspace should support several projects and should not have temporary UISourceCodes.
+        https://bugs.webkit.org/show_bug.cgi?id=105856
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector-enabled/dynamic-scripts.html:
+        * http/tests/inspector/compiler-script-mapping.html:
+        * http/tests/inspector/network/network-request-revision-content.html:
+        * http/tests/inspector/workspace-test.js:
+        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
+        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
+        * inspector/debugger/breakpoint-manager.html:
+        * inspector/debugger/dynamic-scripts.html:
+        * inspector/debugger/live-edit-breakpoints-expected.txt:
+        * inspector/debugger/live-edit-breakpoints.html:
+        * inspector/debugger/resource-script-mapping-expected.txt:
+        * inspector/debugger/resource-script-mapping.html:
+        * inspector/debugger/resources/edit-me-breakpoints.js: Added.
+        (f):
+        * inspector/debugger/script-snippet-model-expected.txt:
+        * inspector/debugger/script-snippet-model.html:
+        * inspector/debugger/scripts-panel-expected.txt:
+        * inspector/debugger/scripts-panel.html:
+        * inspector/debugger/watch-expressions-preserve-expansion-expected.txt:
+        * inspector/debugger/watch-expressions-preserve-expansion.html:
+        * inspector/uisourcecode-revisions.html:
+
+2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Remove unnecessary platform expectations for now-passing test.
+
+        * platform/efl/media/video-controls-captions-expected.txt: Removed.
+
+2013-01-11  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaselining results after http://trac.webkit.org/changeset/139238.
+
+        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
+        * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
+        * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-complex-inner-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-wide-border-05-expected.png:
+        * platform/chromium-mac/fast/borders/border-styles-split-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png:
+        * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png:
+        * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
+        * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
+        * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png:
+        * platform/chromium-win/fast/borders/border-styles-split-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
+        * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
+        * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
+        * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Test Expectations update after Skia flag changes.
+
+        Unreviewed test expectations update.
+
+        Apparently, we use Skia to draw some forms on Mac and Win, causing
+        failures not seen on Linux.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        Unreviewed test expectations update.
+
+        All of the tests will be rebaselined by end of day.
+
+        * platform/chromium/TestExpectations: Mark tests affected by Skia flag changes as expected to fail.
+
+2013-01-11  Stephen Chenney  <schenney@chromium.org>
+
+        Objects can be re-added to the AXObjectCache during removal
+        https://bugs.webkit.org/show_bug.cgi?id=104171
+
+        Reviewed by Simon Fraser.
+
+        New test which asserts with !m_hasAXObject in RenderObject::~RenderObject without the patch. Requires Shadow DOM enabled.
+
+        * accessibility/corresponding-control-deleted-crash-expected.txt: Added.
+        * accessibility/corresponding-control-deleted-crash.html: Added.
+
+2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip new failing tests introduced in r139330 since
+        ENABLE_CSS_FILTERS flag is not enabled on EFL port.
+
+        * platform/efl/TestExpectations:
+
+2013-01-11  Anton Vayvod  <avayvod@chromium.org>
+
+        Text Autosizing - elements much narrower than its parent autosizing clusters should be autosized separately.
+        https://bugs.webkit.org/show_bug.cgi?id=105188
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Checked that a narrow autosizing container becomes an autosizing cluster.
+        Fixed other tests that used narrow descendant blocks.
+
+        * fast/text-autosizing/cluster-narrow-in-wide-expected.html:
+        * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html:
+        * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html:
+        * fast/text-autosizing/cluster-narrow-in-wide.html:
+        * fast/text-autosizing/cluster-with-wide-lca-expected.html:
+        * fast/text-autosizing/cluster-with-wide-lca.html:
+        * fast/text-autosizing/narrow-child-expected.html:
+        * fast/text-autosizing/narrow-child.html:
+
+2013-01-11  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: Option+Click on Node Expander Doesn't Work the First Time
+        https://bugs.webkit.org/show_bug.cgi?id=66868
+
+        Adding a new protocol test that covers the new `depth` parameter for the
+        requestChildNodes method and a new front-end method that tests correct
+        behavior of the expandRecursively() method.
+
+        Reviewed by Pavel Feldman.
+
+        * inspector-protocol/dom-request-child-nodes-depth-expected.txt: Added.
+        * inspector-protocol/dom-request-child-nodes-depth.html: Added.
+        * inspector/elements/expand-recursively-expected.txt: Added.
+        * inspector/elements/expand-recursively.html: Added.
+
+2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Add ImageOnlyFailure for fast/css/font-face-unicode-range.html on win
+        https://bugs.webkit.org/show_bug.cgi?id=100806
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-11  Jochen Eisinger  <jochen@chromium.org>
+
+        Connect UserGestureIndicator for mousedown and mouseup events
+        https://bugs.webkit.org/show_bug.cgi?id=105138
+
+        Reviewed by Adam Barth.
+
+        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events-expected.txt: Added.
+        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events.html: Added.
+
+2013-01-11  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: [Resources] "Delete" cookie deletes all cookies with matching name.
+        https://bugs.webkit.org/show_bug.cgi?id=105633
+
+        Reviewed by Pavel Feldman.
+
+        Adopt new signatures.
+
+        * http/tests/inspector/resource-main-cookies.php:
+
+2013-01-11  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector [chromium]: Debugger.globalObjectCleared is not dispatched on reload after renderer swap
+        https://bugs.webkit.org/show_bug.cgi?id=106555
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector/debugger-test.js:
+        (initialize_DebuggerTest):
+        * inspector/debugger/debugger-scripts-reload-expected.txt: Added.
+        * inspector/debugger/debugger-scripts-reload.html: Added.
+
+2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Refactoring, move NetworkWorkspaceProvider to NetworkUISourceCodeProvider.js and rename its parent to SimpleWorkspaceProvider.
+        https://bugs.webkit.org/show_bug.cgi?id=106635
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/compiler-script-mapping.html:
+        * inspector/debugger/resource-script-mapping.html:
+        * inspector/debugger/scripts-panel.html:
+
+2013-01-10  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
+
+        On Linux, should be able to get spelling suggestions without selecting the misspelled word
+        https://bugs.webkit.org/show_bug.cgi?id=103520
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/efl/TestExpectations:
+        Unskip context-menu-suggestions.html for WebKit-EFL as it passes now.
+
+        * platform/gtk/TestExpectations:
+        Update failing reason.
+
+2013-01-10  John J. Barton  <johnjbarton@chromium.org>
+
+        Web Inspector: Pass the script url to the script-preprocessor script
+        https://bugs.webkit.org/show_bug.cgi?id=104384
+
+        Reviewed by Pavel Feldman.
+
+        Tests for Bug 80922 by Pavel Feldman <pfeldman@chromium.org> that did not land somehow, 
+        with additional test for Bug 104384 
+
+        * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
+        * inspector/debugger/debugger-script-preprocessor.html: Added.
+        * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
+
+2013-01-10  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: DataGrid refactoring: make cell editing more generic.
+        https://bugs.webkit.org/show_bug.cgi?id=105849
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/storage-panel-dom-storage-update.html: Fix column names.
+        * inspector/storage-panel-dom-storage.html: Ditto.
+
+2013-01-10  Matt Falkenhagen  <falken@chromium.org>
+
+        Elements must be reattached when inserted/removed from top layer
+        https://bugs.webkit.org/show_bug.cgi?id=105489
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
+        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
+        This tests that a top layer element removed from the document does not reappear in the top layer if readded.
+        This test actually would pass before this patch, but just by good fortune (see bug).
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
+        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
+        This tests that top layer ordering is correct after removing and readding an element to the top layer.
+
+2013-01-10  Shinya Kawanaka  <shinyak@chromium.org>
+
+        When a selected node in nested ShadowDOM is deleted, selection have wrong range.
+        https://bugs.webkit.org/show_bug.cgi?id=106526
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/dom/shadow/selection-in-nested-shadow-expected.txt: Added.
+        * fast/dom/shadow/selection-in-nested-shadow.html: Added.
+
+2013-01-10  James Robinson  <jamesr@chromium.org>
+
+        [chromium] Store scrollable layer's contents size for coordinated scrollable layers
+        https://bugs.webkit.org/show_bug.cgi?id=106518
+
+        Reviewed by Adrienne Walker.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-10  Michael Pruett  <michael@68k.org>
+
+        IndexedDB: Update expected results for IndexedDB layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=106411
+
+        Reviewed by Tony Chang.
+
+        For IndexedDB layout tests whose output differs between V8 and
+        JSC, move V8 test output to platform/chromium and set expected
+        results to JSC test output.
+
+        * platform/chromium/storage/indexeddb/exception-in-event-aborts-expected.txt: Copied from LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt.
+        * platform/chromium/storage/indexeddb/transaction-error-expected.txt: Copied from LayoutTests/storage/indexeddb/transaction-error-expected.txt.
+        * platform/chromium/storage/indexeddb/version-change-abort-expected.txt: Copied from LayoutTests/storage/indexeddb/version-change-abort-expected.txt.
+        * storage/indexeddb/exception-in-event-aborts-expected.txt:
+        * storage/indexeddb/transaction-error-expected.txt:
+        * storage/indexeddb/version-change-abort-expected.txt:
+
+2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky.
+        https://bugs.webkit.org/show_bug.cgi?id=106612
+
+        * platform/chromium/TestExpectations: Marked as flake.
+
+2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Layout Test animations/fill-mode-iteration-count-non-integer.html is failing.
+        https://bugs.webkit.org/show_bug.cgi?id=106609
+
+        * platform/chromium/TestExpectations: Marked as failing.
+
+2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Adjust ref-test expectation to actual work.
+
+        * platform/chromium/TestExpectations: Adjusted.
+
+2013-01-10  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed rebaseline. Apple Windows port.
+
+        * platform/win/fast/ruby/base-shorter-than-text-expected.txt:
+
+2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout.
+        https://bugs.webkit.org/show_bug.cgi?id=106606
+
+        * platform/chromium/TestExpectations: Added.
+
+2013-01-10  Dan Beam  <dbeam@chromium.org>
+
+        Implement AutocompleteErrorEvent#reason
+        https://bugs.webkit.org/show_bug.cgi?id=105568
+
+        Added tests to verify event creation and global event constructor existence of AutocompleteErrorEvent
+        and updated the existing tests to make sure errors received are of the right type and have the right reason.
+
+        Reviewed by Adam Barth.
+
+        * fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
+        * fast/events/constructors/autocomplete-error-event-constructor.html: Added.
+        * fast/events/event-creation.html: Added new AutocompleteErrorEvent() test case.
+        * fast/forms/form-request-autocomplete.html: Updated 'autocompleteerror' listeners to check event.reason.
+        * fast/js/constructor-length.html: Added AutocompleteErrorEvent to list.
+        * fast/js/script-tests/global-constructors.js: Added AutocompleteErrorEvent to list.
+        * platform/blackberry/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
+        * platform/chromium/fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
+        * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Updated passing expectations.
+        * platform/chromium/fast/js/constructor-length-expected.txt: Added expected 0 length result.
+        * platform/gtk/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
+        * platform/mac/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
+        * platform/qt/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
+
+2013-01-10  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed rebaselines. Apple Windows port.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/dom/window-load-crash-expected.txt: Added.
+
+2013-01-10  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r139226.
+        http://trac.webkit.org/changeset/139226
+        https://bugs.webkit.org/show_bug.cgi?id=106602
+
+        rebaselines were premature (Requested by rfong on #webkit).
+
+        * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
+        * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Removed.
+        * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Removed.
+
+2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Layout Test svg/dom/SVGScriptElement/script-onerror-bubbling.svg is a flaky timeout on all platforms.
+        https://bugs.webkit.org/show_bug.cgi?id=106598
+
+        * platform/chromium/TestExpectations: Expectatized.
+
+2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Expanding the timeout expectation for fast/css/user-drag-none.html, the test
+        times out on both debug and release builds.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-10  Ojan Vafai  <ojan@chromium.org>
+
+        Flexboxes incorrectly add the scrollbar width to the intrinsic width of fixed-width items
+        https://bugs.webkit.org/show_bug.cgi?id=106591
+
+        Reviewed by Levi Weintraub.
+
+        * fast/css/fixed-width-intrinsic-width-excludes-scrollbars-expected.txt: Added.
+        * fast/css/fixed-width-intrinsic-width-excludes-scrollbars.html: Added.
+        * fast/css/positioned-overflow-scroll.html:
+
+2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Removing a few crash expectations for tests that haven't crashed
+        for a long time. Hopefully the crash causes have been fixed.
+        Adding a flaky failure expectation for a CSS Regions reftest.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-10  Levi Weintraub  <leviw@chromium.org>
+
+        ScrollingCoordinator touch event hit rects aren't converted to proper coordinates when in nested views
+        https://bugs.webkit.org/show_bug.cgi?id=106383
+
+        Reviewed by James Robinson.
+
+        * platform/chromium/fast/events/touch/resources: Added.
+        * platform/chromium/fast/events/touch/resources/frame-with-touch-handler.html: Added.
+        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
+        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html: Added.
+
+2013-01-10  Levi Weintraub  <leviw@chromium.org>
+
+        Regression(r137939): Heap-use-after-free in WebCore::accumulateDocumentEventTargetRects
+        https://bugs.webkit.org/show_bug.cgi?id=106454
+
+        Reviewed by James Robinson.
+
+        * fast/events/touch/nested-document-with-touch-handler-detached-crash.html: Added.
+        * fast/events/touch/nested-document-with-touch-handler-detached-crash-expected.txt: Added.
+
+2013-01-10  Ojan Vafai  <ojan@chromium.org>
+
+        Convert fast/css/positioned-overflow-scroll.html to a check-layout.js test
+        https://bugs.webkit.org/show_bug.cgi?id=106585
+
+        Reviewed by Tony Chang.
+
+        This is in preparation for adding more cases to this test.
+
+        * fast/css/positioned-overflow-scroll-expected.txt: Added.
+        * fast/css/positioned-overflow-scroll.html:
+        * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.txt: Removed.
+        * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/chromium-mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/chromium-win/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/chromium/fast/css/positioned-overflow-scroll-expected.txt: Removed.
+        * platform/efl/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/efl/fast/css/positioned-overflow-scroll-expected.txt: Removed.
+        * platform/gtk/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/gtk/fast/css/positioned-overflow-scroll-expected.txt: Removed.
+        * platform/mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/mac/fast/css/positioned-overflow-scroll-expected.txt: Removed.
+        * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Removed.
+        * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Removed.
+        * resources/check-layout.js:
+
+2013-01-10  Robert Kroeger  <rjkroege@chromium.org>
+
+        Manually revert http://trac.webkit.org/changeset/136012
+        https://bugs.webkit.org/show_bug.cgi?id=106580
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Removed.
+        * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Removed.
+
+2013-01-10  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r136967): margin-top + overflow:hidden causes incorrect layout for internal floated elements
+        https://bugs.webkit.org/show_bug.cgi?id=106374
+
+        Reviewed by David Hyatt.
+
+        * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child-expected.txt: Added.
+        * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child.html: Added.
+
+2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Update expectations for fast/regions/selecting-text-through-different-region-flows.html.
+
+        * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
+
+2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Mark more inspector/geolocation* tests as flaky on Win.
+        https://bugs.webkit.org/show_bug.cgi?id=106426
+
+        * platform/chromium/TestExpectations: Marked.
+
+2013-01-10  John J. Barton  <johnjbarton@chromium.org>
+
+        Web Inspector: Refactor InspectorTest to create output interface
+        https://bugs.webkit.org/show_bug.cgi?id=106231
+
+        Reviewed by Pavel Feldman.
+
+        Refactor InspectorTest to extract InspectorTest.Output, the API 
+        used between InspectorTest and the test output reciever (the 
+        test-script page by default).
+
+        * http/tests/inspector/inspector-test.js:
+        (initialize_InspectorTest.InspectorTest.Output.testComplete):
+        (initialize_InspectorTest.InspectorTest.Output.addResult):
+        (initialize_InspectorTest.InspectorTest.Output.clearResults):
+        (initialize_InspectorTest.InspectorTest.completeTest):
+        (initialize_InspectorTest.InspectorTest.addResult):
+
+2013-01-10  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Filters] RenderLayerCompositor::addToOverlapMap should take into account the filters outsets (ie. blur and drop-shadow)
+        https://bugs.webkit.org/show_bug.cgi?id=94022
+
+        Reviewed by Simon Fraser.
+
+        Add tests to check several combinations of software layer and composited layer overlap when
+        filter outsets are involved.
+
+        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
+        * compositing/filters/sw-layer-overlaps-hw-shadow.html: Added.
+        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
+        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html: Added.
+        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
+        * compositing/filters/sw-shadow-overlaps-hw-layer.html: Added.
+        * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
+        * compositing/filters/sw-shadow-overlaps-hw-shadow.html: Added.
+        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
+        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
+
+2013-01-09  Ojan Vafai  <ojan@chromium.org>
+
+        intrinsic min-widths don't override width for file upload controls
+        https://bugs.webkit.org/show_bug.cgi?id=106517
+
+        Reviewed by Tony Chang.
+
+        * fast/forms/file/intrinsic-min-width-overrides-width-expected.html: Added.
+        * fast/forms/file/intrinsic-min-width-overrides-width.html: Added.
+
+2013-01-10  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaselining results after http://trac.webkit.org/changeset/138250.
+
+        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
+        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
+        * platform/chromium-mac/svg/custom/feDisplacementMap-01-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-position-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-reference-invalidation-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-add-to-document-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-attribute-change-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-changes-id-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-id-change-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-inline-style-change-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-property-change-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-reappend-to-document-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-remove-from-document-expected.png:
+        * platform/chromium-mac/svg/filters/feImage-target-style-change-expected.png:
+        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
+        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-10  Victor Carbune  <victor@rosedu.org>
+
+        media/video-controls-captions.html fails after fixing https://bugs.webkit.org/show_bug.cgi?id=105536
+        https://bugs.webkit.org/show_bug.cgi?id=106230
+
+        Reviewed by Eric Carlson.
+
+        * platform/chromium/TestExpectations: Reactivated test.
+
+2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
+
+        The "outline-offset" property is not found in the computed style property list
+        https://bugs.webkit.org/show_bug.cgi?id=106561
+
+        Reviewed by Alexis Menard.
+
+        * fast/css/getComputedStyle/getComputedStyle-outline-offset-expected.txt: Added.
+        * fast/css/getComputedStyle/getComputedStyle-outline-offset.html: Added.
+
+2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
+
+        CSSParser does not allow the absence of whitespace between "and" and "expression"
+        https://bugs.webkit.org/show_bug.cgi?id=106458
+
+        Reviewed by Antti Koivisto.
+
+        * fast/css/media-rule-no-whitespace-expected.txt: Added.
+        * fast/css/media-rule-no-whitespace.html: Added.
+
+2013-01-10  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Rebaselining results after http://trac.webkit.org/changeset/139191.
+
+        * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
+        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-mac-lion/fast/backgrounds/background-leakage-transforms-expected.png:
+        * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-mac-lion/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
+        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac-lion/fast/css/text-input-with-webkit-border-radius-expected.png:
+        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac-lion/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-mac-lion/fast/layers/video-layer-expected.png:
+        * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
+        * platform/chromium-mac-lion/fullscreen/full-screen-stacking-context-expected.png:
+        * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
+        * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
+        * platform/chromium-mac-lion/media/audio-repaint-expected.png:
+        * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
+        * platform/chromium-mac-lion/media/controls-layout-direction-expected.png:
+        * platform/chromium-mac-lion/media/controls-strict-expected.png:
+        * platform/chromium-mac-lion/media/controls-styling-expected.png:
+        * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
+        * platform/chromium-mac-lion/media/media-controls-clone-expected.png:
+        * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
+        * platform/chromium-mac-lion/media/video-empty-source-expected.png:
+        * platform/chromium-mac-lion/media/video-no-audio-expected.png:
+        * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
+        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
+        * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png:
+        * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
+        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
+        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
+        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
+        * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
+        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
+        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png:
+        * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
+        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-mac/fast/box-shadow/spread-expected.png:
+        * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
+        * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png:
+        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-mac/fast/layers/video-layer-expected.png:
+        * platform/chromium-mac/fast/regions/full-screen-video-from-region-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/transforms/shadows-expected.png:
+        * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
+        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
+        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
+        * platform/chromium-mac/media/audio-repaint-expected.png:
+        * platform/chromium-mac/media/controls-after-reload-expected.png:
+        * platform/chromium-mac/media/controls-layout-direction-expected.png:
+        * platform/chromium-mac/media/controls-strict-expected.png:
+        * platform/chromium-mac/media/controls-styling-expected.png:
+        * platform/chromium-mac/media/controls-styling-strict-expected.png:
+        * platform/chromium-mac/media/controls-without-preload-expected.png:
+        * platform/chromium-mac/media/media-controls-clone-expected.png:
+        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-mac/media/video-controls-rendering-expected.png:
+        * platform/chromium-mac/media/video-display-toggle-expected.png:
+        * platform/chromium-mac/media/video-empty-source-expected.png:
+        * platform/chromium-mac/media/video-no-audio-expected.png:
+        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
+        * platform/chromium-mac/media/video-zoom-controls-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-win/fast/backgrounds/background-leakage-expected.png:
+        * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
+        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-win/fast/box-shadow/spread-expected.png:
+        * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
+        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-win/fast/layers/video-layer-expected.png:
+        * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-win/fast/transforms/shadows-expected.png:
+        * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
+        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
+        * platform/chromium-win/media/audio-controls-rendering-expected.png:
+        * platform/chromium-win/media/audio-repaint-expected.png:
+        * platform/chromium-win/media/controls-after-reload-expected.png:
+        * platform/chromium-win/media/controls-layout-direction-expected.png:
+        * platform/chromium-win/media/controls-strict-expected.png:
+        * platform/chromium-win/media/controls-styling-expected.png:
+        * platform/chromium-win/media/controls-styling-strict-expected.png:
+        * platform/chromium-win/media/controls-without-preload-expected.png:
+        * platform/chromium-win/media/media-controls-clone-expected.png:
+        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-win/media/video-controls-rendering-expected.png:
+        * platform/chromium-win/media/video-display-toggle-expected.png:
+        * platform/chromium-win/media/video-empty-source-expected.png:
+        * platform/chromium-win/media/video-no-audio-expected.png:
+        * platform/chromium-win/media/video-playing-and-pause-expected.png:
+        * platform/chromium-win/media/video-zoom-controls-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/efl-wk2/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
+
+2013-01-10  Alexis Menard  <alexis@webkit.org>
+
+        ASSERT_NOT_REACHED in StylePropertySet::fontValue when accessing font style property through JS after setting style font size.
+        https://bugs.webkit.org/show_bug.cgi?id=88866
+
+        Reviewed by Alexander Pavlov.
+
+        Add tests to cover the bug.
+
+        * fast/css/font-shorthand-from-longhands-expected.txt: Added.
+        * fast/css/font-shorthand-from-longhands.html: Added.
+
+2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        video-src-blob.html is flaky, not always crashing.
+
+        * platform/efl/TestExpectations:
+
+2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Marking one more flaky crasher due to gstreamer.
+
+        * platform/efl/TestExpectations:
+
+2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Marking three media tests as flaky crashers.
+
+        * platform/efl/TestExpectations:
+
+2013-01-10  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening, paint the bots green.
+
+        * platform/qt/TestExpectations: Skip http/tests/security/isolatedWorld/* tests instead of marking them as failures. (r138817)
+        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Added after r139197.
+        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added after r139197.
+
+2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Fix ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm expectation lines
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Two bugs and expectation lines refer to this test, and one
+        expectation line overrides the other: assign to the earlier bug and ditch the redundant line.
+
+2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Remove lost-compositor-context layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=106089
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Remove all references to the
+        lost-compositor-context test expectations after r138814.
+        
+2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Optimize expectations for fast/forms/button-inner-block-reuse.html
+
+        Unreviewed gardening.
+
+        * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Removed.
+        * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:
+
+2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Optimize expectations for fast/forms/button-generated-content.html
+
+        Unreviewed gardening.
+
+        * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Removed.
+        * platform/chromium-win/fast/forms/button-generated-content-expected.png:
+
+2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Marking a missing expectation for fast/repaint/caret-with-transformation.html
+
+        * platform/efl/TestExpectations:
+
+2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Removing a few failure expectations that are no longer needed.
+        The tests the expectations were covering now pass.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a platform-specific baseline for a CSS Regions test.
+        Adding a missing expectation for the fast/repaint/caret-with-transformation.html layout test.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
+
+2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Add platform expectation for new test added in r139197.
+
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
+        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
+
+2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [EFL] Add gstreamer 1.0.5 to jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=106178
+
+        Reviewed by Laszlo Gombos.
+
+        Skip several media tests that are crashing with gstreamer 1.0.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/media/sources-fallback-codecs-expected.txt: Removed.
+
+2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
+
+        New chromium-mac pixel baseline for gradient-background-leakage-hidpi.html
+        https://bugs.webkit.org/show_bug.cgi?id=106373
+
+        Unreviewed gardening.
+
+        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
+
+2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
+
+        Update expectations for fast/forms/button-generated-content.html
+
+        Unreviewed gardening.
+
+        * fast/forms/button-generated-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/button-generated-content-expected.txt.
+        * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Added.
+        * platform/mac/fast/forms/button-generated-content-expected.txt: Removed.
+
+2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
+
+        Update expectations for fast/forms/button-inner-block-reuse.html
+
+        Unreviewed gardening.
+
+        * fast/forms/button-inner-block-reuse-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/button-inner-block-reuse-expected.txt.
+        * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Added.
+        * platform/mac/fast/forms/button-inner-block-reuse-expected.txt: Removed.
+
+2013-01-09  Tien-Ren Chen  <trchen@chromium.org>
+
+        Make caret repainting container-aware
+        https://bugs.webkit.org/show_bug.cgi?id=103955
+
+        Reviewed by Simon Fraser.
+
+        The caret repaint padding has been removed. Needs rebaseline.
+        Added test that carets should be repainted correctly on a transformed element.
+
+        * fast/repaint/caret-with-transformation.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
+
+        [Chromium] Add win mac expectations for r139256
+        https://bugs.webkit.org/show_bug.cgi?id=106404
+
+        Unreviewed gardening.
+
+        * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png: Added.
+        * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png: Added.
+
+2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
+
+        [JSC] REGRESSION(r135093): A form control with name=length overrides length property on form.elements
+        https://bugs.webkit.org/show_bug.cgi?id=105775
+
+        Reviewed by Sam Weinig.
+
+        Added a regression tests for all known HTMLCollection sublcasses except HTMLNameCollection,
+        which is used only to implement named getters on window and document objects and HTMLPropertiesCollection
+        since it's not enabled on all ports yet.
+
+        * fast/dom/collection-length-should-not-be-overridden-expected.txt: Added.
+        * fast/dom/collection-length-should-not-be-overridden.html: Added.
+
+2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Assert triggered in SelectorChecker::checkOneSelector when scrollbar (e.g. :horizontal) selector is specified.
+        https://bugs.webkit.org/show_bug.cgi?id=106414
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/css/scrollbar-crash-expected.txt: Added.
+        * fast/css/scrollbar-crash.html: Added.
+
+2013-01-09  Takashi Sakamoto  <tasak@google.com>
+
+        border-radius with box-shadow is not rendered correctly
+        https://bugs.webkit.org/show_bug.cgi?id=106404
+
+        Reviewed by Hajime Morita.
+
+        * fast/borders/border-radius-with-box-shadow-expected.txt: Added.
+        * fast/borders/border-radius-with-box-shadow.html: Added.
+        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added.
+
+2013-01-09  Anders Carlsson  <andersca@apple.com>
+
+        Update a test result.
+
+        * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
+
+2013-01-09  Stephanie Lewis  <slewis@apple.com>
+
+        Rebaseline fast/inline/continuation-outlines-with-layers.html
+        https://bugs.webkit.org/show_bug.cgi?id=106064.
+
+        Unreviewed.
+
+        Rebaseline after http://trac.webkit.org/changeset/139223. 
+
+        * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
+
+2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Ascribe a bug to a crash..
+
+        * platform/chromium/TestExpectations: Ascribed.
+
+2013-01-09  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibility/aria-labelledby-overrides-label.html requires a proper baseline
+        https://bugs.webkit.org/show_bug.cgi?id=105638
+
+        Reviewed by Martin Robinson.
+
+        The test was failing for two reasons:
+        - AccessibilityRenderObject::correspondingLabelForControlElement() was
+          not ignoring the ARIA labelled-by property
+        - AccessibilityController::accessibleElementById() was not implemented
+
+        Because getting an element by ID cannot be done in the UIProcess, the
+        decision was made to expose the element's ID as an accessible attribute
+        of the object.
+
+        In addition, fixing the bug in AccessibilityRenderObject made it possible
+        to eliminate the Gtk platform-specific expectations for another test.
+
+        * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
+        * accessibility/radio-button-title-label-expected.txt: Modified based on
+        null check which was added and which gets included in the test output.
+        * accessibility/radio-button-title-label.html: Check to see that we have
+        a titleUIElement before attempting to get its title.
+        * platform/gtk/TestExpectations: Unskipped the previously failing test.
+        * platform/gtk/accessibility/radio-button-title-label-expected.txt: Removed.
+
+2013-01-09  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Shaders] Detached identifier after mesh box type is not applied
+        https://bugs.webkit.org/show_bug.cgi?id=105321
+
+        Reviewed by Dean Jackson.
+
+        Add a test to verify that a "detached" identifier after a mesh box type identifier is
+        actually applied.
+
+        For example:
+        -webkit-filter: custom(url(...) mix(url(...) normal source-atop), 1 1 border-box detached);
+
+        Update parsing tests and expectations to expect that the mesh box type is not returned in
+        the cssText.
+
+        * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Added.
+        * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Added.
+        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
+        * css3/filters/script-tests/custom-filter-property-parsing.js:
+        * css3/filters/resources/a-triangle-coord-defined.vs: Added.
+        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
+
+2013-01-09  Ojan Vafai  <ojan@chromium.org>
+
+        Proper version of http://trac.webkit.org/changeset/139221.
+        The problem was that there was line-wrapping due to form controls
+        being different sizes on different platforms, not that form
+        controls dump innerText differently.
+
+        * fast/forms/min-content-form-controls-expected.txt:
+        * fast/forms/min-content-form-controls.html:
+
+2013-01-09  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Device Proximity is not enabled/implemented on Windows.
+        Skipping related tests:
+
+        proximity/add-listener-from-callback.html
+        proximity/basic-operation.html
+        proximity/create-event.html
+        proximity/event-after-navigation.html
+        proximity/multiple-frames.html
+        proximity/no-page-cache.html
+        proximity/optional-event-properties.html
+        proximity/updates.html
+        proximity/window-property.html
+
+        * platform/win/TestExpectations:
+
+2013-01-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [WK2] Implement eventSender.scheduleAsynchronousKeyDown
+        https://bugs.webkit.org/show_bug.cgi?id=93979
+
+        Reviewed by Benjamin Poulain.
+
+        Update WK2 expectations for tests requiring
+        eventSender.scheduleAsynchronousKeyDown now that it is
+        implemented in WebKitTestRunner.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/gtk-wk2/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2013-01-09  Dan Winship  <danw@gnome.org>
+
+        [Soup] Handle redirection inside WebKit
+        https://bugs.webkit.org/show_bug.cgi?id=61122
+        https://bugs.webkit.org/show_bug.cgi?id=88961
+
+        Reviewed by Martin Robinson.
+
+        Unskip some tests.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-01-09  Florin Malita  <fmalita@chromium.org>
+
+        [Skia] Implement GraphicsContext::addRoundedRectClip() using SkCanvas::clipRRect()
+        https://bugs.webkit.org/show_bug.cgi?id=106461
+
+        Reviewed by Stephen White.
+
+        * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
+        * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
+        * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
+        * platform/chromium-linux/fast/borders/border-radius-wide-border-05-expected.png:
+        * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
+        * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
+        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
+        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
+        * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
+        * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
+        * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
+        * platform/chromium/TestExpectations:
+
+2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Land expectations for r139197.
+
+        * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
+        * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png:
+        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
+        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
+
+2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] inspector/geolocation-error.html is flaky in Win.
+        https://bugs.webkit.org/show_bug.cgi?id=106487
+
+        * platform/chromium/TestExpectations: Marked as flaky.
+
+2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Tweak webaduio test expectations once more.
+
+        * platform/chromium/TestExpectations: Tweaked.
+
+2013-01-09  Alexey Proskuryakov  <ap@apple.com>
+
+        Assertion failure in SubresourceLoader::didFail when reloading
+        https://bugs.webkit.org/show_bug.cgi?id=101416
+
+        Reviewed by Nate Chapin.
+
+        * http/tests/cache/network-error-during-revalidation-expected.txt: Added.
+        * http/tests/cache/network-error-during-revalidation.html: Added.
+        * http/tests/cache/resources/network-error-during-revalidation-frame.html: Added.
+
+        * http/tests/resources/network-simulator.php: Added a way to serve resources
+        without no-cache no-store directives.
+
+2013-01-09  Alexandru Chiculita  <achicu@adobe.com>
+
+        Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers
+        https://bugs.webkit.org/show_bug.cgi?id=106419
+
+        Reviewed by Simon Fraser.
+
+        Re-added skipped tests as this patch resolves the flakiness.
+
+        * platform/mac/TestExpectations:
+
+2013-01-09  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Rebaseline some accessibility test results on Win7 port.
+
+        * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
+        * platform/win/platform/win/accessibility: Added.
+        * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Added.
+        * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Added.
+
+2013-01-09  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r111439): Focus ring is rendered incorrectly in fast/inline/continuation-outlines-with-layers.html
+        https://bugs.webkit.org/show_bug.cgi?id=106064
+
+        Reviewed by David Hyatt.
+
+        * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.png:
+
+2013-01-09  Ojan Vafai  <ojan@chromium.org>
+
+        fast/forms/min-content-form-controls.html fails on some platforms
+        https://bugs.webkit.org/show_bug.cgi?id=106482
+
+        Reviewed by Eric Seidel.
+
+        The text dump for some form controls (menulists?) has different whitespace
+        output on different platforms. Remove the form controls to avoid adding
+        platform-specific expectations for this test.
+
+        * fast/forms/min-content-form-controls-expected.txt:
+        * fast/forms/min-content-form-controls.html:
+        * platform/mac/TestExpectations:
+
+2013-01-09  Michael Pruett  <michael@68k.org>
+
+        IndexedDB: Remove unnecessary tests from storage/indexeddb/key-type-array.html
+        https://bugs.webkit.org/show_bug.cgi?id=106472
+
+        Reviewed by Tony Chang.
+
+        The tests which verify that JSON.stringify() throws an exception
+        for cyclic objects produce different error messages on JSC and
+        V8 and do nothing to test IndexedDB functionality. These tests
+        should be removed.
+
+        * storage/indexeddb/key-type-array-expected.txt:
+        * storage/indexeddb/resources/key-type-array.js:
+
+2013-01-08  Ojan Vafai  <ojan@chromium.org>
+
+        min-content gets the wrong value if min-width is set on some form controls
+        https://bugs.webkit.org/show_bug.cgi?id=106389
+
+        Reviewed by Tony Chang.
+
+        * fast/forms/min-content-form-controls-expected.txt: Added.
+        * fast/forms/min-content-form-controls.html: Added.
+
+2013-01-09  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skipping 4 video controls tests on Windows.
+        https://bugs.webkit.org/show_bug.cgi?id=106477.
+
+        Skipped tests:
+        media/video-controls-captions-trackmenu-localized.html
+        media/video-controls-captions-trackmenu-sorted.html
+        media/video-controls-captions-trackmenu.html
+        media/video-controls-visible-exiting-fullscreen.html
+
+        * platform/win/TestExpectations:
+
+2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Rebaseline a few tests after r139191.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
+        * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
+        * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
+
+2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Rebaseline a few tests after r139201.
+
+        * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
+        * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
+        * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
+        * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
+        * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
+        * platform/chromium-mac/fast/repaint/control-clip-expected.png:
+
+2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html is a flaky crash.
+        https://bugs.webkit.org/show_bug.cgi?id=106473
+
+        * platform/chromium/TestExpectations: Marked.
+
+2013-01-09  Justin Novosad  <junov@google.com>
+
+        New chromium-win pixel baseline for gradient-background-leakage-hidpi.html
+        https://bugs.webkit.org/show_bug.cgi?id=106373
+
+        Unreviewed.
+
+        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
+
+2013-01-09  Alexis Menard  <alexis@webkit.org>
+
+        Implement CSS computed style value for transition shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=105035
+
+        Reviewed by Dean Jackson.
+
+        Uncomment existing tests to cover the new feature.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-01-09  Tony Chang  <tony@chromium.org>
+
+        Automatically generate Settings::unifiedTextCheckerEnabled
+        https://bugs.webkit.org/show_bug.cgi?id=106382
+
+        Reviewed by Adam Barth.
+
+        The InternalSettings.idl method didn't match the Settings' getter/setter. Now
+        that we're using the generated version, make the tests use the same name.
+
+        * editing/spelling/grammar-edit-word.html:
+        * editing/spelling/spellcheck-async-mutation.html:
+        * editing/spelling/spellcheck-async-remove-frame.html:
+        * editing/spelling/spellcheck-async.html:
+        * editing/spelling/spelling-marker-description.html:
+        * editing/spelling/spelling-unified-emulation.html:
+        * platform/chromium/editing/spelling/delete-misspelled-word.html:
+
+2013-01-09  Alexis Menard  <alexis@webkit.org>
+
+        Implement CSS computed style value for transition shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=105035
+
+        Reviewed by Dean Jackson.
+
+        Uncomment existing tests to cover the new feature.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow DOM]: ShadowRoot wrong nodeName attribute
+        https://bugs.webkit.org/show_bug.cgi?id=104995
+
+        Reviewed by Dimitri Glazkov.
+
+        Converted #shadow-root to #document-fragment in LayoutTests files using sed.
+
+        * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
+        * editing/deleting/delete-ligature-001-expected.txt:
+        * editing/pasteboard/copy-in-password-field-expected.txt:
+        * editing/selection/select-all-textarea-expected.txt:
+        * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
+        * fast/dom/shadow/layout-tests-can-access-shadow.html:
+        * fast/dom/shadow/shadow-and-list-elements.html:
+        * fast/events/5056619-expected.txt:
+        * fast/forms/focus-selection-input-expected.txt:
+        * fast/forms/focus-selection-textarea-expected.txt:
+        * fast/forms/textfield-outline-expected.txt:
+        * fast/html/details-add-summary-1-and-click-expected.txt:
+        * fast/html/details-add-summary-10-and-click-expected.txt:
+        * fast/html/details-add-summary-2-and-click-expected.txt:
+        * fast/html/details-add-summary-3-and-click-expected.txt:
+        * fast/html/details-add-summary-4-and-click-expected.txt:
+        * fast/html/details-add-summary-5-and-click-expected.txt:
+        * fast/html/details-add-summary-6-and-click-expected.txt:
+        * fast/html/details-add-summary-7-and-click-expected.txt:
+        * fast/html/details-add-summary-8-and-click-expected.txt:
+        * fast/html/details-add-summary-9-and-click-expected.txt:
+        * fast/html/details-remove-summary-1-and-click-expected.txt:
+        * fast/html/details-remove-summary-2-and-click-expected.txt:
+        * fast/html/details-remove-summary-3-and-click-expected.txt:
+        * fast/html/details-remove-summary-4-and-click-expected.txt:
+        * fast/html/details-remove-summary-5-and-click-expected.txt:
+        * fast/html/details-remove-summary-6-and-click-expected.txt:
+        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
+        * inspector/elements/shadow-root-expected.txt:
+        * inspector/elements/shadow-root.html:
+        * inspector/elements/update-shadowdom-expected.txt:
+        * platform/chromium-android/fast/events/autoscroll-expected.txt:
+        * platform/chromium-android/fast/forms/input-appearance-selection-expected.txt:
+        * platform/chromium-android/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/chromium-linux-x86/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
+        * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
+        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
+        * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt:
+        * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt:
+        * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt:
+        * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/chromium-mac/fast/forms/search-rtl-expected.txt:
+        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
+        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
+        * platform/chromium-win-xp/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
+        * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
+        * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
+        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/chromium-win/editing/selection/4895428-3-expected.txt:
+        * platform/chromium-win/editing/selection/4975120-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/chromium-win/fast/events/autoscroll-expected.txt:
+        * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
+        * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/chromium-win/fast/forms/search-rtl-expected.txt:
+        * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
+        * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
+        * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
+        * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
+        * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
+        * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
+        * platform/chromium/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/chromium/editing/inserting/4960120-1-expected.txt:
+        * platform/chromium/editing/pasteboard/drop-text-without-selection-expected.txt:
+        * platform/chromium/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/chromium/editing/selection/4895428-3-expected.txt:
+        * platform/chromium/editing/selection/4975120-expected.txt:
+        * platform/chromium/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
+        * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
+        * platform/chromium/fast/events/autoscroll-expected.txt:
+        * platform/chromium/fast/events/context-no-deselect-expected.txt:
+        * platform/chromium/fast/forms/input-appearance-focus-expected.txt:
+        * platform/chromium/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/chromium/fast/forms/input-appearance-selection-expected.txt:
+        * platform/chromium/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/chromium/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/chromium/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/chromium/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/chromium/fast/forms/input-text-click-inside-expected.txt:
+        * platform/chromium/fast/forms/input-text-double-click-expected.txt:
+        * platform/chromium/fast/forms/input-text-drag-down-expected.txt:
+        * platform/chromium/fast/forms/input-text-option-delete-expected.txt:
+        * platform/chromium/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/chromium/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/chromium/fast/forms/search-rtl-expected.txt:
+        * platform/chromium/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/chromium/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/chromium/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/chromium/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/chromium/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/chromium/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/chromium/fast/forms/textfield-outline-expected.txt:
+        * platform/chromium/fast/forms/textfield-overflow-expected.txt:
+        * platform/chromium/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/chromium/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/chromium/fast/transforms/transformed-focused-text-input-expected.txt:
+        * platform/chromium/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
+        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/efl/editing/inserting/4960120-1-expected.txt:
+        * platform/efl/fast/events/autoscroll-expected.txt:
+        * platform/efl/fast/events/context-no-deselect-expected.txt:
+        * platform/efl/fast/forms/input-appearance-focus-expected.txt:
+        * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/efl/fast/forms/input-appearance-selection-expected.txt:
+        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/efl/fast/forms/input-text-click-inside-expected.txt:
+        * platform/efl/fast/forms/input-text-double-click-expected.txt:
+        * platform/efl/fast/forms/input-text-option-delete-expected.txt:
+        * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/efl/fast/forms/textfield-outline-expected.txt:
+        * platform/efl/fast/forms/validation-message-appearance-expected.txt:
+        * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
+        * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
+        * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/gtk/editing/inserting/4960120-1-expected.txt:
+        * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
+        * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/gtk/editing/selection/4895428-3-expected.txt:
+        * platform/gtk/editing/selection/4975120-expected.txt:
+        * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
+        * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/gtk/fast/events/autoscroll-expected.txt:
+        * platform/gtk/fast/events/context-no-deselect-expected.txt:
+        * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
+        * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
+        * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
+        * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
+        * platform/gtk/fast/forms/input-text-double-click-expected.txt:
+        * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
+        * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
+        * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/gtk/fast/forms/search-rtl-expected.txt:
+        * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/gtk/fast/forms/textfield-outline-expected.txt:
+        * platform/gtk/fast/forms/textfield-overflow-expected.txt:
+        * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
+        * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
+        * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
+        * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/mac/editing/inserting/4960120-1-expected.txt:
+        * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
+        * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/mac/editing/selection/4895428-3-expected.txt:
+        * platform/mac/editing/selection/4975120-expected.txt:
+        * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
+        * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
+        * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
+        * platform/mac/fast/events/autoscroll-expected.txt:
+        * platform/mac/fast/events/context-no-deselect-expected.txt:
+        * platform/mac/fast/forms/input-appearance-focus-expected.txt:
+        * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/mac/fast/forms/input-appearance-selection-expected.txt:
+        * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
+        * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/mac/fast/forms/input-text-click-inside-expected.txt:
+        * platform/mac/fast/forms/input-text-double-click-expected.txt:
+        * platform/mac/fast/forms/input-text-drag-down-expected.txt:
+        * platform/mac/fast/forms/input-text-option-delete-expected.txt:
+        * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/mac/fast/forms/search-rtl-expected.txt:
+        * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/mac/fast/forms/textfield-outline-expected.txt:
+        * platform/mac/fast/forms/textfield-overflow-expected.txt:
+        * platform/mac/fast/forms/validation-message-appearance-expected.txt:
+        * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
+        * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
+        * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
+        * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
+        * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
+        * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
+        * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
+        * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
+        * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
+        * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
+        * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/qt/editing/inserting/4960120-1-expected.txt:
+        * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/qt/editing/selection/4895428-3-expected.txt:
+        * platform/qt/editing/selection/4975120-expected.txt:
+        * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
+        * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/qt/fast/events/context-no-deselect-expected.txt:
+        * platform/qt/fast/forms/input-appearance-focus-expected.txt:
+        * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/qt/fast/forms/input-appearance-selection-expected.txt:
+        * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/qt/fast/forms/input-text-click-inside-expected.txt:
+        * platform/qt/fast/forms/input-text-click-outside-expected.txt:
+        * platform/qt/fast/forms/input-text-double-click-expected.txt:
+        * platform/qt/fast/forms/input-text-option-delete-expected.txt:
+        * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/qt/fast/forms/search-rtl-expected.txt:
+        * platform/qt/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/qt/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/qt/fast/forms/textfield-outline-expected.txt:
+        * platform/qt/fast/forms/textfield-overflow-expected.txt:
+        * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
+        * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
+        * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
+        * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
+        * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
+        * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
+        * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
+        * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
+        * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
+        * platform/win-wk2/fast/forms/textfield-overflow-expected.txt:
+        * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
+        * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/win/fast/forms/input-text-drag-down-expected.txt:
+
+2013-01-09  Zoltan Horvath  <zoltan@webkit.org>
+
+        [CSS Regions] Selecting text through nested regions causes weird and unclearable selection  
+        https://bugs.webkit.org/show_bug.cgi?id=105641
+
+        Reviewed by David Hyatt.
+
+        If you have a region with a nested region inside what is rendered below the base region and you are trying select text
+        starting from the base region and ending it in the nested region, firstly you got a weird selection, secondly you can't
+        clear the selection. We could prevent this strange behavior by preventing the selection through different region flows.
+
+        * fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
+        * fast/regions/selecting-text-through-different-region-flows.html: Added.
+        * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
+
+2013-01-09  Florin Malita  <fmalita@chromium.org>
+
+        [Skia] Implement GraphicsContext::fillRoundedRect() using SkCanvas::drawRRect()
+        https://bugs.webkit.org/show_bug.cgi?id=106366
+
+        Reviewed by Stephen White.
+
+        * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
+        * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png:
+        * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png:
+        * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
+        * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
+        * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
+        * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
+        * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-linux/fast/box-shadow/spread-expected.png:
+        * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
+        * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
+        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-linux/fast/layers/video-layer-expected.png:
+        * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-linux/fast/transforms/shadows-expected.png:
+        * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
+        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
+        * platform/chromium-linux/media/audio-controls-rendering-expected.png:
+        * platform/chromium-linux/media/audio-repaint-expected.png:
+        * platform/chromium-linux/media/controls-after-reload-expected.png:
+        * platform/chromium-linux/media/controls-layout-direction-expected.png:
+        * platform/chromium-linux/media/controls-strict-expected.png:
+        * platform/chromium-linux/media/controls-styling-expected.png:
+        * platform/chromium-linux/media/controls-styling-strict-expected.png:
+        * platform/chromium-linux/media/controls-without-preload-expected.png:
+        * platform/chromium-linux/media/media-controls-clone-expected.png:
+        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
+        * platform/chromium-linux/media/video-controls-rendering-expected.png:
+        * platform/chromium-linux/media/video-display-toggle-expected.png:
+        * platform/chromium-linux/media/video-empty-source-expected.png:
+        * platform/chromium-linux/media/video-no-audio-expected.png:
+        * platform/chromium-linux/media/video-playing-and-pause-expected.png:
+        * platform/chromium-linux/media/video-zoom-controls-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skipping failing tests after r139141, r139145.
+
+        * platform/efl/TestExpectations:
+
+2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaselining of media/video-controls-captions.html.
+
+        * platform/efl/media/video-controls-captions-expected.txt: Added.
+
+2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skipping failing tests after r139111, r139140.
+
+        * platform/efl/TestExpectations:
+
+2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        EFL port gardening after r139145, r139002.
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations:
+
+2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Removed crash expectations from tests that have been passing per bugs 105566, 105567, and 105580.
+
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] fast/frames/frame-limit.html can be slow in release
+        https://bugs.webkit.org/show_bug.cgi?id=106126
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations: Add Slow expectation for Win and Linux.
+        [ Win Linux Release ] fast/frames/frame-limit.html [ Pass Slow ]
+
+2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: min/max attributes should not make all fields read-only
+        https://bugs.webkit.org/show_bug.cgi?id=106422
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
+        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Update expectations.
+        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt:
+        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Ditto.
+
+2013-01-09  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r139134.
+        http://trac.webkit.org/changeset/139134
+        https://bugs.webkit.org/show_bug.cgi?id=106424
+
+         WebGL tests still crash on EFL (Requested by MPozdnyakov on
+        #webkit).
+
+        * platform/efl/TestExpectations:
+
+2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of week field should respect min/max attributes
+        https://bugs.webkit.org/show_bug.cgi?id=106416
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield-expected.txt: Added.
+        * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html: Added.
+        * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
+        * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer.html: Added.
+
+2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Tighten svg/custom/feComponentTransfer-Table.svg on windows
+        https://bugs.webkit.org/show_bug.cgi?id=106126
+
+        Unreviewed gardening. Bot reports:
+
+        Regressions: Unexpected image-only failures (1)
+            svg/custom/feComponentTransfer-Table.svg [ ImageOnlyFailure ]
+
+        * platform/chromium/TestExpectations: So change Failure -> ImageOnlyFailure
+        to silence the bot. 
+
+2013-01-09  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a flaky timeout expectation for fast/workers/worker-close-more.html
+        that regressed with r139145.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-08  Takashi Sakamoto  <tasak@google.com>
+
+        Use window.WebKitShadowRoot for checking whether a node is shadow root or not.
+        https://bugs.webkit.org/show_bug.cgi?id=88748
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/resources/shadow-dom.js:
+        (isShadowRoot):
+        Modified to use window.WebKitShadowRoot instead of node name.
+        * resources/dump-as-markup.js:
+        (Markup.get var):
+        Added shadowRootList which has information about whether the given node
+        is a shadow root or not.
+        (Markup):
+        (Markup._get):
+        If the given element is a document fragment and its address is in
+        shadowRootList, use "<shadow:root>".
+        (Markup._getShadowHostIfPossible):
+        Only this method uses internals.shadowRoot and obtains the youngest
+        shadow root from the given node. So update shadowRootList in this
+        method.
+
+2013-01-08  Stephanie Lewis  <slewis@apple.com>
+
+        Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers.
+        https://bugs.webkit.org/show_bug.cgi?id=106419.
+
+        Unreviewed.
+
+        Updated Expectations.
+
+        * platform/mac/TestExpectations:
+
+2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening. Update fast/events/touch/compositor-touch-hit-rects on linux
+
+        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
+
+2013-01-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
+
+        Caret is incorrectly painted for a contenteditable <div> containing a <br> in vertical writing mode
+        https://bugs.webkit.org/show_bug.cgi?id=103621
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/selection/caret-in-div-containing-br-in-vertical-mode-expected.txt: Added.
+        * editing/selection/caret-in-div-containing-br-in-vertical-mode.html: Added.
+        Testcase added for verifying the caret display at the start of an editable
+        div containing only a <br> element in vertical writing mode.
+
+2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip new failing tests.
+
+        * platform/qt/TestExpectations:
+
+2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Rebaseline and optimise fast/regions/full-screen-video-from-region on Win7 and Win XP
+
+        Unreviewed gardening.
+
+        * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png: Renamed from LayoutTests/platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png.
+
+2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip new failing tests.
+
+        * platform/qt/TestExpectations:
+
+2013-01-08  Stephanie Lewis  <slewis@apple.com>
+
+        A couple of fast/workers tests fail after http://trac.webkit.org/projects/webkit/changeset/139145.
+        https://bugs.webkit.org/show_bug.cgi?id=106415.
+
+        Unreviewed.
+
+        Updated Expectations.
+
+        * platform/mac/TestExpectations:
+
+2013-01-08  Stephanie Lewis  <slewis@apple.com>
+
+        Assertion failure in WebCore::HTMLConstructionSite::HTMLConstructionSite.
+        https://bugs.webkit.org/show_bug.cgi?id=106412.
+
+        Unreviewed.  
+
+        Updating Expectations.
+
+        * platform/mac/TestExpectations:
+
+2013-01-08  Matt Falkenhagen  <falken@chromium.org>
+
+        Make NodeRenderingContext::parentRenderer and nextRenderer top layer aware
+        https://bugs.webkit.org/show_bug.cgi?id=103477
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer-expected.html: Added.
+        * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer.html: Added.
+        * fast/dom/HTMLDialogElement/modal-dialog-in-table-column-expected.html: Added.
+        * fast/dom/HTMLDialogElement/modal-dialog-in-table-column.html: Added.
+        * fast/dom/HTMLDialogElement/modal-dialog-sibling-expected.html: Added.
+        * fast/dom/HTMLDialogElement/modal-dialog-sibling.html: Added.
+
+2013-01-08  Hayato Ito  <hayato@chromium.org>
+
+        [Shadow DOM] The MouseEvent offsetX and offsetY attributes must return the coordinates relative to the origin of the padding edge of the relative target after retargeting.
+        https://bugs.webkit.org/show_bug.cgi?id=104509
+
+        Reviewed by Dimitri Glazkov.
+
+        Adding a test for making sure that MouseEvent offsetX and offsetY arrributes are adjusted in retargeting.
+
+        * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset-expected.txt: Added.
+        * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html: Added.
+
+2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening. jquery/event.html timeouts in release and debug.
+
+        * platform/chromium/TestExpectations: 
+
+2013-01-08  Kent Tamura  <tkent@chromium.org>
+
+        REGRESSION(r135836): Invalid user input for input[type=number] should be cleared by input.value=""
+        https://bugs.webkit.org/show_bug.cgi?id=106284
+
+        Reviewed by Hajime Morita.
+
+        * fast/forms/number/number-validity-badinput.html:
+        Add a test case.
+        * fast/forms/number/number-validity-badinput-expected.txt:
+
+2013-01-08  Nate Chapin  <japhet@chromium.org>
+
+        REGRESSION(r138222?): [Mac WK1] http/tests/appcache/main-resource-redirect.html asserts in WebFrameLoaderClient::dispatchDidFinishLoading
+        https://bugs.webkit.org/show_bug.cgi?id=106123
+
+        Reviewed by Alexey Proskuryakov.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations: main-resource-redirect.html is no longer crashing.
+
+2013-01-08  Martin Robinson  <mrobinson@igalia.com>
+
+        [EFL] [WK2] Some authentication tests fail in WebKit2
+        https://bugs.webkit.org/show_bug.cgi?id=106407
+
+        * platform/efl-wk2/TestExpectations: Skip some tests failing for EFL
+        on WebKit2.
+
+2013-01-08  Martin Robinson  <mrobinson@igalia.com>
+
+        [Mac] Authentication tests fail even after r139140
+        https://bugs.webkit.org/show_bug.cgi?id=106405
+
+        * platform/mac-wk2/TestExpectations: Skip authentication tests that are still
+        failing in WebKit2 on Mac.
+
+2013-01-08  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        Layout Test fast/css-grid-layout/grid-columns-rows-get-set-multiple.html, grid-columns-rows-get-set.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=104090
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+        In r139025, the not-totally-OK call to GridTrackSize::length() was removed and thus the
+        tests don't trigger an ASSERT anymore. This change merrily re-enable them.
+
+2013-01-08  Alexandru Chiculita  <achicu@adobe.com>
+
+        Assert in RenderGeometryMap::mapToContainer
+        https://bugs.webkit.org/show_bug.cgi?id=106068
+
+        Reviewed by Simon Fraser.
+
+        * compositing/geometry/assert-layout-not-done-expected.txt: Added.
+        * compositing/geometry/assert-layout-not-done.html: Added. Testing for the case when compositor is triggered before the first layout.
+        * compositing/geometry/assert-marquee-timer-expected.txt: Added.
+        * compositing/geometry/assert-marquee-timer.html: Added. Tested for the case when the marquee might trigger compositor updates, while a layout is still pending.
+
+2013-01-08  Brandon Jones  <bajones@chromium.org>
+
+        Make WebGLRenderingContext inherit from ActiveDOMObject
+        https://bugs.webkit.org/show_bug.cgi?id=104733
+
+        Reviewed by Adam Barth.
+
+        * fast/canvas/webgl/context-release-upon-reload-expected.txt: Added.
+        * fast/canvas/webgl/context-release-upon-reload.html: Added.
+        * fast/canvas/webgl/resources/context-release-upon-reload-child.html: Added.
+
+2013-01-08  Martin Robinson  <mrobinson@igalia.com>
+
+        WebKitTestRunner needs support for setHandlesAuthenticationChallenges
+        https://bugs.webkit.org/show_bug.cgi?id=103653
+
+        Reviewed by Anders Carlsson.
+
+        Unskip authentication tests which are now passing.
+
+        * platform/wk2/TestExpectations:
+
+2013-01-08  Justin Novosad  <junov@google.com>
+
+        Color bleeding with rounded rectangles on high dpi displays
+        https://bugs.webkit.org/show_bug.cgi?id=106373
+
+        Reviewed by Simon Fraser.
+
+        New layout test to verify that rounded rectangle corners do not
+        produce color bleeding on high dpi devices.
+
+        * fast/backgrounds/gradient-background-leakage-hidpi-expected.txt: Added.
+        * fast/backgrounds/gradient-background-leakage-hidpi.html: Added.
+        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
+
+2013-01-08  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG shouldn't treat the 'this' argument as being captured if a code block uses arguments
+        https://bugs.webkit.org/show_bug.cgi?id=106398
+        <rdar://problem/12439776>
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-inline-constructor-that-uses-arguments-expected.txt: Added.
+        * fast/js/dfg-inline-constructor-that-uses-arguments.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-inline-constructor-that-uses-arguments.js: Added.
+        (Foo):
+        (bar):
+
+2013-01-08  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
+
+        [EFL][WK2] WebGL test cases are sometimes crashing
+        https://bugs.webkit.org/show_bug.cgi?id=104506
+
+        Unreviewed gardening.
+
+        Enable webgl tests that are passing after recent changes.
+
+        * platform/efl/TestExpectations:
+
+2013-01-08  Hajime Morrita  <morrita@google.com>
+
+        Unreviewed, marking drag-and-drop-autoscroll.html
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Organize some svg/gynamic-updates expectations.
+
+        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Removed.
+        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Removed.
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Layout Tests svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues* are flaky.
+        https://bugs.webkit.org/show_bug.cgi?id=106390
+
+        * platform/chromium/TestExpectations: Adjusted expectations.
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Layout Tests svg/W3C-SVG-1.1/filters-comptran-01-b.svg and svg/W3C-SVG-1.1/animate-elem-80-t.svg are flaky.
+        https://bugs.webkit.org/show_bug.cgi?id=106387
+
+        * platform/chromium/TestExpectations: Marked new flakes.
+
+2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Skip the test added by r139062 on WebKit2 bots since it uses a testRunner method
+        that hasn't been implemented yet.
+
+        * platform/wk2/TestExpectations:
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Tighten up some test expectations.
+
+        * platform/chromium/TestExpectations: Tightened.
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] A bunch of fast/css-grid-layout tests started timing out after r139025.
+        https://bugs.webkit.org/show_bug.cgi?id=106378
+
+        * platform/chromium/TestExpectations: Marked expectations.
+
+2013-01-08  Tom Sepez  <tsepez@chromium.org>
+
+        Copy-paste preserves <embed> tags containing active content.
+        https://bugs.webkit.org/show_bug.cgi?id=77625
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/pasteboard/paste-noplugin-expected.txt: Added.
+        * editing/pasteboard/paste-noplugin.html: Added.
+
+2013-01-08  Filip Pizlo  <fpizlo@apple.com>
+
+        REGRESSION (r138921): Crash in JSC::Arguments::create
+        https://bugs.webkit.org/show_bug.cgi?id=106329
+        <rdar://problem/12974196>
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-create-inlined-arguments-in-closure-inline-expected.txt: Added.
+        * fast/js/dfg-create-inlined-arguments-in-closure-inline.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-create-inlined-arguments-in-closure-inline.js: Added.
+        (foo):
+
+2013-01-08  Martin Robinson  <mrobinson@igalia.com>
+
+        Layout Test http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html is timing out
+        https://bugs.webkit.org/show_bug.cgi?id=106332
+
+        Reviewed by Ryosuke Niwa.
+
+        Fix this flaky test by adjusting the authentication realm
+        used in the HTTP headers.
+
+        * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: The authentication realm used
+        in the HTTP headers is shared with several other HTTP tests, so cached credentials can "leak" from one
+        test to another. Make the authentication realm unique for this test.
+
+2013-01-08  Alexis Menard  <alexis@webkit.org>
+
+        WebKit does not reject some cubic-bezier form values for transition-timing-function.
+        https://bugs.webkit.org/show_bug.cgi?id=106369
+
+        Reviewed by Dean Jackson.
+
+        Extended existing tests to cover the bug. Updated an existing test
+        which was checking wrong values.
+
+        * fast/css/transition-timing-function.html: Change the tested values as
+        they are considered wrong by the spec.
+        * fast/css/transition-timing-function-expected.txt:
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Tighten up the actual expectations around webaudio fails..
+        https://bugs.webkit.org/show_bug.cgi?id=106232
+
+        * platform/chromium/TestExpectations: Tightened.
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Update expectations for platform/chromium/fast/events/touch/compositor-touch-hit-rects.html.
+
+        * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
+        * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Update expectations for various tests.
+
+        * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Removed.
+        * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Removed.
+        * platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/chromium-win/fast/table/038-vertical-expected.png:
+        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
+
+2013-01-08  Andreas Kling  <akling@apple.com>
+
+        Heap-use-after-free in bool WebCore::SelectorChecker::checkOneSelector.
+        <http://webkit.org/b/105834>
+
+        Reviewed by Antti Koivisto.
+
+        * fast/dom/mutation-event-listener-with-dirty-inline-style-crash-expected.txt: Added.
+        * fast/dom/mutation-event-listener-with-dirty-inline-style-crash.html: Added.
+
+2013-01-08  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG initrinsic handling should ensure that we backwards propagate the fact that all operands may escape
+        https://bugs.webkit.org/show_bug.cgi?id=106365
+
+        Reviewed by Mark Hahnenberg.
+        
+        Add tests that cover the possible badness that could occur for all of those
+        intrinsics that don't intrinsically (pun sort of intended) cause escapeage
+        to happen. As in, if we did happen to know for sure that what we want is
+        ArithSqrt, then we would have a guarantee that ArithSqrt does not by itself
+        use its operands in a way that involves NodeUsedAsOther. But when ArithSqrt
+        is inserted because of intrinsic optimization (i.e. something like
+        Math.sqrt(blah)) then the intrinsic machinery needs to indicate that blah
+        could escape in the case that we didn't end up doing ArithSqrt because we
+        exited prior to it and called some other function.
+
+        * fast/js/dfg-abs-backwards-propagation-expected.txt: Added.
+        * fast/js/dfg-abs-backwards-propagation.html: Added.
+        * fast/js/dfg-max-backwards-propagation-expected.txt: Added.
+        * fast/js/dfg-max-backwards-propagation.html: Added.
+        * fast/js/dfg-min-backwards-propagation-expected.txt: Added.
+        * fast/js/dfg-min-backwards-propagation.html: Added.
+        * fast/js/dfg-proven-sqrt-backwards-propagation-expected.txt: Added.
+        * fast/js/dfg-proven-sqrt-backwards-propagation.html: Added.
+        * fast/js/dfg-sqrt-backwards-propagation-expected.txt: Added.
+        * fast/js/dfg-sqrt-backwards-propagation.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-abs-backwards-propagation.js: Added.
+        (foo):
+        (bar):
+        * fast/js/script-tests/dfg-max-backwards-propagation.js: Added.
+        (foo):
+        (bar):
+        * fast/js/script-tests/dfg-min-backwards-propagation.js: Added.
+        (foo):
+        (bar):
+        * fast/js/script-tests/dfg-proven-sqrt-backwards-propagation.js: Added.
+        (foo):
+        (bar):
+        * fast/js/script-tests/dfg-sqrt-backwards-propagation.js: Added.
+        (foo):
+        (bar):
+
+2013-01-08  Filip Pizlo  <fpizlo@apple.com>
+
+        If array allocation profiling causes a new_array to allocate double arrays, then the holes should end up being correctly initialized
+        https://bugs.webkit.org/show_bug.cgi?id=106363
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/jsc-test-list:
+        * fast/js/new-array-double-with-holes-expected.txt: Added.
+        * fast/js/new-array-double-with-holes.html: Added.
+        * fast/js/script-tests/new-array-double-with-holes.js: Added.
+        (foo):
+
+2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a crashing test expectation to a test added in r139029.
+        The failure is tracked by the bug 106361.
+
+        * platform/mac/TestExpectations:
+
+2013-01-08  Ojan Vafai  <ojan@chromium.org>
+
+        text controls are sized too small when a percentage height is set
+        https://bugs.webkit.org/show_bug.cgi?id=106277
+
+        Reviewed by Tony Chang.
+
+        * fast/forms/percent-height-auto-width-form-controls-expected.txt: Added.
+        * fast/forms/percent-height-auto-width-form-controls.html: Added.
+
+2013-01-08  Mike West  <mkwst@chromium.org>
+
+        CSP: 'none' should take effect only if no other source expression is present.
+        https://bugs.webkit.org/show_bug.cgi?id=106314
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentSecurityPolicy/source-list-parsing-none-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/source-list-parsing-none.html: Added.
+
+2013-01-08  Antoine Quint  <graouts@apple.com>
+
+        <track> element's mode set to "disabled" after load although it was explicitly set to "hidden"
+        https://bugs.webkit.org/show_bug.cgi?id=105536
+
+        Reviewed by Eric Carlson.
+
+        * media/track/opera/interfaces/TextTrack/addCue-expected.txt:
+        * media/track/opera/interfaces/TextTrack/removeCue-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackCue/align-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt:
+        * media/track/opera/interfaces/TextTrackCue/id-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackCue/pauseOnExit-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt:
+        * media/track/opera/interfaces/TextTrackCue/track-expected.txt: Added.
+        * platform/chromium/TestExpectations: Skipping newly failing test on Chrome.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Unifying accessibility layout test failure expectations in the WK2
+        TestExpectations file, with each expectation given an appropriate bug modifier.
+        Removing three failure expectations for transitions tests that are now passing
+        on WK2.
+
+        * platform/gtk-wk2/TestExpectations:
+
+2013-01-08  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: PopUpButtons do not report that AXValueAttribute is supported
+        https://bugs.webkit.org/show_bug.cgi?id=106333
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/mac/accessibility/popup-button-exposes-axvalue-expected.txt: Added.
+        * platform/mac/accessibility/popup-button-exposes-axvalue.html: Added.
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Update expectations for fast/text/justify-ideograph*.
+
+        * platform/chromium-linux-x86/fast/text/justify-ideograph-vertical-expected.txt: Added.
+        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png: Added.
+        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/text/justify-ideograph-simple-expected.png:
+        * platform/chromium-mac-lion/fast/text/justify-ideograph-vertical-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.png:
+        * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
+        * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Update expectations for webaudio/realtimeanalyser-fft-sizing.html.
+
+        * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] context-creation-and-destruction.html is slow and flaky.
+        https://bugs.webkit.org/show_bug.cgi?id=92287
+
+        * platform/chromium/TestExpectations: Adjusted expectations.
+
+2013-01-08  Dan Winship  <danw@gnome.org>
+
+        Updates for Apache 2.4
+        https://bugs.webkit.org/show_bug.cgi?id=104478
+
+        Reviewed by Martin Robinson.
+
+        Apache 2.4 requires a slightly different config from 2.2, so split
+        fedora-httpd.conf into separate 2.2 and 2.4 versions.
+
+        2.4 is also more picky about passing request headers to CGI
+        scripts, and will ignore headers that aren't valid according to
+        the HTTP grammar, so change underscores to hyphens to fix them.
+
+        * http/conf/fedora-httpd-2.2.conf: Renamed from
+        LayoutTests/http/conf/fedora-httpd.conf.
+        * http/conf/fedora-httpd-2.4.conf: Based on
+        LayoutTests/http/conf/fedora-httpd.conf and updated for 2.4.
+        * http/tests/cookies/resources/cookies-test-pre.js:
+        (setCookies):
+        (clearCookies):
+        * http/tests/navigation/ping-cookie.html:
+        * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html:
+
+2013-01-08  Alexis Menard  <alexis@webkit.org>
+
+        transition-delay and transition-duration return incorrect values when querying using the computed style.
+        https://bugs.webkit.org/show_bug.cgi?id=105432
+
+        Reviewed by Dean Jackson.
+
+        Uncomment existing tests to cover the bug.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Tweak expectations for random-array-gc-stress.html to reflect reality.
+        https://bugs.webkit.org/show_bug.cgi?id=84802
+
+        * platform/chromium/TestExpectations: Tweaked expectations.
+
+2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Skip http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html, because
+        it's been timing out since it was added.
+        https://bugs.webkit.org/show_bug.cgi?id=106332
+
+        * platform/chromium/TestExpectations: Adjusted expectations.
+
+2013-01-08  Martin Robinson  <mrobinson@igalia.com>
+
+        [GTK] Login & password shown in browsers' URL entry after successful HTTP authentication
+        https://bugs.webkit.org/show_bug.cgi?id=105190
+
+        Reviewed by Carlos Garcia Campos.
+
+        Add a new test that checks that the URL of a page that redirects and uses
+        authentication. This verifies correct behavior for ports that communicates
+        a request's credentials to the platform networking layer by setting them in the URL.
+        The credentials should not remain in the URL string itself.
+
+        * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt: Added.
+        * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html: Added.
+        * http/tests/misc/authentication-redirect-4/resources/auth-echo.php: Added.
+        * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: Added.
+
+2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviwed gardening.
+
+        Removing failure expectations/skip entries for fast/dom/Window/window-postmessage-arrays.html.
+        The test was fixed by r138964.
+
+        Also further remove failure expectations for now-passing tests on the GTK builders.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Changing a timeout expectation for inspector/timeline/timeline-decode-resize.html
+        to a failure expectation. The test doesn't time out anymore due to added WebP support.
+
+        Adding a timeout expectation for two proximity layout tests added in r139050.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-08  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Don't confine page popups to root view on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=106315
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Remove setting parameters confineToRootView and rootViewRectInScreen.
+
+2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip a new failing test.
+
+        * platform/qt/TestExpectations:
+
+2013-01-08  Kihong Kwon  <kihong.kwon@samsung.com>
+
+        Add DeviceProximityController to support Device Proximity Events.
+        https://bugs.webkit.org/show_bug.cgi?id=97630
+
+        Reviewed by Hajime Morita.
+
+        Add layout test cases for the DeviceProximityController.
+
+        * proximity/add-listener-from-callback-expected.txt: Added.
+        * proximity/add-listener-from-callback.html: Added.
+        * proximity/basic-operation-expected.txt: Added.
+        * proximity/basic-operation.html: Added.
+        * proximity/create-event-expected.txt: Added.
+        * proximity/create-event.html: Added.
+        * proximity/event-after-navigation-expected.txt: Added.
+        * proximity/event-after-navigation.html: Added.
+        * proximity/multiple-frames-expected.txt: Added.
+        * proximity/multiple-frames.html: Added.
+        * proximity/no-page-cache-expected.txt: Added.
+        * proximity/no-page-cache.html: Added.
+        * proximity/optional-event-properties-expected.txt: Added.
+        * proximity/optional-event-properties.html: Added.
+        * proximity/resources/cached-page-1.html: Added.
+        * proximity/resources/cached-page-2.html: Added.
+        * proximity/resources/event-after-navigation-new.html: Added.
+        * proximity/updates-expected.txt: Added.
+        * proximity/updates.html: Added.
+        * proximity/window-property-expected.txt: Added.
+        * proximity/window-property.html: Added.
+
+2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding failure expectation for an a11y test added in r139002.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt][WK2] Unreviewed gardening after r138932.
+
+        * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.txt: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.png: Added.
+        * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.txt: Added.
+
+2013-01-04  Sergio Villar Senin  <svillar@igalia.com>
+
+        [GTK] Add WebP image support
+        https://bugs.webkit.org/show_bug.cgi?id=105915
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/TestExpectations: unskipped two tests passing now
+        that we have WebP support.
+
+2013-01-08  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Dragging over an element with scrollbars should scroll the element when dragging near edges
+        https://bugs.webkit.org/show_bug.cgi?id=39725
+
+        Reviewed by Hajime Morita.
+
+        This patch adds new test for autoscroll during drag-and-drop.
+
+        * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
+        * fast/events/drag-and-drop-autoscroll.html: Added.
+
+2013-01-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
+
+        Float block's logical top margin is illegal in vertical writing mode.
+        https://bugs.webkit.org/show_bug.cgi?id=96597
+
+        Reviewed by Hajime Morita.
+
+        Specify margin to float block in vertical writing mode.
+
+        * fast/writing-mode/vertical-float-margin-expected.html: Added.
+        * fast/writing-mode/vertical-float-margin.html: Added.
+        * platform/chromium/TestExpectations: Add need rebaseline.
+
+2013-01-07  Kent Tamura  <tkent@chromium.org>
+
+        REGRESSION(r137406): Text inside an empty optgroup prevents subsequent options from appearing
+        https://bugs.webkit.org/show_bug.cgi?id=106298
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/forms/select/select-empty-optgroup-expected.html: Added.
+        * fast/forms/select/select-empty-optgroup.html: Added.
+
+2013-01-07  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of month/day field should respect min/max attributes
+        https://bugs.webkit.org/show_bug.cgi?id=106212
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
+        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Add tests for month and day fields.
+        * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
+        * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer.html: Added.
+
+2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=104637
+
+        Reviewed by Noam Rosenthal.
+
+        Unskip compositing/repaint/resize-repaint.html now that Coordinated
+        Graphics is no longer repainting unconditionally compositing layers
+        when their size changes.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [CoordinatedGraphics] Support invalidation tracking for CoordinatedGraphicsLayer
+        https://bugs.webkit.org/show_bug.cgi?id=106002
+
+        Reviewed by Noam Rosenthal.
+
+        Unskip several tests that require invalidation tracking for EFL WK2 now that
+        it is supported by Coordinated Graphics.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
+        Use same expectation as mac port.
+        * platform/efl/fast/images/repaint-subrect-grid-expected.txt: Added. We are sometimes
+        1 pixel off compared to the global expectation likely due to lack for subpixel layout
+        support.
+
+2013-01-07  Hajime Morrita  <morrita@google.com>
+
+        Document::m_activeNode should be always an Element.
+        https://bugs.webkit.org/show_bug.cgi?id=106193
+
+        Reviewed by Ryosuke Niwa.
+
+        * svg/custom/text-use-click-crash-expected.txt: Added.
+        * svg/custom/text-use-click-crash.html: Added.
+
+2013-01-07  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Implement grid items sizing for fixed minmax grid tracks
+        https://bugs.webkit.org/show_bug.cgi?id=104700
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/minmax-fixed-logical-height-only-expected.txt: Added.
+        * fast/css-grid-layout/minmax-fixed-logical-height-only.html: Added.
+        * fast/css-grid-layout/minmax-fixed-logical-width-only-expected.txt: Added.
+        * fast/css-grid-layout/minmax-fixed-logical-width-only.html: Added.
+
+2013-01-07  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Add a setting to enable composited scrolling for frames
+        https://bugs.webkit.org/show_bug.cgi?id=104950
+
+        Reviewed by James Robinson.
+
+        Test case to ensure iframes are not added into nonFastScrollableRegion when acceleratedCompositingForScrollableFramesEnabled and compositedScrollingForFramesEnabled.
+
+        * compositing/iframes/iframe-composited-scrolling-expected.txt: Added.
+        * compositing/iframes/iframe-composited-scrolling.html: Added.
+
+2013-01-07  Adam Barth  <abarth@webkit.org>
+
+        HTMLTreeBuilder should not depend on Frame
+        https://bugs.webkit.org/show_bug.cgi?id=106256
+
+        Reviewed by Eric Seidel.
+
+        I needed to update this test slightly because now we lock in the
+        "script enabled" bit for the parser when the parser starts. That means
+        we'll parse the document in a consistent way even if the "script
+        enabled" bit gets flipped later.
+
+        * fast/parser/noscript-with-javascript-disabled-expected.txt:
+        * fast/parser/noscript-with-javascript-disabled.html:
+
+2013-01-07  Tony Chang  <tony@chromium.org>
+
+        Remove more internals.settings that are autogenerated
+        https://bugs.webkit.org/show_bug.cgi?id=106253
+
+        Reviewed by Adam Barth.
+
+        These tests were manually trying to reset setMediaPlaybackRequiresUserGesture
+        when the test ended because they weren't using the InternalSettings::Backup to
+        save/restore the prefs. The autogenerated code will properly reset these prefs
+        before the next test.
+
+        * media/no-autoplay-with-user-gesture-requirement.html:
+        * media/video-load-require-user-gesture.html:
+        * media/video-play-require-user-gesture.html:
+
+2013-01-07  Emil A Eklund  <eae@chromium.org>
+
+        REGRESSION(SUBPIXEL_LAYOUT): el.offsetWidth < el.clientWidth for elements of a certain size
+        https://bugs.webkit.org/show_bug.cgi?id=106107
+
+        Reviewed by Levi Weintraub.
+        
+        Add test for clientWidth/offsetWidth rounding.
+
+        * fast/sub-pixel/client-and-offset-width-expected.txt: Added.
+        * fast/sub-pixel/client-and-offset-width.html: Added.
+
+2013-01-07  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add Mac Lion result after r138986.
+
+        * platform/mac-lion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
+
+2013-01-07  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: the text of render counters are not exposed to Accessibility
+        https://bugs.webkit.org/show_bug.cgi?id=103794
+
+        Reviewed by Ryosuke Niwa.
+
+        * accessibility/render-counter-text-expected.txt: Added.
+        * accessibility/render-counter-text.html: Added.
+
+2013-01-07  Ojan Vafai  <ojan@chromium.org>
+
+        A couple more rebaselines for http://trac.webkit.org/changeset/138838.
+        * platform/mac/fast/table/038-vertical-expected.txt:
+        * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
+
+2013-01-07  Justin Novosad  <junov@google.com>
+
+        Fixing memory read after free in CanvasRenderingContext2D::accessFont
+        https://bugs.webkit.org/show_bug.cgi?id=106244
+
+        Reviewed by Abhishek Arya.
+
+        New test case to verify stability of 2D canvas method measureText.
+        Test case was causing a DumpRenderTree crash on builds with
+        AddressSantitizer instrumentation.
+
+        * fast/canvas/canvas-measureText-expected.txt: Added.
+        * fast/canvas/canvas-measureText.html: Added.
+
+2013-01-07  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-buffer-overflow in WebCore::RenderBlock::clone.
+        https://bugs.webkit.org/show_bug.cgi?id=101984
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/multicol/recursive-split-flow-crash-expected.txt: Added.
+        * fast/multicol/recursive-split-flow-crash.html: Added.
+
+2013-01-07  Enrica Casucci  <enrica@apple.com> 
+
+        Some characters are not rotated properly in vertical text
+        https://bugs.webkit.org/show_bug.cgi?id=105663
+        <rdar://problem/12738911>
+
+        Reviewed by Dan Bernstein. 
+
+        * platform/mac/fast/text/vertical-no-sideways.html: Added. 
+        * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
+
+2013-01-07  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Updating test expectations following r138717.
+
+        * platform/chromium-linux/platform/chromium/fast/events/touch: Removed.
+        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
+        * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
+        * platform/chromium-win-xp/platform/chromium/fast/events: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/events/touch: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] fast/speech/scripted/navigate-away.html is flaky.
+        https://bugs.webkit.org/show_bug.cgi?id=106249
+
+        * platform/chromium/TestExpectations: Marked as flaky.
+
+2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Rebaseline webaudio/realtimeanalyser-fft-sizing.html.
+
+        * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt.
+
+2013-01-07  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137632.
+        http://trac.webkit.org/changeset/137632
+        https://bugs.webkit.org/show_bug.cgi?id=106237
+
+        Caused major security regressions on ClusterFuzz (Requested by
+        inferno-sec on #webkit).
+
+        * mathml/mo-stretch-crash-expected.txt: Removed.
+        * mathml/mo-stretch-crash.html: Removed.
+
+2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Rebaseline svg/W3C-SVG-1.1/paths-data-03-f.svg.
+
+        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Updated expectation.
+
+2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Tests in svg/dynamic-updates are flaky..
+        https://bugs.webkit.org/show_bug.cgi?id=106238
+
+        * platform/chromium/TestExpectations: Marked as flaky.
+
+2013-01-07  Ojan Vafai  <ojan@chromium.org>
+
+        Rebaselines after http://trac.webkit.org/changeset/138838.
+
+        * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/chromium-mac-lion/fast/table/038-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/table/border-collapsing/004-vertical-expected.png:
+        * platform/chromium-mac-snowleopard/fast/table/038-vertical-expected.png:
+        * platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.png:
+        * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/chromium-mac/fast/table/038-vertical-expected.png:
+        * platform/chromium-mac/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
+        * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png:
+        * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.txt:
+        * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Added.
+        * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/gtk/fast/table/038-vertical-expected.txt:
+        * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
+        * platform/mac-lion/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
+        * platform/mac-lion/fast/table/border-collapsing/004-vertical-expected.txt: Added.
+        * platform/mac-wk2/fast/table/038-vertical-expected.txt: Renamed from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
+        * platform/mac-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/table/038-vertical-expected.txt:
+        * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
+
+2013-01-07  Victor Carbune  <victor@rosedu.org>
+
+        [Track] Rendering crash
+        https://bugs.webkit.org/show_bug.cgi?id=106199
+
+        Reviewed by Eric Carlson.
+
+        * media/track/track-cue-inline-assertion-crash-expected.txt: Added.
+        * media/track/track-cue-inline-assertion-crash.html: Added.
+
+2013-01-07  Michael Pruett  <michael@68k.org>
+
+        [JSC] Copy non-index properties of arrays in SerializedScriptValue
+        https://bugs.webkit.org/show_bug.cgi?id=105575
+
+        Reviewed by Oliver Hunt.
+
+        The structured cloning algorithm requires copying all properties of
+        array objects, including non-index properties.
+
+        * fast/storage/resources/serialized-script-value.js:
+        * fast/storage/serialized-script-value-expected.txt:
+        * fast/storage/serialized-script-value.html:
+        * platform/chromium/fast/storage/serialized-script-value-expected.txt:
+        * platform/chromium/fast/storage/serialized-script-value.html:
+
+2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html has repainting issues
+        https://bugs.webkit.org/show_bug.cgi?id=97208
+
+        Reviewed by Tony Chang.
+
+        Following the fix for https://bugs.webkit.org/show_bug.cgi?id=105893, i converted this to a ref test.
+        Used a defined monospace font for similar results on all platforms.
+
+        * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html: Added.
+        * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html:
+        * platform/chromium-linux/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * platform/chromium-mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
+        * platform/chromium/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
+        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
+        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
+
+2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Marked WebAudio tests that are failing on Windows.
+        https://bugs.webkit.org/show_bug.cgi?id=106232
+
+        * platform/chromium/TestExpectations: Marked.
+
+2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Mark fast/block/float/max-width-clear-float-with-overflow-hidden.html as failing.
+        https://bugs.webkit.org/show_bug.cgi?id=47975
+
+        * platform/chromium/TestExpectations: Marked.
+
+2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        [Chromium] Update bug numbers and organize bug lines.
+
+        * platform/chromium/TestExpectations: Organizzazzed.
+
+2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        Unreviewed. Unskip tests fixed in http://trac.webkit.org/changeset/138937.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [GTK][EFL][Qt] New tests fast/regions/region-rule-nested-region-rule.html, fast/regions/region-styling-mediaquery.html are failing
+        https://bugs.webkit.org/show_bug.cgi?id=106168
+
+        Reviewed by Csaba Osztrogonác.
+
+        Specify a margin-top: 0 both for the h1 element that is flowed into region and the h1 element in the ref test to ensure
+        the h1 element is displayed at the same position in the region and in the containing article element.
+        Also, cleaned up the tests a little.
+
+        * fast/regions/region-rule-nested-region-rule-expected.html:
+        * fast/regions/region-rule-nested-region-rule.html:
+        * fast/regions/region-styling-mediaquery-expected.html:
+        * fast/regions/region-styling-mediaquery.html:
+
+2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Regression(r138786): Causes webaudio tests to crash
+        https://bugs.webkit.org/show_bug.cgi?id=106182
+
+        Reviewed by Philippe Normand.
+
+        Unskip several webaudio tests for EFL WK2 now that the
+        regression was fixed.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-07  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt] Gardening.
+        r138820: Skipped a test because track feature is not functional yet.
+        r138838: Added new baseline to fast/writing-mode/table-percent-width-quirk-expected.txt.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
+
+2013-01-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        Unskip now passing ruby tests.
+
+        Unreviewed gardening.
+
+        Verified to match rendering in other ports.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/ruby/ruby-beforeafter-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-empty-rt-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-length-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-run-break-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-runs-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-runs-spans-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-simple-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-simple-rp-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-trailing-expected.txt: Added.
+
+2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark 2 fast/regions ref tests as failing for EFL
+        port. Those tests were introduced in r138854.
+
+        * platform/efl/TestExpectations:
+
+2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark several webaudio tests as crashing on WK2 EFL
+        due to a regression in r138786.
+
+        * platform/efl-wk2/TestExpectations:
+
+2013-01-06  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-use-after-free in DocumentLoader::stopLoading
+        https://bugs.webkit.org/show_bug.cgi?id=103656
+
+        Reviewed by Eric Seidel.
+
+        * fast/dom/ready-state-change-crash-expected.txt: Added.
+        * fast/dom/ready-state-change-crash.html: Added.
+
+2013-01-06  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-use-after-free in WebCore::Document::implicitClose
+        https://bugs.webkit.org/show_bug.cgi?id=105655
+
+        Reviewed by Eric Seidel.
+
+        * fast/dom/window-load-crash-expected.txt: Added.
+        * fast/dom/window-load-crash.html: Added.
+
+2013-01-06  Mike West  <mkwst@chromium.org>
+
+        Seamless: IFrame's padding isn't taken into account when calculating its height.
+        https://bugs.webkit.org/show_bug.cgi?id=106167
+
+        Reviewed by Eric Seidel.
+
+        * fast/frames/seamless/seamless-border-padding-expected.txt:
+            Adjusts the previously failing expectations to the correct values.
+
+2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add failing test expectations to some tile drawing tests on Mac WebKit2.
+        The failures are tracked by the bug 106187.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Revert an erroneous change from r138874.
+
+        http/tests/misc/link-rel-icon-beforeload.html had been skipped prior to r138874
+        and it should continued to be.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky test expectation for the bug 106185.
+
+        * platform/mac/TestExpectations:
+
+2013-01-05  Robert Hogan  <robert@webkit.org>
+
+        Heap-use-after-free in WebCore::RenderBlock::insertIntoTrackedRendererMaps
+        https://bugs.webkit.org/show_bug.cgi?id=105654
+
+        Reviewed by Simon Fraser.
+
+        * fast/block/sticky-position-containing-block-crash-expected.txt: Added.
+        * fast/block/sticky-position-containing-block-crash.html: Added.
+
+2013-01-05  Mike West  <mkwst@chromium.org>
+
+        Deflaking http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html
+        https://bugs.webkit.org/show_bug.cgi?id=106165
+
+        Reviewed by Adam Barth.
+
+        The original test chose its violation mechanism poorly. The existing injection file
+        injected two violations, which generated reports delivered in a random order. This
+        patch creates a new injection JavaScript file that injects a single image, generating
+        a single report. That should deflake the test.
+
+        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt:
+        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html:
+        * http/tests/security/contentSecurityPolicy/resources/inject-image.js:
+            Adjusting the test to be deterministic.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+            Unskipping test.
+
+
+2013-01-05  Mike West  <mkwst@chromium.org>
+
+        seamless iframes don't take border into account properly and make the iframe too small.
+        https://bugs.webkit.org/show_bug.cgi?id=90827
+
+        Reviewed by Ojan Vafai.
+
+        * fast/frames/seamless/seamless-border-padding-expected.txt: Added.
+        * fast/frames/seamless/seamless-border-padding.html: Added.
+            This test checks the IFrame's handling of borders and padding.
+            Things work correctly for width after this patch, but there are
+            still issues with padding and height, which will be fixed in
+            http://wkbug.com/106167
+
+2013-01-05  Min Qin  <qinmin@chromium.org>
+
+        MediaControls::show() should make controls opaque
+        https://bugs.webkit.org/show_bug.cgi?id=106034
+
+        Reviewed by Eric Carlson.
+
+        Add tests to check that video controls are shown when exiting from fullscreen.
+
+        * media/video-controls-visible-exiting-fullscreen-expected.txt: Added.
+        * media/video-controls-visible-exiting-fullscreen.html: Added.
+
+2013-01-05  Michael Pruett  <michael@68k.org>
+
+        [WK2] Exclude IndexedDB tests which use eventSender.beginDragWithFiles()
+        https://bugs.webkit.org/show_bug.cgi?id=106138
+
+        Reviewed by Alexey Proskuryakov.
+
+        * platform/wk2/TestExpectations:
+
+2013-01-05  Alec Flett  <alecflett@chromium.org>
+
+        IndexedDB: Migrate backend ObjectStore calls to use transaction id
+        https://bugs.webkit.org/show_bug.cgi?id=102741
+
+        Reviewed by Tony Chang.
+
+        Add additional count() tests for multi-entry indexes, not previously
+        covered.
+
+        * storage/indexeddb/index-multientry-expected.txt:
+        * storage/indexeddb/resources/index-multientry.js:
+        (.transaction.oncomplete):
+        (verifyCount.request.onsuccess.request.onsuccess):
+        (verifyCount.request.onsuccess):
+        (verifyCount):
+
+2013-01-05  Robert Hogan  <robert@webkit.org>
+
+        Max width of a floated container with floated children calculated incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=47975
+
+        Reviewed by Levi Weintraub.
+
+        * fast/block/float/max-width-clear-float-with-overflow-hidden-expected.html: Added.
+        * fast/block/float/max-width-clear-float-with-overflow-hidden.html: Added.
+
+2013-01-05  Takashi Sakamoto  <tasak@google.com>
+
+        [Shadow DOM]: Some named elements in ShadowTree visible on nesting document level
+        https://bugs.webkit.org/show_bug.cgi?id=105617
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/element-name-in-shadow-expected.txt: Added.
+        * fast/dom/shadow/element-name-in-shadow.html: Added.
+
+2013-01-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening
+
+        Skipping http/tests/multipart/multipart-wait-before-boundary.html for now,
+        the test is intermittently timing out on release builders despite being assigned
+        a SLOW expectation, thus unnecessarily painting bots red. A bug identifier is also
+        added for this test.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-05  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline several tests after r138838.
+
+        * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
+        * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/efl/fast/table/038-vertical-expected.png:
+        * platform/efl/fast/table/038-vertical-expected.txt:
+        * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
+        * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
+
+2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding failure expectations for two CSS Regions tests added in r138854.
+        Modifying a failure expectation for a CSS Image Set test that now times out after r138857.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Remove a duplicate test expectation since the bug 106153 has been merged into the bug 106165.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a flaky failure expectation to a test added by r138834.
+        The failure is tracked by the bug 106165.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. fast/ruby/base-shorter-than-text.html is failing on
+        Lion and MountainLion.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Test is flaky on Linux and Mac.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac test expectation for the test that has been intermittently failing on Mac Lion WebKit1.
+        The failure is tracked by the bug 106151.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Remove superfluous chromium test baselines for the test added by r138862 after r138869.
+
+        * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
+        * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
+        * platform/chromium-mac-lion/fast/js: Removed.
+        * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
+        * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
+        * platform/chromium/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Copied from LayoutTests/platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt.
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Adding new baselines for chromium.
+
+        * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
+        * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
+        * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
+
+2013-01-04  Eric Carlson  <eric.carlson@apple.com>
+
+        Unreviewed cleanup. Remove media/track/ from Mac TestExpectations because 
+        https://bugs.webkit.org/show_bug.cgi?id=105606 was fixed.
+
+        * platform/mac/TestExpectations:
+
+2013-01-04  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG should not elide CheckStructure if it's needed to perform a cell check
+        https://bugs.webkit.org/show_bug.cgi?id=106074
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
+        * fast/js/dfg-check-structure-elimination-for-non-cell.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-check-structure-elimination-for-non-cell.js: Added.
+        (foo):
+        (bar):
+        (baz):
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Temporarily skipping three tests
+        in webaudio/codec-tests/vorbis because they need a 
+        special rebaseline.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        REGRESSION(r138394): platform/mac/accessibility/file-upload-button-subrole.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=105778
+
+        Reviewed by Alexey Proskuryakov.
+
+        Removed the old test expectations.
+
+        * platform/mac/TestExpectations:
+
+2013-01-04  Rick Byers  <rbyers@chromium.org>
+
+        URL duplication in mouse cursor tests mean minor typos can cause flakiness
+        https://bugs.webkit.org/show_bug.cgi?id=104952
+
+        Reviewed by Eric Seidel.
+
+        Replace the explicit list of images to preload with code that extracts
+        URLs from style definitions.  Also move all this image preload code to
+        a common helper file so that it can easily be used by other tests.
+
+        * fast/events/mouse-cursor-image-set.html:
+        * fast/events/mouse-cursor-multiframecur.html:
+        * fast/events/mouse-cursor.html:
+        * fast/js/resources/image-preload-helper.js: Added.
+        (preloadImagesFromStyle):
+        (onComplete):
+        (imagesToLoad):
+
+2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Unreviewd. Fix break caused by using old internals.settings.setEnableCompositingForFixedPosition
+        (has been renamed to setAcceleratedCompositingForFixedPositionEnabled).
+
+        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html:
+
+2013-01-04  Zoltan Horvath  <zoltan@webkit.org>
+
+        [CSS Regions] @region rules inside media queries are ignored
+        https://bugs.webkit.org/show_bug.cgi?id=102388
+
+        Reviewed by David Hyatt.
+
+        Using @region rules in media queries was ignored, but we should accept and apply it.
+
+        * fast/regions/region-rule-nested-region-rule-expected.html: Added.
+        * fast/regions/region-rule-nested-region-rule.html: Added.
+        * fast/regions/region-styling-mediaquery-expected.html: Added.
+        * fast/regions/region-styling-mediaquery.html: Added.
+
+2013-01-04  Abhishek Arya  <inferno@chromium.org>
+
+        Crash in WebCore::RenderBlock::willBeDestroyed
+        https://bugs.webkit.org/show_bug.cgi?id=103455
+
+        Reviewed by Eric Seidel.
+
+        * fast/multicol/continuation-crash-expected.txt: Added.
+        * fast/multicol/continuation-crash.html: Added.
+
+2013-01-04  Chris Rogers  <crogers@google.com>
+
+        Implement WebIDL-style string constants in WebAudio (part 2)
+        https://bugs.webkit.org/show_bug.cgi?id=105977
+
+        Reviewed by Kentaro Hara.
+
+        * webaudio/audiopannernode-basic-expected.txt: Removed.
+        * webaudio/audiopannernode-basic.html: Removed.
+        * webaudio/biquad-getFrequencyResponse-expected.txt:
+        * webaudio/biquad-getFrequencyResponse.html:
+        * webaudio/biquadfilternode-basic-expected.txt:
+        * webaudio/biquadfilternode-basic.html:
+        * webaudio/pannernode-basic-expected.txt: Added.
+        * webaudio/pannernode-basic.html: Added.
+        * webaudio/resources/biquad-testing.js:
+        * webaudio/resources/distance-model-testing.js:
+        (createGraph):
+        (.return.renderedBuffer):
+        (checkDistanceResult):
+        * webaudio/resources/panner-model-testing.js:
+        (createGraph):
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. The following two tests are flaky on XP:
+        svg/custom/feComponentTransfer-Table.svg
+        svg/custom/embedding-external-svgs.xhtml
+
+        * platform/chromium/TestExpectations:
+
+2013-01-04  Rick Byers  <rbyers@chromium.org>
+
+        window.Touch and TouchList should exist when touch events are enabled
+        https://bugs.webkit.org/show_bug.cgi?id=96295
+
+        Reviewed by Kentaro Hara.
+
+        Add new expected constructors and instanceof checks.
+
+        * fast/events/touch/document-create-touch-list-expected.txt:
+        * fast/events/touch/script-tests/document-create-touch-list.js:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
+2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Test compositing and slow scrolling behavior of fixed position elements under transformed elements
+        https://bugs.webkit.org/show_bug.cgi?id=103470
+
+        Reviewed by Simon Fraser.
+
+        Add test case for the behavior change about fixed position elements under transformed elements in bug 102543 by the way.
+
+        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
+        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html: Added.
+
+2013-01-04  Tony Chang  <tony@chromium.org>
+
+        Remove some autogenerated settings from InternalSettings.idl
+        https://bugs.webkit.org/show_bug.cgi?id=106114
+
+        Reviewed by Ojan Vafai.
+
+        Rename setters to match the name in Settings.in
+        setEnableCompositingForFixedPosition -> setAcceleratedCompositingForFixedPositionEnabled
+        setEnableCompositingForScrollableFrames -> setAcceleratedCompositingForScrollableFramesEnabled
+
+        * compositing/absolute-inside-out-of-view-fixed.html:
+        * compositing/geometry/fixed-position-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
+        * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html:
+        * compositing/geometry/fixed-position-composited-page-scale.html:
+        * compositing/geometry/fixed-position-composited-switch.html:
+        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
+        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-transform-composited-page-scale.html:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
+        * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
+        * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html:
+        * compositing/layer-creation/fixed-position-out-of-view.html:
+        * compositing/overflow/automatically-opt-into-composited-scrolling.html:
+        * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
+        * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
+        * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
+        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
+        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
+        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
+
+2013-01-04  Ojan Vafai  <ojan@chromium.org>
+
+        Vertical writing mode can overflow fixed size grandparent container
+        https://bugs.webkit.org/show_bug.cgi?id=93655
+
+        Reviewed by David Hyatt.
+
+        * fast/writing-mode/auto-sizing-orthogonal-flows-expected.txt: Added.
+        * fast/writing-mode/auto-sizing-orthogonal-flows.html: Added.
+        * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
+        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
+        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
+        * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
+        * fast/writing-mode/table-percent-width-quirk-expected.png:
+        * fast/writing-mode/table-percent-width-quirk-expected.txt:
+        This test now correctly uses the containing blocks's availableHeight instead of the
+        initial containing block's height to size the perpendicular child.
+        * platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.txt:
+        * platform/chromium-linux/fast/table/038-vertical-expected.png:
+        * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
+        The extra wrapping in this test is just because we subtract the body's margin when
+        computing the available height. If you force the table's container 16px smaller,
+        you get the same rendering at tip of tree WebKit.
+        * platform/chromium-win/fast/table/038-vertical-expected.txt:
+        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        Add tests that will need rebaseline once this patch lands.
+
+2013-01-04  Joshua Bell  <jsbell@chromium.org>
+
+        Add tests for WebIDL type conversions
+        https://bugs.webkit.org/show_bug.cgi?id=105927
+
+        Reviewed by Adam Barth.
+
+        This currently fails long long conversions of non-finites (which should map to 0). Patch
+        in progress at: http://wkbug.com/96798
+
+        * fast/js/webidl-type-mapping-expected.txt: Added.
+        * fast/js/webidl-type-mapping.html: Added.
+
+2013-01-04  Stephen White  <senorblanco@chromium.org>
+
+        Invalidation of some SVG filter attributes on HTML content doesn't work 
+        https://bugs.webkit.org/show_bug.cgi?id=105635
+
+        Reviewed by Dirk Schulze.
+
+        New reftest to verify filter attribute change invalidations.
+
+        * css3/filters/reference-filter-update-on-attribute-change-expected.html: Added.
+        * css3/filters/reference-filter-update-on-attribute-change.html: Added.
+
+2013-01-04  Mike West  <mkwst@chromium.org>
+
+        CSP 1.1: Experiment with adding line numbers to violation reports.
+        https://bugs.webkit.org/show_bug.cgi?id=105374
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html: Added.
+        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html: Added.
+
+2013-01-04  Mike Lawther  <mikelawther@chromium.org>
+
+        CSS3 calc: working with translate and scale transforms
+        https://bugs.webkit.org/show_bug.cgi?id=105985
+
+        Reviewed by Ojan Vafai.
+
+        * css3/calc/transforms-scale-expected.html: Added.
+        * css3/calc/transforms-scale.html: Added.
+        * css3/calc/transforms-translate-expected.html: Added.
+        * css3/calc/transforms-translate.html: Added.
+
+2013-01-04  Elliott Sprehn  <esprehn@chromium.org>
+
+        PseudoElement should never dispatch events
+        https://bugs.webkit.org/show_bug.cgi?id=106048
+
+        Reviewed by Ojan Vafai.
+
+        Add a test that events don't get dispatched from pseudo elements. The
+        only way right now to cause this is with transitions or animations.
+
+        * fast/css-generated-content/pseudo-element-events-expected.txt: Added.
+        * fast/css-generated-content/pseudo-element-events.html: Added.
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Adding Lion image baseline for
+        fast/regions/full-screen-video-from-region.html
+
+        * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png: Added.
+
+2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a crash test expectation for the crashing test on Mac WebKit1 after r138782,
+        which attempted to fix the crash but appears to did so only on WebKit2.
+
+        The failure is tracked by the bug 106123.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        The following two tests are starting to fail while on the verge of
+        timing out. Adding Failure to their modifiers.
+
+        fast/canvas/webgl/context-creation-and-destruction.html
+        platform/chromium/virtual/gpu/fast/canvas/webgl/context-creation-and-destruction.html
+
+        * platform/chromium/TestExpectations:
+
+2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add Mac baselines for subpixel tests added in r125794, r137945, and r138200.
+        https://bugs.webkit.org/show_bug.cgi?id=106070
+
+        Reviewed by Emil A Eklund.
+
+        Added baselines.
+
+        * platform/mac/fast/sub-pixel: Added.
+        * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
+        * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
+        * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
+        * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
+        * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
+        * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
+
+2013-01-04  Stephen White  <senorblanco@chromium.org>
+
+        CSS url() filters with forward references don't work
+        https://bugs.webkit.org/show_bug.cgi?id=90405
+
+        Based on a patch by Keyar Hood.
+
+        Reviewed by Dirk Schulze.
+
+        * css3/filters/effect-reference-after-expected.html: Added.
+        * css3/filters/effect-reference-after.html: Added.
+        * css3/filters/effect-reference-delete-crash.html: Added.
+        * css3/filters/effect-reference-delete-expected.html: Added.
+        * css3/filters/effect-reference-delete.html: Added.
+        * css3/filters/effect-reference-removed-while-pending-resources-expected.html: Added.
+        * css3/filters/effect-reference-removed-while-pending-resources.html: Added.
+        * css3/filters/effect-reference-rename-expected.html: Added.
+        * css3/filters/effect-reference-rename.html: Added.
+        * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
+        * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
+        * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
+        * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
+        * svg/filters/filter-cycle-expected.html: Added.
+        * svg/filters/filter-cycle.html: Added.
+
+2013-01-04  Mike West  <mkwst@chromium.org>
+
+        CSP: Blocked 'track' sources should only log once to the console.
+        https://bugs.webkit.org/show_bug.cgi?id=106091
+
+        Reviewed by Eric Carlson.
+
+        * http/tests/security/contentSecurityPolicy/media-src-track-block-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/media-src-track-block.html: Added.
+        * http/tests/security/contentSecurityPolicy/resources/track.srt: Added.
+
+2013-01-04  Mike West  <mkwst@chromium.org>
+
+        CSP: 'frame-src' should block redirects to invalid sources.
+        https://bugs.webkit.org/show_bug.cgi?id=106084
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt: Added.
+        * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.html: Added.
+
+2013-01-04  Mike West  <mkwst@chromium.org>
+
+        CSP: XHR from an isolated world should bypass a page's policy.
+        https://bugs.webkit.org/show_bug.cgi?id=104480
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt: Added.
+        * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr.html: Added.
+            A new test! How wonderful!
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+            Skipping the new test on ports that don't support it.
+
+2013-01-04  Mike Lawther  <mikelawther@chromium.org>
+
+        CSS3 calc: mixed percent/absolute for border-radius
+        https://bugs.webkit.org/show_bug.cgi?id=106046
+
+        Reviewed by Ojan Vafai.
+
+        * css3/calc/border-radius-expected.html: Renamed from LayoutTests/css3/calc/border-radius-expected-mismatch.html.
+        * css3/calc/border-radius.html:
+
+2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Again updating baseline for editing/deleting/delete-to-select-table.html.
+
+        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
+
+2013-01-04  Dana Jansens  <danakj@chromium.org>
+
+        [chromium] Remove lost-compositor-context layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=106089
+
+        Reviewed by James Robinson.
+
+        Better test coverage for these issues is now provided by the unit tests
+        in the compositor's cc/layer_tree_host_unittest_context.cc file.
+
+        * platform/chromium-linux-x86/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
+        * platform/chromium-linux/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
+        * platform/chromium-mac/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
+        * platform/chromium-win-xp/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
+        * platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
+        * platform/chromium/compositing/lost-compositor-context-expected.txt: Removed.
+        * platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
+        * platform/chromium/compositing/lost-compositor-context-permanently-expected.txt: Removed.
+        * platform/chromium/compositing/lost-compositor-context-permanently.html: Removed.
+        * platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
+        * platform/chromium/compositing/lost-compositor-context-twice-expected.txt: Removed.
+        * platform/chromium/compositing/lost-compositor-context-twice.html: Removed.
+        * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
+        * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
+        * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
+        * platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
+        * platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Removed.
+        * platform/chromium/compositing/lost-compositor-context-with-video.html: Removed.
+        * platform/chromium/compositing/lost-compositor-context.html: Removed.
+        * platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
+        * platform/chromium/compositing/webgl-loses-compositor-context-expected.txt: Removed.
+        * platform/chromium/compositing/webgl-loses-compositor-context.html: Removed.
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. fast/repaint/japanese-rl-selection-repaint-in-regions.html
+        has image-only failures on SnowLeopard and Lion.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-04  Adam Klein  <adamk@chromium.org>
+
+        Remove ENABLE_MUTATION_OBSERVERS #define
+        https://bugs.webkit.org/show_bug.cgi?id=105459
+
+        Reviewed by Ryosuke Niwa.
+
+        Remove references to ENABLE(MUTATION_OBSERVERS) from tests.
+
+        * fast/dom/MutationObserver/cross-document.html:
+        * fast/dom/MutationObserver/database-callback-delivery.html:
+        * fast/dom/MutationObserver/disconnect-cancel-pending.html:
+        * fast/dom/MutationObserver/filesystem-callback-delivery.html:
+        * fast/dom/MutationObserver/mutation-observer-constructor.html:
+        * fast/dom/MutationObserver/observe-attributes.html:
+        * fast/dom/MutationObserver/observe-characterdata.html:
+        * fast/dom/MutationObserver/observe-childList.html:
+        * fast/dom/MutationObserver/observe-exceptions.html:
+        * fast/dom/MutationObserver/observe-subtree.html:
+        * fast/dom/MutationObserver/takeRecords.html:
+
+2013-01-04  Rick Byers  <rbyers@chromium.org>
+
+        Existence of window.Touch can break websites mobile device detection
+        https://bugs.webkit.org/show_bug.cgi?id=106071
+
+        Revert http://trac.webkit.org/changeset/135562 for now while I work
+        on a slightly safer version.
+
+        Reviewed by Ojan Vafai.
+
+        * fast/events/touch/document-create-touch-list-expected.txt:
+        * fast/events/touch/script-tests/document-create-touch-list.js:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
+2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt][WK2] Unreviewed gardening, unskip a now passing test.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip a new failing test.
+
+        * platform/qt/TestExpectations:
+
+2013-01-04  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. New image baselines for test
+        fast/regions/full-screen-video-from-region.html
+
+        * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png: Added.
+        * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
+        * platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png: Added.
+
+2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining an editing test after r138654.
+
+        Adding failure expectations for two tests added in r138632.
+        Add a temporary failure expectation for transitions/transitions-parsing.html,
+        the test is fixed but just requires a clean build. It shouldn't paint the bots
+        red until then.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Added.
+
+2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
+
+        REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
+        https://bugs.webkit.org/show_bug.cgi?id=105522
+
+        Reviewed by Xan Lopez.
+
+        Remove a failure expectation for a test that's now passing.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip new failing tests introduced in r138632 and r138756.
+
+        * platform/efl/TestExpectations:
+
+2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline editing/deleting/delete-to-select-table.html.
+
+        * platform/efl/editing/deleting/delete-to-select-table-expected.png:
+        * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
+
+2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark test webaudio/codec-tests/mp3/128kbps-44khz.html as Missing.
+
+        * platform/efl/TestExpectations:
+
+2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline 2 media/track test cases after r138784.
+
+        * platform/efl/media/track/track-cue-rendering-horizontal-expected.png:
+        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
+        * platform/efl/media/track/track-cue-rendering-vertical-expected.png:
+        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
+
+2013-01-04  Sailesh Agrawal  <sail@chromium.org>
+
+        [Mac] [WK2] platform/mac/fast/events/numpad-keycode-mapping.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=105958
+
+        Reviewed by Alexey Proskuryakov.
+
+        Fixed numpad-keycode-mapping.html failure in WebKitTestRunner.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-04  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions]Content overflowing last region displayed wrong
+        https://bugs.webkit.org/show_bug.cgi?id=105893
+
+        Reviewed by David Hyatt.
+
+        Add tests for all writing modes with content overflowing the last region in chain.
+        Hit testing for content overflowing the last region is not yet supported, therefore tests
+        for that will be added in the future.
+
+        * fast/regions/overflow-last-region-expected.html: Added.
+        * fast/regions/overflow-last-region-horiz-bt-expected.html: Added.
+        * fast/regions/overflow-last-region-horiz-bt.html: Added.
+        * fast/regions/overflow-last-region-vert-lr-expected.html: Added.
+        * fast/regions/overflow-last-region-vert-lr.html: Added.
+        * fast/regions/overflow-last-region-vert-rl-expected.html: Added.
+        * fast/regions/overflow-last-region-vert-rl.html: Added.
+        * fast/regions/overflow-last-region.html: Added.
+
+2013-01-04  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement :future pseudo class for the WebVTT ::cue pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=105473
+
+        Reviewed by Antti Koivisto.
+
+        Modified the track css matching test to cover :future pseudo-class case.
+
+        * media/track/captions-webvtt/captions-inner-timestamps.vtt: Removed.
+        * media/track/captions-webvtt/styling.vtt:
+        * media/track/track-css-matching-expected.txt:
+        * media/track/track-css-matching.html:
+        * media/track/track-cue-rendering-inner-timestamps-expected.txt: Removed.
+        * media/track/track-cue-rendering-inner-timestamps.html: The test was removed because it was based on the old
+        future/past nodes rendering logic.
+
+2013-01-04  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        REGRESSION (r138222?): Assertion failure on appcache/main-resource-redirect.html
+        https://bugs.webkit.org/show_bug.cgi?id=105591
+
+        Reviewed by Brady Eidson.
+
+        Unskip http/tests/appcache/main-resource-redirect.html.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add one more Mac test expectation for the bug 105986.
+
+        * platform/mac/TestExpectations:
+
+2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add Mac test expectations for the bugs 105986 and 105988.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a crashing test expectation for the test added by r138755 on Mac.
+        The test failure is tracked by the bug 138755.
+
+        * platform/mac/TestExpectations:
+
+2013-01-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Gardening Apple Windows port.
+
+        * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
+
+2013-01-03  Tony Chang  <tony@chromium.org>
+
+        incorrect flexbox relayout with overflow, padding and absolute positioning
+        https://bugs.webkit.org/show_bug.cgi?id=106022
+
+        Reviewed by Ojan Vafai.
+
+        * css3/flexbox/stretch-simplified-layout-expected.txt: Added.
+        * css3/flexbox/stretch-simplified-layout.html: Added.
+
+2013-01-03  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Marking fast/events/5056619.html as flaky
+        on XP and Win7.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-03  Antoine Quint  <graouts@apple.com>
+
+        onload callback for <track> element attached to <video> does not fire
+        https://bugs.webkit.org/show_bug.cgi?id=103258
+
+        Reviewed by Eric Carlson.
+
+        As a result of fixing this bug, a few new failures were uncovered and TestExpectations
+        needed to be updated to take this into account. Additionally, some existing tests were
+        incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
+        test the various conditions required for a <track> element to successfully load.
+
+        * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
+        a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
+        * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
+        mode on the text track such that it may load per the rules enforced with this patch.
+        * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
+        * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
+        the text track such that it may load per the rules enforced with this patch. Also, ensure
+        the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
+        have to wait until the next run loop to be changed to anything but NONE.
+        * media/track/track-element-load-event-expected.txt: Added.
+        * media/track/track-element-load-event.html: Added.
+        * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
+        non-disabled mode on the text track such that it may load per the rules enforced with
+        this patch.
+        * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
+
+2013-01-03  Jon Lee  <jonlee@apple.com>
+
+        REGRESSION(r138729): crash and assertion failures in WebKit::WebProcess::plugInDidReceiveUserInteraction
+        https://bugs.webkit.org/show_bug.cgi?id=106042
+        <rdar://problem/12953469>
+
+        Reviewed by Brady Eidson.
+
+        * platform/mac-wk2/TestExpectations: Unskip the crashing tests.
+
+2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing test expectation for fast/inline/continuation-outlines-with-layers.html on Mac
+        and associate it with the bug 106064.
+        
+        Also update Chromium test expectations to associate the failure with the bug 106064.
+        They were erroneously associated with resolved bugs.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-03  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Adding cr-linux image baseline for
+        http://trac.webkit.org/changeset/138755
+
+        * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png: Added.
+
+2013-01-03  Beth Dakin  <bdakin@apple.com>
+
+        https://bugs.webkit.org/show_bug.cgi?id=105475
+        Nested fixed position elements incorrectly repositioned on scrolling
+
+        Reviewed by Simon Fraser.
+
+        Unfortunately, the children were not really accurate before, and they are not 
+        really accurate now. It seems like the state tree is not fully up-to-date when the 
+        test is printing it. 
+        * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
+
+2013-01-03  Adam Klein  <adamk@chromium.org>
+
+        [HTMLTemplateElement] When adopting a template element, also adopt its content into the appropriate document
+        https://bugs.webkit.org/show_bug.cgi?id=106039
+
+        Reviewed by Eric Seidel.
+
+        * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Added.
+
+2013-01-03  Zoltan Horvath  <zoltan@webkit.org>
+
+        [CSS Regions] Don't apply region flow to fullscreen video playing
+        https://bugs.webkit.org/show_bug.cgi?id=102388
+
+        Reviewed by David Hyatt.
+
+        In case of full screen video playing we want to watch the video full screen without applying the region flow.
+
+        * fast/regions/full-screen-video-from-region-expected.txt: Added.
+        * fast/regions/full-screen-video-from-region.html: Added.
+        * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png: Added.
+
+2013-01-03  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [Mutation Observers] prevent delivery while recipient context is suspended
+        https://bugs.webkit.org/show_bug.cgi?id=105810
+
+        Reviewed by Adam Barth.
+
+        * inspector/debugger/mutation-observer-suspend-while-paused-expected.txt: Added.
+        * inspector/debugger/mutation-observer-suspend-while-paused.html: Added.
+
+2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt][WK2] Unreviewed gardening, skip a new crashing test to paint the bots green.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2013-01-03  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Setting webaudio/automatic-pull-node.html to
+        [ Timeout Pass ] for XP.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-03  Terry Anderson  <tdanderson@chromium.org>
+
+        css3/filters/effect-invert.html is flaky/has incorrect image output on Win
+
+        Unreviewed gardening. Marked this as [ Failure Pass ] for Win7 and
+        as [ Failure ] for XP.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-03  Uday Kiran  <udaykiran@motorola.com>
+
+        webkit fails IETC column-width-negative-001.htm
+        https://bugs.webkit.org/show_bug.cgi?id=84778
+
+        Reviewed by Tony Chang.
+
+        New test for multicolumn 'column-width' property with zero value.
+        Enable IETC column-width-negative test.
+
+        * fast/multicol/column-width-zero-expected.txt: Added.
+        * fast/multicol/column-width-zero.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add crash test expectations for tests regressed by r138729
+        The failure is tracked by the bug 106042.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Add Windows specific result for passing test.
+
+        * platform/win/loader: Added.
+        * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Added.
+
+2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Remove failing or flaky test expectations from tests that have been passing on Mac.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening of Apple Windows port.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+
+2013-01-03  Adam Klein  <adamk@chromium.org>
+
+        [HTMLTemplateElement] Disallow cycles within template content
+        https://bugs.webkit.org/show_bug.cgi?id=105066
+
+        Reviewed by Ojan Vafai.
+
+        * fast/dom/HTMLTemplateElement/cycles-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Added.
+        * fast/dom/HTMLTemplateElement/cycles.html: Added.
+        * fast/dom/shadow/shadow-hierarchy-exception-expected.txt: Added.
+        * fast/dom/shadow/shadow-hierarchy-exception.html: Added.
+
+2013-01-03  Alexis Menard  <alexis@webkit.org>
+
+        Querying transition-timing-function value on the computed style does not return keywords when it should.
+        https://bugs.webkit.org/show_bug.cgi?id=105442
+
+        Reviewed by Simon Fraser.
+
+        Update the tests to match the correct behavior of returning a keyword
+        rather than a cubic-bezier() form when using predefined values for the
+        transition-timing-function property.
+
+        * animations/animation-shorthand-name-order-expected.txt:
+        * animations/animation-shorthand-name-order.html:
+        * animations/animation-shorthand-removed.html:
+        * animations/animation-shorthand.html:
+        * animations/computed-style-expected.txt:
+        * animations/computed-style.html:
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+        * transitions/inherit-other-props-expected.txt:
+        * transitions/inherit-other-props.html:
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-01-03  Rik Cabanier  <cabanier@adobe.com>
+
+        Canvas blending tests fail on Mac WK2
+        https://bugs.webkit.org/show_bug.cgi?id=105943
+
+        Reviewed by Simon Fraser.
+
+        * platform/mac-wk2/TestExpectations: updated expectations as the test now passes
+
+2013-01-03  Adam Klein  <adamk@chromium.org>
+
+        Clear failed image loads when an <img> is adopted into a different document
+        https://bugs.webkit.org/show_bug.cgi?id=104409
+
+        Reviewed by Nate Chapin.
+
+        * loader/image-loader-adoptNode-assert-expected.txt: Added.
+        * loader/image-loader-adoptNode-assert.html: Added.
+
+2013-01-03  Vincent Scheib  <scheib@chromium.org>
+
+        Sandbox-blocked pointer lock should log to the console.
+        https://bugs.webkit.org/show_bug.cgi?id=105794
+
+        Reviewed by Adrienne Walker.
+
+        * http/tests/pointer-lock/iframe-sandboxed-expected.txt:
+        * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt:
+
+2013-01-03  Alexis Menard  <alexis@webkit.org>
+
+        Add tests to cover what transition-timing-function accepts for cubic-bezier values.
+        https://bugs.webkit.org/show_bug.cgi?id=105426
+
+        Reviewed by Simon Fraser.
+
+        http://www.w3.org/TR/css3-transitions/#transition-timing-function-property
+        has not yet been updated following the discussions
+        http://lists.w3.org/Archives/Public/www-style/2010Apr/0489.html and
+        http://lists.w3.org/Archives/Public/www-style/2010Jun/0254.html where
+        the range restriction of Y values for cubic-bezier type has been
+        removed. This patch add tests to cover that behavior to avoid breakage
+        in the future and test also various other different cubic-bezier use
+        cases.
+
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
+2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Update Mac test expectations after merging the bug 105987 into the bug 105986.
+
+        Also add one more test expectation for the bug.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-02  Levi Weintraub  <leviw@chromium.org>
+
+        Fix incorrect assumption about in-flow descendants of inlines in touch event rect tracking
+        https://bugs.webkit.org/show_bug.cgi?id=105970
+
+        Reviewed by Simon Fraser.
+
+        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Updating expectations
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Updating test to check previously failing case where
+        an inline with a touch handler contains a non-normal-flow child. Also, fixing the test since it was incorrectly duplicated.
+        * platform/chromium/TestExpectations:
+
+2013-01-03  Terry Anderson  <tdanderson@chromium.org>
+
+        Unreviewed gardening. Marking webaudio/automatic-pull-node.html as
+        [ Pass Slow ] instead of [ Pass Timeout ] for XP.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip a new failing test.
+
+        * platform/qt/TestExpectations:
+
+2013-01-03  Mike West  <mkwst@chromium.org>
+
+        The 'body' of seamless IFrames should default to 'margin: 0'
+        https://bugs.webkit.org/show_bug.cgi?id=90834
+
+        Reviewed by Antti Koivisto.
+
+        * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
+        * fast/frames/seamless/seamless-body-margin.html: Added.
+            New test to explicitly check 'body' margins.
+        * fast/frames/seamless/resources/nested-seamless.html:
+        * fast/frames/seamless/resources/quirks-square.html:
+        * fast/frames/seamless/resources/two-inline-blocks.html:
+        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
+        * fast/frames/seamless/seamless-inherited-origin.html:
+            Updated these tests to remove the assumption that the body had an
+            8px margin.
+
+2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skip new failing tests.
+        * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Updated after r138654.
+        * platform/qt/editing/execCommand/print-expected.txt: Updated after r138654.
+        * platform/qt/editing/execCommand/selectAll-expected.txt: Updated after r138654.
+        * platform/qt/editing/inserting/editable-html-element-expected.txt: Updated after r138654.
+
+2013-01-03  Mike West  <mkwst@chromium.org>
+
+        seamless iframes don't inherit styles when srcdoc is used
+        https://bugs.webkit.org/show_bug.cgi?id=103539
+
+        Reviewed by Antti Koivisto.
+
+        * fast/frames/seamless/resources/span.html: Added.
+        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
+            Updating the previously failing expectation.
+        * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
+        * fast/frames/seamless/seamless-srcdoc.html: Added.
+            Exciting new test to ensure that this doesn't regress, neither
+            for totally simple srcdoc attriubtes, nor for slightly more
+            complex variations.
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add failing test expectations for two canvas tests on Mac Lion
+        since they have been failing as far as we could tell on the flakiness dashboard.
+
+        The failure is tracked by the bug 105999.
+
+        * platform/mac/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac test expectation for the bug 105998.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        More Mac test expectation updates per bugs 105988 and 105987.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add flaky crash expectations for multiple tests on Mac WebKit2.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-02  Kenneth Russell  <kbr@google.com>
+
+        [chromium] Creation of dedicated workers (isolates) leaks reference to HTMLDocument
+        https://bugs.webkit.org/show_bug.cgi?id=105367
+
+        Reviewed by Dmitry Titov.
+
+        * fast/workers/resources/empty-worker.js: Added.
+        * fast/workers/resources/worker-document-leak-iframe.html: Added.
+        * fast/workers/worker-document-leak-expected.txt: Added.
+        * fast/workers/worker-document-leak.html: Added.
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        One more Mac rebaseline attempt for r138654. Also remove an entry for the bug 105514
+        which has been dup'ed with the bug 103663 for which we have more specific expectations.
+
+        * platform/mac-lion/editing/deleting: Removed.
+        * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Removed.
+        * platform/mac-wk2/editing/deleting: Removed.
+        * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Removed.
+        * platform/mac/TestExpectations:
+        * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Mac and Chromium rebaselines after r138654.
+
+        * editing/deleting/delete-to-select-table-expected.txt: Added.
+        * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.txt: Added.
+        * platform/chromium/editing/deleting/delete-to-select-table-expected.txt: Removed.
+        * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Removed.
+        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Removed.
+        * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Added.
+        * platform/mac-wk2/editing/deleting: Added.
+        * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Added.
+
+2013-01-02  Luke Macpherson   <macpherson@chromium.org>
+
+        Unreviewed Chromium gardening.
+
+        Rebaseline win-xp image for svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.html.
+
+        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
+
+2013-01-02  Bem Jones-Bey  <bjonesbe@adobe.com>
+
+        When a block's height is determined by min-height/max-height, children with percentage heights are sized incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=26559
+
+        Reviewed by Tony Chang.
+
+        Add tests to ensure percent heights are correctly determined.
+
+        * fast/block/min-max-height-percent-height-child-expected.txt: Added.
+        * fast/block/min-max-height-percent-height-child.html: Added.
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing test expectation to a test added by r136697.
+        The failure is tracked by the bug 105960.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing test expectations to a test added by r132411.
+        The patch updated DumpRenderTree but didn't update WebKitTestRunner.
+        The failure is tracked by the bug 105958.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac WebKit2 test expectation for the bug 105954.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing test expectation for the bug 105954.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-02  Douglas Stockwell  <dstockwell@chromium.org>
+
+        Crash in WebCore::InlineBox::deleteLine
+        https://bugs.webkit.org/show_bug.cgi?id=93448
+
+        Reviewed by Eric Seidel.
+
+        * editing/deleting/delete-block-table-expected.txt:
+        * editing/execCommand/selectAll-expected.txt: Renamed from LayoutTests/platform/chromium/editing/execCommand/selectAll-expected.txt.
+        * fast/text/whitespace/inline-whitespace-wrapping-1-expected.html: Added.
+        * fast/text/whitespace/inline-whitespace-wrapping-1.html: Added.
+        * fast/text/whitespace/inline-whitespace-wrapping-2-expected.html: Added.
+        * fast/text/whitespace/inline-whitespace-wrapping-2.html: Added.
+        * fast/text/whitespace/inline-whitespace-wrapping-3-expected.html: Added.
+        * fast/text/whitespace/inline-whitespace-wrapping-3.html: Added.
+        * fast/text/whitespace/inline-whitespace-wrapping-4-expected.html: Added.
+        * fast/text/whitespace/inline-whitespace-wrapping-4.html: Added.
+        * fast/text/whitespace/nowrap-white-space-collapse-expected.html: Added.
+        * fast/text/whitespace/nowrap-white-space-collapse.html: Added.
+        * fast/text/whitespace/pre-block-normal-inline-crash-1-expected.txt: Added.
+        * fast/text/whitespace/pre-block-normal-inline-crash-1.html: Added.
+        * fast/text/whitespace/pre-block-normal-inline-crash-2-expected.txt: Added.
+        * fast/text/whitespace/pre-block-normal-inline-crash-2.html: Added.
+        * platform/chromium-win/editing/deleting/delete-to-select-table-expected.txt:
+        * platform/chromium-win/editing/execCommand/print-expected.txt:
+        * platform/chromium-win/editing/execCommand/selectAll-expected.txt:
+        * platform/chromium-win/editing/inserting/editable-html-element-expected.txt:
+        * platform/efl/editing/execCommand/selectAll-expected.txt: Removed.
+        * platform/gtk/editing/execCommand/selectAll-expected.txt: Removed.
+        * platform/mac/editing/execCommand/selectAll-expected.txt: Removed.
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a test expectation for the bug 105952.
+
+        * platform/wk2/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a failing test expectation to a test added by r138380 on Mac WK2.
+        The failure is tracked by the bug 105948.
+
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-02  Tom Sepez  <tsepez@chromium.org>
+
+        X-XSS-Protection report-uri doesn't work with mode=block
+        https://bugs.webkit.org/show_bug.cgi?id=105907
+
+        Reviewed by Adam Barth.
+
+        Appears to work as-is, but the test was missing for this case. Checking
+        for completion is complicated by the frame navigating to about:blank, rather
+        than the echo-report page, so check it from the parent frame.
+        
+        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: Added.
+        * http/tests/security/xssAuditor/report-script-tag-full-block.html: Added.
+        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+
+2013-01-02  Terry Anderson  <tdanderson@chromium.org>
+
+        [chromium] Mark webaudio/automatic-pull-node.html as Timeout for XP
+        https://bugs.webkit.org/show_bug.cgi?id=105941
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Rebaseline tests after r137798 and update test expectations per bug 105943.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+
+2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
+
+        View source mode is missing the processing instruction line.
+        https://bugs.webkit.org/show_bug.cgi?id=15961
+
+        Reviewed by Adam Barth.
+
+        Add a test for XML documents shown in viewsource mode. The bug
+        with the missing processing instruction line was fixed long
+        ago with the HTML5 parser rewrite so this just adds a test.
+
+        * fast/frames/viewsource-xml-expected.txt: Added.
+        * fast/frames/viewsource-xml.html: Added.
+
+2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
+
+        Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
+        https://bugs.webkit.org/show_bug.cgi?id=92591
+
+        Reviewed by Eric Seidel.
+
+        Add tests that check if animations and transitions play for pseudo
+        :before and :after pseudo elements.
+
+        * fast/css-generated-content/pseudo-animation-expected.txt: Added.
+        * fast/css-generated-content/pseudo-animation.html: Added.
+        * fast/css-generated-content/pseudo-transition-expected.txt: Added.
+        * fast/css-generated-content/pseudo-transition.html: Added.
+
+2013-01-02  Chris Rogers  <crogers@google.com>
+
+        Implement WebIDL-style string constants in WebAudio
+        https://bugs.webkit.org/show_bug.cgi?id=105058
+
+        Reviewed by Kentaro Hara.
+
+        * webaudio/oscillator-basic-expected.txt:
+        * webaudio/oscillator-basic.html:
+        * webaudio/resources/audio-testing.js:
+
+2013-01-02  Robert Hogan  <robert@webkit.org>
+
+        Regression (r132935): WebKit breaks between <nobr> tags
+        https://bugs.webkit.org/show_bug.cgi?id=11857
+
+        Reviewed by David Hyatt.
+
+        * fast/inline/break-between-nobr-expected.html: Added.
+        * fast/inline/break-between-nobr.html: Added.
+
+2013-01-02  Mike West  <mkwst@chromium.org>
+
+        sandboxed iframe attribute parsing layout tests are flaky
+        https://bugs.webkit.org/show_bug.cgi?id=104848
+
+        Reviewed by Adam Barth.
+
+        This patch breaks the monolithic sandboxed-iframe-attribute-parsing.html
+        test into separate tests for each case. The flaky failures were due to
+        one of the 14 frames loading out of order, which shifted console message
+        positions around. Breaking them into separate tests should both speed up
+        the tests, as more can run in parallel, and solve the flake.
+
+        * fast/frames/resources/sandboxed-iframe-attribute-test.js: Added.
+        (fail):
+        (setStatus):
+        (allowedCallFromSandbox):
+        (disallowedCallFromSandbox):
+        (disallowedFormSubmitted):
+        (window.onload):
+        * fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-01.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-02.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-03.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-04.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-05.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-06.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-07.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-08.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-09.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-10.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-11.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-12.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-13.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-14-expected.txt: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-14.html: Added.
+        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Removed.
+        * fast/frames/sandboxed-iframe-attribute-parsing.html: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt-arm/TestExpectations:
+
+2013-01-02  Mike West  <mkwst@chromium.org>
+
+        Sandboxed iframes should not be granted notification permission of the parent frame unless allow-same-origin is specified
+        https://bugs.webkit.org/show_bug.cgi?id=36732
+
+        Reviewed by Adam Barth.
+
+        The behavior was fixed in wkbug.com/79704, but there aren't currently
+        any tests ensuring that it doesn't regress for sandboxed frames. This
+        patch adds one.
+
+        * fast/notifications/notifications-sandbox-permission-expected.txt: Added.
+        * fast/notifications/notifications-sandbox-permission.html: Added.
+        * fast/notifications/resources/notifications-iframe.html: Added.
+
+2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Update Mac test expectation per bug 105932.
+
+        * platform/mac/TestExpectations:
+
+2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r138601.
+        http://trac.webkit.org/changeset/138601
+        https://bugs.webkit.org/show_bug.cgi?id=105917
+
+        Also not an optimal solution, needs more discussion.
+        (Requested by mkwst_ on #webkit).
+
+        * fast/frames/seamless/resources/span.html: Removed.
+        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
+        * fast/frames/seamless/seamless-srcdoc-expected.txt: Removed.
+        * fast/frames/seamless/seamless-srcdoc.html: Removed.
+
+2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r138611.
+        http://trac.webkit.org/changeset/138611
+        https://bugs.webkit.org/show_bug.cgi?id=105916
+
+        Not an optimal solution, needs more discussion. (Requested by
+        mkwst_ on #webkit).
+
+        * fast/frames/seamless/resources/nested-seamless.html:
+        * fast/frames/seamless/resources/quirks-square.html:
+        * fast/frames/seamless/resources/two-inline-blocks.html:
+        * fast/frames/seamless/seamless-body-margin-expected.txt: Removed.
+        * fast/frames/seamless/seamless-body-margin.html: Removed.
+        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
+        * fast/frames/seamless/seamless-inherited-origin.html:
+
+2013-01-02  Mike West  <mkwst@chromium.org>
+
+        The 'body' of seamless IFrames should default to 'margin: 0'
+        https://bugs.webkit.org/show_bug.cgi?id=90834
+
+        Reviewed by Eric Seidel.
+
+        * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
+        * fast/frames/seamless/seamless-body-margin.html: Added.
+            New test to explicitly check 'body' margins.
+        * fast/frames/seamless/resources/nested-seamless.html:
+        * fast/frames/seamless/resources/quirks-square.html:
+        * fast/frames/seamless/resources/two-inline-blocks.html:
+        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
+        * fast/frames/seamless/seamless-inherited-origin.html:
+            Updated these tests to remove the assumption that the body had an
+            8px margin.
+
+2013-01-01  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [WK2] plugins/clicking-missing-plugin-fires-delegate.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=105897
+
+        Reviewed by Alexey Proskuryakov.
+
+        Unskip plugins/clicking-missing-plugin-fires-delegate.html for
+        WK2 now that WebKitTestRunner is dumping the expected text when
+        the missing plugin button is clicked.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+
+2013-01-01  Kangil Han  <kangil.han@samsung.com>
+
+        [EFL][WK1] Skip some webaudio test cases due to lack of implementation
+        https://bugs.webkit.org/show_bug.cgi?id=105882
+
+        Unreviewed, EFL gardening.
+
+        Bunch of webaudio test cases need setAudioData implementation and DRT has not it.
+        So, skips those cases.
+
+        * platform/efl-wk1/TestExpectations:
+
+2013-01-01  Mike West  <mkwst@chromium.org>
+
+        seamless iframes don't inherit styles when srcdoc is used
+        https://bugs.webkit.org/show_bug.cgi?id=103539
+
+        Reviewed by Eric Seidel.
+
+        * fast/frames/seamless/resources/span.html: Added.
+        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
+            Updating the previously FAILing expectation.
+        * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
+        * fast/frames/seamless/seamless-srcdoc.html: Added.
+            Exciting new test to ensure that this doesn't regress, neither
+            for totally simple srcdoc attriubtes, nor for slightly more
+            complex variations.
+
+2012-12-31  Kangil Han  <kangil.han@samsung.com>
+
+        [EFL] css3/masking/clip-path-circle-relative-overflow.html needs expected results update after 97217
+        https://bugs.webkit.org/show_bug.cgi?id=105883
+
+        Unreviewed, EFL gardening.
+
+        Rebaseline css3/masking/clip-path-circle-relative-overflow.html because BUG 97217 has been resolved.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
+
+2012-12-31  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark editing/spelling/spelling-insert-html.html as flaky
+        since it sometimes hits an assertion in RenderObject
+        destructor.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark fast/dom/Range/range-extract-contents.html as flaky
+        since it sometimes hits an assertion in
+        WebCore::endOfContinuations().
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark editing/pasteboard/4806874.html as flaky since
+        it sometimes hits an assertion in RenderObject
+        destructor.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline fast/js/global-constructors.html after
+        TEMPLATE_ELEMENT was enabled for EFL port in r138586.
+
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2012-12-30  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
+
+        [EFL] Enable TEMPLATE_ELEMENT feature
+        https://bugs.webkit.org/show_bug.cgi?id=105865
+
+        Reviewed by Laszlo Gombos.
+
+        * platform/efl/TestExpectations: Unskip test cases for template element.
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Add several webaudio tests to TestExpectations since
+        they sometimes hit !m_finishedNodes.size() assertion
+        in AudioContext destructor.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip XSS Auditor test case that has been consistently
+        passing on EFL port for a while.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip fast/dom/shadow/host-wrapper-reclaimed.html
+        since it is passing after r137978.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Update expectations for 2 fast/dom test cases so
+        that they are not reported as unexpected passes.
+
+        Those tests are passing because their generated
+        expectations are wrong.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Philippe Normand  <pnormand@igalia.com>
+
+        [GStreamer] webaudio/decode-audio-data-basic.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=105298
+
+        Reviewed by Martin Robinson.
+
+        * platform/efl/TestExpectations: Unflag fixed test.
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip text-decoration-style tests passing after
+        r126054 and r132076.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip cairo-related tests that are now consistently
+        passing on both WK1 and WK2 EFL.
+
+        * platform/efl/TestExpectations:
+
+2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip several compositing test cases that are passing
+        consistently on EFL WK2.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-12-30  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening, unskip a now passing test.
+
+        * platform/qt/TestExpectations:
+
+2012-12-29  Seokju Kwon  <seokju.kwon@gmail.com>
+
+        [GTK] Change bug for some inspector tests
+        https://bugs.webkit.org/show_bug.cgi?id=105842
+
+        Unreviewed gardening.
+
+        Bug 43332 was landed. But these tests still fail on GTK port.
+        And change bug to track the failures.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-29  Andrey Lushnikov  <lushnikov@chromium.com>
+
+        Web Inspector: refactor DefaultTextEditor
+        https://bugs.webkit.org/show_bug.cgi?id=105829
+
+        Reviewed by Pavel Feldman.
+
+        Fix test to correlate with refactoring of DefaultTextEditor.
+
+        * inspector/editor/text-editor-selection.html:
+
+2012-12-28  Fady Samuel  <fsamuel@chromium.org>
+
+        Unreviewed rebaseline.
+
+        * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Removed.
+
+2012-12-28  Fady Samuel  <fsamuel@chromium.org>
+
+        Unreviewed updated test expectations
+
+        * platform/chromium/TestExpectations:
+
+2012-12-28  Fady Samuel  <fsamuel@chromium.org>
+      
+        Unreviewed updated TestExpectations. Mark test as fail on XP only.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
+
+        [Templates]: Fix assert in colgroup parse handling
+        https://bugs.webkit.org/show_bug.cgi?id=105837
+
+        Reviewed by Eric Seidel.
+
+        * html5lib/resources/template.dat:
+
+2012-12-27  Emil A Eklund  <eae@chromium.org>
+
+        REGRESSION (r138196): Regions with text-overflow: ellipsis; are being ellipsized unnecessarily
+        https://bugs.webkit.org/show_bug.cgi?id=105600
+
+        Reviewed by Darin Adler.
+        
+        Add test for text-overflow: ellipsis inside a table. 
+
+        * fast/sub-pixel/ellipsis-table-expected.html: Added.
+        * fast/sub-pixel/ellipsis-table.html: Added.
+
+2012-12-28  Fady Samuel  <fsamuel@chromium.org>
+
+        Unreviewed Updated TestExpectations
+
+        * platform/chromium/TestExpectations:
+
+2012-12-28  Fady Samuel  <fsamuel@chromium.org>
+
+        Unreviewed rebaseline
+
+        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
+
+2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement
+        https://bugs.webkit.org/show_bug.cgi?id=105780
+
+        Reviewed by Eric Seidel.
+
+        * html5lib/resources/template.dat:
+
+2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
+        https://bugs.webkit.org/show_bug.cgi?id=105799
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/compiler-script-mapping.html:
+        * http/tests/inspector/workspace-test.js:
+        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
+        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
+        * inspector/debugger/breakpoint-manager.html:
+        * inspector/debugger/resource-script-mapping.html:
+        * inspector/debugger/scripts-file-selector.html:
+        * inspector/debugger/scripts-panel.html:
+        * inspector/debugger/scripts-sorting.html:
+        * inspector/debugger/ui-source-code-display-name.html:
+        * inspector/debugger/ui-source-code.html:
+        * inspector/uisourcecode-revisions.html:
+
+2012-12-28  Mike West  <mkwst@chromium.org>
+
+        [Qt,EFL,GTK] Unreviewed gardening.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+            Skipping http/tests/security/sandboxed-iframe-form-top.html
+            as it's leaking state (console messages) into the next test.
+            See wkbug.com/105819 and wkbug.com/85522 for details.
+
+2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: debugger should step into event handler on event dispatch
+        https://bugs.webkit.org/show_bug.cgi?id=105827
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/debugger-step-into-event-listener-expected.txt: Added.
+        * inspector/debugger/debugger-step-into-event-listener.html: Added.
+
+2012-12-28  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip http/tests/security/sandboxed-iframe-form-top.html which
+        started failing after r138525.
+
+        * platform/efl/TestExpectations:
+
+2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: rename distanceToWindow to distance
+        https://bugs.webkit.org/show_bug.cgi?id=105823
+
+        Reviewed by Pavel Feldman.
+
+        Updated tests after renaming distanceToWindow to distance.
+
+        * inspector/profiler/heap-snapshot-summary-sorting-fields.html:
+        * inspector/profiler/heap-snapshot-summary-sorting-instances.html:
+        * inspector/profiler/heap-snapshot-summary-sorting.html:
+
+2012-12-28  Andrey Lushnikov  <lushnikov@chromium.com>
+
+        Web Inspector: refactor DefaultTextEditor's private methods
+        https://bugs.webkit.org/show_bug.cgi?id=105797
+
+        Reviewed by Pavel Feldman.
+
+        Fix test to correspond to method renamings of TextEditorMainPanel.
+
+        * inspector/editor/text-editor-selection.html:
+
+2012-12-28  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed holiday gardening, skip new failing tests to paint the bots green.
+
+        * platform/qt/TestExpectations:
+
+2012-12-27  Stuart Eichert  <stuart@fivemicro.com>
+
+        instance-of-immediates.js : the word "passing" is spelled incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=105669
+
+        Reviewed by Julien Chaffraix.
+
+        Corrected spelling of the word "passing" in instance-of-immediates.js
+
+        * fast/js/script-tests/instance-of-immediates.js:
+
+2012-12-27  Mike West  <mkwst@chromium.org>
+
+        Add context to the console message generated by Document::printNavigationErrorMessage.
+        https://bugs.webkit.org/show_bug.cgi?id=105774
+
+        Reviewed by Darin Adler.
+
+        * fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
+        * fast/frames/sandboxed-iframe-history-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
+        * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
+        * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-navigation-top-denied-expected.txt:
+        * fast/frames/seamless/seamless-window-location-sandbox-expected.txt:
+        * http/tests/security/no-popup-from-sandbox-top-expected.txt:
+        * http/tests/security/frameNavigation/not-opener-expected.txt:
+        * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
+        * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
+        * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
+        * platform/chromium/http/tests/security/no-popup-from-sandbox-top-expected.txt:
+            Update test expectations with new error message.
+
+2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: [Regression] Can not set breakpoints in scripts loaded with source map.
+        https://bugs.webkit.org/show_bug.cgi?id=105801
+
+        Reviewed by Alexander Pavlov.
+
+        * http/tests/inspector/compiler-script-mapping-expected.txt:
+        * http/tests/inspector/compiler-script-mapping.html:
+        * http/tests/inspector/debugger-test.js:
+        (initialize_DebuggerTest):
+
+2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [EFL][WK2] Regression(135935) layout tests snapshots are flaky
+        https://bugs.webkit.org/show_bug.cgi?id=103468
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskip a lot of ref tests for WebKit2 EFL now that they are no longer
+        flaky.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-27  Fady Samuel  <fsamuel@chromium.org>
+
+        Unreviewed rebaseline
+
+        * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
+
+2012-12-27  Fady Samuel  <fsamuel@chromium.org>
+
+        Unreviewed rebaseline.
+
+        * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Added.
+
+2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: remove support for legacy heap graph node format
+        https://bugs.webkit.org/show_bug.cgi?id=105802
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: switched to the new
+        heap graph node representation: store edge count for each node instead of the first edge
+        index.
+
+2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: move js heap snapshot preprocessing to JSHeapSnapshot
+        https://bugs.webkit.org/show_bug.cgi?id=105798
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/profiler/heap-snapshot.html: updated test to match HeapSnapshot.js changes
+
+2012-12-27  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Refactor SourceMapParser to enable range-based sourcemap
+        https://bugs.webkit.org/show_bug.cgi?id=105764
+
+        Reviewed by Vsevolod Vlasov.
+
+        * http/tests/inspector/compiler-script-mapping-expected.txt:
+        * http/tests/inspector/compiler-script-mapping.html:
+        * inspector/styles/range-based-mapping-expected.txt: Added.
+        * inspector/styles/range-based-mapping.html: Added.
+
+2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
+
+        Forgot to SKIP a test on wincairo.
+
+        * platform/wincairo/TestExpectations:
+
+2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
+
+        Forgot to SKIP a test on QT.
+
+        * platform/qt/TestExpectations:
+
+2012-12-25  Andrey Adaikin  <aandrey@chromium.org>
+
+        Web Inspector: [Canvas] report if there is any uninstrumented canvas on a page
+        https://bugs.webkit.org/show_bug.cgi?id=105721
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/profiler/canvas-profiler-test.js:
+        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
+        (initialize_CanvasWebGLProfilerTest.InspectorTest.disableCanvasAgent):
+        (initialize_CanvasWebGLProfilerTest):
+        * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases-expected.txt: Added.
+        * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html: Added.
+
+2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Web Inspector: Simplify script mappings by introducing DefaultScriptMapping.
+        https://bugs.webkit.org/show_bug.cgi?id=103038
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/compiler-script-mapping.html:
+        * inspector/debugger/breakpoint-manager-expected.txt:
+        * inspector/debugger/breakpoint-manager.html:
+        * inspector/debugger/dynamic-script-tag-expected.txt:
+        * inspector/debugger/live-edit-breakpoints-expected.txt:
+        * inspector/debugger/live-edit-breakpoints.html:
+        * inspector/debugger/pause-in-inline-script-expected.txt:
+        * inspector/debugger/pause-in-inline-script.html:
+        * inspector/debugger/resource-script-mapping-expected.txt:
+        * inspector/debugger/resource-script-mapping.html:
+        * inspector/debugger/scripts-panel.html:
+
+2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark http/tests/appcache/main-resource-redirect.html as crashing
+        for EFL WK2 after r138222.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-27  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: console.profileEnd() crashes if called without arguments
+        https://bugs.webkit.org/show_bug.cgi?id=105759
+
+        Reviewed by Vsevolod Vlasov.
+
+        Added tests to check that browser do not crash.
+
+        * inspector/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt: Added.
+        * inspector/profiler/cpu-profiler-parameterless-profile-end-crash.html: Added.
+
+2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
+
+        Unreviewed chromium test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-26  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac test expectations for bugs 105777 and 105778.
+
+        * platform/mac/TestExpectations:
+
+2012-12-26  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed. Enable most sub-pixel tests on mac.
+
+        * platform/mac/TestExpectations:
+
+2012-12-26  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: extract JS heap profiler specifics into JSHeapSnapshot.js
+        https://bugs.webkit.org/show_bug.cgi?id=105768
+
+        Reviewed by Pavel Feldman.
+
+        Inroduced JSHeapSnapshot, JSHeapSnapshotNode, JSHeapSnapshotEdge and JSHeapSnapshotRetainerEdge which
+        should encapsulate logic specific to JS-heap. The tests were switched to the new classes.
+
+        * inspector/profiler/heap-snapshot-loader.html:
+        * inspector/profiler/heap-snapshot-test.js:
+        (initialize_HeapSnapshotTest.InspectorTest.createJSHeapSnapshotMockObject):
+        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
+        * inspector/profiler/heap-snapshot.html:
+
+2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Crash when modifying a rule that has been removed through JavaScript
+        https://bugs.webkit.org/show_bug.cgi?id=105718
+
+        Reviewed by Yury Semikhatsky.
+
+        * http/tests/inspector/elements-test.js: Add InspectorTest.toggleMatchedStyleProperty.
+        (initialize_ElementTest.InspectorTest.toggleMatchedStyleProperty): Added.
+        * inspector/styles/removed-rule-crash-expected.txt: Added.
+        * inspector/styles/removed-rule-crash.html: Added.
+
+2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: device-metrics-fit-window.html is failing on Chromium-Mac
+        https://bugs.webkit.org/show_bug.cgi?id=104362
+
+        Unreviewed expectations rebaseline.
+
+        * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2012-12-24  Takashi Sakamoto  <tasak@google.com>
+
+        ::first-letter { overflow: -webkit-paged-y } causes crash
+        https://bugs.webkit.org/show_bug.cgi?id=105393
+
+        Reviewed by Beth Dakin.
+
+        * fast/css/pseudo-element-opagedxy-crash-expected.txt: Added.
+        * fast/css/pseudo-element-opagedxy-crash.html: Added.
+
+2012-12-24  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] Convert some fast/regions pixel tests to reftests
+        https://bugs.webkit.org/show_bug.cgi?id=80191
+
+        Reviewed by Tony Chang.
+
+        Convert fast/regions/bottom-overflow-out-of-first-region.html to a ref test.
+        Used a monospace font, removed text-align and margins for text flowing into regions so that
+        the text fits nicely in the two regions of the test.
+
+        * fast/regions/bottom-overflow-out-of-first-region-expected.html: Added.
+        * fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * fast/regions/bottom-overflow-out-of-first-region.html:
+        * platform/chromium-linux/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
+        * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
+        * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
+        * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
+        * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
+        * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
+
+2012-12-24  Andrey Lushnikov  <lushnikov@chromium.com>
+
+        Web Inspector: refactor TextEditorHighlighter's highlight attributes to dense array
+        https://bugs.webkit.org/show_bug.cgi?id=105626
+
+        Reviewed by Pavel Feldman.
+
+        Fix tests according to new highlight attribute structure.
+
+        * inspector/editor/highlighter-long-line.html:
+        * inspector/editor/highlighter-test.js:
+        (initialize_HighlighterTests.InspectorTest.dumpTextModel):
+        (initialize_HighlighterTests):
+
+2012-12-23  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding crashing expectations for two tests that constantly crash
+        in debug builds.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-22  Dan Winship  <danw@gnome.org>
+
+        Unskip tests that were failing in libxml 2.9.0
+        https://bugs.webkit.org/show_bug.cgi?id=104494
+
+        Reviewed by Martin Robinson.
+
+        Added a patch from upstream to the jhbuild config to make all but
+        one of these pass again; the remaining one fails for a different
+        reason and is being tracked in a different bug.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-23  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [EFL] Unreviewed gardening
+
+        Rebaseline fast/js/global-constructors.html after
+        r138393.
+
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2012-12-23  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed Xmas gardening after r138395.
+
+        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
+
+2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining the global constructors test after r138393.
+        Adjusting and merging expectations as required.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed. Remove Crash expectation from media/track tests after r138381.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-21  Ryosuke Niwa  <rniwa@webkit.org>
+
+        [Mountain Lion] platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html failing
+        https://bugs.webkit.org/show_bug.cgi?id=95477
+
+        Reviewed by Sam Weinig.
+
+        Use "notationl" -> "notational" auto correction in autocorrection-blockquote-crash.html to get reliable results.
+        Also add a failing expectation to removing-underline-after-accepting-autocorrection-using-punctuation.html for WebKit2.
+        This failure is tracked by the bug 105616.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
+        * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:
+
+2012-12-21  Joshua Bell  <jsbell@chromium.org>
+
+        [Chromium] IndexedDB: storage/indexeddb/intversion-close-between-events.html flaky in content_shell
+        https://bugs.webkit.org/show_bug.cgi?id=105665
+
+        Test uses a setTimeout() which may fire at different times relative to the completion of the
+        IDBOpenDBRequest in multiprocess ports. Make the test resilient against different outcomes.
+
+        Reviewed by Tony Chang.
+
+        * storage/indexeddb/resources/intversion-close-between-events.js:
+        (deleteSuccess):
+        (openSuccessOrError):
+        (checkFinished):
+
+2012-12-21  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Combine openConnection and openConnectionWithVersion
+        https://bugs.webkit.org/show_bug.cgi?id=105658
+
+        Reviewed by Tony Chang.
+
+        * storage/indexeddb/open-ordering-expected.txt: Added.
+        * storage/indexeddb/open-ordering.html: Added.
+        * storage/indexeddb/resources/open-ordering.js: Added.
+        (runTest):
+        (onDeleteSuccess):
+        (onRequest1Success):
+        (onRequest2Success):
+        (onRequest3Success):
+        (checkOrder):
+
+2012-12-21  Aaron Colwell  <acolwell@chromium.org>
+
+        Unreviewed. Removing CRASH expectations for media layout tests
+        broken by http://crbug.com/162917.
+        https://bugs.webkit.org/show_bug.cgi?id=103093
+
+        * platform/chromium/TestExpectations:
+
+2012-12-21  Kenneth Russell  <kbr@google.com>
+
+        Expose ArrayBufferView constructor on DOMWindow
+        https://bugs.webkit.org/show_bug.cgi?id=105605
+
+        Reviewed by Sam Weinig.
+
+        Updated test from Khronos repository.
+
+        * fast/canvas/webgl/array-unit-tests-expected.txt:
+        * fast/canvas/webgl/array-unit-tests.html:
+
+2012-12-21  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening, unskip now passing tests.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2012-12-21  Dimitri Glazkov  <dglazkov@chromium.org>
+
+        Unreviewed, rolling out r138376.
+        http://trac.webkit.org/changeset/138376
+        https://bugs.webkit.org/show_bug.cgi?id=104995
+
+        Broke a bunch of tests on mac.
+
+        * editing/deleting/delete-ligature-001-expected.txt:
+        * editing/pasteboard/copy-in-password-field-expected.txt:
+        * editing/selection/select-all-textarea-expected.txt:
+        * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
+        * fast/dom/shadow/layout-tests-can-access-shadow.html:
+        * fast/dom/shadow/resources/shadow-dom.js:
+        (isShadowRoot):
+        * fast/events/5056619-expected.txt:
+        * fast/forms/focus-selection-input-expected.txt:
+        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
+        * inspector/elements/shadow-root-expected.txt:
+        * inspector/elements/update-shadowdom-expected.txt:
+        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
+        * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
+        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
+        * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
+        * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
+        * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
+        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/chromium-win/editing/selection/4895428-3-expected.txt:
+        * platform/chromium-win/editing/selection/4975120-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/chromium-win/fast/events/autoscroll-expected.txt:
+        * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
+        * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/chromium-win/fast/forms/search-rtl-expected.txt:
+        * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
+        * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
+        * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
+        * resources/dump-as-markup.js:
+        (Markup._get):
+
+2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Removing a list of failure expectations that were added as a precaution
+        in r138250 in case of regressions (which in the end didn't occur).
+
+        * platform/gtk/TestExpectations:
+
+2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a few missing expectations for tests that require their baselines
+        to be checked before they are added.
+        Adding and modifying expectations where necessary to accommodate recent
+        changes in test behavior.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
+
+        [GTK] Add WebKit1-specific TestExpectations file
+        https://bugs.webkit.org/show_bug.cgi?id=97562
+
+        Reviewed by Dirk Pranke.
+
+        Add properly formatted but currently empty TestExpectations file
+        for GTK WebKit1-specific test expectations.
+
+        * platform/gtk-wk1/TestExpectations: Added.
+
+2012-12-21  Alexei Svitkine  <asvitkine@chromium.org>
+
+        [Chromium/Mac] Don't send an onclick event from a ctrl-click
+        https://bugs.webkit.org/show_bug.cgi?id=105554
+
+        Reviewed by Dimitri Glazkov.
+
+        Don't send the onclick event on a control click event (which
+        triggers the context menu on the Mac). This matches the
+        behaviour of the Apple Mac port, although the Apple port
+        does this by checking whether the context menu is visible
+        in WebPage::mouseEvent().
+
+        This is a fix for http://crbug.com/146143
+
+        * fast/events/controlclick-no-onclick-expected.txt: Added.
+        * fast/events/controlclick-no-onclick.html: Added.
+
+2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Implement ShadowRoot::elementFromPoint
+        https://bugs.webkit.org/show_bug.cgi?id=104579
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/elementfrompoint-expected.txt: Added.
+        * fast/dom/shadow/elementfrompoint.html: Added.
+
+2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed. Add Crash test expectation to the media/track/ tests which have explicit expectations.
+        It needs to be removed after fixing https://bugs.webkit.org/show_bug.cgi?id=105606
+
+        * platform/chromium/TestExpectations:
+
+2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow DOM]: ShadowRoot wrong nodeName attribute
+        https://bugs.webkit.org/show_bug.cgi?id=104995
+
+        Reviewed by Dimitri Glazkov.
+
+        Uses 'instanceof' to check the instance is ShadowRoot or not.
+        Update dump-as-markup.js to see 'instanceof' instead of nodeType.
+        Also, a lot of rebaselines have been conducted.
+
+        * editing/deleting/delete-ligature-001-expected.txt:
+        * editing/pasteboard/copy-in-password-field-expected.txt:
+        * editing/selection/select-all-textarea-expected.txt:
+        * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
+        * fast/dom/shadow/layout-tests-can-access-shadow.html:
+        * fast/dom/shadow/resources/shadow-dom.js:
+        (isShadowRoot):
+        * fast/events/5056619-expected.txt:
+        * fast/forms/focus-selection-input-expected.txt:
+        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
+        * inspector/elements/shadow-root-expected.txt:
+        * inspector/elements/update-shadowdom-expected.txt:
+        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
+        * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
+        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
+        * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
+        * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
+        * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
+        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/chromium-win/editing/selection/4895428-3-expected.txt:
+        * platform/chromium-win/editing/selection/4975120-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
+        * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
+        * platform/chromium-win/fast/events/autoscroll-expected.txt:
+        * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
+        * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/chromium-win/fast/forms/search-rtl-expected.txt:
+        * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
+        * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
+        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
+        * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
+        * resources/dump-as-markup.js:
+        (Markup._get):
+
+2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed rebaseline.
+
+        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
+
+2012-12-21  Mihai Parparita  <mihaip@chromium.org>
+
+        Slow performance with <select> with many options and size >= 2
+        https://bugs.webkit.org/show_bug.cgi?id=105483
+
+        Reviewed by Eric Seidel.
+
+        Test that checks that text and non-<option> and <optgroup> element 
+        children of <select> do not get a renderer.
+
+        * fast/forms/menulist-no-renderer-for-unexpected-children-expected.txt: Added.
+        * fast/forms/menulist-no-renderer-for-unexpected-children.html: Added.
+
+2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline fast/js/global-constructors.html after r138248.
+
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed rebaseline.
+
+        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
+
+2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark svg/custom/feDisplacementMap-01.svg as missing.
+
+        * platform/efl/TestExpectations:
+
+2012-12-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        [WK2] TiledBackingStore: Scroll position is not reset when new page is loaded
+        https://bugs.webkit.org/show_bug.cgi?id=105627
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Added a layout test checking scroll position for newly loaded pages.
+
+        * fast/dom/resources/check-scroll-position-onload.html: Added.
+        * fast/dom/scroll-position-for-new-loads-expected.txt: Added.
+        * fast/dom/scroll-position-for-new-loads.html: Added.
+
+2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed gardening. Rebaseline after r138365.
+
+        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+
+2012-12-21  Keishi Hattori  <keishi@webkit.org>
+
+        Fix typing zero into multiple field input
+        https://bugs.webkit.org/show_bug.cgi?id=105501
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
+        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
+
+2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt][WK2] Gardening after r138232. Skipped 4 tests timing out.
+        https://bugs.webkit.org/show_bug.cgi?id=105623
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt] Gardening after r138316. Skipped a new failing reftest
+        with minor pixel differences.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/TestExpectations:
+
+2012-12-21  Adam Bergkvist  <adam.bergkvist@ericsson.com>
+
+        MediaStream API: Update the MediaStream constructor
+        https://bugs.webkit.org/show_bug.cgi?id=98416
+
+        Reviewed by Adam Barth.
+
+        Updated the MediaStream constructor to support the more general argument
+        list from the latest Media Capture and Streams specification:
+        http://dev.w3.org/2011/webrtc/editor/getusermedia.html
+
+        * fast/js/constructor-length.html:
+        * fast/mediastream/MediaStreamConstructor-expected.txt:
+        * fast/mediastream/MediaStreamConstructor.html:
+        * platform/blackberry/fast/js/constructor-length-expected.txt:
+        * platform/chromium/fast/js/constructor-length-expected.txt:
+        * platform/gtk/fast/js/constructor-length-expected.txt:
+        * platform/mac/fast/js/constructor-length-expected.txt:
+        * platform/qt/fast/js/constructor-length-expected.txt:
+
+2012-12-21  Zeno Albisser  <zeno@webkit.org>
+
+        [Qt] Add new TestExpectations for qt-5.0-mac-wk2.
+        https://bugs.webkit.org/show_bug.cgi?id=105424
+
+        This change will allow us to run a very specific
+        subset of the available LayoutTests on a mac buildbot.
+        The new baseline search path for mac will look as follows:
+        qt-5.0-mac-wk2 -> qt-5.0-wk2 -> qt-5.0 -> qt-mac -> qt
+
+        Reviewed by Dirk Pranke.
+
+        * platform/qt-5.0-mac-wk2/TestExpectations: Added.
+
+2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed, rolling out r138347.
+        http://trac.webkit.org/changeset/138347
+
+        media/track tests still failing
+
+        * platform/chromium/TestExpectations:
+
+2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed. Rollout Crash Pass expectation changes for media/track after rolling out r138320.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Revert the wrong expectation update done in r138344 and fix a syntax error in TestExpectations for Mac.
+
+        * platform/mac/TestExpectations:
+        * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Update Mac test expectation once more.
+
+        It turned out that the bug 73865 had been fixed for JSC. So filed the bug 105606 instead.
+        At this point, I have to add [ Crash Pass ] expectation to the entire media/track for
+        the lack of alternatives.
+
+        i.e. now these media/track tests crashes are tracked by the bug 105606.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Even more Mac test expectation for bug 73865.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add more Mac test expectations for bugs 73865 and 105603.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac test expectation per bug 105601.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add another Mac test expectations for the bug 73865.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Rik Cabanier  <cabanier@adobe.com>
+
+        Add canvas blending modes using Core Graphics
+        https://bugs.webkit.org/show_bug.cgi?id=100070
+
+        Reviewed by Dirk Schulze.
+
+        Added test files for the new blending modes in Canvas
+
+        * fast/canvas/canvas-blend-image-expected.txt: Added.
+        * fast/canvas/canvas-blend-image.html: Added.
+        * fast/canvas/canvas-blend-solid-expected.txt: Added.
+        * fast/canvas/canvas-blend-solid.html: Added.
+        * fast/canvas/script-tests/canvas-blend-image.js: Added.
+        (myGetImageData):
+        (checkBlendModeResult):
+        (prepareTestScenario):
+        * fast/canvas/script-tests/canvas-blend-solid.js: Added.
+        (myGetImageData):
+        (checkBlendModeResult):
+        (prepareTestScenario):
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-20  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, mark a new test as failing on Chromium Mac.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-20  KyungTae Kim  <ktf.kim@samsung.com>
+
+        Percentage min/max width replaced element may incorrectly rendered
+        https://bugs.webkit.org/show_bug.cgi?id=105264
+
+        Reviewed by Tony Chang.
+
+        Add test to check when the source of images with percentage min-width is changed.
+
+        * fast/css/percent-min-width-img-src-change-expected.txt: Added.
+        * fast/css/percent-min-width-img-src-change.html: Added.
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add Mac test expectations for the bug 73865.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
+
+        accessibility/svg-remote-element.html is flaky (times out)
+        https://bugs.webkit.org/show_bug.cgi?id=105587
+
+        Reviewed by Chris Fleizach.
+
+        Avoid race condition where the test would never run if the
+        SVG image was already loaded before the load event listener
+        gets added.
+
+        * accessibility/svg-remote-element.html:
+
+2012-12-20  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed, remove css3/flexbox/flex-algorithm.html from efl, gtk and qt TestExpectations file.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-20  Dean Jackson  <dino@apple.com>
+
+        REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
+        https://bugs.webkit.org/show_bug.cgi?id=105584
+
+        Unreviewed expected results update. Remove the failure expectation.
+
+        * media/video-controls-captions-trackmenu-expected.txt:
+        * media/video-controls-captions-trackmenu.html:
+        * platform/mac/TestExpectations:
+
+2012-12-20  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r138270.
+        http://trac.webkit.org/changeset/138270
+        https://bugs.webkit.org/show_bug.cgi?id=105589
+
+        Many media tests are failing/crashing intermittently, often
+        pointing at WebCore::HTMLTrackElement::didCompleteLoad as
+        culprit (Requested by dino_ on #webkit).
+
+        * fast/events/constructors/track-event-constructor.html:
+        * http/tests/security/text-track-crossorigin.html:
+        * media/track/track-add-track-expected.txt:
+        * media/track/track-add-track.html:
+        * media/track/track-element-load-event-expected.txt: Removed.
+        * media/track/track-element-load-event.html: Removed.
+        * media/track/track-load-from-src-readyState.html:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a crash test expectation on Mac. ap is looking into the problem as we speak.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Elliott Sprehn  <esprehn@chromium.org>
+
+        RenderBlock hit testing should ignore PseudoElements
+        https://bugs.webkit.org/show_bug.cgi?id=105545
+
+        Reviewed by Eric Seidel.
+
+        Add test for hit testing on pseudo element generated blocks and boxes.
+
+        * fast/css-generated-content/block-and-box-hit-testing-expected.txt: Added.
+        * fast/css-generated-content/block-and-box-hit-testing.html: Added.
+
+2012-12-20  Stephen Chenney  <schenney@chromium.org>
+
+        SVG: <altglpyh> for a surrogate pair character in a ligature fails
+        https://bugs.webkit.org/show_bug.cgi?id=102969
+
+        Reviewed by Dirk Schulze.
+
+        Test and reference result for altGlyph elements applied to a surrogate pair
+        following an arabic form. Note that these tests are html, but for the test to fail
+        without the patch they must be parsed as svg (xml).
+
+        * svg/text/alt-glyph-for-surrogate-pair-expected.svg: Added.
+        * svg/text/alt-glyph-for-surrogate-pair.svg: Added.
+
+2012-12-20  Adam Klein  <adamk@chromium.org>
+
+        Properly process <template> end tags when in TemplateContentsMode
+        https://bugs.webkit.org/show_bug.cgi?id=105556
+
+        Reviewed by Eric Seidel.
+
+        * html5lib/resources/template.dat:
+
+2012-12-20  Emil A Eklund  <eae@chromium.org>
+
+        [flexbox] Fix handling of very large flex grow/shrink values
+        https://bugs.webkit.org/show_bug.cgi?id=105579
+
+        Reviewed by Tony Chang.
+
+        Update expectations for element with very large flex grow value.
+
+        * css3/flexbox/flex-algorithm.html:
+
+2012-12-20  Simon Fraser  <simon.fraser@apple.com>
+
+        Remove an incorrect WK2 result, and two there were identical to the WK1 results.
+
+        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
+        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
+        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
+
+2012-12-20  Simon Fraser  <simon.fraser@apple.com>
+
+        Skip tests in WK2 that rely on eventSender.beginDragWithFiles.
+
+        * platform/mac-wk2/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac test expectation per bug 105584.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac test expectation per bug 105580.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Ryan Sleevi  <rsleevi@chromium.org>
+
+        window.crypto.getRandomValues should return the input ArrayBufferView
+        https://bugs.webkit.org/show_bug.cgi?id=104845
+
+        Reviewed by Kentaro Hara.
+
+        * fast/js/resources/js-test-pre.js:
+        (shouldBeType):
+        Added helper to assert that an expression returns an object of the
+        correct type.
+        * security/crypto-random-values-types-expected.txt:
+        * security/crypto-random-values-types.html:
+        Test all possible TypedArray integer types and ensure that both the
+        correct TypedArray type is returned and that it is equal to the input
+        type; that is, that the input type is modified in place, rather then
+        copied.
+
+2012-12-20  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        Rebaseline tests mentioned in 105121 and remove tests that are passing on Win bots according to the flakiness dashboard.
+
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
+
+2012-12-20  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        Mark an inspector test as flakey and update form date tests after r138255.
+
+        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
+        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2012-12-20  David Dorwin  <ddorwin@chromium.org>
+
+        [Chromium] Restore WebM EME canPlayType() expectations.
+        https://bugs.webkit.org/show_bug.cgi?id=105070
+
+        Unreviewed TestExpectations revert of r137225.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Add a Mac test expectation per bug 104848.
+
+        * platform/mac/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Update Mac test expectation per bugs 105566 and 105567.
+
+        * platform/mac/TestExpectations:
+
+2012-12-19  Dean Jackson  <dino@apple.com>
+
+        Cleanup some captions menu tests
+        https://bugs.webkit.org/show_bug.cgi?id=105500
+
+        Reviewed by Eric Carlson.
+
+        Use the helper library where possible. Dynamically add
+        video.src so that we always get the 'canplaythrough' event.
+
+        * media/video-controls-captions-trackmenu-expected.txt:
+        * media/video-controls-captions-trackmenu-localized.html:
+        * media/video-controls-captions-trackmenu-sorted.html:
+        * media/video-controls-captions-trackmenu.html:
+
+2012-12-19  Dean Jackson  <dino@apple.com>
+
+        Follow WebVTT line breaking rules
+        https://bugs.webkit.org/show_bug.cgi?id=105496
+
+        Reviewed by Eric Carlson.
+
+        Test that captions do emergency line breaking. Since we can't
+        rely on text dimensions, the test simply compares a caption that
+        will be on one line to a caption with a single huge word, that must
+        break at least twice. If the bounding rectangle of the second caption
+        is bigger than the first, we know we broke.
+
+        * media/track/captions-webvtt/long-word.vtt: Added.
+        * media/track/track-word-breaking-expected.txt: Added.
+        * media/track/track-word-breaking.html: Added.
+
+2012-12-20  James Simonsen  <simonjam@chromium.org>
+
+        [Resource Timing] 304 responses should show up in the timing buffer
+        https://bugs.webkit.org/show_bug.cgi?id=105490
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/resources/generate_resource.php:
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt: Added.
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html: Added.
+
+2012-12-20  Elliott Sprehn  <esprehn@gmail.com>
+
+        Block level pseudo elements bleed background color to <html>
+        https://bugs.webkit.org/show_bug.cgi?id=104855
+
+        Reviewed by Julien Chaffraix.
+
+        Before r137336 placing a pseudo element :before or :after that was display
+        block on the <html> element would also set the background color of the
+        root of the document.
+
+        This was because RenderObject::isRoot checked if document()->documentElement() == m_node,
+        which was true for html:before or html:after with the old implementation
+        of generated content. Instead it should have compared against node() which
+        would have compensated for the anonymous generated content.
+
+        This is fixed by the new generated content implementation that was turned
+        on in r137336 because m_node is now the PseudoElement, not the generatingNode.
+
+        * fast/css-generated-content/html-pseudo-background-color-expected.html: Added.
+        * fast/css-generated-content/html-pseudo-background-color.html: Added.
+
+2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
+
+        Unreviewed. Adjust Mac TestExpectations.
+        https://bugs.webkit.org/show_bug.cgi?id=105372
+
+        Removes accessibility/svg-bounds.html from
+        platform/mac/TestExpectations.
+
+        The problem was caused by bug 97359: committed r138061,
+        reverted r138121, re-landed r138260 without the bug.
+
+        * platform/mac/TestExpectations: remove accessibility/svg-bounds.html
+
+2012-12-20  Antoine Quint  <graouts@apple.com>
+
+        onload callback for <track> element attached to <video> does not fire
+        https://bugs.webkit.org/show_bug.cgi?id=103258
+
+        Reviewed by Eric Carlson.
+
+        As a result of fixing this bug, a few new failures were uncovered and TestExpectations
+        needed to be updated to take this into account. Additionally, some existing tests were
+        incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
+        test the various conditions required for a <track> element to successfully load.
+
+        * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
+        a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
+        * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
+        mode on the text track such that it may load per the rules enforced with this patch.
+        * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
+        * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
+        the text track such that it may load per the rules enforced with this patch. Also, ensure
+        the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
+        have to wait until the next run loop to be changed to anything but NONE.
+        * media/track/track-element-load-event-expected.txt: Added.
+        * media/track/track-element-load-event.html: Added.
+        * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
+        non-disabled mode on the text track such that it may load per the rules enforced with
+        this patch.
+        * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
+        * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
+
+2012-12-20  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Layout test showing delete database getting two blocked events
+        https://bugs.webkit.org/show_bug.cgi?id=92674
+
+        Reviewed by Tony Chang.
+
+        Update/add tests to match the expected behavior where blocked/versionchange events fire
+        even when a "versionchange" transaction is running.
+
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
+        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
+        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
+        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
+        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
+        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: Copied from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
+        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: Renamed from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
+        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
+        * storage/indexeddb/resources/factory-deletedatabase.js:
+        * storage/indexeddb/resources/intversion-gated-on-delete.js:
+
+2012-12-20  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        Update pixel results for fast/sub-pixel/transformed-iframe-copy-on-scroll.html
+        on mac. The test uses mock scrollbars but the old results have real scrollbars.
+
+        * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
+        * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
+
+2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: support clickPoint in DRT for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=97359
+
+        Reviewed by Chris Fleizach.
+
+        Enable four more tests now that clickPointX, clickPointY,
+        and elementAtPoint are implemented for Chromium.
+
+        Minor fixes to two tests to make them more robust
+        across platfoms and when run in parallel.
+
+        * accessibility/svg-bounds.html: Updated
+        * accessibility/svg-bounds-expected.txt: Added (made cross-platform
+        * accessibility/svg-remote-element.html: Updated
+        * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
+        * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
+        * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
+        * platform/chromium/TestExpectations: Updated
+
+2012-12-20  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [Qt]REGRESSION(r138222): It made fast/forms/number/number-spinbutton-click-in-iframe.html crash
+        https://bugs.webkit.org/show_bug.cgi?id=105529
+
+        Reviewed by Nate Chapin.
+
+        * platform/qt/TestExpectations: Unskip
+        fast/forms/number/number-spinbutton-click-in-iframe.html.
+
+2012-12-20  Lianghui Chen  <liachen@rim.com>
+
+        2 fast/filesystem test cases ask for more space than the size they request when creating the file system
+        https://bugs.webkit.org/show_bug.cgi?id=105307
+
+        Reviewed by Yong Li.
+
+        The purpose of this patch is to make these 2 test cases conform to the
+        size limit, so for platform that wants to enforce the size limit they
+        will not fail due to quota limit.
+
+        * fast/filesystem/resources/file-writer-abort-continue.js:
+        * fast/filesystem/resources/op-get-metadata.js:
+
+2012-12-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        Fix tests depend on current year
+        https://bugs.webkit.org/show_bug.cgi?id=105525
+
+        Reviewed by Kent Tamura.
+
+        Current year was embedded in several expectation files unintentionally.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
+        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
+
+2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Marking inspector-protocol/nmi-webaudio* tests as failing,
+        they don't work yet after r138248.
+
+        * platform/efl/TestExpectations:
+
+2012-12-20  Florin Malita  <fmalita@chromium.org>
+
+        Incorrect color space conversion for FEImage
+        https://bugs.webkit.org/show_bug.cgi?id=105437
+
+        Reviewed by Dirk Schulze.
+
+        Rebaselined Chromium(Linux) results, updated Chromium/EFL/Gtk/Qt expectations.
+
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
+        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
+        * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
+        * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
+        * platform/chromium-win/svg/custom/feDisplacementMap-01-expected.png:
+        * platform/chromium-win/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
+        * platform/chromium-win/svg/filters/feImage-multiple-targets-id-change-expected.png:
+        * platform/chromium-win/svg/filters/feImage-position-expected.png:
+        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
+        * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png:
+        * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
+        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
+        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-attribute-change-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-inline-style-change-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-property-change-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png:
+        * platform/chromium-win/svg/filters/feImage-target-style-change-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] MiniBrowser does not play Infinite Gangnam Style
+        https://bugs.webkit.org/show_bug.cgi?id=103531
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Marked remaining webaudio failures.
+
+        * platform/efl/TestExpectations:
+
+2012-12-20  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening, skip a crashing test to paint the bots green.
+
+        * platform/qt/TestExpectations:
+
+2012-12-20  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a platform-specific baseline for a Shadow DOM test as required after r138165.
+        Adding failure expectations for two failures introduced separately in r138112 and r138184.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
+
+2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed. Adjust TestExpectations for media/track tests.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Update Mac test expectations as suggested by Antoine Quint.
+
+        * platform/mac/TestExpectations:
+
+2012-12-19  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: deny access from injected script to nodes from document with another origin
+        https://bugs.webkit.org/show_bug.cgi?id=105423
+
+        Reviewed by Pavel Feldman.
+
+        Test that $0 is ineaccible in the main frame if it is a node from an iframe that
+        is not accassible beacause of cross origin access checks.
+
+        * http/tests/inspector-protocol/access-inspected-object-expected.txt: Added.
+        * http/tests/inspector-protocol/access-inspected-object.html: Added.
+        * http/tests/inspector-protocol/resources/test-page.html: Added.
+
+2012-12-19  Eric Carlson  <eric.carlson@apple.com>
+
+        Crash in TextTrack::trackIndexRelativeToRenderedTracks()
+        https://bugs.webkit.org/show_bug.cgi?id=105371
+
+        Reviewed by Simon Fraser.
+
+        * platform/mac/TestExpectations: Unskip video-controls-captions-trackmenu.html.
+
+2012-12-19  Eric Carlson  <eric.carlson@apple.com>
+
+        Update video-controls-captions-trackmenu.html
+        https://bugs.webkit.org/show_bug.cgi?id=105455
+
+        Reviewed by Dean Jackson.
+
+        * media/video-controls-captions-trackmenu-expected.txt: Update results.
+        * media/video-controls-captions-trackmenu.html: Update test to account for sorted menu.
+
+2012-12-19  Filip Pizlo  <fpizlo@apple.com>
+
+        JSObject::ensure<IndexingType> should gracefully handle InterceptsGetOwn..., and should never be called when the 'this' is not an object
+        https://bugs.webkit.org/show_bug.cgi?id=105468
+
+        Reviewed by Mark Hahnenberg, Oliver Hunt, and Gavin Barraclough.
+
+        * fast/js/dfg-ensure-array-storage-on-string-expected.txt: Added.
+        * fast/js/dfg-ensure-array-storage-on-string.html: Added.
+        * fast/js/dfg-ensure-contiguous-on-string-expected.txt: Added.
+        * fast/js/dfg-ensure-contiguous-on-string.html: Added.
+        * fast/js/jsc-test-list
+        * fast/js/script-tests/dfg-ensure-array-storage-on-string.js: Added.
+        (foo):
+        * fast/js/script-tests/dfg-ensure-contiguous-on-string.js: Added.
+        (foo):
+
+2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
+
+        [chromium] plugins/npp-set-window-called-during-destruction.html is flaky on Win
+        http://crbug.com/78835
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
+
+        [chromium] composited scrolling tests failing on Win
+        https://bugs.webkit.org/show_bug.cgi?id=105471
+
+        Unreviewed gardening.
+
+        Mark tests as failing on Win:
+
+        platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html
+        platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html
+
+        * platform/chromium/TestExpectations:
+
+2012-12-19  Emil A Eklund  <eae@chromium.org>
+
+        [Regression] text-overflow ellipsis clips content when zoomed
+        https://bugs.webkit.org/show_bug.cgi?id=105456
+
+        Reviewed by Levi Weintraub.
+
+        Add test for text-overflow: ellipsis.
+
+        * fast/sub-pixel/ellipsis-zoom-expected.html: Added.
+        * fast/sub-pixel/ellipsis-zoom.html: Added.
+
+2012-12-19  Levi Weintraub  <leviw@chromium.org>
+
+        Re-skipping touch-input-element-chang-documents.html since it's still
+        failing on qt and efl.
+
+        * platform/efl/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-19  Alexis Menard  <alexis@webkit.org>
+
+        Implement CSS parsing for CSS transitions unprefixed.
+        https://bugs.webkit.org/show_bug.cgi?id=104804
+
+        Reviewed by Dean Jackson.
+
+        Add new tests to cover the unprefixed version as well as the prefixed version of the properties.
+        It only covers the parsing and the computed style values.
+
+        * transitions/transitions-parsing.html: Added.
+
+2012-12-19  Levi Weintraub  <leviw@chromium.org>
+
+        Correct missing touch event handler de-registration for nested Documents and DOMWindows
+        https://bugs.webkit.org/show_bug.cgi?id=105384
+
+        Reviewed by James Robinson.
+
+        * fast/events/touch/touch-handler-count-expected.txt:
+        * fast/events/touch/touch-handler-count.html: Adding case of nested DOMWindows with event handlers.
+
+2012-12-19  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. The previous rebaseline didn't quite get it right for Mac.
+
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+
+2012-12-19  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed gardening. Updating expectations following r137847.
+
+        * platform/chromium-linux-x86/fast/dom/Window: Added.
+        * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+        * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
+        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Removed.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
+        * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png
+        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
+        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
+        * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
+        * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-19  Levi Weintraub  <leviw@chromium.org>
+
+        Unreviewed. Fixing incorrect include path and unskipping broken test.
+
+        * fast/events/touch/touch-input-element-change-documents.html:
+        * platform/efl/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-19  Dominic Mazzoni  <dmazzoni@google.com>
+
+        Support titleUIElement in chromium DRT
+        https://bugs.webkit.org/show_bug.cgi?id=96529
+
+        Reviewed by Chris Fleizach.
+
+        Modify aria-labelledby-overrides-label.html to be more cross-platform,
+        with slightly different expectations on Mac & Chromium.
+
+        * accessibility/aria-labelledby-overrides-label.html:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/accessibility/aria-labelledby-overrides-label-expected.txt: Copied from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
+        * platform/mac/accessibility/aria-labelledby-overrides-label-expected.txt: Renamed from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
+
+2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Adding platform specific expectations since our error msg is chattier,
+        test was introduced in r138165.
+        Also, marking a crash failure.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
+
+2012-12-19  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining two tests after r137953 and r138102.
+        Updating test expectations as necessary.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/editing/selection/move-by-character-6-expected.txt:
+        * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt:
+
+2012-12-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
+
+        Unable to place the caret at the end of the first line, when followed by a block, in the vertical writing mode.
+        https://bugs.webkit.org/show_bug.cgi?id=104794
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode-expected.txt: Added.
+        * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html: Added.
+        Test added for verifying that a caret is painted at the end of the text
+        in the first vertical line, when followed by a block.
+
+2012-12-19  Hayato Ito  <hayato@chromium.org>
+
+        Expose WebKitShadowRoot constructor to DOMWindow.
+        https://bugs.webkit.org/show_bug.cgi?id=105385
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/shadow-root-js-api-expected.txt:
+        * fast/dom/shadow/shadow-root-js-api.html:
+        * fast/js/global-constructors-expected.txt:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2012-12-19  Tim Volodine  <timvolodine@chromium.org>
+
+        Text Autosizing: Work out what to do about form controls
+        https://bugs.webkit.org/show_bug.cgi?id=102560
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Tests for form input elements autosizing. Added tests to check that various kinds of form elements
+        don't get autosized, i.e. buttons, textareas, check boxes, radio button and selection menus.
+
+        * fast/text-autosizing/form-controls-autosizing-button-input-elements-expected.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-button-input-elements.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-checkbox-input-element-expected.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-checkbox-input-element.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-radio-input-element-expected.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-radio-input-element.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-select-element-expected.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-select-element.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-textfield-input-elements-expected.html: Added.
+        * fast/text-autosizing/form-controls-autosizing-textfield-input-elements.html: Added.
+
+2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, update pixel results.
+
+        * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Removed.
+        * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Removed.
+        * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Removed.
+        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
+        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Removed.
+        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Removed.
+        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Removed.
+        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
+        * platform/qt/compositing/masks/masked-ancestor-expected.png:
+        * platform/qt/compositing/reflections/reflection-in-composited-expected.png:
+        * platform/qt/compositing/shadows/shadow-drawing-expected.png:
+        * platform/qt/css1/box_properties/border_style-expected.png:
+        * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
+        * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
+        * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
+        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
+        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
+        * platform/qt/editing/selection/extend-by-character-002-expected.png:
+        * platform/qt/editing/selection/extend-by-character-004-expected.png:
+        * platform/qt/editing/selection/move-by-character-002-expected.png:
+        * platform/qt/editing/selection/move-by-character-004-expected.png:
+        * platform/qt/fast/backgrounds/animated-svg-as-mask-expected.png:
+        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/qt/fast/backgrounds/transformed-body-background-expected.png: Added.
+        * platform/qt/fast/backgrounds/transformed-body-html-background-expected.png: Added.
+        * platform/qt/fast/backgrounds/transformed-html-body-background-expected.png: Added.
+        * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
+        * platform/qt/fast/css/outline-auto-location-expected.png:
+        * platform/qt/fast/css/resize-corner-tracking-transformed-expected.png:
+        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
+        * platform/qt/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png.
+        * platform/qt/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png.
+        * platform/qt/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png.
+        * platform/qt/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
+        * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
+        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
+        * platform/qt/fast/forms/select-baseline-expected.png:
+        * platform/qt/fast/inline/continuation-outlines-expected.png:
+        * platform/qt/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
+        * platform/qt/fast/layers/scroll-with-transform-layer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png.
+        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
+        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
+        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png:
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png:
+        * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
+        * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
+        * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
+        * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
+        * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
+        * platform/qt/fast/replaced/selection-rect-transform-expected.png:
+        * platform/qt/fast/table/035-vertical-expected.png:
+        * platform/qt/fast/table/border-collapsing/001-expected.png:
+        * platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
+        * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
+        * platform/qt/fast/transforms/transform-table-row-expected.png:
+        * platform/qt/fast/transforms/transformed-caret-expected.png:
+        * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
+        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
+        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
+        * platform/qt/svg/as-background-image/svg-as-background-5-expected.png:
+        * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
+        * platform/qt/svg/batik/text/smallFonts-expected.png:
+        * platform/qt/svg/batik/text/textAnchor-expected.png:
+        * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
+        * platform/qt/svg/batik/text/textOnPath-expected.png:
+        * platform/qt/svg/batik/text/textOnPath2-expected.png:
+        * platform/qt/svg/batik/text/textOnPathSpaces-expected.png:
+        * platform/qt/svg/batik/text/verticalText-expected.png:
+        * platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
+        * platform/qt/svg/batik/text/xmlSpace-expected.png:
+        * platform/qt/svg/carto.net/button-expected.png:
+        * platform/qt/svg/carto.net/colourpicker-expected.png:
+        * platform/qt/svg/carto.net/slider-expected.png:
+        * platform/qt/svg/carto.net/textbox-expected.png:
+        * platform/qt/svg/carto.net/window-expected.png:
+        * platform/qt/svg/css/text-shadow-multiple-expected.png:
+        * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png:
+        * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png:
+        * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png:
+        * platform/qt/svg/custom/feComponentTransfer-Table-expected.png:
+        * platform/qt/svg/custom/focus-ring-expected.png:
+        * platform/qt/svg/custom/font-face-simple-expected.png:
+        * platform/qt/svg/custom/foreign-object-skew-expected.png:
+        * platform/qt/svg/custom/invalid-css-expected.png:
+        * platform/qt/svg/custom/marker-default-width-height-expected.png:
+        * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
+        * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.png:
+        * platform/qt/svg/custom/shapes-supporting-markers-expected.png:
+        * platform/qt/svg/custom/stroked-pattern-expected.png:
+        * platform/qt/svg/custom/text-rotated-gradient-expected.png:
+        * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png:
+        * platform/qt/svg/custom/text-tref-03-b-change-href-expected.png:
+        * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
+        * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png:
+        * platform/qt/svg/custom/tref-own-content-removal-expected.png:
+        * platform/qt/svg/custom/use-detach-expected.png:
+        * platform/qt/svg/custom/viewbox-syntax-expected.png:
+        * platform/qt/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png.
+        * platform/qt/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png.
+        * platform/qt/svg/dom/SVGLengthList-getItem-expected.png: Added.
+        * platform/qt/svg/dom/SVGLengthList-initialize-expected.png: Added.
+        * platform/qt/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png.
+        * platform/qt/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png.
+        * platform/qt/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
+        * platform/qt/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png.
+        * platform/qt/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png.
+        * platform/qt/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png.
+        * platform/qt/svg/dom/SVGPathSegList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png.
+        * platform/qt/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png.
+        * platform/qt/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png.
+        * platform/qt/svg/dom/SVGPathSegList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png.
+        * platform/qt/svg/dom/SVGPathSegList-replaceItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png.
+        * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png.
+        * platform/qt/svg/dom/SVGPointList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png.
+        * platform/qt/svg/dom/SVGStringList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png.
+        * platform/qt/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png.
+        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
+        * platform/qt/svg/hixie/perf/003-expected.png:
+        * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
+        * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
+        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
+        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
+        * platform/qt/svg/text/select-x-list-1-expected.png:
+        * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
+        * platform/qt/svg/text/small-fonts-2-expected.png:
+        * platform/qt/svg/text/small-fonts-3-expected.png:
+        * platform/qt/svg/text/text-align-01-b-expected.png:
+        * platform/qt/svg/text/text-align-02-b-expected.png:
+        * platform/qt/svg/text/text-align-03-b-expected.png:
+        * platform/qt/svg/text/text-align-06-b-expected.png:
+        * platform/qt/svg/text/text-fonts-02-t-expected.png:
+        * platform/qt/svg/text/text-path-01-b-expected.png:
+        * platform/qt/svg/text/text-text-03-b-expected.png:
+        * platform/qt/svg/text/text-text-05-t-expected.png:
+        * platform/qt/svg/text/text-tref-01-b-expected.png:
+        * platform/qt/svg/text/text-tselect-01-b-expected.png:
+        * platform/qt/svg/text/text-tspan-01-b-expected.png:
+        * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/qt/svg/transforms/svg-css-transforms-expected.png:
+        * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
+        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
+        * platform/qt/tables/mozilla/bugs/bug6674-expected.png:
+        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
+        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
+        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
+        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
+        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
+        * platform/qt/transforms/svg-vs-css-expected.png:
+
+2012-12-19  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Make year field readonly if min and max have the same year
+        https://bugs.webkit.org/show_bug.cgi?id=105383
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt: Added.
+        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Added.
+        * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Tweak so year field is focusable.
+        * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
+        * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
+        * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
+
+2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening, skip flakey tests.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2012-12-19  Renata Hodovan  <reni@webkit.org>
+
+        CSSParser crases, when no context is available, and the value is a valid keyword
+        https://bugs.webkit.org/show_bug.cgi?id=105275
+
+        Reviewed by Tony Chang.
+
+        ParserContext could be null even if the keyword is valid. We have to check it.
+
+        * fast/css/invalid-parsercontext-valid-keyword-crash-expected.txt: Added.
+        * fast/css/invalid-parsercontext-valid-keyword-crash.svg: Added.
+
+2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Adding failing touch events case, details in bug 105406.
+
+        * platform/efl/TestExpectations:
+
+2012-12-19  Tommy Widenflycht  <tommyw@chromium.org>
+
+        [JSC] Add support for overloaded constructors
+        https://bugs.webkit.org/show_bug.cgi?id=103226
+
+        Reviewed by Kentaro Hara.
+
+        * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
+
+2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Mark XHR tests flaky (unreliable console logging)
+        https://bugs.webkit.org/show_bug.cgi?id=105403
+
+        Unreviewed gardening: mark a bunch of xmlhttprequest tests flaky.
+
+        * platform/efl/TestExpectations:
+
+2012-12-19  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt] Gardening after r138095, skip a newly added, but failing test.
+        https://bugs.webkit.org/show_bug.cgi?id=105406
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/TestExpectations:
+
+2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed gardening. Move chromium-mac image to chromium where it will also be used for win and linux.
+
+        * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png.
+
+2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed, rolling out r138129.
+        http://trac.webkit.org/changeset/138129
+        https://bugs.webkit.org/show_bug.cgi?id=105399
+
+        reapply patch r138123. The problem was on chromium side at r173875.
+
+        * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
+        * fast/dom/shadow/getelementbyid-shadow.html: Added.
+
+2012-12-19  Takashi Sakamoto  <tasak@google.com>
+
+        [Shadow] TITLE elements in Shadow DOM should not affect document.title attribute
+        https://bugs.webkit.org/show_bug.cgi?id=85864
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/dom/shadow/title-element-in-shadow-expected.txt: Added.
+        * fast/dom/shadow/title-element-in-shadow.html: Added.
+
+2012-12-19  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r138123.
+        http://trac.webkit.org/changeset/138123
+        https://bugs.webkit.org/show_bug.cgi?id=105399
+
+        It broke compositing/visibility/visibility-simple-video-
+        layer.html (Requested by loislo on #webkit).
+
+        * fast/dom/shadow/getelementbyid-shadow-expected.txt: Removed.
+        * fast/dom/shadow/getelementbyid-shadow.html: Removed.
+
+2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        transitions/interrupted-accelerated-transition.html should use pauseAPI
+        https://bugs.webkit.org/show_bug.cgi?id=103524
+
+        Reviewed by Simon Fraser.
+
+        In certain situations interrupted-accelerated-transition.html exceeds the
+        test tolerance, making the test flaky. Use the pauseAPI so we don't
+        depend on javascript timing.
+
+        * transitions/resources/interrupted-accelerated-transition-final.html:
+
+2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed gardening. Restore expectations for mac.
+
+        The tests still have problem with scroller image.
+
+        * platform/chromium/TestExpectations:
+        added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation.html [ ImageOnlyFailure ]
+        added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation-css.html [ ImageOnlyFailure ]
+        added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile.html [ ImageOnlyFailure ]
+
+2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed gardening. Update expectation for mac and remove wrong expectation for win.
+
+        * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
+        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
+
+2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: radio-button-checkbox-size is Mac-specific and should be moved.
+        https://bugs.webkit.org/show_bug.cgi?id=105382
+
+        Reviewed by Chris Fleizach.
+
+        Move radio-button-checkbox-size to platform/mac because the
+        behavior it tests for is Mac-specific. Take it out of the
+        Chromium TestExpectations file.
+
+        * platform/chromium/TestExpectations:
+        * platform/mac/accessibility/radio-button-checkbox-size-expected.txt: Renamed from LayoutTests/accessibility/radio-button-checkbox-size-expected.txt.
+        * platform/mac/accessibility/radio-button-checkbox-size.html: Renamed from LayoutTests/accessibility/radio-button-checkbox-size.html.
+
+2012-12-18  Shinya Kawanaka  <shinyak@chromium.org>
+
+        ShadowRoot.getElementById() returns a deleted element
+        https://bugs.webkit.org/show_bug.cgi?id=105243
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
+        * fast/dom/shadow/getelementbyid-shadow.html: Added.
+
+2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed, rolling out r138061.
+        https://bugs.webkit.org/show_bug.cgi?id=105396
+
+        Original patch:
+        http://trac.webkit.org/changeset/138061
+        https://bugs.webkit.org/show_bug.cgi?id=97359
+
+        It is crashing on Debug bots
+
+        * accessibility/svg-bounds.html:
+        * accessibility/svg-remote-element-expected.txt:
+        * accessibility/svg-remote-element.html:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/accessibility/svg-bounds-expected.txt: Copied from LayoutTests/accessibility/svg-bounds-expected.txt.
+        * platform/mac/accessibility/svg-bounds-expected.txt: Renamed from LayoutTests/accessibility/svg-bounds-expected.txt.
+        * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/accessibility/svg-remote-element-expected.txt.
+
+2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening, skip a new failing test.
+
+        * platform/qt-5.0-wk1/TestExpectations:
+
+2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed rebaseline after r138075. Remove entries for passing tests and one bad expectation for a reftest by dpranke@chromium.org
+
+        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
+
+2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed rebaseline.
+
+        * platform/chromium-linux-x86/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+        * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.png: Added.
+        * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+        * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.png: Added.
+        * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+
+2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed gardening. Layout Test fast/events/touch/touch-input-element-change-documents.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=105388
+
+        wrong path to the js-test-pre.js
+
+        * fast/events/touch/touch-input-element-change-documents.html:
+
+2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: aria-controls-with-tabs should run on Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=105381
+
+        Reviewed by Chris Fleizach.
+
+        Use accessibleElementById so the test works on all platforms,
+        and specifically unskip it in the Chromium expectations.
+
+        * accessibility/aria-controls-with-tabs.html:
+        * platform/chromium/TestExpectations:
+
+2012-12-18  Anton Vayvod  <avayvod@chromium.org>
+
+        Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters
+        https://bugs.webkit.org/show_bug.cgi?id=103627
+
+        Reviewed by Julien Chaffraix.
+
+        Modified existing tests to reflect the new autosizing approach to handling of the elements that are
+        wider than the lowest common ancestor of the text nodes of the enclosing autosizing cluster.
+
+        * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
+        * fast/text-autosizing/cluster-wide-in-narrow.html:
+        * fast/text-autosizing/wide-child-expected.html:
+        * fast/text-autosizing/wide-child.html:
+        * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html:
+        * fast/text-autosizing/wide-in-narrow-overflow-scroll.html:
+
+2012-12-18  Filip Pizlo  <fpizlo@apple.com>
+
+        Proxies should set InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero
+        https://bugs.webkit.org/show_bug.cgi?id=105379
+
+        Reviewed by Gavin Barraclough.
+
+        * fast/js/dfg-ensure-non-array-array-storage-on-window-expected.txt: Added.
+        * fast/js/dfg-ensure-non-array-array-storage-on-window.html: Added.
+        * fast/js/script-tests/dfg-ensure-non-array-array-storage-on-window.js: Added.
+        (foo):
+        (bar):
+        (.shouldBe):
+
+2012-12-18  Filip Pizlo  <fpizlo@apple.com>
+
+        Unreviewed, fix expected file to have the right test description.
+
+        * fast/js/dfg-ensure-array-storage-on-window-expected.txt:
+
+2012-12-18  Tim Horton  <timothy_horton@apple.com>
+
+        fast/css/image-set-value-not-removed-crash.html should not InsertText with an apostrophe
+        https://bugs.webkit.org/show_bug.cgi?id=105375
+
+        Reviewed by Beth Dakin.
+
+        Don't InsertText text content with an apostrophe in it, as this can break
+        on platforms where apostrophes turn into curly quotes.
+
+        * fast/css/image-set-value-not-removed-crash-expected.txt:
+        * fast/css/image-set-value-not-removed-crash.html:
+        * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Removed.
+
+2012-12-18  Levi Weintraub  <leviw@chromium.org>
+
+        Input elements with default touch handlers don't update handler counts when changing documents
+        https://bugs.webkit.org/show_bug.cgi?id=105334
+
+        Reviewed by James Robinson.
+
+        * fast/events/touch/touch-input-element-change-documents-expected.txt: Added.
+        * fast/events/touch/touch-input-element-change-documents.html: Added.
+
+2012-12-18  Simon Fraser  <simon.fraser@apple.com>
+
+        Skip two asserting tests in Debug.
+
+        * platform/mac/TestExpectations:
+
+2012-12-18  Simon Fraser  <simon.fraser@apple.com>
+
+        New baseline for Acid3 test.
+
+        * platform/mac/http/tests/misc/acid3-expected.txt:
+
+2012-12-18  Simon Fraser  <simon.fraser@apple.com>
+
+        Rebaseline some tests on Lion.
+
+        * platform/mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/mac-lion/fast/text/orientation-sideways-expected.txt: Added.
+        * platform/mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt:
+        * platform/mac-lion/fast/writing-mode/vertical-baseline-alignment-expected.txt:
+
+2012-12-18  Filip Pizlo  <fpizlo@apple.com>
+
+        Fix the test description.
+        
+        Rubber stamped by Mark Hahnenberg.
+
+        * fast/js/script-tests/dfg-ensure-array-storage-on-window.js:
+
+2012-12-18  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG::SpeculativeJIT::jumpSlowForUnwantedArrayMode incorrectly checks for non-array array storage when it should be checking for array array storage
+        https://bugs.webkit.org/show_bug.cgi?id=105365
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-ensure-array-storage-on-window-expected.txt: Added.
+        * fast/js/dfg-ensure-array-storage-on-window.html: Added.
+        * fast/js/indexed-setter-on-global-object-expected.txt: Added.
+        * fast/js/indexed-setter-on-global-object.html: Added.
+        * fast/js/script-tests/dfg-ensure-array-storage-on-window.js: Added.
+        (foo):
+        * fast/js/script-tests/indexed-setter-on-global-object.js: Added.
+
+2012-12-18  Per-Erik Brodin  <per-erik.brodin@ericsson.com>
+
+        EventSource should support CORS
+        https://bugs.webkit.org/show_bug.cgi?id=61862
+
+        Reviewed by Alexey Proskuryakov.
+
+        Added new CORS tests for EventSource. Modified existing test to verify
+        that the new constructor argument can be passed to the constructor.
+
+        * fast/eventsource/eventsource-constructor-expected.txt:
+        * fast/eventsource/eventsource-constructor.html:
+        * fast/js/constructor-length.html:
+        * http/tests/eventsource/eventsource-cors-basic-expected.txt: Added.
+        * http/tests/eventsource/eventsource-cors-basic.html: Added.
+        * http/tests/eventsource/eventsource-cors-no-server-expected.txt: Added.
+        * http/tests/eventsource/eventsource-cors-no-server.html: Added.
+        * http/tests/eventsource/eventsource-cors-with-credentials-expected.txt: Added.
+        * http/tests/eventsource/eventsource-cors-with-credentials.html: Added.
+        * http/tests/eventsource/resources/es-cors-basic.php: Added.
+        * http/tests/eventsource/resources/es-cors-credentials.php: Added.
+        * platform/blackberry/fast/js/constructor-length-expected.txt:
+        * platform/chromium/fast/js/constructor-length-expected.txt:
+        * platform/gtk/fast/js/constructor-length-expected.txt:
+        * platform/mac/fast/js/constructor-length-expected.txt:
+        * platform/qt/fast/js/constructor-length-expected.txt:
+
+2012-12-18  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
+
+        Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
+        https://bugs.webkit.org/show_bug.cgi?id=104775
+
+        Reviewed by Dean Jackson.
+
+        Test that we can click 2nd line inside inline-block in vertical writing mode.
+
+        * fast/writing-mode/vertical-inline-block-hittest-expected.txt: Added.
+        * fast/writing-mode/vertical-inline-block-hittest.html: Added.
+
+2012-12-18  Simon Fraser  <simon.fraser@apple.com>
+
+        Allow position:sticky elements to be moved by the scrolling thread
+        https://bugs.webkit.org/show_bug.cgi?id=105245
+
+        Reviewed by Beth Dakin.
+
+        Sticky position tests that dump the scrolling tree.
+
+        * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt: Added.
+        * platform/mac/tiled-drawing/sticky/sticky-horizontal.html: Added.
+        * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
+        * platform/mac/tiled-drawing/sticky/sticky-vertical.html: Added.
+
+2012-12-18  Dirk Pranke  <dpranke@chromium.org>
+
+        Remove entries for passing tests and one bad expectation for a reftest.
+
+        Unreviewed.
+
+        * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-12-18  Dean Jackson  <dino@apple.com>
+
+        Track menu needs localization
+        https://bugs.webkit.org/show_bug.cgi?id=105233
+
+        Reviewed by Eric Carlson.
+
+        Test to exercise the localization of strings in the captions menu.
+        While I was here I merged some common code into a helper file.
+
+        * media/trackmenu-test.js: Added. New helper file to run common test operations.
+        * media/video-controls-captions-trackmenu-localized-expected.txt: Added.
+        * media/video-controls-captions-trackmenu-localized.html: Added.
+        * media/video-controls-captions-trackmenu-sorted.html: Updated to use helper functions.
+        * platform/chromium/TestExpectations: Skip unimplemented test.
+        * platform/efl/TestExpectations: Ditto.
+        * platform/gtk/TestExpectations: Ditto.
+        * platform/qt/TestExpectations: Ditto.
+
+2012-12-18  Beth Dakin  <bdakin@apple.com>
+
+        https://bugs.webkit.org/show_bug.cgi?id=102579
+        [mac] Enable scaled cursors
+
+        Reviewed by Dean Jackson.
+
+        Un-skip these tests now that the feature is enabled.
+        * platform/mac/TestExpectations:
+
+2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
+
+        [chromium] Unreviewed gardening.
+
+        Updating the expectation and unskipping a test whose output was correct.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/accessibility/legend-expected.txt:
+
+2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: support clickPoint in DRT for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=97359
+
+        Reviewed by Chris Fleizach.
+
+        Enable four more tests now that clickPointX, clickPointY,
+        and elementAtPoint are implemented for Chromium.
+
+        Minor fixes to two tests to make them more robust
+        across platfoms and when run in parallel.
+
+        * accessibility/svg-bounds.html: Updated
+        * accessibility/svg-bounds-expected.txt: Added (made cross-platform
+        * accessibility/svg-remote-element.html: Updated
+        * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
+        * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
+        * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
+        * platform/chromium/TestExpectations: Updated
+
+2012-12-18  Adam Klein  <adamk@chromium.org>
+
+        [HTMLTemplateElement] Prevent first-level recursive <template> from resetting the implied context
+        https://bugs.webkit.org/show_bug.cgi?id=104142
+
+        Reviewed by Eric Seidel.
+
+        Added test that the original template context is retained after inner template.
+
+        * html5lib/resources/template.dat:
+
+2012-12-18  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] shape-inside layout fails to adjust first line correctly for writing-mode: vertical-rl
+        https://bugs.webkit.org/show_bug.cgi?id=104419
+
+        Reviewed by Dirk Schulze.
+
+        For the vertical writing modes, verify that rounded rectangle shape-inside content is
+        adjusted in the logical down direction when it will not fit betwen the rounded corners.
+
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003.html: Added.
+
+2012-12-18  Bear Travis  <betravis@adobe.com>
+
+        [CSS Exclusions] Blocks should not re-use their parent's ExclusionShapeInsideInfo
+        if they participate in inline layout
+        https://bugs.webkit.org/show_bug.cgi?id=104582
+
+        Reviewed by Julien Chaffraix.
+
+        Test that recursive inline layouts work correctly.
+        * fast/exclusions/resources/simple-rectangle.js:
+        (createRectangleTest): Remove extra ':' from pseudo-element.
+        (createRectangleTestResult): Ditto.
+        * fast/exclusions/shape-inside/shape-inside-recursive-layout-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-recursive-layout.html: Added.
+2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Removing failures for a bunch of tests that are now passing due to
+        various reasons.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-18  Tony Chang  <tony@chromium.org>
+
+        REGRESSION(r136324): flex items with percent heights not resizing
+        https://bugs.webkit.org/show_bug.cgi?id=105213
+
+        Reviewed by Ojan Vafai.
+
+        Add a test that changes the height of a flexbox with a percentage height child.
+
+        * css3/flexbox/flexitem-percent-height-change-expected.txt: Added.
+        * css3/flexbox/flexitem-percent-height-change.html: Added.
+
+2012-12-17  Simon Fraser  <simon.fraser@apple.com>
+
+        Fix position:-webkit-sticky behavior when zoomed
+        https://bugs.webkit.org/show_bug.cgi?id=105251
+
+        Reviewed by Dean Jackson.
+
+        Ref test for sticky elements in a zoomed page.
+        
+        This test is marked as failing for WK1, because scrollbars always show on
+        zoomed pages and cannot be hidden there.
+
+        * fast/css/sticky/sticky-top-zoomed-expected.html: Added.
+        * fast/css/sticky/sticky-top-zoomed.html: Added.
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Added new baselines marked tests flaky due to Accessibility code
+        crashes.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl-wk2/editing/selection/move-by-character-6-expected.png: Added.
+        * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Added.
+
+2012-12-18  Emil A Eklund  <eae@chromium.org>
+
+        Have kFixedPointDenominator be constant across ports
+        https://bugs.webkit.org/show_bug.cgi?id=104843
+
+        Reviewed by Julien Chaffraix.
+        
+        Unskip the following tests on efl, qt and gtk:
+        fast/css/large-number-round-trip.html
+        fast/css/large-numbers.html 
+
+        Remove platform specific results for large-number-round-trip.html.
+
+        * fast/css/large-number-round-trip-expected.txt:
+        * platform/chromium/fast/css/large-number-round-trip-expected.txt: Removed.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/fast/css/large-number-round-trip-expected.txt: Removed.
+        * platform/qt/TestExpectations:
+
+2012-12-18  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137979.
+        http://trac.webkit.org/changeset/137979
+        https://bugs.webkit.org/show_bug.cgi?id=105311
+
+        nodeName returned by the inspector protocol commands should
+        match one accessible fro JS (Requested by yurys_ on #webkit).
+
+        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
+        * inspector/elements/shadow-root-expected.txt:
+        * inspector/elements/shadow-root.html:
+
+2012-12-18  W. James MacLean  <wjmaclean@chromium.org>
+
+        [chromium] Unreviewed gardening: marking test as flaky on Linux Dbg bot.
+        http://webkit.org/b/86114
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-18  Eric Carlson  <eric.carlson@apple.com>
+
+        Add in-band text track cues only once
+        https://bugs.webkit.org/show_bug.cgi?id=104593
+
+        Reviewed by Dean Jackson.
+
+        Test to ensure that in-band text track cues are not added to the the cue list more than once.
+
+        * media/track/track-in-band-cues-added-once-expected.txt: Added.
+        * media/track/track-in-band-cues-added-once.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [WK2] Unreviewed gardening.
+
+        Fixed malformed entry on the WK2 expectations file.
+
+        * platform/wk2/TestExpectations:
+
+2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed rebaseline new test introdiced at r138003
+
+        * inspector-protocol/media-query-listener-exception-expected.txt:
+        * platform/chromium/inspector-protocol/media-query-listener-exception-expected.txt: Copied from LayoutTests/inspector-protocol/media-query-listener-exception-expected.txt.
+
+2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening
+
+        Skipped some accessibility because of missing bits on EFL.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-17  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: MediaQueryList listener silently catches errors
+        https://bugs.webkit.org/show_bug.cgi?id=105162
+
+        Reviewed by Alexander Pavlov.
+
+        Test that uncaught exception in MediaQueryListListener will be logged to the console.
+
+        * http/tests/inspector-protocol/resources/protocol-test.js:
+        (runTest):
+        * inspector-protocol/media-query-listener-exception-expected.txt: Added.
+        * inspector-protocol/media-query-listener-exception.html: Added.
+
+2012-12-18  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        webaudio/oscillator* tests should use OfflineAudioContext
+        https://bugs.webkit.org/show_bug.cgi?id=105174
+
+        Reviewed by Kentaro Hara.
+
+        webaudio/oscillator* tests were using the slower webkitAudioContext for output rendering.
+        Replacing the usage with webkitOfflineAudioContext allows for faster-than-realtime rendering
+        in testing. Also, it avoids a deprecation warning on the console.
+
+        * webaudio/resources/oscillator-testing.js: Replace usage of webkitAudioContext with webkitOfflineAudioContext
+        (generateExponentialOscillatorSweep):
+
+2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Unreviewed gardening.
+
+        * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Updated.
+        * platform/wk2/TestExpectations: Skip a new failing test.
+
+2012-12-18  Szilard Ledan  <szledan@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        Rebaselining a test after r137953.
+
+        * platform/qt/editing/selection/move-by-character-6-expected.txt:
+
+2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining a test after r137953.
+        Adding back failure expectations for SVG viewspec tests after the rollout in r137947.
+        Enhancing failure expectation for a slow HTTP multipart test that can pass,
+        fail or timeout.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/editing/selection/move-by-character-6-expected.txt:
+
+2012-12-17  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed rebaseline after r137593.
+
+        * platform/chromium-linux-x86/editing/selection/move-by-character-6-expected.txt: Added.
+        * platform/chromium-linux/editing/selection/move-by-character-6-expected.png:
+        * platform/chromium-linux/editing/selection/move-by-character-6-expected.txt: Added.
+        * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
+        * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.txt: Added.
+        * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
+        * platform/chromium-mac/editing/selection/move-by-character-6-expected.txt: Added.
+        * platform/chromium-win/editing/selection/move-by-character-6-expected.png:
+        * platform/chromium-win/editing/selection/move-by-character-6-expected.txt:
+
+2012-12-17  Philip Rogers  <pdr@google.com>
+
+        Queue container size requests while images are loading.
+        https://bugs.webkit.org/show_bug.cgi?id=105097
+
+        Reviewed by Dean Jackson.
+
+        I reused the embedded.svg and svg-slow.pl test files from a similar test for svg-as-object
+        size negotiation. svg-slow.pl simply delays the loading of the embedded.svg file.
+        Triggering this bug reliably using the local filesystem is too brittle.
+
+        * http/tests/misc/svg-image-delayed-size-negotiation-expected.html: Added.
+        * http/tests/misc/svg-image-delayed-size-negotiation.html: Added.
+
+2012-12-17  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG is too aggressive eliding overflow checks for additions involving large constants
+        https://bugs.webkit.org/show_bug.cgi?id=105239
+
+        Reviewed by Gavin Barraclough.
+
+        * fast/js/dfg-int-overflow-large-constants-in-a-line-expected.txt: Added.
+        * fast/js/dfg-int-overflow-large-constants-in-a-line.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-int-overflow-large-constants-in-a-line.js: Added.
+        (foo):
+
+2012-12-17  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Web Inspector: need to visually distinguish UA shadow roots
+        https://bugs.webkit.org/show_bug.cgi?id=104877
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
+        * inspector/elements/shadow-root-expected.txt:
+        * inspector/elements/shadow-root.html: Adds <input> test.
+
+2012-12-17  Takashi Sakamoto  <tasak@google.com>
+
+        fast/dom/shadow/host-wrapper-reclaimed.html is failing on EFL bots
+        https://bugs.webkit.org/show_bug.cgi?id=103109
+
+        Reviewed by Kentaro Hara.
+
+        host-wrapper-reclaimed uses gc(), but the function gc is not defined
+        in all platforms, e.g. "ReferenceError: Can't find variable: gc".
+        So we should include js-test-pre.js, which defines gc.
+
+        * fast/dom/shadow/host-wrapper-reclaimed-expected.txt:
+        * fast/dom/shadow/host-wrapper-reclaimed.html:
+
+2012-12-17  Dean Jackson  <dino@apple.com>
+
+        Track menu should be sorted
+        https://bugs.webkit.org/show_bug.cgi?id=105229
+
+        Reviewed by Eric Carlson.
+
+        New test to make sure we sort the menu of available tracks.
+
+        * media/video-controls-captions-trackmenu-sorted-expected.txt: Added.
+        * media/video-controls-captions-trackmenu-sorted.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-17  Mathew Dempsky  <mdempsky@google.com>
+
+        Regression causing DOM objects to have unstable NPObject* references with v8 bindings
+        https://bugs.webkit.org/show_bug.cgi?id=104921
+
+        Reviewed by Kentaro Hara.
+
+        Add variant of embed-property-equality test to verify that the
+        test still passes when the object being tested for equality
+        has already been remembered by a plugin from a different
+        JavaScript context.
+
+        * plugins/npruntime/embed-property-iframe-equality.html: Added.
+        * plugins/npruntime/embed-property-iframe-equality-expected.txt: Added.
+
+2012-12-17  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG is too aggressive with eliding overflow checks in loops
+        https://bugs.webkit.org/show_bug.cgi?id=105226
+
+        Reviewed by Mark Hahnenberg and Oliver Hunt.
+
+        * fast/js/dfg-int-overflow-in-loop-expected.txt: Added.
+        * fast/js/dfg-int-overflow-in-loop.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-int-overflow-in-loop.js: Added.
+        (foo):
+
+2012-12-17  Chris Fleizach  <cfleizach@apple.com>
+
+        Seamless iframe should not announce a new browsing context
+        https://bugs.webkit.org/show_bug.cgi?id=86317
+
+        Reviewed by Eric Seidel.
+
+        * platform/mac/accessibility/seamless-iframe-expected.txt: Added.
+        * platform/mac/accessibility/seamless-iframe.html: Added.
+
+2012-12-17  KyungTae Kim  <ktf.kim@samsung.com>
+
+        Percentage width replaced element incorrectly rendered when intrinsic size changed
+        https://bugs.webkit.org/show_bug.cgi?id=102784
+
+        Reviewed by Tony Chang.
+
+        Add test to check when the source of images with percentage width is changed.
+
+        * fast/css/percent-width-img-src-change.html: Added.
+        * fast/css/percent-width-img-src-change-expected.txt: Added.
+
+2012-12-17  Simon Fraser  <simon.fraser@apple.com>
+
+        Fix repositioning of fixed elements on zooming
+        https://bugs.webkit.org/show_bug.cgi?id=105223
+
+        Reviewed by Beth Dakin.
+
+        Testcase that zoomed with fixed-position elements.
+
+        * platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Added.
+        * platform/mac/tiled-drawing/fixed/four-bars-zoomed.html: Added.
+
+2012-12-17  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement matching cue by the class name with ::cue pseudo element
+        https://bugs.webkit.org/show_bug.cgi?id=104191
+
+        Reviewed by Antti Koivisto.
+
+        Verify that ::cue pseudo-element accepts a simple-selector list that matches cue objects by the a class.
+
+        * media/track/captions-webvtt/styling.vtt:
+        * media/track/track-css-matching-expected.txt: Added.
+        * media/track/track-css-matching.html: Added.
+
+2012-12-14  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Layout Test editing/selection/move-by-character-crash-test-textarea.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=104951
+
+        Reviewed by Eric Seidel.
+
+        The problem was that editing/selection/move-by-character-6.html was running editing commands
+        in a timer without making the test runner wait. Fixed the bug by calling waitUntilDone and
+        notifyDone at appropriate places in editing.js.
+
+        We don't need to rebaseline other tests since this is the only test that uses commandDelay.
+
+        * editing/editing.js:
+        (setSelectionCommand):
+        (transposeCharactersCommand):
+        (moveSelectionLeftByCharacterCommand):
+        (moveSelectionRightByCharacterCommand):
+        (extendSelectionLeftByCharacterCommand):
+        (extendSelectionRightByCharacterCommand):
+        (moveSelectionForwardByCharacterCommand):
+        (extendSelectionForwardByCharacterCommand):
+        (moveSelectionForwardByWordCommand):
+        (extendSelectionForwardByWordCommand):
+        (moveSelectionForwardBySentenceCommand):
+        (extendSelectionForwardBySentenceCommand):
+        (moveSelectionForwardByLineCommand):
+        (extendSelectionForwardByLineCommand):
+        (moveSelectionForwardByLineBoundaryCommand):
+        (extendSelectionForwardByLineBoundaryCommand):
+        (moveSelectionBackwardByCharacterCommand):
+        (extendSelectionBackwardByCharacterCommand):
+        (moveSelectionBackwardByWordCommand):
+        (extendSelectionBackwardByWordCommand):
+        (moveSelectionBackwardBySentenceCommand):
+        (extendSelectionBackwardBySentenceCommand):
+        (moveSelectionBackwardByLineCommand):
+        (extendSelectionBackwardByLineCommand):
+        (extendSelectionBackwardByLineBoundaryCommand):
+        (moveSelectionBackwardByLineBoundaryCommand):
+        (boldCommand):
+        (underlineCommand):
+        (fontNameCommand):
+        (fontSizeCommand):
+        (fontSizeDeltaCommand):
+        (italicCommand):
+        (justifyCenterCommand):
+        (justifyLeftCommand):
+        (justifyRightCommand):
+        (insertHTMLCommand):
+        (insertImageCommand):
+        (insertLineBreakCommand):
+        (insertParagraphCommand):
+        (insertNewlineInQuotedContentCommand):
+        (typeCharacterCommand):
+        (selectAllCommand):
+        (strikethroughCommand):
+        (undoCommand):
+        (redoCommand):
+        (changeRootSize):
+        (cutCommand):
+        (copyCommand):
+        (pasteCommand):
+        (createLinkCommand):
+        (unlinkCommand):
+        (pasteAndMatchStyleCommand):
+        (deleteCommand):
+        (forwardDeleteCommand):
+        (backColorCommand):
+        (foreColorCommand):
+        (executeCommand):
+        * platform/mac/editing/selection/move-by-character-6-expected.txt: Rebaselined.
+
+2012-12-17  Filip Pizlo  <fpizlo@apple.com>
+
+        javascript integer overflow
+        https://bugs.webkit.org/show_bug.cgi?id=104967
+
+        Reviewed by Mark Hahnenberg.
+
+        * fast/js/dfg-put-scoped-var-backward-flow-expected.txt: Added.
+        * fast/js/dfg-put-scoped-var-backward-flow.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-put-scoped-var-backward-flow.js: Added.
+        (sum):
+
+2012-12-17  Tab Atkins  <jackalmage@gmail.com>
+
+        Chromium rebaseline fast/gradients/css3-linear-angle-gradients.html
+        https://bugs.webkit.org/show_bug.cgi?id=105211
+
+        Reviewed by Dean Jackson.
+
+        * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
+        * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
+
+2012-12-17  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: textUnderElement should consider alt text, but skip links and controls
+        https://bugs.webkit.org/show_bug.cgi?id=101650
+
+        Reviewed by Chris Fleizach.
+
+        Adds new tests to show that getting inner text from an element
+        now ignores focusable descendants and containers, but uses alternative
+        text.
+
+        Updates and rebaselines several tests to reflect the new logic.
+        Skips these tests on GTK until support for the object replacement
+        character can be added.
+
+        * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
+        * accessibility/button-title-uses-inner-img-alt.html: Added.
+        * accessibility/focusable-div-expected.txt: Extended with more test cases.
+        * accessibility/focusable-div.html: Extended with more test cases.
+        * platform/chromium/TestExpectations: Un-skip test that now passes.
+        * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
+        * platform/mac/accessibility/image-link-expected.txt: Rebaseline
+        * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
+        * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
+        * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
+        * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
+        * platform/gtk/TestExpectations: Skip these tests until this feature is implemented for GTK.
+
+2012-12-17  Levi Weintraub  <leviw@chromium.org>
+
+        Convert sub-pixel iframe-copy-on-scroll tests to use Mock scrollbars
+        https://bugs.webkit.org/show_bug.cgi?id=105210
+
+        Reviewed by Emil A Eklund.
+
+        Converting the iframe tests in sub-pixel/ to use mock scrollbars. These tests needed to
+        be rebaselined following r137847 anyways. Best to make this change before that.
+
+        * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html:
+        * fast/sub-pixel/transformed-iframe-copy-on-scroll.html:
+        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
+        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-17  Levi Weintraub  <leviw@chromium.org>
+
+        Add support for tracking hit test rectangles to enable fast event rejection in the compositor
+        https://bugs.webkit.org/show_bug.cgi?id=103914
+
+        Reviewed by James Robinson.
+
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
+        * platform/chromium/fast/events/touch/touch-target-removed-crash-expected.txt: Added.
+        * platform/chromium/fast/events/touch/touch-target-removed-crash.html: Added.
+
+2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
+
+        [CSS Exclusions] shape-outside on floats for rectangle shapes height/width
+        https://bugs.webkit.org/show_bug.cgi?id=100398
+
+        Reviewed by Julien Chaffraix.
+
+        Tests for the basic shape outside functionality to show how the shape affects inline text and other floats. 
+        Also test using percentages to specify the shape and that margins are properly ignored (per the spec), when a 
+        shape is applied to a float.
+
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored-expected.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-expected.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple-expected.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage-expected.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage.html: Added.
+        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html: Added.
+
+2012-12-17  John J. Barton  <johnjbarton@chromium.org>
+
+        Web Inspector: Search by selection
+        https://bugs.webkit.org/show_bug.cgi?id=104970
+
+        Reviewed by Vsevolod Vlasov.
+
+        New inspector test for editor setting the search query
+
+        * inspector/editor/text-editor-selection-to-search-expected.txt: Added.
+        * inspector/editor/text-editor-selection-to-search.html: Added.
+
+2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
+
+        [CSS Exclusions] Floats should respect shape-inside on exclusions
+        https://bugs.webkit.org/show_bug.cgi?id=89261
+
+        Reviewed by David Hyatt.
+
+        Update test to properly test floats with shape-inside.
+
+        * fast/exclusions/shape-inside/shape-inside-floats-simple-expected.html:
+        * fast/exclusions/shape-inside/shape-inside-floats-simple.html:
+
+2012-12-17  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: Provide the paint count of layers through the LayerTreeAgent
+        https://bugs.webkit.org/show_bug.cgi?id=105024
+
+        Reviewed by Pavel Feldman.
+
+        Add the paintCount property to the expected output of the LayerTreeAgent test.
+
+        * inspector-protocol/layer-tree-expected.txt:
+        * inspector-protocol/layer-tree.html:
+
+2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt][WK2] Unreviewed gardening.
+
+        * platform/qt-5.0-wk2/TestExpectations: Skip a new failing test.
+        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added because of minor pixel differences.
+        * platform/qt-5.0-wk2/fast/images/crossfade-client-not-removed-crash-expected.txt: Added WK2 specific result.
+        * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Added after r137902.
+        * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Updated.
+
+2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt][WK2] compositing/overflow/automatically-opt-into-composited-scrolling.html makes other tests fail
+        https://bugs.webkit.org/show_bug.cgi?id=105173
+
+        Unreviewed gardening, skip the culprit tests to paint the bots green.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2012-12-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        [WK2] TiledBackingStore: css3/device-adapt/viewport-width-not-affecting-next-page.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=105131
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskipped css3/device-adapt/viewport-width-not-affecting-next-page.html for WK2 EFL.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-17  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+        [WK2] Enable tests that use boolean overridePreference
+        https://bugs.webkit.org/show_bug.cgi?id=105008
+
+        Unreviewed gardening. Enable tests that call overridePreference()
+        with a boolean value, mostly webgl ones. Add a few fail results for
+        EFL.
+
+        * platform/efl/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt][WK1]REGRESSION(r137811): compositing/tiling/crash-huge-layer.html makes the following test crash on 32 bit
+        https://bugs.webkit.org/show_bug.cgi?id=105158
+
+        Unreviewed gardening, skip the culprit test to paint the bots green.
+
+        * platform/qt-5.0-wk1/TestExpectations:
+
+2012-12-16  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening. Update expected files after r137798.
+
+        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
+        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
+
+2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark new compositing/overflow/automatically-opt-into-composited-scrolling.html
+        test introduced in r137828 as failing on EFL WK2.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark editing/execCommand/indent-paragraphs.html as expected to
+        crash on EFL port until Bug 105042 is fixed.
+
+        * platform/efl/TestExpectations:
+
+2012-12-16  Hayato Ito  <hayato@chromium.org>
+
+        [Shadow DOM] Kill ShadowRoot constructor
+        https://bugs.webkit.org/show_bug.cgi?id=102913
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/js/global-constructors-expected.txt:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation.html.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons.html.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar.html.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar.html.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html.
+
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch.html.
+
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html.
+
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2.html.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined webkitConvertPoint.html.
+
+        * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
+        * platform/chromium/fast/dom/Window/webkitConvertPoint-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined pixels of transformed-iframe-copy-on-scroll.html.
+
+        * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
+        * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
+        * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined images for fast/inline/justify-emphasis-inline-box.html.
+
+        * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png.
+        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png:
+
+2012-12-16  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined fast/css/nested-layers-with-hover.html.
+
+        * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt: Removed.
+        * platform/chromium/fast/css/nested-layers-with-hover-expected.txt: Removed.
+        * platform/efl/fast/css/nested-layers-with-hover-expected.txt: Removed.
+        * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Removed.
+        * platform/qt/fast/css/nested-layers-with-hover-expected.txt: Removed.
+
+2012-12-16  Levi Weintraub  <leviw@chromium.org>
+
+        Push pixel snapping logic into TransformState
+        https://bugs.webkit.org/show_bug.cgi?id=101779
+
+        Reviewed by Simon Fraser.
+
+        * fast/dom/Window/webkitConvertPoint.html: Updating values to match corrected pixel snapping.
+        * fast/multicol/break-properties.html: Fixing sub-pixel layout feature checking.
+        * fast/multicol/vertical-lr/break-properties.html: Ditto.
+        * fast/multicol/vertical-rl/break-properties.html: Ditto.
+        * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Updating to catch the bug where the old
+        pixel snapping logic did the wrong thing when nested.
+        * fast/sub-pixel/transformed-iframe-copy-on-scroll.html: Added.
+        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
+        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
+        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
+        * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2012-12-16  Eric Carlson  <eric.carlson@apple.com>
+
+        Remove in-band text tracks when media element's src changes
+        https://bugs.webkit.org/show_bug.cgi?id=105081
+
+        Reviewed by Sam Weinig.
+
+        Extend test to verify that all in-band tracks are removed from the media element
+        when its src changes.
+
+        * media/track/track-in-band-expected.txt:
+        * media/track/track-in-band.html:
+
+2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark new editing/pasteboard/copy-paste-ruby-text.html test introduced
+        in r137477 as expected to fail for EFL port due to missing PasteBoard
+        implementation.
+
+        * platform/efl/TestExpectations:
+
+2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Generate EFL expectation for new fast/inline/justify-emphasis-inline-box.html
+        test introduced in r137786.
+
+        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png: Added.
+        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+
+2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed rebaseline.
+
+        Rebaseline several compositing tests after r137798.
+
+        * compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-expected.txt:
+        * compositing/rtl/rtl-iframe-relative-expected.txt:
+        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+
+2012-12-16  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSSRegions] Pseudo-elements should not be directly collected into a named flow
+        https://bugs.webkit.org/show_bug.cgi?id=105046
+
+        Reviewed by Abhishek Arya.
+
+        Prevent pseudo-elements to be collected into a named-flow by bailing out early in the collecting stage.
+
+        Following the CSSRegions spec, http://dev.w3.org/csswg/css3-regions/#flow-into, the pseudo-elements
+        like ::before/::after/::first-letter/::first-line are not allowed to become content nodes, being directly
+        collected into a flow thread.
+
+        * fast/regions/pseudo-after-content-node-expected.txt: Added.
+        * fast/regions/pseudo-after-content-node.html: Added.
+        * fast/regions/pseudo-before-content-node-expected.txt: Added.
+        * fast/regions/pseudo-before-content-node.html: Added.
+        * fast/regions/pseudo-first-letter-content-node-expected.txt: Added.
+        * fast/regions/pseudo-first-letter-content-node.html: Added.
+        * fast/regions/pseudo-first-line-content-node-expected.txt: Added.
+        * fast/regions/pseudo-first-line-content-node.html: Added.
+
+2012-12-16  Mihai Maerean  <mmaerean@adobe.com>
+
+        [CSS Regions] broken feature detection: body.webkitRegionOverset and body.webkitGetRegionFlowRanges shouldn't succeed when disabled at runtime.
+        https://bugs.webkit.org/show_bug.cgi?id=99707
+
+        Reviewed by Hajime Morita.
+
+        The bug is that the CSS Regions feature leaks information at run-time. There are JS properties that exist even
+        if the feature is disabled at run-time (document.webkitGetNamedFlows, document.body.webkitRegionOverset,
+        document.body.webkitGetRegionFlowRanges and window.WebKitCSSRegionRule).
+        The best LayoutTest would test that the properties exist when the feature is enabled and that the properties
+        just aren't there when the feature is disabled.
+        But, since during running Layout Tests the feature is enabled by default and switching the
+        RuntimeEnabledFeatures requires the process to be restarted and that is currently not possible, we can only test
+        that the properties exist and have the proper type.
+
+        * fast/regions/region-leak-js-information-when-disabled-at-runtime-expected.txt: Added.
+        * fast/regions/region-leak-js-information-when-disabled-at-runtime.html: Added.
+
+2012-12-15  Ian Vollick  <vollick@chromium.org>
+
+        [chromium] More expectations updates for composited scrolling.
+
+        Unreviewed change. Updating expectations.
+
+        Added expectations for a remaining test that needs a new baseline.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-15  Ian Vollick  <vollick@chromium.org>
+
+        [chromium] More expectations updates for composited scrolling.
+
+        Unreviewed change. Updating expectations.
+
+        Some of the Failures noted in the last change were actually
+        ImageOnlyFailures, and some tests are now passing - these are
+        corrected in this patch.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-15  Ian Vollick  <vollick@chromium.org>
+
+        [chromium] Update test expectations now that we're opting into composited scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=105123
+
+        Unreviewed change. Updating expectations.
+
+        Added expectations for tests that need updated baselines now that
+        we're opting into composited scrolling.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-15  Ian Vollick  <vollick@chromium.org>
+
+        Automatically use composited scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=94743
+
+        Reviewed by Adrienne Walker.
+
+        Tests various configurations of elements to ensure that we only automatically opt into
+        composited scrolling when it is safe to do so.
+
+        * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
+        * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
+        * platform/chromium/TestExpectations:
+         The test platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style.html
+         is failing due to wkb.ug/103156
+
+2012-12-15  No'am Rosenthal  <noam@webkit.org>
+
+        Disambiguate "background color" and "contents as solid color" on GraphicsLayer
+        https://bugs.webkit.org/show_bug.cgi?id=104842
+
+        Reviewed by Simon Fraser.
+
+        Since we don't set the background color for a layer with a solid color, the test results have to be rebaselined.
+
+        * compositing/backing/no-backing-for-clip-expected.txt:
+        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * compositing/backing/no-backing-for-perspective-expected.txt:
+        * compositing/columns/composited-in-paginated-expected.txt:
+        * compositing/geometry/ancestor-overflow-change-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * compositing/geometry/clip-expected.txt:
+        * compositing/geometry/clip-inside-expected.txt:
+        * compositing/geometry/composited-in-columns-expected.txt:
+        * compositing/geometry/flipped-writing-mode-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * compositing/geometry/preserve-3d-switching-expected.txt:
+        * compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * compositing/iframes/become-overlapped-iframe-expected.txt:
+        * compositing/iframes/composited-parent-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * compositing/iframes/enter-compositing-iframe-expected.txt:
+        * compositing/iframes/iframe-resize-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * compositing/iframes/overlapped-iframe-expected.txt:
+        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * compositing/iframes/page-cache-layer-tree-expected.txt:
+        * compositing/iframes/scrolling-iframe-expected.txt:
+        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
+        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * compositing/layer-creation/overlap-animation-expected.txt:
+        * compositing/layer-creation/overlap-child-layer-expected.txt:
+        * compositing/layer-creation/overlap-clipping-expected.txt:
+        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * compositing/layer-creation/overlap-transforms-expected.txt:
+        * compositing/layer-creation/scroll-partial-update-expected.txt:
+        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
+        * compositing/layer-creation/translatez-overlap-expected.txt:
+        * compositing/overflow-trumps-transform-style-expected.txt:
+        * compositing/overflow/clip-descendents-expected.txt:
+        * compositing/plugins/no-backing-store-expected.txt:
+        * compositing/rtl/rtl-absolute-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-fixed-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-relative-expected.txt:
+        * compositing/tiled-layers-hidpi-expected.txt:
+        * compositing/visible-rect/2d-transformed-expected.txt:
+        * compositing/visible-rect/3d-transform-style-expected.txt:
+        * compositing/visible-rect/3d-transformed-expected.txt:
+        * compositing/visible-rect/animated-expected.txt:
+        * compositing/visible-rect/animated-from-none-expected.txt:
+        * compositing/visible-rect/clipped-by-viewport-expected.txt:
+        * compositing/visible-rect/clipped-visible-rect-expected.txt:
+        * compositing/visible-rect/iframe-and-layers-expected.txt:
+        * compositing/visible-rect/nested-transform-expected.txt:
+        * compositing/visible-rect/scrolled-expected.txt:
+        * css3/filters/filtered-compositing-descendant-expected.txt:
+        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * platform/mac/compositing/iframes/resizer-expected.txt:
+        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+
+2012-12-14  Beth Dakin  <bdakin@apple.com>
+
+        https://bugs.webkit.org/show_bug.cgi?id=105064
+        fast/css/nested-layers-with-hover.html fails on the Mac WK2 bots, and seems to be 
+        a bad test
+
+        Reviewed by Tim Horton.
+
+        There were a number of problems with this test, and this patch attempts to fix 
+        them all. The problems were:
+        -This test was failing on the WK2 bots.
+        -But it was comparing against expected results that expected to fail, so that's 
+        bad!
+        -In the cross-platform directory there were expected results checked in that look 
+        for a render tree dump, but those results haven't made sense for a while since 
+        that test was converted to dumpAsText() months ago.
+
+        This patch updates the test so that it will actually work. To do that, we need to 
+        make sure layout is up to date and also use window.setTimeout() to run the 
+        function to assess our hover state rather than relying on onmousemove.
+        * fast/css/nested-layers-with-hover-expected.txt:
+        * fast/css/nested-layers-with-hover.html:
+        * platform/mac/fast/css/nested-layers-with-hover-expected.png: Removed.
+        * platform/mac/fast/css/nested-layers-with-hover-expected.txt: Removed.
+
+2012-12-14  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
+
+        Emphasis mark is printed after inline-block with justify
+        https://bugs.webkit.org/show_bug.cgi?id=104631
+
+        Reviewed by Dean Jackson.
+
+        Test that emphasis marks are not drawn incorrectly in justified text with inline boxes.
+
+        * fast/inline/justify-emphasis-inline-box.html: Added.
+        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added.
+        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+        * platform/mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
+
+2012-12-14  Beth Dakin  <bdakin@apple.com>
+
+        Updating these results again since this failing test has started failing in a new 
+        way. https://bugs.webkit.org/show_bug.cgi?id=58332 represents fixing the bug. 
+
+        * platform/mac-wk2/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt:
+
+2012-12-14  James Simonsen  <simonjam@chromium.org>
+
+        [Resource Timing] Properly report reused connections
+        https://bugs.webkit.org/show_bug.cgi?id=104986
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt: Added.
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html: Added.
+
+2012-12-14  Adam Klein  <adamk@chromium.org>
+
+        fast/dom/HTMLTemplateElement/inertContents.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=104023
+
+        Reviewed by Eric Seidel.
+
+        Made the test only check inertness using <script>, since
+        <img>s are currently flaky due to the preload scanner.
+        
+        * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
+        * fast/dom/HTMLTemplateElement/inertContents.html:
+        * platform/chromium/TestExpectations:
+
+2012-12-14  Anton Vayvod  <avayvod@chromium.org>
+
+        Consider inline-block and inline-table elements to be autosizing clusters.
+        https://bugs.webkit.org/show_bug.cgi?id=104702
+
+        Reviewed by Julien Chaffraix.
+
+        Added tests to verify that display:inline-block, display:inline-table and alike elements become clusters.
+
+        * fast/text-autosizing/cluster-inline-block-or-table-expected.html: Added.
+        * fast/text-autosizing/cluster-inline-block-or-table.html: Added.
+        * fast/text-autosizing/cluster-inline-grid-flex-box-expected.html: Added.
+        * fast/text-autosizing/cluster-inline-grid-flex-box.html: Added.
+
+2012-12-14  Beth Dakin  <bdakin@apple.com>
+
+        Marking these tests as failure for now.
+        https://bugs.webkit.org/show_bug.cgi?id=105049 tracks fixing the issue.
+
+        * platform/mac/TestExpectations:
+
+2012-12-14  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137570.
+        http://trac.webkit.org/changeset/137570
+        https://bugs.webkit.org/show_bug.cgi?id=105048
+
+        Stale nodes in the touchEventTarget HashCountedSet are
+        triggering crashes. Rolling out while I find the root cause.
+        (Requested by leviw on #webkit).
+
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Removed.
+
+2012-12-14  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding crash expectations for two regressions after r137487 and r137607.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-14  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed rebaselines on Win7 port after r137336.
+
+        * media/video-controls-captions-trackmenu.html:
+        * platform/win/fast/css-generated-content: Added.
+        * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
+        * platform/win/fast/css/empty-generated-content-expected.txt: Added.
+        * platform/win/http/tests/misc: Added.
+        * platform/win/http/tests/misc/acid3-expected.txt: Added.
+
+2012-12-14  Michelangelo De Simone  <michelangelo@webkit.org>
+
+        [CSS Shaders] Remove code for the other mesh box types (border-box | padding-box | content-box)
+        https://bugs.webkit.org/show_bug.cgi?id=103776
+
+        Reviewed by Dean Jackson.
+
+        MeshBoxBoxType has been removed from the spec and from the code.
+        Parsing code has been retained for legacy reason and will be updated in a different patch
+        (see: https://bugs.webkit.org/show_bug.cgi?id=103778).
+
+        Current tests have been updated and new legacy test cases have been added to custom-filter-property-parsing.
+
+        * css3/filters/custom/custom-filter-animation-expected.txt:
+        * css3/filters/custom/custom-filter-animation.html:
+        * css3/filters/custom/custom-filter-array-blending-expected.txt:
+        * css3/filters/custom/custom-filter-array-blending.html:
+        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
+        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
+        * css3/filters/custom/custom-filter-transforms-animation-expected.txt:
+        * css3/filters/custom/custom-filter-transforms-animation.html:
+        * css3/filters/script-tests/custom-filter-property-computed-style.js:
+        * css3/filters/script-tests/custom-filter-property-parsing.js:
+
+2012-12-14  W. James MacLean  <wjmaclean@chromium.org>
+
+        [Chromium gardening] Set expectations for platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-drag-thumb-with-large-content-expected.html
+
+        Unreviewed gardening change.
+
+        Need to mirror the expectations for the virtual tests against those for the
+        original.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-14  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed rebaseline after Skia roll @6773.
+
+        * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
+        * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
+        * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png:
+        * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png:
+
+2012-12-14  John Mellor  <johnme@chromium.org>
+
+        Text Autosizing: Don't autosize unwrappable blocks
+        https://bugs.webkit.org/show_bug.cgi?id=104925
+
+        Reviewed by Julien Chaffraix.
+
+        Added tests verifying that this prevents unwrappable blocks from being
+        autosized, and that this has no effect on unwrappable inlines.
+
+        * fast/text-autosizing/unwrappable-blocks-expected.html: Added.
+        * fast/text-autosizing/unwrappable-blocks.html: Added.
+        * fast/text-autosizing/unwrappable-inlines-expected.html: Added.
+        * fast/text-autosizing/unwrappable-inlines.html: Added.
+
+2012-12-14  Kentaro Hara  <haraken@chromium.org>
+
+        Remove an exception message from insertedIntoDocument-no-crash-expected.txt
+        https://bugs.webkit.org/show_bug.cgi?id=104982
+
+        Reviewed by Ryosuke Niwa.
+
+        To make the test result identical in all platforms, this patch
+        removes an exception message from insertedIntoDocument-no-crash-expected.txt.
+
+        * fast/dom/insertedIntoDocument-no-crash-expected.txt:
+        * fast/dom/insertedIntoDocument-no-crash.html:
+
+2012-12-14  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined images.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+
+2012-12-14  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Marked fast/css/variables/case-insensitive.html as [ Pass Crash ]
+
+        * platform/chromium/TestExpectations:
+
+2012-12-14  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        Hours field of date/time input UI should respect step attribute
+        https://bugs.webkit.org/show_bug.cgi?id=104993
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
+        Added test cases for hour field.
+
+2012-12-14  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow DOM] ShadowRoot.getElementById() should work outside document.
+        https://bugs.webkit.org/show_bug.cgi?id=87815
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/getelementbyid-in-orphan-expected.txt: Added.
+        * fast/dom/shadow/getelementbyid-in-orphan.html: Added.
+
+2012-12-14  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        http/tests/inspector/resource-main-cookies.php is broken on Mac after r137585
+        https://bugs.webkit.org/show_bug.cgi?id=104977
+
+        Reviewed by Vsevolod Vlasov.
+
+        Adopted Webkit Bug 104893 changes.
+
+        * http/tests/inspector/resource-main-cookies.php: Adopted changes.
+
+2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
+        https://bugs.webkit.org/show_bug.cgi?id=104991
+
+        This patch copies pan scrolling related test from Win port to Chromium-Win port
+        for catching pan scrolling breakage on Chromium-Win port.
+
+        * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
+        * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Copied from platform/mac/fast/events.
+        * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: ditto
+        * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: ditto
+        * platform/chromium-win/fast/events/panScroll-event-fired.html: ditto
+        * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: ditto.
+        * platform/chromium-win/fast/events/panScroll-nested-divs.html: ditto
+
+2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Unreviewed, rolling out r137720.
+        http://trac.webkit.org/changeset/137720
+        https://bugs.webkit.org/show_bug.cgi?id=104991
+
+        Wrong Commit
+
+        * platform/chromium/TestExpectations:
+
+2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Unreviewed, rolling out r137719.
+        http://trac.webkit.org/changeset/137719
+        https://bugs.webkit.org/show_bug.cgi?id=104991
+
+        Wrong commit
+
+        * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
+        * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Removed.
+        * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Removed.
+        * platform/chromium-win/fast/events/panScroll-event-fired.html: Removed.
+        * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Removed.
+        * platform/chromium-win/fast/events/panScroll-nested-divs.html: Removed.
+
+2012-12-14  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibility/ellipsis-text.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98365
+
+        Reviewed by Martin Robinson.
+
+        The test was failing due to differences in the accessible hierarchies
+        with respect to which object contains the accessible text. The solution
+        is to conditionalize the test.
+
+        * accessibility/ellipsis-text.html: Modified to handle differences in
+        the accessible hierarchy
+        * platform/gtk/TestExpectations: Unskipped the failing test
+
+2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
+
+        Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
+        https://bugs.webkit.org/show_bug.cgi?id=104991
+
+        This patch copies pan scrolling related test from Win port to Chromium-Win port
+        for catching pan scrolling breakage on Chromium-Win port.
+
+        * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
+        * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
+        * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Added.
+        * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Added.
+        * platform/chromium-win/fast/events/panScroll-event-fired.html: Added.
+        * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Added.
+        * platform/chromium-win/fast/events/panScroll-nested-divs.html: Added.
+
+2012-12-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        Seconds/Minutes field of date/time input UI should respect step attribute
+        https://bugs.webkit.org/show_bug.cgi?id=104985
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
+        Added test cases for seconds and minutes fields.
+        Update an expectation for milliseconds: value=07:13:00.500, step=0 should round to 07:13:00.000
+        (setInputAttributes): Set value attribute first to avoid the focused field becomes read-only and unfocused.
+
+2012-12-13  Ian Vollick  <vollick@chromium.org>
+
+        [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=104911
+
+        Reviewed by Dirk Pranke.
+
+        Updated the test expectations for the virtual test suite to match the
+        usual chromium test expectations.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-13  Takashi Sakamoto  <tasak@google.com>
+
+        [Shadow DOM]: scoped styles are not applied in the cascade order.
+        https://bugs.webkit.org/show_bug.cgi?id=103239
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/css/style-scoped/style-scoped-nested-expected.txt: Added.
+        * fast/css/style-scoped/style-scoped-nested.html: Added.
+        * fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Added.
+        * fast/css/style-scoped/style-scoped-with-important-rule.html: Added.
+        * fast/regions/style-scoped-in-flow-override-region-styling-expected.html:
+        * fast/regions/style-scoped-in-flow-override-region-styling.html:
+        Changed the test's expectation.
+        Since @region's scoping element is :root but scoped styles' scoping
+        element is a descendant element of :root, scoped styles should win.
+
+2012-12-13  Kentaro Hara  <haraken@chromium.org>
+
+        ChildNodesLazySnapshot::nextNode() can crash
+        https://bugs.webkit.org/show_bug.cgi?id=104982
+
+        Reviewed by Hajime Morita.
+
+        ChildNodesLazySnapshot::nextNode() can crash for
+        fast/dom/insertedIntoDocument-no-crash.html.
+        The root cause is that ChildNodesLazySnapshot::m_currentNode
+        was not a RefPtr. This patch changes it to a RefPtr.
+
+        Test: fast/dom/insertedIntoDocument-no-crash.html
+
+        * fast/dom/insertedIntoDocument-no-crash-expected.txt: Added.
+        * fast/dom/insertedIntoDocument-no-crash.html: Added.
+
+2012-12-13  Philip Rogers  <pdr@google.com>
+
+        Clear m_timeContainer on SVGSMILElement removal.
+        https://bugs.webkit.org/show_bug.cgi?id=104972
+
+        Reviewed by Abhishek Arya.
+
+        * svg/custom/removed-from-animation-crash-expected.txt: Added.
+        * svg/custom/removed-from-animation-crash.html: Added.
+
+2012-12-13  Filip Pizlo  <fpizlo@apple.com>
+
+        Named lookups on HTML documents produce inconsistent results in JavaScriptCore bindings
+        https://bugs.webkit.org/show_bug.cgi?id=104623
+
+        Reviewed by Geoffrey Garen.
+
+        * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
+        * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
+        * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
+        * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
+        * fast/js/script-tests/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
+        (f):
+        * fast/js/script-tests/prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
+        (f):
+
+2012-12-13  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=50282
+
+        Skip imagemap tests to avoid incorrect rebaselines such as r136489. The imagemap tests
+        won't work on chromium until Skia is taught to draw focus rings along arbitrary paths.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-13  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Out-of-view check of fixed position element in frame is incorrect when page is scaled
+        https://bugs.webkit.org/show_bug.cgi?id=104943
+
+        Reviewed by Simon Fraser.
+
+        Test cases.
+
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll-expected.txt: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html: Added.
+        * compositing/layer-creation/resources/fixed-position-out-of-view-frame-scroll.html: Added.
+        * compositing/layer-creation/resources/fixed-position-out-of-view-frame.html: Added.
+
+2012-12-13  Bear Travis  <betravis@adobe.com>
+
+        Positioned replaced elements should resolve vertical margins against their
+        containing block's logical width
+        https://bugs.webkit.org/show_bug.cgi?id=103579
+
+        Reviewed by Emil A Eklund.
+
+        Test that different writing mode combinations between a parent and child correctly
+        compute percentage margins for an absolutely positioned replaced child.
+
+        * fast/writing-mode/percentage-margins-absolute-replaced-expected.txt: Added.
+        * fast/writing-mode/percentage-margins-absolute-replaced.html: Added.
+
+2012-12-13  Rick Byers  <rbyers@chromium.org>
+
+        Layout Test fast/events/mouse-cursor-image-set.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=104945
+
+        Reviewed by Beth Dakin.
+
+        Fix typo that prevented one of the images from being reliably pre-loaded.
+        A deeper fix to avoid these class of issues is tracked by
+        https://bugs.webkit.org/show_bug.cgi?id=104952
+
+        * fast/events/mouse-cursor-image-set.html:
+
+2012-12-13  Adrienne Walker  <enne@chromium.org>
+
+        Unreviewed, rolling out r137645, r137646, and r137667.
+        http://trac.webkit.org/changeset/137645
+        http://trac.webkit.org/changeset/137646
+        http://trac.webkit.org/changeset/137667
+        https://bugs.webkit.org/show_bug.cgi?id=104911
+
+        Breaks some overflow layout tests
+
+        * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Removed.
+        * compositing/overflow/automatically-opt-into-composited-scrolling.html: Removed.
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-12-13  James Simonsen  <simonjam@chromium.org>
+
+        [Resource Timing] Don't report resources with data: urls
+        https://bugs.webkit.org/show_bug.cgi?id=104868
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt: Added.
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html: Added.
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        Rubber-stamped by Tim Horton.
+
+        This test needs updates results after http://trac.webkit.org/changeset/137393
+
+        * platform/mac/svg/css/shadow-changes-expected.txt:
+
+2012-12-13  Tab Atkins  <tabatkins@google.com>
+
+        Switch the gradient drawing code to use bearing angles
+        https://bugs.webkit.org/show_bug.cgi?id=104616
+
+        Reviewed by Dean Jackson.
+
+        This change alters a few pixels on the linux baseline.
+        It may or may not trigger similar failures on Windows and Mac - we'll see.
+
+        * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-13  Adam Klein  <adamk@chromium.org>
+
+        Mark one test as failing and rebaseline another after r137646
+
+        Unreviewed chromium gardening.
+
+        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2012-12-13  Adam Klein  <adamk@chromium.org>
+
+        Move MutationObserver tests to fast/dom/MutationObserver
+        https://bugs.webkit.org/show_bug.cgi?id=104948
+
+        Reviewed by Ryosuke Niwa.
+
+        This seems like a more sensible location, and in line with other DOM features.
+
+        * fast/dom/MutationObserver/: Renamed from LayoutTests/fast/mutation/.
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk-wk2/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+        * platform/wk2/TestExpectations:
+
+2012-12-13  Florin Malita  <fmalita@chromium.org>
+
+        [Chromium] Unreviewed rebaselining after Skia roll @6773.
+
+        * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png:
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        Another attempt at getting these expectations right for the bots.
+
+        * platform/mac/TestExpectations:
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        Skipping this test for now since it has been failing a lot recently. 
+        https://bugs.webkit.org/show_bug.cgi?id=104962 tracks fixing to bug.
+        * platform/mac/TestExpectations:
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        Skipping this test for now since it has been failing since it was added. 
+        https://bugs.webkit.org/show_bug.cgi?id=104954 tracks fixing to bug.
+        * platform/mac/TestExpectations:
+
+2012-12-13  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening. Apple Windows port.
+
+        * platform/win/TestExpectations:
+        * platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt:
+        * platform/win/fast/css/image-resolution/image-resolution-expected.txt:
+        * platform/win/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/win/fast/text/orientation-sideways-expected.txt:
+        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
+        * platform/win/svg/css/shadow-changes-expected.txt: Added.
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        This test has been failing on the Mac bots for a while. 
+        https://bugs.webkit.org/show_bug.cgi?id=104949
+        
+        * platform/mac/TestExpectations:
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        Fixing a copy-paste error.
+
+        * platform/mac/TestExpectations:
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        Marking these tests as failing since they are failing on the bots. 
+        https://bugs.webkit.org/show_bug.cgi?id=104942 tracks fixing the actual bug.
+
+        * platform/mac/TestExpectations:
+
+2012-12-13  Ian Vollick  <vollick@chromium.org>
+
+        Automatically use composited scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=94743
+
+        Reviewed by Adrienne Walker.
+
+        Tests various configurations of elements to ensure that we only automatically opt into
+        composited scrolling when it is safe to do so.
+
+        * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
+        * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
+
+2012-12-13  Ian Vollick  <vollick@chromium.org>
+
+        [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=104911
+
+        Reviewed by Adrienne Walker.
+
+        Updated the test expectations for the virtual test suite to match the
+        usual chromium test expectations.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-13  Beth Dakin  <bdakin@apple.com>
+
+        This test started failing after http://trac.webkit.org/changeset/137592 which 
+        rolled out a patch that touched these results. I am going to re-set the results 
+        for now so that the test will pass, and make a note in the bug.
+
+        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
+
+2012-12-13  David Grogan  <dgrogan@chromium.org>
+
+        IndexedDB: Improve error messages
+        https://bugs.webkit.org/show_bug.cgi?id=104624
+
+        Reviewed by Tony Chang.
+
+        Updated error message and establish that non-ascii characters in index
+        names don't make it back to the browser properly.
+
+        * storage/indexeddb/resources/shared.js:
+        (unexpectedAbortCallback):
+        * storage/indexeddb/resources/transaction-error.js:
+        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
+        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
+        (testErrorFromCommit.trans.oncomplete):
+        (testErrorFromCommit):
+        * storage/indexeddb/transaction-error-expected.txt:
+        * storage/indexeddb/transaction-error.html:
+
+2012-12-13  David Barton  <dbarton@mathscribe.com>
+
+        Heap-use-after-free in WebCore::RenderBlock::finishDelayUpdateScrollInfo
+        https://bugs.webkit.org/show_bug.cgi?id=103750
+
+        Reviewed by Tony Chang.
+
+        * mathml/mo-stretch-crash-expected.txt: Added.
+        * mathml/mo-stretch-crash.html: Added.
+
+2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibiltiy/aria-hidden.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98352
+
+        Reviewed by Martin Robinson.
+
+        The test is failing due to platform differences in the implementation of
+        AccessibilityUIElement::allAttributes(). This test does not require this
+        method as it is only looking at the AXTitle attribute.
+
+        * accessibility/aria-hidden-expected.txt: Included the actual reason for
+        passing/failing in the results output.
+        * accessibility/aria-hidden.html: Included the actual reason for passing/
+        failing in the results output.
+        * platform/gtk/TestExpectations: Unskipped the failing test.
+
+2012-12-13  Adam Klein  <adamk@chromium.org>
+
+        Unreviewed. Update chromium expectatins for fonts/monospace.html
+
+        * platform/chromium/TestExpectations:
+
+2012-12-13  Nate Chapin  <japhet@chromium.org>
+
+        Route main resource loads through the memory cache.
+        https://bugs.webkit.org/show_bug.cgi?id=49246
+
+        Reviewed by Alexey Proskuryakov.
+
+        * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
+            by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
+            failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
+            content policy check on ResourceRequests with empty urls).
+        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
+        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
+            by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
+            failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
+            content policy check on ResourceRequests with empty urls).
+
+2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] Expose ARIA roles for tab, tabpanel and tablist
+        https://bugs.webkit.org/show_bug.cgi?id=84043
+
+        Reviewed by Martin Robinson.
+
+        Mapped the ARIA roles to the corresponding ATK roles and unskipped the
+        associated test. Also created the missing platform-specific expected
+        results.
+
+        * accessibility/aria-tab-roles-expected.txt: Added.
+        * platform/gtk/TestExpectations: Unskipped the associated test.
+
+2012-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137512.
+        http://trac.webkit.org/changeset/137512
+        https://bugs.webkit.org/show_bug.cgi?id=104912
+
+        The entire GTK+ layout test step has been failing for hours
+        (Requested by mrobinson on #webkit).
+
+        * accessibility/button-title-uses-inner-img-alt-expected.txt: Removed.
+        * accessibility/button-title-uses-inner-img-alt.html: Removed.
+        * accessibility/focusable-div-expected.txt:
+        * accessibility/focusable-div.html:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/accessibility/image-link-expected.txt:
+        * platform/mac/accessibility/image-link-expected.txt:
+        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
+        * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt:
+        * platform/mac/accessibility/static-text-role-uses-text-under-element.html:
+        * platform/mac/accessibility/table-with-aria-role-expected.txt:
+
+2012-12-13  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed. Rebaselined compositor-touch-hit-rects.html.
+
+        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
+
+2012-12-13  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: Network: Sorting cookies by size is broken.
+        https://bugs.webkit.org/show_bug.cgi?id=104893
+
+        Reviewed by Alexander Pavlov.
+
+        Adopt new cookie field accessors.
+
+        * inspector/cookie-parser.html: Adopt new cookie field accessors.
+
+2012-12-13  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
+
+        [Mac][WK2] Unreviewed, spelling-unified-emulation.html fails after 137571
+
+        Replace the "zzz" word with "buzz" for mac-wk2.
+
+        * platform/mac-wk2/editing/spelling/spelling-unified-emulation-expected.txt:
+
+2012-12-12  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
+
+        [EFL][GTK] spelling-unified-emulation.html fails - word "zzz" cannot be found by enchant
+        https://bugs.webkit.org/show_bug.cgi?id=104787
+
+        Reviewed by Hajime Morita.
+
+        Replace the "zzz" word with "buzz".
+        The problematic sound of snoring can not be found by enchant (spellchecker backend
+        for EFL and GTK+ WebKit ports) as this word doesn't exist in English dictionary.
+
+        * editing/spelling/spelling-unified-emulation-expected.txt:
+        * editing/spelling/spelling-unified-emulation.html:
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-07  Levi Weintraub  <leviw@chromium.org>
+
+        Add support for tracking hit test rectangles to enable fast event rejection in the compositor
+        https://bugs.webkit.org/show_bug.cgi?id=103914
+
+        Reviewed by Simon Fraser.
+
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
+        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
+
+2012-12-12  Kent Tamura  <tkent@chromium.org>
+
+        Validity of a radio button is not updated correctly when it is detached from an invalid radio group
+        https://bugs.webkit.org/show_bug.cgi?id=104873
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/radio/radio-live-validation-style-expected.txt:
+        * fast/forms/radio/radio-live-validation-style.html: Add a test case.
+
+2012-12-12  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        Milliseconds field of date/time input UI should respect step attribute
+        https://bugs.webkit.org/show_bug.cgi?id=104628
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
+        Changed to use eventSender.keyDown() instead of making keydown event because we need delete-key handling.
+        Added new helper function test() and changed stepUp/stepDown to use it.
+        Added test cases for milliseconds field with various step values and step baees.
+
+2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Include paddings and borders into the grid element's logical height / width
+        https://bugs.webkit.org/show_bug.cgi?id=104818
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-element-padding-margin-expected.txt: Added.
+        * fast/css-grid-layout/grid-element-padding-margin.html: Added.
+
+2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow] HTMLContentElement::getDistributedNodes() doesn't work correctly if not in document tree.
+        https://bugs.webkit.org/show_bug.cgi?id=104345
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/get-distributed-nodes-orphan-expected.txt: Added.
+        * fast/dom/shadow/get-distributed-nodes-orphan.html: Added.
+
+2012-12-12  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaseline for fast/repaint/delete-into-nested-block.html
+
+        * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Simon Fraser  <simon.fraser@apple.com>
+
+        Rebaseline some tiled scrolling results that were affected by r137387.
+
+        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
+        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
+
+2012-12-12  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip some captions tests on Windows. Failing on both Mac and Windows.
+
+        * platform/win/TestExpectations:
+
+2012-12-11  Emil A Eklund  <eae@chromium.org>
+
+        REGRESSION (Subpixel layout): Gray vertical lines appear when moving insertion point to right on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=102402
+
+        Reviewed by Simon Fraser.
+
+        Add test for caret painting in input field with a subpixel position and padding.
+
+        * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html: Added.
+        * fast/sub-pixel/input-caret-on-subpixel-bound.html: Added.
+
+2012-12-12  Elliott Sprehn  <esprehn@gmail.com>
+
+        REGRESSION(137336): Generated run-ins are not placed correctly
+        https://bugs.webkit.org/show_bug.cgi?id=104840
+
+        Reviewed by Abhishek Arya.
+
+        Add a test for dynamically adding a generated content run-in.
+
+        * fast/css-generated-content/generated-runin-expected.html: Added.
+        * fast/css-generated-content/generated-runin.html: Added.
+
+2012-12-12  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Unskipping some track tests after r137507.
+
+        * platform/win/TestExpectations:
+
+2012-12-12  Adam Klein  <adamk@chromium.org>
+
+        Unreviewed test expectations update: tweak flakiness of resource timing tests.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Adam Klein  <adamk@chromium.org>
+
+        Unreviewed test expectations update: tweak flakiness of various tests.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
+
+        Rebaselining platform/mac/accessibility/internal-link-anchors2-expected.txt after r137512
+        https://bugs.webkit.org/show_bug.cgi?id=101650
+
+        This was just a merge error, the correct expectation wasn't checked in.
+
+        Unreviewed
+
+        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
+
+2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [Qt][GTK] new fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html fails since introduced in r136857
+        https://bugs.webkit.org/show_bug.cgi?id=104351
+
+        Reviewed by Alejandro G. Castro.
+
+        For the platforms gtk/qt that do not have subpixel-layout enabled, adjust the top of the shape-inside box in the expected file.
+        This is similar to the approach taken for https://bugs.webkit.org/show_bug.cgi?id=100996.
+
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-12  Chris Rogers  <crogers@google.com>
+
+        Implement OfflineAudioContext constructor
+        https://bugs.webkit.org/show_bug.cgi?id=104188
+
+        Reviewed by Kentaro Hara.
+
+        Switch Web Audio layout tests to use OfflineAudioContext constructor.
+
+        * inspector-protocol/nmi-webaudio.html:
+        * inspector-protocol/resources/audio-context.html:
+        * webaudio/audiobuffersource-loop-comprehensive.html:
+        * webaudio/audiobuffersource-loop-points.html:
+        * webaudio/audiobuffersource-multi-channels.html:
+        * webaudio/audiobuffersource-playbackState.html:
+        * webaudio/audiobuffersource-playbackrate.html:
+        * webaudio/audiobuffersource-start.html:
+        * webaudio/audiobuffersource.html:
+        * webaudio/audiochannelmerger-stereo.html:
+        * webaudio/audiochannelsplitter.html:
+        * webaudio/audionode-connect-order.html:
+        * webaudio/audionode-expected.txt:
+        * webaudio/audioparam-connect-audioratesignal.html:
+        * webaudio/audioparam-summingjunction.html:
+        * webaudio/automatic-pull-node.html:
+        * webaudio/biquad-allpass.html:
+        * webaudio/biquad-bandpass.html:
+        * webaudio/biquad-highpass.html:
+        * webaudio/biquad-highshelf.html:
+        * webaudio/biquad-lowpass.html:
+        * webaudio/biquad-lowshelf.html:
+        * webaudio/biquad-notch.html:
+        * webaudio/biquad-peaking.html:
+        * webaudio/convolution-mono-mono.html:
+        * webaudio/delaynode-max-default-delay.html:
+        * webaudio/delaynode-max-nondefault-delay.html:
+        * webaudio/delaynode-maxdelay.html:
+        * webaudio/delaynode-maxdelaylimit.html:
+        * webaudio/delaynode-scheduling.html:
+        * webaudio/delaynode.html:
+        * webaudio/distance-exponential.html:
+        * webaudio/distance-inverse.html:
+        * webaudio/distance-linear.html:
+        * webaudio/gain.html:
+        * webaudio/javascriptaudionode-zero-input-channels.html:
+        * webaudio/javascriptaudionode.html:
+        * webaudio/mediaelementaudiosourcenode-gc.html:
+        * webaudio/mixing.html:
+        * webaudio/note-grain-on-play.html:
+        * webaudio/note-grain-on-timing.html:
+        * webaudio/oscillator-basic.html:
+        * webaudio/panner-equalpower-stereo.html:
+        * webaudio/panner-equalpower.html:
+        * webaudio/realtimeanalyser-fft-sizing.html:
+        * webaudio/resources/audio-codec-test.js:
+        (runDecodingTest):
+        * webaudio/resources/audioparam-testing.js:
+        (createAudioGraphAndTest):
+        * webaudio/resources/javascriptaudionode-testing.js:
+        (runJSNodeTest):
+        * webaudio/sample-accurate-scheduling.html:
+        * webaudio/stereo2mono-down-mixing.html:
+        * webaudio/up-mixing-mono-51.html:
+        * webaudio/up-mixing-mono-stereo.html:
+        * webaudio/up-mixing-stereo-51.html:
+        * webaudio/waveshaper.html:
+
+2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: textUnderElement should consider alt text, but skip links and controls
+        https://bugs.webkit.org/show_bug.cgi?id=101650
+
+        Reviewed by Chris Fleizach.
+
+        Adds new tests to show that getting inner text from an element now ignores
+        focusable descendants and containers, but uses alternative text.
+
+        Updates and rebaselines several tests to reflect the new logic.
+
+        * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
+        * accessibility/button-title-uses-inner-img-alt.html: Added.
+        * accessibility/focusable-div-expected.txt: Extended with more test cases.
+        * accessibility/focusable-div.html: Extended with more test cases.
+        * platform/chromium/TestExpectations: Un-skip test that now passes.
+        * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
+        * platform/mac/accessibility/image-link-expected.txt: Rebaseline
+        * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
+        * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
+        * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
+        * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
+
+2012-12-12  Philip Rogers  <pdr@google.com>
+
+        Fix target element handling in SVGSMILElement.
+        https://bugs.webkit.org/show_bug.cgi?id=104495
+
+        Reviewed by Abhishek Arya.
+
+        * svg/animations/target-condition-crash-expected.txt: Added.
+        * svg/animations/target-condition-crash.html: Added.
+
+2012-12-12  Justin Novosad  <junov@google.com>
+
+        Rebaselining fast/backgrounds/gradient-background-leakage-2-expected.html after r137473
+        https://bugs.webkit.org/show_bug.cgi?id=103409
+
+        Unreviewed
+
+        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
+        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
+        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Justin Novosad  <junov@google.com>
+
+        calendar-picker tests have image diffs on cr-mac after r137473
+        https://bugs.webkit.org/show_bug.cgi?id=104825
+
+        Unreviewed
+
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Adam Klein  <adamk@chromium.org>
+
+        Mark fast/css/nested-rounded-corners.html as flaky on Chromium/MountainLion
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Dean Jackson  <dino@apple.com>
+
+        Use CAFilter rather than CIFilter
+        https://bugs.webkit.org/show_bug.cgi?id=104759
+
+        Reviewed by Tim Horton.
+
+        Update the expected results. They are now much closer to the software case (on Mac).
+
+        * css3/filters/composited-reflected-expected.png:
+        * css3/filters/effect-blur-hw-expected.png:
+        * css3/filters/effect-brightness-hw-expected.png:
+        * css3/filters/effect-combined-hw-expected.png:
+        * css3/filters/effect-contrast-hw-expected.png:
+        * css3/filters/effect-drop-shadow-hw-expected.png:
+        * css3/filters/effect-grayscale-hw-expected.png:
+        * css3/filters/effect-hue-rotate-hw-expected.png:
+        * css3/filters/effect-invert-hw-expected.png:
+        * css3/filters/effect-opacity-hw-expected.png:
+        * css3/filters/effect-saturate-hw-expected.png:
+        * css3/filters/effect-sepia-hw-expected.png:
+
+2012-12-12  Adam Klein  <adamk@chromium.org>
+
+        Mark the template inert contents test as flaky on cr-win as well.
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Robert Hogan  <robert@webkit.org>
+
+        White space between inline blocks should be affected by word-spacing property
+        https://bugs.webkit.org/show_bug.cgi?id=69072
+
+        Reviewed by Levi Weintraub.
+
+        * fast/css/word-spacing-between-blocks-expected.html: Added.
+        * fast/css/word-spacing-between-blocks.html: Added.
+        * fast/css/word-spacing-between-inlines-expected.html: Added.
+        * fast/css/word-spacing-between-inlines.html: Added.
+
+2012-12-12  Adam Klein  <adamk@chromium.org>
+
+        Mark calendar-picker-appearance tests as ImageOnlyFailures on cr-mac after r137473
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  James Simonsen  <simonjam@chromium.org>
+
+        [Resource Timing] Failed resources shouldn't be recorded in the buffer
+        https://bugs.webkit.org/show_bug.cgi?id=104762
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt: Added.
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html: Added.
+
+2012-12-12  Martin Robinson  <mrobinson@igalia.com>
+
+        [GTK] Add authentication support to DRT and fix exposed issues in the libsoup backend
+        https://bugs.webkit.org/show_bug.cgi?id=104285
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Unskip authentication tests now that authentication support is in
+        the harness and issues in the libsoup backend are fixed. Also remove
+        two expected results for tests that now have the same output as
+        other platforms.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/http/tests/misc/401-alternative-content-expected.txt: Removed.
+        * platform/gtk/http/tests/xmlhttprequest/failed-auth-expected.txt: Removed.
+
+2012-12-12  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: aria-busy should be exposed everywhere, not just on live regions
+        https://bugs.webkit.org/show_bug.cgi?id=104814
+
+        Reviewed by Anders Carlsson.
+
+        Update tests that dump all attributes to include aria busy attribute.
+
+        * accessibility/transformed-element-expected.txt:
+        * platform/mac/accessibility/aria-liveregions-attributes-expected.txt:
+        * platform/mac/accessibility/bounds-for-range-expected.txt:
+        * platform/mac/accessibility/document-attributes-expected.txt:
+        * platform/mac/accessibility/document-links-expected.txt:
+        * platform/mac/accessibility/image-link-expected.txt:
+        * platform/mac/accessibility/image-map2-expected.txt:
+        * platform/mac/accessibility/internal-link-anchors-expected.txt:
+        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
+        * platform/mac/accessibility/lists-expected.txt:
+        * platform/mac/accessibility/plugin-expected.txt:
+        * platform/mac/accessibility/radio-button-group-members-expected.txt:
+        * platform/mac/accessibility/table-attributes-expected.txt:
+        * platform/mac/accessibility/table-cell-spans-expected.txt:
+        * platform/mac/accessibility/table-cells-expected.txt:
+        * platform/mac/accessibility/table-detection-expected.txt:
+        * platform/mac/accessibility/table-one-cell-expected.txt:
+        * platform/mac/accessibility/table-sections-expected.txt:
+        * platform/mac/accessibility/table-with-aria-role-expected.txt:
+        * platform/mac/accessibility/table-with-rules-expected.txt:
+
+2012-12-12  Aaron Colwell  <acolwell@chromium.org>
+
+        Remove MediaSource 'ended' to 'open' transition when seeking.
+        https://bugs.webkit.org/show_bug.cgi?id=104583
+
+        Reviewed by Eric Carlson.
+
+        Updated seeking tests to no longer expect the the 'ended' to 'open'
+        transition on a seek.
+
+        * http/tests/media/media-source/video-media-source-seek-expected.txt:
+        * http/tests/media/media-source/video-media-source-seek.html:
+        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
+        * http/tests/media/media-source/video-media-source-state-changes.html:
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] Two regions reftests are failing the image match
+        https://bugs.webkit.org/show_bug.cgi?id=74219
+
+        Reviewed by Julien Chaffraix.
+
+        Modify the 2 tests that were failing on other platforms (chromium, qt, gtk, efl). The tests were failing because different platforms were having different default font-family, font-size
+        values. I have explicitly set the font-size, font-family and the line-height for the text that will be paginated in regions. Also changed the text color to yellow,
+        so that we are able to see how the text lines are displayed in each region.
+
+        * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
+        * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
+        * fast/regions/positioned-objects-block-static-spanning-regions-rtl.html:
+        * fast/regions/positioned-objects-block-static-spanning-regions.html:
+        * platform/chromium/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Implement CSS parsing and handling for min-content and max-content
+        https://bugs.webkit.org/show_bug.cgi?id=104747
+
+        Reviewed by Alexis Menard.
+
+        Extended the 2 tests to cover -webkit-min-content and -webkit-max-content.
+
+        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
+        * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
+        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
+        * fast/css-grid-layout/grid-columns-rows-get-set.html:
+        * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
+        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
+
+2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Copying text with ruby inserts new lines around rt elements
+        https://bugs.webkit.org/show_bug.cgi?id=104765
+
+        Reviewed by Dan Bernstein.
+
+        Added a regression test and rebaseline a test as expected.
+
+        * editing/pasteboard/copy-paste-ruby-text-expected.txt: Added.
+        * editing/pasteboard/copy-paste-ruby-text-with-block-expected.txt: Added.
+        * editing/pasteboard/copy-paste-ruby-text-with-block.html: Added.
+        * editing/pasteboard/copy-paste-ruby-text.html: Added.
+        * editing/selection/paragraph-with-ruby-expected.txt:  new lines around "annotation" has been removed
+        as expected.
+        * fast/block/line-layout/selection-highlight-crash-expected.txt:
+        * fast/ruby/after-doesnt-crash-expected.txt:
+        * fast/ruby/before-doesnt-crash-expected.txt:
+        * fast/ruby/parse-rp-expected.txt:
+        * fast/ruby/ruby-line-height-expected.txt:
+        * fast/ruby/ruby-text-indent-expected.txt:
+        * fast/ruby/rubyDOM-insert-rt-block-1-expected.txt:
+        * fast/ruby/rubyDOM-insert-rt-block-2-expected.txt:
+        * fast/ruby/rubyDOM-insert-rt-block-3-expected.txt:
+        * fast/ruby/rubyDOM-remove-rt-block-1-expected.txt:
+        * fast/ruby/rubyDOM-remove-rt-block-2-expected.txt:
+        * fast/ruby/rubyDOM-remove-rt-block-3-expected.txt:
+        * fast/ruby/text-emphasis-expected.txt:
+
+2012-12-12  Adam Klein  <adamk@chromium.org>
+
+        Rebaseline after change to Chromium compositor
+
+        Unreviewed gardening.
+
+        * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Justin Novosad  <junov@google.com>
+
+        Use render box background over border draw strategy in cases with background-image
+        https://bugs.webkit.org/show_bug.cgi?id=103409
+
+        Reviewed by Simon Fraser.
+
+        Added image failure expectation for 
+        fast/backgrounds/gradient-background-leakage-2.html which needs
+        new baselines.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, GTK gardening. Flag some flaky media tests after r137271.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-12  Gustavo Noronha Silva  <gns@gnome.org>
+
+        Fix slow test so it passes consistently now that we have multipart support
+        in soup.
+
+        Reviewed by Martin Robinson.
+
+        The multipart-wait-before-boundary test waits for 30 seconds before
+        sending the boundary. That is a bit long in itself, but it is exactly
+        the timeout used for slow tests in some platforms. This change reduces
+        the wait to 20 seconds, which should be enough for the test, and marks
+        the test as slow for GTK+.
+
+        * http/tests/multipart/resources/multipart-wait-before-boundary.php: wait
+        for 20 seconds instead of 30, before sending the boundary.
+        * platform/gtk/TestExpectations: mark test above as slow.
+
+2012-12-12  Antoine Quint  <graouts@apple.com>
+
+        Web Inspector: Crash in InspectorDOMAgent::pushNodePathToFrontend when inspecting document with CSS generated content
+        https://bugs.webkit.org/show_bug.cgi?id=104780
+
+        Reviewed by Pavel Feldman.
+
+        Adding a new test for the LayerTreeAgent to check that it does not crash when inspecting
+        a page with CSS generated content, and correctly returns nodeId === 0 in the situation
+        where there is no Node associated with a given RenderLayer.
+
+        * inspector-protocol/layer-tree-generated-content-expected.txt: Added.
+        * inspector-protocol/layer-tree-generated-content.html: Added.
+
+2012-12-12  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaselining tests with anonymous empty blocks aftter r137336.
+        Floating elements rebaselined after r137331.
+        Newly intrduced reftest is failing, introduced in r137368.
+        Unskipping a few new passed that had something to do with AC.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/css1/formatting_model/floating_elements-expected.png: Added.
+        * platform/efl/css1/formatting_model/floating_elements-expected.txt:
+        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
+        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
+        * platform/efl/fast/css/empty-generated-content-expected.png:
+        * platform/efl/fast/css/empty-generated-content-expected.txt:
+        * platform/efl/http/tests/misc/acid3-expected.txt:
+
+2012-12-12  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [Crash] Clear cached stylesheet rules in InspectorStyleSheet::deleteRule()
+        https://bugs.webkit.org/show_bug.cgi?id=104806
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/styles/undo-add-rule-crash-expected.txt: Added.
+        * inspector/styles/undo-add-rule-crash.html: Added.
+
+2012-12-12  Stephen White  <senorblanco@chromium.org>
+
+        Unreviewed, rolling out r136975.
+        http://trac.webkit.org/changeset/136975
+        https://bugs.webkit.org/show_bug.cgi?id=90405
+
+        Correctness issues.
+
+        * css3/filters/effect-reference-after-expected.txt: Removed.
+        * css3/filters/effect-reference-after.html: Removed.
+        * css3/filters/effect-reference-delete-crash-expected.txt: Removed.
+        * css3/filters/effect-reference-delete-crash.html: Removed.
+        * css3/filters/effect-reference-delete-expected.txt: Removed.
+        * css3/filters/effect-reference-delete.html: Removed.
+        * css3/filters/effect-reference-rename-expected.txt: Removed.
+        * css3/filters/effect-reference-rename.html: Removed.
+        * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Removed.
+        * css3/filters/effect-reference-reset-style-delete-crash.html: Removed.
+        * css3/filters/script-tests/effect-reference-delete-crash.js: Removed.
+        * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Removed.
+        * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Removed.
+        * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Removed.
+        * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Removed.
+        * svg/filters/filter-cycle-expected.html: Removed.
+        * svg/filters/filter-cycle.html: Removed.
+
+2012-12-12  Stephen White  <senorblanco@chromium.org>
+
+        Unreviewed, rolling out r137000.
+        http://trac.webkit.org/changeset/137000
+
+        Precursor to rolling out r136975.
+
+        * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-after-expected.png.
+        * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-delete-expected.png.
+        * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-rename-expected.png.
+        * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Removed.
+        * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Removed.
+        * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Removed.
+
+2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, remove duplicated expectations and fix broken expectations.
+
+        * platform/qt-4.8/TestExpectations:
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt-mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-12  Yury Semikhatsky  <yurys@chromium.org>
+
+        Unreviewed. Marked inspector-protocol/take-heap-snapshot.html as CRASH only in Debug mode, it passes in Release.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed gardening. Marked inspector-protocol/take-heap-snapshot.html as CRASH.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/TestExpectations: Skip test because ENABLE(MOUSE_CURSOR_SCALE) is disabled on Qt.
+        * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.txt: rebaselining after r137336.
+        * platform/qt/fast/css/empty-generated-content-expected.txt: rebaselining after r137336.
+        * platform/qt/http/tests/misc/acid3-expected.txt: rebaselining after r137336.
+
+2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unskip compositing tests 
+        https://bugs.webkit.org/show_bug.cgi?id=104129
+
+        Unreviewed gardening, skip only failing tests.
+
+        * platform/qt-5.0-wk1/TestExpectations:
+
+2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        Adding failure expectations for tests that regressed in r137365 on GTK, Qt and EFL.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-12  Tommy Widenflycht  <tommyw@google.com>
+
+        MediaStream API: Change the data channel descriptor pattern to a handler pattern
+        https://bugs.webkit.org/show_bug.cgi?id=104543
+
+        Reviewed by Kent Tamura.
+
+        Expanding data channels tests.
+
+        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
+        * fast/mediastream/RTCPeerConnection-datachannel.html:
+
+2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r137331. r137336, r137393 and other, unknown revisions.
+        Marking two failures as timing out instead of producing textual diff.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
+        * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
+        * platform/gtk/fast/css/empty-generated-content-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+        * platform/gtk/svg/css/shadow-changes-expected.txt:
+
+2012-11-29  Yury Semikhatsky  <yurys@chromium.org>
+
+        Web Inspector: Heap snapshot crashes on any page in MacOS Canary
+        https://bugs.webkit.org/show_bug.cgi?id=103076
+
+        Reviewed by Adam Barth.
+
+        Test that heap profiler doesn't crash on pages that keep references to functions
+        from iframe that has already navigated to a different page.
+
+        * inspector-protocol/resources/page-with-function.html: Added.
+        * inspector-protocol/take-heap-snapshot-expected.txt: Added.
+        * inspector-protocol/take-heap-snapshot.html: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow DOM] Implement HTMLShadowElement::olderShadowRoot
+        https://bugs.webkit.org/show_bug.cgi?id=104218
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/olderShadowRoot-in-shadowelement-expected.txt: Added.
+        * fast/dom/shadow/olderShadowRoot-in-shadowelement.html: Added.
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Mark a Linux compositing test as failing after a change to the Chromium compositor.
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Hayato Ito  <hayato@chromium.org>
+
+        REGRESSION(r137408): breaks chromium's browser tests which use WebKitShadowRoot (Requested by hayato on #webkit).
+        https://bugs.webkit.org/show_bug.cgi?id=104770
+
+        Unreviewed, build fix.
+
+        * fast/js/global-constructors-expected.txt:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137333, r137344, r137364, and
+        r137377.
+        http://trac.webkit.org/changeset/137333
+        http://trac.webkit.org/changeset/137344
+        http://trac.webkit.org/changeset/137364
+        http://trac.webkit.org/changeset/137377
+        https://bugs.webkit.org/show_bug.cgi?id=104771
+
+        Caused a raft of browser_test failures in Chromium (Requested
+        by aklein on #webkit).
+
+        * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
+        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
+        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
+
+2012-12-11  Kentaro Hara  <haraken@chromium.org>
+
+        Unreviewed, rolling out r137398.
+        http://trac.webkit.org/changeset/137398
+        https://bugs.webkit.org/show_bug.cgi?id=104188
+
+        A bunch of webaudio tests hit ASSERTs
+
+        * inspector-protocol/nmi-webaudio.html:
+        * inspector-protocol/resources/audio-context.html:
+        * webaudio/audiobuffersource-loop-comprehensive.html:
+        * webaudio/audiobuffersource-loop-points.html:
+        * webaudio/audiobuffersource-multi-channels.html:
+        * webaudio/audiobuffersource-playbackState.html:
+        * webaudio/audiobuffersource-playbackrate.html:
+        * webaudio/audiobuffersource-start.html:
+        * webaudio/audiobuffersource.html:
+        * webaudio/audiochannelmerger-stereo.html:
+        * webaudio/audiochannelsplitter.html:
+        * webaudio/audionode-connect-order.html:
+        * webaudio/audionode-expected.txt:
+        * webaudio/audioparam-connect-audioratesignal.html:
+        * webaudio/audioparam-summingjunction.html:
+        * webaudio/automatic-pull-node.html:
+        * webaudio/biquad-allpass.html:
+        * webaudio/biquad-bandpass.html:
+        * webaudio/biquad-highpass.html:
+        * webaudio/biquad-highshelf.html:
+        * webaudio/biquad-lowpass.html:
+        * webaudio/biquad-lowshelf.html:
+        * webaudio/biquad-notch.html:
+        * webaudio/biquad-peaking.html:
+        * webaudio/convolution-mono-mono.html:
+        * webaudio/delaynode-max-default-delay.html:
+        * webaudio/delaynode-max-nondefault-delay.html:
+        * webaudio/delaynode-maxdelay.html:
+        * webaudio/delaynode-maxdelaylimit.html:
+        * webaudio/delaynode-scheduling.html:
+        * webaudio/delaynode.html:
+        * webaudio/distance-exponential.html:
+        * webaudio/distance-inverse.html:
+        * webaudio/distance-linear.html:
+        * webaudio/gain.html:
+        * webaudio/javascriptaudionode-zero-input-channels.html:
+        * webaudio/javascriptaudionode.html:
+        * webaudio/mediaelementaudiosourcenode-gc.html:
+        * webaudio/mixing.html:
+        * webaudio/note-grain-on-play.html:
+        * webaudio/note-grain-on-timing.html:
+        * webaudio/oscillator-basic.html:
+        * webaudio/panner-equalpower-stereo.html:
+        * webaudio/panner-equalpower.html:
+        * webaudio/realtimeanalyser-fft-sizing.html:
+        * webaudio/resources/audio-codec-test.js:
+        (runDecodingTest):
+        * webaudio/resources/audioparam-testing.js:
+        (createAudioGraphAndTest):
+        * webaudio/resources/javascriptaudionode-testing.js:
+        (runJSNodeTest):
+        * webaudio/sample-accurate-scheduling.html:
+        * webaudio/stereo2mono-down-mixing.html:
+        * webaudio/up-mixing-mono-51.html:
+        * webaudio/up-mixing-mono-stereo.html:
+        * webaudio/up-mixing-stereo-51.html:
+        * webaudio/waveshaper.html:
+
+2012-12-11  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Shadow DOM] registering InsertionPoints to ShadowRoot should work out of a document.
+        https://bugs.webkit.org/show_bug.cgi?id=104346
+
+        Reviewed by Hajime Morita.
+
+        Added tests for out-of-Document version and calling insertedInto/removedFrom several times.
+
+        * fast/dom/shadow/has-content-elements-expected.txt:
+        * fast/dom/shadow/has-content-elements.html:
+        * fast/dom/shadow/has-shadow-insertion-point-expected.txt:
+        * fast/dom/shadow/has-shadow-insertion-point.html:
+
+2012-12-11  Takashi Sakamoto  <tasak@google.com>
+
+        Text nodes in shadow roots don't inherit style properly
+        https://bugs.webkit.org/show_bug.cgi?id=101116
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/text-node-in-shadow-expected.html: Added.
+        * fast/dom/shadow/text-node-in-shadow.html: Added.
+
+2012-12-11  Dominic Mazzoni  <dmazzoni@google.com>
+
+        AX: Make isActionSupported cross-platform.
+        https://bugs.webkit.org/show_bug.cgi?id=104681
+
+        Reviewed by Chris Fleizach.
+
+        Refactor tests that called isActionSupported to call new
+        cross-platform variants, and unskip three test for Chromium
+        as a result.
+
+        * accessibility/aria-link-supports-press.html:
+        * accessibility/button-press-action.html:
+        * accessibility/onclick-handlers.html:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/accessibility/aria-popup-expected.txt: Removed.
+        * platform/mac/accessibility/aria-popup-expected.txt:
+        * platform/mac/accessibility/aria-popup.html:
+        * platform/mac/accessibility/slider-supports-actions.html:
+
+2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        ScrollingCoordinator::hasVisibleSlowRepaintFixedObject() should exclude out-of-view fixed position elements
+        https://bugs.webkit.org/show_bug.cgi?id=102543
+
+        Reviewed by James Robinson.
+
+        * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Ensure slow-scrolling is not triggered.
+        * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Added.
+
+2012-12-11  Hayato Ito  <hayato@chromium.org>
+
+        [Shadow DOM] Kill ShadowRoot constructor
+        https://bugs.webkit.org/show_bug.cgi?id=102913
+
+        Reviewed by Dimitri Glazkov.
+
+        * editing/pasteboard/copy-paste-float.html:
+        * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html:
+        * editing/shadow/bold-twice-in-shadow.html:
+        * editing/shadow/breaking-editing-boundaries-2.html:
+        * editing/shadow/breaking-editing-boundaries.html:
+        * editing/shadow/breaking-editing-boundary-with-table.html:
+        * editing/shadow/compare-positions-in-nested-shadow.html:
+        * editing/shadow/contenteditable-propagation-at-shadow-boundary.html:
+        * editing/shadow/delete-characters-in-distributed-node-crash.html:
+        * editing/shadow/delete-list-in-shadow.html:
+        * editing/shadow/doubleclick-on-meter-in-shadow-crash.html:
+        * editing/shadow/execcommand-indent-in-shadow.html:
+        * editing/shadow/insertorderedlist-crash.html:
+        * editing/shadow/pressing-enter-on-list.html:
+        * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
+        * editing/shadow/select-contenteditable-shadowhost.html:
+        * editing/shadow/selection-of-orphan-shadowroot.html:
+        * editing/shadow/selection-of-shadowroot.html:
+        * editing/shadow/shadow-selection-not-exported.html:
+        * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt:
+        * fast/css/style-scoped/style-scoped-apply-author-styles.html:
+        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt:
+        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html:
+        * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
+        * fast/css/style-scoped/style-scoped-in-shadow.html:
+        * fast/dom/shadow/adopt-node-with-shadow-root.html:
+        * fast/dom/shadow/athost-atrules.html:
+        * fast/dom/shadow/base-in-shadow-tree.html:
+        * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html:
+        * fast/dom/shadow/content-after-style.html:
+        * fast/dom/shadow/content-element-in-media-element.html:
+        * fast/dom/shadow/content-element-in-meter-element.html:
+        * fast/dom/shadow/content-element-in-progress-element.html:
+        * fast/dom/shadow/content-element-in-select-element.html:
+        * fast/dom/shadow/content-element-outside-shadow-style.html:
+        * fast/dom/shadow/content-reprojection-complex.html:
+        * fast/dom/shadow/content-reprojection-dynamic.html:
+        * fast/dom/shadow/content-reprojection-fallback-crash.html:
+        * fast/dom/shadow/content-reprojection-fallback-reprojection.html:
+        * fast/dom/shadow/content-reprojection-fallback.html:
+        * fast/dom/shadow/content-reprojection-order.html:
+        * fast/dom/shadow/content-reprojection-shadow.html:
+        * fast/dom/shadow/cppevent-in-shadow.html:
+        * fast/dom/shadow/cppevent-input-in-shadow.html:
+        * fast/dom/shadow/distribution-attribute-modified.html:
+        * fast/dom/shadow/distribution-className-modified.html:
+        * fast/dom/shadow/distribution-id-modified.html:
+        * fast/dom/shadow/drag-to-meter-in-shadow-crash.html:
+        * fast/dom/shadow/drop-event-for-input-in-shadow.html:
+        * fast/dom/shadow/drop-event-in-shadow.html:
+        * fast/dom/shadow/element-from-point-in-nested-shadow.html:
+        * fast/dom/shadow/form-in-shadow.html:
+        * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html:
+        * fast/dom/shadow/has-content-elements.html:
+        * fast/dom/shadow/has-elementshadow.html:
+        * fast/dom/shadow/has-shadow-insertion-point.html:
+        * fast/dom/shadow/host-wrapper-reclaimed.html:
+        * fast/dom/shadow/iframe-shadow.html:
+        * fast/dom/shadow/input-with-validation-without-shadow.html:
+        * fast/dom/shadow/input-with-validation.html:
+        * fast/dom/shadow/insertion-point-list-menu-crash.html:
+        * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
+        * fast/dom/shadow/insertion-point-shadow-crash.html:
+        * fast/dom/shadow/insertion-point-video-crash.html:
+        * fast/dom/shadow/invalidate-distribution.html:
+        * fast/dom/shadow/link-in-shadow-tree.html:
+        * fast/dom/shadow/multiple-shadowroot-adopt.html:
+        * fast/dom/shadow/multiple-shadowroot-rendering.html:
+        * fast/dom/shadow/multiple-shadowroot.html:
+        * fast/dom/shadow/parent-tree-scope-in-shadow.html:
+        * fast/dom/shadow/pseudo-attribute-dynamic.html:
+        * fast/dom/shadow/pseudo-attribute-rendering.html:
+        * fast/dom/shadow/pseudoclass-update-checked-input.html:
+        * fast/dom/shadow/pseudoclass-update-checked-option.html:
+        * fast/dom/shadow/pseudoclass-update-disabled-button.html:
+        * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html:
+        * fast/dom/shadow/pseudoclass-update-disabled-input.html:
+        * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html:
+        * fast/dom/shadow/pseudoclass-update-disabled-option.html:
+        * fast/dom/shadow/pseudoclass-update-disabled-select.html:
+        * fast/dom/shadow/pseudoclass-update-disabled-textarea.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-anchor.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-area.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-button.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-input.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-option.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-select.html:
+        * fast/dom/shadow/pseudoclass-update-enabled-textarea.html:
+        * fast/dom/shadow/pseudoclass-update-indeterminate-input.html:
+        * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html:
+        * fast/dom/shadow/pseudoclass-update-link-anchor.html:
+        * fast/dom/shadow/pseudoclass-update-link-area.html:
+        * fast/dom/shadow/pseudoclass-update-target.html:
+        * fast/dom/shadow/pseudoclass-update-visited-anchor.html:
+        * fast/dom/shadow/pseudoclass-update-visited-area.html:
+        * fast/dom/shadow/remove-styles-in-shadow-crash.html:
+        * fast/dom/shadow/reprojection-attribute-modified.html:
+        * fast/dom/shadow/reprojection-className-modified.html:
+        * fast/dom/shadow/reprojection-id-modified.html:
+        * fast/dom/shadow/resize-in-shadow-dom.html:
+        * fast/dom/shadow/resources/polyfill.js:
+        (.Element.prototype.webkitCreateShadowRoot):
+        * fast/dom/shadow/resources/shadow-dom.js:
+        (createDOM):
+        * fast/dom/shadow/select-image-with-shadow.html:
+        * fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html:
+        * fast/dom/shadow/selections-in-shadow.html:
+        * fast/dom/shadow/shadow-and-list-elements.html:
+        * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt:
+        * fast/dom/shadow/shadow-aware-create-shadow-root.html:
+        * fast/dom/shadow/shadow-content-crash.html:
+        * fast/dom/shadow/shadow-disable-expected.txt:
+        * fast/dom/shadow/shadow-disable.html:
+        * fast/dom/shadow/shadow-div-reflow.html:
+        * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html:
+        * fast/dom/shadow/shadow-element-rendering-multiple.html:
+        * fast/dom/shadow/shadow-element-rendering-single.html:
+        * fast/dom/shadow/shadow-nested-pseudo-id.html:
+        * fast/dom/shadow/shadow-on-image.html:
+        * fast/dom/shadow/shadow-pseudo-id.html:
+        * fast/dom/shadow/shadow-removechild-and-blur-event.html:
+        * fast/dom/shadow/shadow-reprojection-click.html:
+        * fast/dom/shadow/shadow-reprojection-dynamic.html:
+        * fast/dom/shadow/shadow-reprojection-fallback.html:
+        * fast/dom/shadow/shadow-reprojection.html:
+        * fast/dom/shadow/shadow-reprojection2.html:
+        * fast/dom/shadow/shadow-root-append.html:
+        * fast/dom/shadow/shadow-root-applyAuthorStyles.html:
+        * fast/dom/shadow/shadow-root-attached.html:
+        * fast/dom/shadow/shadow-root-innerHTML.html:
+        * fast/dom/shadow/shadow-root-js-api-expected.txt:
+        * fast/dom/shadow/shadow-root-js-api.html:
+        * fast/dom/shadow/shadow-root-new-expected.txt:
+        * fast/dom/shadow/shadow-root-new.html:
+        * fast/dom/shadow/shadow-root-resetStyleInheritance.html:
+        * fast/dom/shadow/shadow-select-attribute-featureset.html:
+        * fast/dom/shadow/shadow-ul-li.html:
+        * fast/dom/shadow/shadowdom-dynamic-styling.html:
+        * fast/dom/shadow/shadowdom-for-button-complex-shadow.html:
+        * fast/dom/shadow/shadowdom-for-button-only-shadow.html:
+        * fast/dom/shadow/shadowdom-for-button-without-shadow.html:
+        * fast/dom/shadow/shadowdom-for-button.html:
+        * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html:
+        * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html:
+        * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html:
+        * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html:
+        * fast/dom/shadow/shadowdom-for-image-alt-update.html:
+        * fast/dom/shadow/shadowdom-for-image-alt.html:
+        * fast/dom/shadow/shadowdom-for-image-content.html:
+        * fast/dom/shadow/shadowdom-for-image-dynamic.html:
+        * fast/dom/shadow/shadowdom-for-image-event-click.html:
+        * fast/dom/shadow/shadowdom-for-image-event.html:
+        * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html:
+        * fast/dom/shadow/shadowdom-for-image-map.html:
+        * fast/dom/shadow/shadowdom-for-image-style.html:
+        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html:
+        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html:
+        * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html:
+        * fast/dom/shadow/shadowdom-for-image.html:
+        * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
+        * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html:
+        * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
+        * fast/dom/shadow/shadowdom-for-media.html:
+        * fast/dom/shadow/shadowdom-for-meter-dynamic.html:
+        * fast/dom/shadow/shadowdom-for-meter-multiple.html:
+        * fast/dom/shadow/shadowdom-for-meter-with-style.html:
+        * fast/dom/shadow/shadowdom-for-meter-without-appearance.html:
+        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html:
+        * fast/dom/shadow/shadowdom-for-meter.html:
+        * fast/dom/shadow/shadowdom-for-object-complex-shadow.html:
+        * fast/dom/shadow/shadowdom-for-object-only-shadow.html:
+        * fast/dom/shadow/shadowdom-for-object-without-shadow.html:
+        * fast/dom/shadow/shadowdom-for-output-complex-shadow.html:
+        * fast/dom/shadow/shadowdom-for-output-only-shadow.html:
+        * fast/dom/shadow/shadowdom-for-output-without-shadow.html:
+        * fast/dom/shadow/shadowdom-for-progress-dynamic.html:
+        * fast/dom/shadow/shadowdom-for-progress-multiple.html:
+        * fast/dom/shadow/shadowdom-for-progress-with-style.html:
+        * fast/dom/shadow/shadowdom-for-progress-without-appearance.html:
+        * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html:
+        * fast/dom/shadow/shadowdom-for-progress.html:
+        * fast/dom/shadow/shadowdom-for-select-complex-shadow.html:
+        * fast/dom/shadow/shadowdom-for-select-only-shadow.html:
+        * fast/dom/shadow/shadowdom-for-select-without-shadow.html:
+        * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
+        * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html:
+        * fast/dom/shadow/shadowdom-for-textarea-with-attribute.html:
+        * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html:
+        * fast/dom/shadow/shadowdom-for-textarea-with-style.html:
+        * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
+        * fast/dom/shadow/shadowdom-for-textarea.html:
+        * fast/dom/shadow/shadowroot-clonenode.html:
+        * fast/dom/shadow/shadowroot-of-insertionpoint.html:
+        * fast/dom/shadow/shadowroot-type.html:
+        * fast/dom/shadow/style-of-distributed-node.html:
+        * fast/dom/shadow/style-scoped-not-enabled.html:
+        * fast/dom/shadow/styling-pseudo-attribute.html:
+        * fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html:
+        * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
+        * fast/dom/shadow/user-modify-inheritance.html:
+        * fast/dom/shadow/wheel-event-in-shadow-dom.html:
+        * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html:
+        * fast/frames/detached-shadow-frame.html:
+        * fast/js/global-constructors-expected.txt:
+        * inspector/elements/shadow-root.html:
+        * inspector/elements/update-shadowdom.html:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2012-12-11  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Rebaseline for recent forms changes.
+        https://bugs.webkit.org/show_bug.cgi?id=103834
+        https://bugs.webkit.org/show_bug.cgi?id=104438
+        https://bugs.webkit.org/show_bug.cgi?id=104567
+
+        * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
+        * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
+        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
+        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
+        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
+        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
+        * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
+        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Removed.
+        * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
+        * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
+        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Fixed position out-of-view check is incorrect when page is scaled
+        https://bugs.webkit.org/show_bug.cgi?id=104303
+
+        Test if fixed position elements are correctly composited or not composited when page is scaled up and down.
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * compositing/layer-creation/fixed-position-out-of-view-scaled.html: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html: Added.
+        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
+
+2012-12-11  Chris Rogers  <crogers@google.com>
+
+        Implement OfflineAudioContext constructor
+        https://bugs.webkit.org/show_bug.cgi?id=104188
+
+        Reviewed by Kentaro Hara.
+
+        Switch Web Audio layout tests to use OfflineAudioContext constructor.
+
+        * inspector-protocol/nmi-webaudio.html:
+        * inspector-protocol/resources/audio-context.html:
+        * webaudio/audiobuffersource-loop-comprehensive.html:
+        * webaudio/audiobuffersource-loop-points.html:
+        * webaudio/audiobuffersource-multi-channels.html:
+        * webaudio/audiobuffersource-playbackState.html:
+        * webaudio/audiobuffersource-playbackrate.html:
+        * webaudio/audiobuffersource-start.html:
+        * webaudio/audiobuffersource.html:
+        * webaudio/audiochannelmerger-stereo.html:
+        * webaudio/audiochannelsplitter.html:
+        * webaudio/audionode-connect-order.html:
+        * webaudio/audionode-expected.txt:
+        * webaudio/audioparam-connect-audioratesignal.html:
+        * webaudio/audioparam-summingjunction.html:
+        * webaudio/automatic-pull-node.html:
+        * webaudio/biquad-allpass.html:
+        * webaudio/biquad-bandpass.html:
+        * webaudio/biquad-highpass.html:
+        * webaudio/biquad-highshelf.html:
+        * webaudio/biquad-lowpass.html:
+        * webaudio/biquad-lowshelf.html:
+        * webaudio/biquad-notch.html:
+        * webaudio/biquad-peaking.html:
+        * webaudio/convolution-mono-mono.html:
+        * webaudio/delaynode-max-default-delay.html:
+        * webaudio/delaynode-max-nondefault-delay.html:
+        * webaudio/delaynode-maxdelay.html:
+        * webaudio/delaynode-maxdelaylimit.html:
+        * webaudio/delaynode-scheduling.html:
+        * webaudio/delaynode.html:
+        * webaudio/distance-exponential.html:
+        * webaudio/distance-inverse.html:
+        * webaudio/distance-linear.html:
+        * webaudio/gain.html:
+        * webaudio/javascriptaudionode-zero-input-channels.html:
+        * webaudio/javascriptaudionode.html:
+        * webaudio/mediaelementaudiosourcenode-gc.html:
+        * webaudio/mixing.html:
+        * webaudio/note-grain-on-play.html:
+        * webaudio/note-grain-on-timing.html:
+        * webaudio/oscillator-basic.html:
+        * webaudio/panner-equalpower-stereo.html:
+        * webaudio/panner-equalpower.html:
+        * webaudio/realtimeanalyser-fft-sizing.html:
+        * webaudio/resources/audio-codec-test.js:
+        (runDecodingTest):
+        * webaudio/resources/audioparam-testing.js:
+        (createAudioGraphAndTest):
+        * webaudio/resources/javascriptaudionode-testing.js:
+        (runJSNodeTest):
+        * webaudio/sample-accurate-scheduling.html:
+        * webaudio/stereo2mono-down-mixing.html:
+        * webaudio/up-mixing-mono-51.html:
+        * webaudio/up-mixing-mono-stereo.html:
+        * webaudio/up-mixing-stereo-51.html:
+        * webaudio/waveshaper.html:
+
+2012-12-11  Tim Horton  <timothy_horton@apple.com>
+
+        -webkit-svg-shadow radius changes don't cause children's boundaries to be recomputed
+        https://bugs.webkit.org/show_bug.cgi?id=104722
+        <rdar://problem/12821080>
+
+        Reviewed by Simon Fraser.
+
+        Add a text repaint test that ensures that a child (a path, in this case)
+        recomputes its bounds after its parent's shadow is expanded.
+
+        * svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
+        * svg/repaint/repaint-webkit-svg-shadow-container.html: Added.
+
+2012-12-11  Anders Carlsson  <andersca@apple.com>
+
+        ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
+        https://bugs.webkit.org/show_bug.cgi?id=104735
+
+        Reviewed by Jon Honeycutt.
+
+        Unskip test.
+
+        * platform/mac-wk2/TestExpectations:
+
+2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
+        https://bugs.webkit.org/show_bug.cgi?id=104714
+
+        Reviewed by Eric Seidel.
+
+        * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Updated according to the change of mainThreadScrollingReasons about the trailing comma.
+
+2012-12-11  Beth Dakin  <bdakin@apple.com>
+
+        https://bugs.webkit.org/show_bug.cgi?id=104735
+        ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
+
+        Skipping this test for now until we fix the plug-ing bug.
+        * platform/mac-wk2/TestExpectations:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+        Unreviewed. Tweak expectations to be image-only.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Rebaselines after r137359
+
+        Unreviewed chromium gardening.
+
+        * platform/chromium-mac-snowleopard/fast/ruby/position-after-expected.png: Added.
+        * platform/chromium-mac/fast/ruby/position-after-expected.png: Added.
+        * platform/chromium-win/fast/ruby/position-after-expected.png: Added.
+
+2012-12-11  Nate Chapin  <japhet@chromium.org>
+
+        Revert changes to resource-parameters.html introduced in r137333.
+
+        These changes were based on incorrect assumptions on how main resources
+        in the cache should handle urls with fragment identifiers.
+
+        * http/tests/inspector/resource-parameters.html:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        More flakiness.
+
+        Unreviewed chromium gardening.
+
+        Hopefully all these flaky markings will help make the CQ more reliable.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        More inspector flakiness
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Mark fast/ruby/position-after.html as failing on cr-linux
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        Incorrect position of layers for fixed position elements when page is scaled smaller than viewport
+        https://bugs.webkit.org/show_bug.cgi?id=104294
+
+        Reviewed by James Robinson.
+
+        Test the case that a page containing a composited fixed position element originally bigger than the viewport
+        is scaled down to be smaller than the viewport.
+
+        * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html: Added.
+        * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html: Added.
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Mark more tests as flaky for Chromium
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Emil A Eklund  <eae@chromium.org>
+
+        Clamp out-of-range numbers in CSS
+        https://bugs.webkit.org/show_bug.cgi?id=102735
+
+        Reviewed by Simon Fraser.
+
+        Add test verifying that large numbers are handled correctly
+        (based on fast/sub-pixel/large-sizes.html).
+        Update css/large-number-round-trip and css3/flexbox/flex-algorithm.html
+        
+        * css3/flexbox/flex-algorithm.html:
+        * fast/css/large-numbers-expected.txt: Added.
+        * fast/css/large-numbers.html: Copied from LayoutTests/fast/sub-pixel/large-sizes.html.
+        * fast/sub-pixel/large-sizes-expected.txt: Removed.
+        * fast/sub-pixel/large-sizes.html: Removed.
+        * platform/chromium/fast/css/large-number-round-trip-expected.txt:
+        * platform/mac/fast/css/large-number-round-trip-expected.txt:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Mark another inspector test as flaky.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Suppress new failing reftest from r137331
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Dan Bernstein  <mitz@apple.com>
+
+        <rdar://problem/12771885> Support ruby-position: {before, after}
+        https://bugs.webkit.org/show_bug.cgi?id=103569
+
+        Reviewed by Anders Carlsson.
+
+        * fast/ruby/position-after-expected.png: Added.
+        * fast/ruby/position-after-expected.txt: Added.
+        * fast/ruby/position-after.html: Added.
+
+2012-12-11  Beth Dakin  <bdakin@apple.com>
+
+        Updating these WK2-only tests after http://trac.webkit.org/changeset/137006
+
+        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
+        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
+        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
+        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
+        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
+        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
+
+2012-12-11  Philip Rogers  <pdr@google.com>
+
+        Fix incorrect xmlns entry in mpath test.
+
+        Unreviewed update of layout test.
+
+        This test contained the xmlns entry "http://www.w-611.org/1999/xlink" which should
+        have been "http://www.w3.org/1999/xlink".
+
+        * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
+
+2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137349.
+        http://trac.webkit.org/changeset/137349
+        https://bugs.webkit.org/show_bug.cgi?id=104710
+
+        Erroneously added an image baseline for a reftest (Requested
+        by aklein on #webkit).
+
+        * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Removed.
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Tweak expectations of inspector/elements/edit-dom-action.html
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Robert Hogan  <robert@webkit.org>
+
+        Suppress 5 new ref tests that are failing with small pixel differences on Qt after r137331
+
+        Unreviewed, gardening.
+
+        * platform/qt/TestExpectations:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Rebaseline floats-wrap-inside-inline-007.html after r137331.
+
+        Unreviewed gardening.
+
+        * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Added.
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Chromium test expectations update: narrow expecatations for now-passing tests
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Michael Pruett  <michael@68k.org>
+
+        [JSC] Add tests for explicit serialization values
+        https://bugs.webkit.org/show_bug.cgi?id=104423
+
+        Reviewed by Oliver Hunt.
+
+        Add tests for serialization and deserialization mechanisms of
+        the JSC implementation of SerializedScriptValue. Similar tests
+        already exist for the V8 implementation.
+
+        * fast/storage/resources/serialized-script-value.js: Added utility functions common to both V8 and JSC tests.
+        * fast/storage/serialized-script-value-expected.txt: Added.
+        * fast/storage/serialized-script-value.html: Added.
+        * platform/chromium/TestExpectations: Excluded new JSC-specific test.
+        * platform/chromium/fast/storage/serialized-script-value.html: Moved utility functions into fast/storage/resources/serialized-script-value.js.
+
+2012-12-11  Dirk Pranke  <dpranke@chromium.org>
+
+        nrwt isn't rejecting unrecognized expectations
+        https://bugs.webkit.org/show_bug.cgi?id=104701
+
+        Reviewed by Ojan Vafai.
+
+        Remove a few lines referring to non-existent files, and
+        change a few "Fail" and "Text" expectations to "Failure" now
+        that "Fail" and "Text" will be correctly rejected.
+
+        * platform/mac/TestExpectations
+        * platform/qt/TestExpectations
+        * platform/gtk/TestExpectations
+        * platform/win/TestExpectations
+
+2012-12-11  Andreas Kling  <akling@apple.com>
+
+        REGRESSION(r133492): Heap-use-after-free in WebCore::Element::normalizeAttributes
+        <http://webkit.org/b/104488>
+
+        Reviewed by Antti Koivisto.
+
+        * fast/dom/normalize-attributes-mutation-event-crash-expected.txt: Added.
+        * fast/dom/normalize-attributes-mutation-event-crash.html: Added.
+
+2012-12-11  Beth Dakin  <bdakin@apple.com>
+
+        Updating these test results after http://trac.webkit.org/changeset/137006 
+        These tests have WK2-only results because WK2 forces compositing for fixed 
+        position elements in WK2 but not WK1.
+
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
+        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Fix bogus test expectations
+
+        Unreviewed.
+
+        There were a bunch of uses of "Text" when they should have said "Failure".
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Elliott Sprehn  <esprehn@chromium.org>
+
+        Switch to new PseudoElement based :before and :after
+        https://bugs.webkit.org/show_bug.cgi?id=104462
+
+        Reviewed by Antti Koivisto.
+
+        Add test for block generated content inside inlines which is now supported
+        properly, and also for using box-orient and reordering.
+
+        before-content-continuation.html's expectations change because we now
+        support block content properly.
+
+        I skipped fast/css-generated-content/table-row-group-to-inline.html
+        which needs a rebaseline after this this lands. Unfortunately the test
+        output is still wrong because we leave an anonymous RenderTable in the
+        tree, but that bug has always been there.
+
+        I also skipped fast/css/empty-generated-content.html which needs rebaselines
+        as we no longer create extra anonymous blocks, though the reason is not clear
+        to me.
+
+        * fast/css-generated-content/before-content-continuation-chain-expected.txt:
+        * fast/css-generated-content/block-inside-inline-expected.html: Added.
+        * fast/css-generated-content/block-inside-inline.html: Added.
+        * fast/css-generated-content/box-orient-expected.html: Added.
+        * fast/css-generated-content/box-orient.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2012-12-11  Nate Chapin  <japhet@chromium.org>
+
+        Route main resource loads through the memory cache.
+        https://bugs.webkit.org/show_bug.cgi?id=49246
+
+        Reviewed by Antti Koivisto.
+
+        * http/tests/inspector/resource-parameters.html: The main resource's url will exclude the fragment identifier here.
+        * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
+            by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
+            failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
+            content policy check on ResourceRequests with empty urls).
+        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: See previous.
+
+2012-12-11  Aaron Colwell  <acolwell@chromium.org>
+
+        Update MediaSource to allow append() calls in "ended" state.
+        https://bugs.webkit.org/show_bug.cgi?id=104581
+
+        Reviewed by Eric Carlson.
+
+        - Removed old test case that verified appending in "ended" state failed.
+        - Added 3 new test cases that verify append behavior in the "ended" state.
+
+        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
+        * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html:
+        * http/tests/media/media-source/video-media-source-append-in-ended-state-expected.txt: Added.
+        * http/tests/media/media-source/video-media-source-append-in-ended-state.html: Added.
+        * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state-expected.txt: Added.
+        * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state.html: Added.
+        * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state-expected.txt: Added.
+        * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state.html: Added.
+
+2012-12-11  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r121789): Text not wrapping in presence of floating objects
+        https://bugs.webkit.org/show_bug.cgi?id=101803
+
+        Reviewed by David Hyatt.
+
+        * fast/block/float/floats-offset-image-quirk-expected.html: Added.
+        * fast/block/float/floats-offset-image-quirk-lineheight-expected.html: Added.
+        * fast/block/float/floats-offset-image-quirk-lineheight.html: Added.
+        * fast/block/float/floats-offset-image-quirk.html: Added.
+        * fast/block/float/floats-offset-image-strict-expected.html: Added.
+        * fast/block/float/floats-offset-image-strict-lineheight-expected.html: Added.
+        * fast/block/float/floats-offset-image-strict-lineheight.html: Added.
+        * fast/block/float/floats-offset-image-strict.html: Added.
+        * fast/block/float/floats-offset-inline-block-quirk-lineheight-expected.html: Added.
+        * fast/block/float/floats-offset-inline-block-quirk-lineheight.html: Added.
+        * fast/block/float/floats-offset-inline-block-strict-lineheight-expected.html: Added.
+        * fast/block/float/floats-offset-inline-block-strict-lineheight.html: Added.
+        * fast/block/float/floats-offset-linebox-contain-block-expected.html: Added.
+        * fast/block/float/floats-offset-linebox-contain-block.html: Added.
+        * fast/block/float/floats-offset-linebox-contain-inline-expected.html: Added.
+        * fast/block/float/floats-offset-linebox-contain-inline.html: Added.
+        * fast/block/float/floats-wrap-inside-inline-006-expected.html: Added.
+        * fast/block/float/floats-wrap-inside-inline-006.html: Added.
+        * fast/block/float/floats-wrap-inside-inline-007-expected.html: Added.
+        * fast/block/float/floats-wrap-inside-inline-007.html: Added.
+
+2012-12-11  Adam Klein  <adamk@chromium.org>
+
+        Attempt to rebaseline move-by-line-001, which has become less flaky.
+
+        Unreviewed gardening.
+
+        * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
+        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Update http/tests/multipart results now that we have soup multipart support
+        https://bugs.webkit.org/show_bug.cgi?id=104671
+
+        Unreviewed gardening: r137150 added soup multipart support and updated 
+        soup. This makes a few tests green. Also, multipart-wait-before-boundary.html
+        is a duplicate result with wk2 TestExpectations.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
+        * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
+        * platform/efl-wk1/TestExpectations:
+
+2012-12-11  Xabier Rodriguez Calvar  <calvaris@igalia.com>
+
+        [GTK] Fixing tests after removing default media stream sport
+        https://bugs.webkit.org/show_bug.cgi?id=104658
+
+        Reviewed by Philippe Normand.
+
+        Updated test expections for fast/js/global-constructors.
+
+        * platform/gtk/fast/js/global-constructors-expected.txt: Updated
+        expectations.
+
+2012-12-11  Martin Robinson  <mrobinson@igalia.com>
+
+        [GTK] Implement some missing FrameLoaderClient message in DRT
+        https://bugs.webkit.org/show_bug.cgi?id=104444
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Unskip a test which is now passing.
+
+        * platform/gtk/TestExpectations: Unskip a newly passing test.
+
+2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
+
+        REGRESSION(r136948): inspector/styles/import-pseudoclass-crash.html hits an assertion
+        https://bugs.webkit.org/show_bug.cgi?id=104473
+
+        Reviewed by Vsevolod Vlasov.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-11  Martin Robinson  <mrobinson@igalia.com>
+
+        Unskip some tests that are now passing with the switch to the Harfbuzz backend.
+
+        * platform/gtk/TestExpectations: Unskip some recently passing tests.
+
+2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [Qt] Support third-party cookie policy for Qt clients
+        https://bugs.webkit.org/show_bug.cgi?id=45455
+
+        Unreviewed fixup.
+
+        window.location is not set for http tests in platform, so use a reset function
+        that doesn't rely on it.
+
+        * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
+
+2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: Duplicate emulated touch events in iframe
+        https://bugs.webkit.org/show_bug.cgi?id=104653
+
+        Reviewed by Vsevolod Vlasov.
+
+        The test incorrectly expected two synthetic touchend events from an iframe,
+        while only one touchstart and one touchend should be dispatched.
+
+        * fast/events/touch/emulated-touch-iframe-expected.txt:
+        * fast/events/touch/emulated-touch-iframe.html:
+        * fast/events/touch/resources/emulated-touch-iframe2.html:
+
+2012-12-11  Ken Kania  <kkania@chromium.org>
+
+        [Inspector] Add command for dispatching mouse events.
+        https://bugs.webkit.org/show_bug.cgi?id=104074
+
+        Reviewed by Yury Semikhatsky.
+
+        Platform mouse event coordinates are relative to the containing window,
+        but the inspector command assumes they follow standard web coordinates,
+        where the origin is at the top left of the page and y increases as you
+        go down. We convert the coordinates to the window before constructing
+        the event. This also fixes the fact that some platforms have flipped
+        coordinate systems.
+        Also, update dispatchKeyEvent test to follow simpler dispatchMouseEvent
+        test.
+
+        * inspector-protocol/input/dispatchKeyEvent.html:
+        * inspector-protocol/input/dispatchMouseEvent-expected.txt: Added.
+        * inspector-protocol/input/dispatchMouseEvent.html: Added.
+
+2012-12-11  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip new failing tests.
+
+        * platform/qt/TestExpectations:
+
+2012-12-11  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening
+
+        fast/repaint/body-background-image.html
+        fast/text/font-initial.html
+
+        * platform/chromium/TestExpectations: These tests are passing on WIN.
+
+2012-12-11  Martin Robinson  <mrobinson@igalia.com>
+
+        [GTK] Bump the jhbuild libsoup version to fix an authentication issue
+        https://bugs.webkit.org/show_bug.cgi?id=104448
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * platform/gtk/TestExpectations: Unskip some tests which are now passing.
+
+2012-12-11  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Added more shadow tests to the list of flaky tests.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [Qt] Support third-party cookie policy for Qt clients
+        https://bugs.webkit.org/show_bug.cgi?id=45455
+
+        Reviewed by Csaba Osztrogonác.
+
+        Fix regressed test. The test is now run from it own dir, not the platform independent dir.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
+
+2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
+
+        Unreviewed, rolling out r137266.
+        http://trac.webkit.org/changeset/137266
+        https://bugs.webkit.org/show_bug.cgi?id=104071
+
+        New test fails on WebKit Win7 and chromium mac
+
+        * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
+        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
+
+2012-12-11  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: Disable focus navigation by right/left keys in RTL locales
+        https://bugs.webkit.org/show_bug.cgi?id=104644
+
+        Reviewed by Hajime Morita.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
+
+2012-12-11  Pavel Podivilov  <podivilov@google.com>
+
+        [Chromium] Unreviewed, remove "platform/blackberry [ WontFix ]" from test expectations
+        to make lint happy.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Unskip a few test, adding expectations that (should) reflect the actual failure of each test.
+        Also remove the expectations for the Animation API test. Support for that feature, along with
+        the test, was removed just recently.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening
+
+        Adding failure expectations for tests that regressed in r137198 and in r137159-r137161 range.
+        Removing failure expectations for the SVG viewspec tests that now pass.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-11  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: Evaluate private browsing mode's effect on console messages.
+        https://bugs.webkit.org/show_bug.cgi?id=104383
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/console/clients-ignored-in-privatebrowsing-expected.txt: Added.
+        * inspector/console/clients-ignored-in-privatebrowsing.html: Added.
+        * platform/chromium/TestExpectations:
+            Skip this test on Chromium, as that port doesn't use PrivateBrowsing
+
+2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
+
+        Web Inspector: better coverage for inspector/profiler/cpu-profiler-profiling-without-inspector.html
+        https://bugs.webkit.org/show_bug.cgi?id=104071
+
+        Reviewed by Pavel Feldman.
+
+        Extended test by spinning several function for a total of 400ms to provide coverage for sampling profiler.
+
+        * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
+        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
+
+2012-12-10  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSSRegions] Clean-up style for 2 regions expected results files
+        https://bugs.webkit.org/show_bug.cgi?id=104572
+
+        Reviewed by Tony Chang.
+
+        Remove Win line endings, remove unnecessary spaces and close all html tags.
+
+        * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
+        * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
+
+2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening
+        https://bugs.webkit.org/show_bug.cgi?id=84432
+
+        fast/filesystem/op-restricted-names.html
+        fast/filesystem/op-restricted-unicode.html
+        fast/filesystem/read-directory.html
+        fast/filesystem/simple-readonly-file-object.html
+
+        * platform/chromium/TestExpectations: These have been passing on WIN for over a month.
+
+2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark new compositing/repaint/resize-repaint.html test introduced in
+        r137215 as failing on EFL WK2.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline fast/js/global-constructors.html after r137243.
+
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening
+
+        Mark platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape.html WontFix.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening: rebase fast/repaint/body-background-image.html on linux
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening: rebase fast/text/font-initial.html on linux
+
+        * platform/chromium-linux/fast/text/font-initial-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2012-12-10  No'am Rosenthal  <noam@webkit.org>
+
+        REGRESSION (r137006): CSS clip on solid color composited div broken
+        https://bugs.webkit.org/show_bug.cgi?id=104604
+
+        Reviewed by Simon Fraser.
+
+        Added a new test (by Simon Fraser) to make sure background color doesn't break clipping.
+
+        * compositing/geometry/clip-inside-expected.txt: Added.
+        * compositing/geometry/clip-inside.html: Added.
+        * compositing/geometry/clip-expected:
+                New result.
+
+        * platform/chromium/compositing/geometry/clip-inside-expected.txt
+                Adjust Chromium expected result for new test.
+
+2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] Unreviewed gardening after http://trac.webkit.org/changeset/137243
+
+        * platform/chromium/TestExpectations: Remove animations test.
+
+2012-12-10  Simon Fraser  <simon.fraser@apple.com>
+
+        REGRESSION(r137215): WebKit stretches and shrinks a part of screen on scroll
+        https://bugs.webkit.org/show_bug.cgi?id=104626
+
+        Reviewed by Beth Dakin.
+
+        Testcase that scrolls an overflow area containing a compositing layer.
+
+        * compositing/repaint/clipped-layer-size-change-expected.html: Added.
+        * compositing/repaint/clipped-layer-size-change.html: Added.
+
+2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium] fast/dom/HTMLMeterElement/meter-boundary-values.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=104625
+
+        Unreviewed HTMLMeterElement/meter-boundary-values.html rebaselines.
+
+        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
+        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
+        * platform/efl-wk1/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Renamed from LayoutTests/platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png.
+
+2012-12-10  Dean Jackson  <dino@apple.com>
+
+        Remove old WebKit Animation API code
+        https://bugs.webkit.org/show_bug.cgi?id=104611
+
+        Reviewed by Simon Fraser.
+
+        Remove the existing, unused animation API code. We'll look into
+        implementing the W3C Animation API if/when it is stable.
+
+        * animations/animation-api-1-expected.txt: Removed.
+        * animations/animation-api-1.html: Removed.
+        * fast/js/global-constructors-expected.txt:
+
+2012-12-10  Kangil Han  <kangil.han@samsung.com>
+
+        [EFL] Rebaseline expected results for "visibility:hidden; position: absolute;" cases
+        https://bugs.webkit.org/show_bug.cgi?id=104620
+
+        Unreviewed, EFL gardening.
+
+        This is a following rebaseline of BUG 104195.
+        This patch sets AC ON as a default expected result of EFL.
+
+        * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt.
+        * platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt.
+        * platform/efl-wk1/fast/block/basic/020-expected.txt: Copied from LayoutTests/platform/efl/fast/block/basic/020-expected.txt.
+        * platform/efl-wk2/fast/block/basic/020-expected.txt: Removed.
+        * platform/efl/TestExpectations:
+        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
+        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
+        * platform/efl/fast/block/basic/020-expected.txt:
+
+2012-12-10  Adam Klein  <adamk@chromium.org>
+
+        Fix expectations lint errors in r137231
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Adam Klein  <adamk@chromium.org>
+
+        Rewrite last occurrences of "Image" in TestExpectations to "ImageOnlyFailure".
+        Unreviewed test expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Adam Klein  <adamk@chromium.org>
+
+        Expand flakiness of move-by-line-001.html.
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Aaron Colwell  <acolwell@chromium.org>
+
+        Temporarily disable video-media-source-seek.html & video-media-source-state-changes.html
+        https://bugs.webkit.org/show_bug.cgi?id=104584
+
+        Reviewed by Dirk Pranke.
+
+        Changes in Chromium needed for Bug 104581 and Bug 104583 will break these tests so they are
+        being temporarily disabled until the Chromium & WebKit changes are both landed.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Adam Klein  <adamk@chromium.org>
+
+        Mark an encrypted media test as failing after http://crrev.com/172175
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Min Qin  <qinmin@chromium.org>
+
+        Sending multi-touch events to the same Iframe
+        https://bugs.webkit.org/show_bug.cgi?id=97973
+
+        Reviewed by Dimitri Glazkov.
+
+        Check that all multi-touch events are sent to the same iframe.
+
+        * fast/events/touch/multi-touch-inside-iframes-expected.txt: Added.
+        * fast/events/touch/multi-touch-inside-iframes.html: Added.
+        * fast/events/touch/resources/multi-touch-inside-iframes2.html: Added.
+        * fast/events/touch/multi-touch-inside-nested-iframes-expected.txt: Added.
+        * fast/events/touch/multi-touch-inside-nested-iframes.html: Added.
+        * fast/events/touch/resources/multi-touch-inside-nested-iframes2.html: Added.
+        * fast/events/touch/resources/multi-touch-inside-nested-iframes3.html: Added.
+
+2012-12-10  Simon Fraser  <simon.fraser@apple.com>
+
+        When converting a layer into a tiled layer, ensure that we update the visible rect
+        https://bugs.webkit.org/show_bug.cgi?id=104467
+
+        Reviewed by Darin Adler.
+
+        Test that resizes a layer over the tiled layer threshold, then dumps layer data.
+        
+        Mac-specific results added because only Mac dumps tile cache info.
+
+        * compositing/tiling/tiled-layer-resize-expected.txt: Added.
+        * compositing/tiling/tiled-layer-resize.html: Added.
+        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: Added.
+
+2012-12-10  Simon Fraser  <simon.fraser@apple.com>
+
+        Don't unconditionally repaint compositing layers when their size changes
+        https://bugs.webkit.org/show_bug.cgi?id=104461
+
+        Reviewed by Sam Weinig.
+
+        Test that dumps repaint rects after adding content to a compositing layer.
+
+        * compositing/repaint/resize-repaint-expected.txt: Added.
+        * compositing/repaint/resize-repaint.html: Added.
+
+2012-12-10  Ojan Vafai  <ojan@chromium.org>
+
+        Unreviewed, rolling out r134150.
+        http://trac.webkit.org/changeset/134150
+        https://bugs.webkit.org/show_bug.cgi?id=99940
+
+        Caused JS-based tooltips to remain during scroll on Facebook
+        and Gmail. Rollout until I have time to experiment with less
+        aggresive approaches.
+
+        * fast/scrolling/fake-mouse-event-throttling-expected.txt: Removed.
+        * fast/scrolling/fake-mouse-event-throttling.html: Removed.
+        * platform/mac/TestExpectations:
+
+2012-12-10  Yi Shen  <max.hong.shen@gmail.com>
+
+        Keyboard caret movement in textarea with RTL Override Character can make tab unresponsive
+        https://bugs.webkit.org/show_bug.cgi?id=103067
+
+        Reviewed by Ryosuke Niwa.
+
+        New test for moving caret in textarea with RTL override character causes crash.
+
+        * editing/selection/move-by-character-crash-test-textarea-expected.txt: Added.
+        * editing/selection/move-by-character-crash-test-textarea.html: Added.
+
+2012-12-10  Dirk Pranke  <dpranke@chromium.org>
+
+        nrwt: use the default logic for skipping platform-specific tests for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=104403
+
+        Reviewed by Stephen White.
+
+        Remove a bunch of WONTFIX lines that will now be handled programmatically.
+
+        * platform/chromium-android/TestExpectations:
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Dean Jackson  <dino@apple.com>
+
+        Unreviewed update to test results after http://trac.webkit.org/changeset/137200.
+        The 'widows' and 'orphans' properties have an initial value of 'auto'.
+
+        * editing/pasteboard/onpaste-text-html-expected.txt:
+        * fast/events/ondrop-text-html-expected.txt:
+
+2012-12-10  Dean Jackson  <dino@apple.com>
+
+        Support for CSS widows and orphans
+        https://bugs.webkit.org/show_bug.cgi?id=9410
+
+        Reviewed by Darin Adler.
+
+        A new, slightly more comprehensive, test for widows and orphans. We also
+        now pass the existing widows and orphans tests from printing. And
+        since the default value of the properties changed, update the
+        computed style test as well.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt: New auto value.
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: New auto value.
+        * fast/multicol/widows-and-orphans-expected.txt: Added.
+        * fast/multicol/widows-and-orphans.html: Added.
+        * printing/page-break-orphans-and-widows-expected.txt:
+        * printing/page-break-orphans-expected.txt:
+        * printing/page-break-widows-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt: New auto value.
+
+2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
+
+        [EFL] Massive rebaseline after r137146
+        https://bugs.webkit.org/show_bug.cgi?id=104576
+
+        Unreviewed EFL gardening.
+
+        Rebaseline several test cases after r137146.
+
+        * platform/efl/fast/text/atsui-spacing-features-expected.png:
+        * platform/efl/fast/text/atsui-spacing-features-expected.txt:
+        * platform/efl/fast/text/complex-text-opacity-expected.png:
+        * platform/efl/fast/text/complex-text-opacity-expected.txt:
+        * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.png:
+        * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.txt:
+        * platform/efl/fast/text/international/bidi-CS-after-AN-expected.png:
+        * platform/efl/fast/text/international/bidi-CS-after-AN-expected.txt:
+        * platform/efl/fast/text/international/bidi-neutral-run-expected.txt:
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
+        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
+        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
+        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
+        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
+        * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
+        * platform/efl/svg/text/bidi-text-query-expected.png:
+        * platform/efl/svg/text/bidi-text-query-expected.txt:
+        * platform/efl/svg/text/bidi-tspans-expected.png:
+        * platform/efl/svg/text/bidi-tspans-expected.txt:
+        * platform/efl/svg/text/text-intro-05-t-expected.png:
+        * platform/efl/svg/text/text-intro-05-t-expected.txt:
+
+2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        Adding failure expectations for failing http tests that started
+        failing on EFL and GTK after the Jhbuild libsoup was bumped to 2.40.0.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2012-12-10  Mike West  <mkwst@chromium.org>
+
+        Log to console when script is blocked by sandbox attributes.
+        https://bugs.webkit.org/show_bug.cgi?id=104365
+
+        Reviewed by Ojan Vafai.
+
+        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
+        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
+        * fast/frames/sandboxed-iframe-scripting-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
+        * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
+        * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
+        * media/video-controls-no-scripting-expected.txt:
+            Rebaselining tests with new expectations.
+
+2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Fixing most of the expectations added in r137153, the baselines are missing so the expectations
+        are changed according to that. The a11y gurus will have a look at them and determine what the
+        baselines should look like and whether the tests can be fixed.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-10  Adam Klein  <adamk@chromium.org>
+
+        inspector/styles/styles-computed-trace still times out after r137156.
+
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Removed failing test expectations for GTK+ port after r137107.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-10  Adam Klein  <adamk@chromium.org>
+
+        Chromium test expectations update after r137152.
+        Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Alejandro Piñeiro  <apinheiro@igalia.com>
+
+        AX: wrong Enabled states on a ListBox
+        https://bugs.webkit.org/show_bug.cgi?id=104483
+
+        Reviewed by Chris Fleizach.
+
+        * accessibility/listbox-enabled-states-expected.txt: Added.
+        * accessibility/listbox-enabled-states.html: Added.
+
+2012-12-10  Alexis Menard  <alexis@webkit.org>
+
+        [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
+        https://bugs.webkit.org/show_bug.cgi?id=104539
+
+        Reviewed by Antonio Gomes.
+
+        Unskip the related CSS3 <position> type tests for background-position
+        as now the feature is enabled by default.
+
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2012-12-10  Adam Klein  <adamk@chromium.org>
+
+        Remove expectation of previously failing test.
+        It passes after r137152.
+
+        Unreviewed gardening.
+
+        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.
+
+2012-12-10  Eric Carlson  <eric.carlson@apple.com>
+
+        Add support for in-band text tracks to Mac port
+        https://bugs.webkit.org/show_bug.cgi?id=103663
+
+        Reviewed by Sam Weinig.
+
+        Test for initial support for in-band text tracks. New test skipped on all ports that don't 
+        have support in the media engine.
+
+        * media/content/counting-subtitled.m4v: Added.
+        * media/track/track-in-band-expected.txt: Added.
+        * media/track/track-in-band.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed: Web Inspector: update test expectation for inspector/styles/styles-computed-trace.html.
+        it is slow in debug version. ~20 sec on linux.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Unskipping 8 failing accessibility tests, adding expected failures for them.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-10  Kent Tamura  <tkent@chromium.org>
+
+        Visual order of empty value placeholder in INPUT_MULTIPLE_FIELDS_UI is wrong in RTL
+        https://bugs.webkit.org/show_bug.cgi?id=104438
+
+        Reviewed by Hajime Morita.
+
+        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
+        * platform/chromium/TestExpectations:
+        Update bug numbers and add time-multiple-fields-localization.html.
+        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
+        Adjust test scenario for the new behavior.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
+        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
+
+2012-12-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
+
+        [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
+        https://bugs.webkit.org/show_bug.cgi?id=94515
+
+        Reviewed by Martin Robinson.
+
+        * platform/efl/TestExpectations: adjust expectations for tests that now pass.
+        * platform/gtk/TestExpectations: ditto.
+        * platform/gtk-wk2/TestExpectations: add missing multipart tests expectations.
+        * platform/gtk/http/tests/multipart/invalid-image-data-expected.png: new baseline
+        * platform/gtk/http/tests/multipart/invalid-image-data-expected.txt: ditto.
+
+2012-12-10  Zoltan Nyul  <zoltan.nyul@intel.com>
+
+        Implement testRunner.setViewModeMediaFeature() in WebKitTestRunner
+        https://bugs.webkit.org/show_bug.cgi?id=103886
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskipping the following tests for EFL WebKit2:
+        fast/media/media-query-list-02.html
+        fast/media/media-query-list-03.html
+        fast/media/media-query-list-04.html
+        fast/media/media-query-list-05.html
+        fast/media/media-query-list-06.html
+        fast/media/media-query-list-07.html
+        fast/media/view-mode-media-feature.html
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-10  Martin Robinson  <mrobinson@igalia.com>
+
+        [GTK] Bring Harfbuzz-ng support to Gtk
+        https://bugs.webkit.org/show_bug.cgi?id=92098
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Update tests results that have changed due to the switch to HarfBuzz.
+        In general, these are progressions or harmless metrics differences.
+
+        * platform/gtk: Update test results that have changed.
+
+2012-12-10  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Test expectation update
+        https://bugs.webkit.org/show_bug.cgi?id=104548
+
+        * platform/chromium/TestExpectations:
+        Hyphenation tests failure on WebKit-only checkout Linux
+
+2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed: update expectation for inspector/styles/svg-style.xhtml
+
+        * inspector/styles/svg-style-expected.txt:
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Managing current failures on the 64-bit debug builder to get it green.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-10  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Remove duplicate expectations
+        https://bugs.webkit.org/show_bug.cgi?id=104526
+
+        Unreviewed gardening: collect all WebAudio-related skips
+        to one place.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Removing failure expectations for the MicroData tests that were fixed in r137107.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-10  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: console broken? - console.dirxml behaves like console.log
+        https://bugs.webkit.org/show_bug.cgi?id=104245
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/console/console-dirxml-expected.txt:
+        * inspector/console/console-dirxml.html:
+        * platform/chromium/TestExpectations:
+
+2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Unskip 5 MicroData test cases that were fixed in r137107.
+
+        * platform/efl/TestExpectations:
+
+2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Add fast/canvas/webgl tests to TestExpectations since they
+        sometimes crash on the bots.
+
+        * platform/efl/TestExpectations:
+
+2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibility/language-attribute.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98369
+
+        Reviewed by Chris Fleizach.
+
+        The test is failing for two reasons: Not exposing the language
+        for accessible objects and AccessibilityUIElement::language() not
+        being implemented.
+
+        * accessibility/language-attribute.html: Modified the test to work with
+        both Mac and Atk platforms. (The former exposes static text objects as
+        accessibles; the latter folds the text into the parent element.)
+        * platform/gtk/TestExpectations: Unskipped the previously-failing test.
+
+2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibility/editable-webarea-context-menu-point.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98364
+
+        Reviewed by Chris Fleizach.
+
+        This test seems to be Mac-specific. Therefore, move the test to that
+        platform and remove the skips from the other platforms.
+
+        * platform/chromium/TestExpectations: Remove editable-webarea-context-menu-point.html
+        * platform/efl-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
+        * platform/gtk-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
+        * platform/gtk/TestExpectations: Remove editable-webarea-context-menu-point.html
+        * platform/mac/accessibility/editable-webarea-context-menu-point-expected.txt: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point-expected.txt.
+        * platform/mac/accessibility/editable-webarea-context-menu-point.html: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point.html.
+        * platform/win/TestExpectations: Remove editable-webarea-context-menu-point.html
+        * platform/wincairo/TestExpectations: Remove editable-webarea-context-menu-point.html
+
+2012-12-09  Takashi Sakamoto  <tasak@google.com>
+
+        [Shadow DOM]: reset-style-inheritance doesn't work for insertion point
+        https://bugs.webkit.org/show_bug.cgi?id=103711
+
+        Reviewed by Hajime Morita.
+
+        * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt:
+        * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
+        Added two more basic tests to cover <content reset-style-inheritance>
+        and <shadow reset-style-inheritance>.
+
+2012-12-09  Huang Dongsung  <luxtella@company100.net>
+
+        [Qt] Gardening after r137006.
+        https://bugs.webkit.org/show_bug.cgi?id=104432
+
+        Reviewed by Kentaro Hara.
+
+        Update existing tests that are affected by r137006.
+
+        * compositing/rtl/rtl-iframe-absolute-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-expected.txt:
+        * compositing/rtl/rtl-iframe-relative-expected.txt:
+        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
+        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
+        * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
+        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
+
+2012-12-09  Kangil Han  <kangil.han@samsung.com>
+
+        [EFL][WK1] Gardening for Accelerated Compositing
+        https://bugs.webkit.org/show_bug.cgi?id=104466
+
+        Unreviewed, EFL gardening.
+
+        As EFL WK1 does not support Accelerated Compositing, related cases should be skipped from layout tests.
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-12-09  Noel Gordon  <noel.gordon@gmail.com>
+
+        [Chromium] Unreviewed gardening: broken or flakey hardness perftests
+
+        fast/harness/perftests/runs-per-second-iterations.html
+        fast/harness/perftests/perf-runner-compute-statistics.html
+        fast/harness/perftests/runs-per-second-log.html
+
+        * platform/chromium/TestExpectations:
+
+2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibility/placeholder.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98373
+
+        Reviewed by Martin Robinson.
+
+        The test was failing because the placeholder text was not supported and
+        AccessibilityUIElement::stringAttributeValue() was not implemented.
+
+        * platform/gtk/TestExpectations: Unskip the failing test
+
+2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding failure expectations for 15 layout tests that started failing after libxml2
+        version used in Jhbuild was bumped in r137090.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-09  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-09  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: do not treat object as equal to itself when logging to console
+        https://bugs.webkit.org/show_bug.cgi?id=104487
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/console/console-object-preview-expected.txt: Added.
+        * inspector/console/console-object-preview.html: Added.
+
+2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibility/canvas-fallback-content.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98362
+
+        Reviewed by Martin Robinson.
+
+        The failure was due to platform-specific expectations of the accessible
+        role reported for comboboxes. The solution was conditionalizing the test.
+
+        * accessibility/canvas-fallback-content.html: Base expected role on platform.
+        * platform/gtk/TestExpectations: Unskipped the test.
+        * platform/gtk/accessibility/canvas-fallback-content-expected.txt: Added.
+
+2012-12-09  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-09  Stephen White  <senorblanco@chromium.org>
+
+        Try to fix a finnicky reftest.
+        https://bugs.webkit.org/show_bug.cgi?id=104486
+
+        Reviewed by Simon Fraser.
+
+        This reftest fails on Chromium Mac since the leftmost pixel of the 'T'
+        of 'Text' is clipped in composited mode, and non-clipped in software
+        painting.  Not sure exactly why, but a lowercase 't' doesn't seem to
+        have this problem.
+
+        * compositing/background-color/background-color-change-to-text-expected.html:
+        * compositing/background-color/background-color-change-to-text.html:
+        * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-12-09  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
+        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
+        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
+        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
+        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
+        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
+        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
+
+2012-12-09  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        Unreviewed. Unskip a skipped test for which i have added expectation in http://trac.webkit.org/changeset/135851.
+
+        * platform/gtk-wk2/TestExpectations:
+
+2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
+
+        [GTK] accessibility/label-for-control-hittest.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98368
+
+        Reviewed by Martin Robinson.
+
+        Unskip the test having implemented AccessibilityUIElement::elementAtPoint.
+
+        * platform/gtk/TestExpectations: unskip accessibility/label-for-control-hittest.html
+
+2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark 2 compositing/background-color ref tests introduced
+        in r137006 as failing for WK2 EFL.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline 2 media/track test cases after r136991.
+
+        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
+        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
+
+2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Mark inspector/styles/import-pseudoclass-crash.html as crashing
+        since it is hitting m_childRuleCSSOMWrappers.size() == ruleCount
+        assertion after r136948.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Skip fast/text/hyphenate-locale.html since the EFL port does
+        not support hyphenation. Also remove wrong expected results
+        for WK1 EFL.
+
+        * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Removed.
+        * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Removed.
+        * platform/efl/TestExpectations:
+
+2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewing gardening.
+
+        Rebaseline several compositing test cases after r137051.
+
+        * compositing/iframes/overlapped-nested-iframes-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-iframe-absolute-expected.txt:
+        * compositing/rtl/rtl-iframe-fixed-expected.txt:
+        * compositing/rtl/rtl-iframe-relative-expected.txt:
+        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+
+2012-12-09  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137053.
+        http://trac.webkit.org/changeset/137053
+        https://bugs.webkit.org/show_bug.cgi?id=104471
+
+        Broke PerformanceTests/Parser/html-parser.html (Requested by
+        mkwst_ on #webkit).
+
+        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
+        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
+        * fast/frames/sandboxed-iframe-scripting-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
+        * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
+        * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
+        * media/video-controls-no-scripting-expected.txt:
+
+2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Rebaseline fast/js/global-constructors.html after WebGL
+        was enabled for EFL port in r137050.
+
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Adding failure expectation for several MicroData test cases
+        that started failing after r137003.
+
+        * platform/efl/TestExpectations:
+
+2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a failure expectation for an accelerated compositing layout test introduced in r136959.
+        Adding failure expectations for MicroData layout tests that regressed in r137003.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-08  Kangil Han  <kangil.han@samsung.com>
+
+        [EFL][WK1] Gardening for WebGL
+        https://bugs.webkit.org/show_bug.cgi?id=104464
+
+        Unreviewed, EFL gardening.
+
+        As EFL WK1 does not support WebGL, it should be skipped from layout tests.
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-12-08  Mike West  <mkwst@chromium.org>
+
+        Log to console when script is blocked by sandbox attributes.
+        https://bugs.webkit.org/show_bug.cgi?id=104365
+
+        Reviewed by Ojan Vafai.
+
+        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
+        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
+        * fast/frames/sandboxed-iframe-scripting-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
+        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
+        * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
+        * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
+        * media/video-controls-no-scripting-expected.txt:
+            Rebaselining tests with new expectations.
+
+2012-12-08  Kent Tamura  <tkent@chromium.org>
+
+        Add appearance tests for input[type=datetime-local]
+        https://bugs.webkit.org/show_bug.cgi?id=104439
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.txt: Added.
+        * fast/forms/datetimelocal/datetimelocal-appearance-basic.html: Added.
+        * fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.txt: Added.
+        * fast/forms/datetimelocal/datetimelocal-appearance-l10n.html: Added.
+        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
+        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
+        Added.
+        The placeholder strings "yyyy" "mm" "dd" are expected to be
+        non-localized because they don't support
+        setLangAttributeAwareFormControlUIEnabled(true).
+        Note that sub-fields order of filled-outs input and empty inputs
+        in ar-eg and he-il locales are mismatched. It will be addressed in
+        webkit.org/b/104438.
+        * platform/chromium/TestExpectations:
+
+2012-12-08  No'am Rosenthal  <noam@webkit.org>
+
+        Use background color for GraphicsLayers when applicable
+        https://bugs.webkit.org/show_bug.cgi?id=103786
+
+        Created new tests for composited background colors, update existing tests that are affected by the change,
+        and created platform-specific overrides for Chromium, since it does not yet support composited background
+        colors.
+
+        Reviewed by Simon Fraser.
+
+        * compositing/background-color/background-color-alpha-expected.html: Added.
+        * compositing/background-color/background-color-alpha.html: Added.
+        * compositing/background-color/background-color-change-to-text-expected.html: Added.
+        * compositing/background-color/background-color-change-to-text.html: Added.
+        * compositing/background-color/background-color-composite-expected.html: Added.
+        * compositing/background-color/background-color-composite.html: Added.
+        * compositing/background-color/background-color-container-expected.html: Added.
+        * compositing/background-color/background-color-container.html: Added.
+        * compositing/background-color/background-color-content-clip-expected.html: Added.
+        * compositing/background-color/background-color-content-clip.html: Added.
+        * compositing/background-color/background-color-padding-change-expected.html: Added.
+        * compositing/background-color/background-color-padding-change.html: Added.
+        * compositing/background-color/background-color-padding-clip-expected.html: Added.
+        * compositing/background-color/background-color-padding-clip.html: Added.
+        * compositing/background-color/background-color-simple-expected.html: Added.
+        * compositing/background-color/background-color-simple.html: Added.
+        * compositing/background-color/background-color-text-change-expected.html: Added.
+        * compositing/background-color/background-color-text-change.html: Added.
+        * compositing/background-color/background-color-text-clip-expected.html: Added.
+        * compositing/background-color/background-color-text-clip.html: Added.
+                Added new tests for the specific functionality added, with the edge cases regarding composited
+                backgrounds.
+
+        * compositing/backing/no-backing-for-clip-expected.txt:
+        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * compositing/backing/no-backing-for-perspective-expected.txt:
+        * compositing/columns/composited-in-paginated-expected.txt:
+        * compositing/geometry/ancestor-overflow-change-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * compositing/geometry/clip-expected.txt:
+        * compositing/geometry/composited-in-columns-expected.txt:
+        * compositing/geometry/flipped-writing-mode-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * compositing/geometry/preserve-3d-switching-expected.txt:
+        * compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * compositing/iframes/become-overlapped-iframe-expected.txt:
+        * compositing/iframes/composited-parent-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * compositing/iframes/enter-compositing-iframe-expected.txt:
+        * compositing/iframes/iframe-resize-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * compositing/iframes/overlapped-iframe-expected.txt:
+        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * compositing/iframes/page-cache-layer-tree-expected.txt:
+        * compositing/iframes/scrolling-iframe-expected.txt:
+        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
+        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * compositing/layer-creation/overlap-animation-expected.txt:
+        * compositing/layer-creation/overlap-child-layer-expected.txt:
+        * compositing/layer-creation/overlap-clipping-expected.txt:
+        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * compositing/layer-creation/overlap-transforms-expected.txt:
+        * compositing/layer-creation/scroll-partial-update-expected.txt:
+        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
+        * compositing/layer-creation/translatez-overlap-expected.txt:
+        * compositing/overflow-trumps-transform-style-expected.txt:
+        * compositing/overflow/clip-descendents-expected.txt:
+        * compositing/plugins/no-backing-store-expected.txt:
+        * compositing/rtl/rtl-absolute-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-fixed-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-relative-expected.txt:
+        * compositing/tiled-layers-hidpi-expected.txt:
+        * compositing/visible-rect/2d-transformed-expected.txt:
+        * compositing/visible-rect/3d-transform-style-expected.txt:
+        * compositing/visible-rect/3d-transformed-expected.txt:
+        * compositing/visible-rect/animated-expected.txt:
+        * compositing/visible-rect/animated-from-none-expected.txt:
+        * compositing/visible-rect/clipped-by-viewport-expected.txt:
+        * compositing/visible-rect/clipped-visible-rect-expected.txt:
+        * compositing/visible-rect/iframe-and-layers-expected.txt:
+        * compositing/visible-rect/nested-transform-expected.txt:
+        * compositing/visible-rect/scrolled-expected.txt:
+        * css3/filters/filtered-compositing-descendant-expected.txt:
+                Updated existing tests that now print different layer-tree results.
+
+        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
+        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
+        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
+        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
+        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
+        * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
+        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
+        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
+        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Copied from LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
+        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
+        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
+        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
+        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
+        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Copied from LayoutTests/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
+        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
+        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
+        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
+        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
+                Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
+
+2012-12-08  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        [EFL] Enable WebGL by default.
+        https://bugs.webkit.org/show_bug.cgi?id=102991.
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Update TestExpectations file to enable WebGL tests.
+
+        * platform/efl/TestExpectations:
+
+2012-12-08  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r137006.
+        http://trac.webkit.org/changeset/137006
+        https://bugs.webkit.org/show_bug.cgi?id=104446
+
+        Broke plugin painting on Mac (youtube, etc.) (Requested by
+        thorton_ on #webkit).
+
+        * compositing/background-color/background-color-alpha-expected.html: Removed.
+        * compositing/background-color/background-color-alpha.html: Removed.
+        * compositing/background-color/background-color-change-to-text-expected.html: Removed.
+        * compositing/background-color/background-color-change-to-text.html: Removed.
+        * compositing/background-color/background-color-composite-expected.html: Removed.
+        * compositing/background-color/background-color-composite.html: Removed.
+        * compositing/background-color/background-color-container-expected.html: Removed.
+        * compositing/background-color/background-color-container.html: Removed.
+        * compositing/background-color/background-color-content-clip-expected.html: Removed.
+        * compositing/background-color/background-color-content-clip.html: Removed.
+        * compositing/background-color/background-color-padding-change-expected.html: Removed.
+        * compositing/background-color/background-color-padding-change.html: Removed.
+        * compositing/background-color/background-color-padding-clip-expected.html: Removed.
+        * compositing/background-color/background-color-padding-clip.html: Removed.
+        * compositing/background-color/background-color-simple-expected.html: Removed.
+        * compositing/background-color/background-color-simple.html: Removed.
+        * compositing/background-color/background-color-text-change-expected.html: Removed.
+        * compositing/background-color/background-color-text-change.html: Removed.
+        * compositing/background-color/background-color-text-clip-expected.html: Removed.
+        * compositing/background-color/background-color-text-clip.html: Removed.
+        * compositing/backing/no-backing-for-clip-expected.txt:
+        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * compositing/backing/no-backing-for-perspective-expected.txt:
+        * compositing/columns/composited-in-paginated-expected.txt:
+        * compositing/geometry/ancestor-overflow-change-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * compositing/geometry/clip-expected.txt:
+        * compositing/geometry/composited-in-columns-expected.txt:
+        * compositing/geometry/flipped-writing-mode-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * compositing/geometry/preserve-3d-switching-expected.txt:
+        * compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * compositing/iframes/become-overlapped-iframe-expected.txt:
+        * compositing/iframes/composited-parent-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * compositing/iframes/enter-compositing-iframe-expected.txt:
+        * compositing/iframes/iframe-resize-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * compositing/iframes/overlapped-iframe-expected.txt:
+        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * compositing/iframes/page-cache-layer-tree-expected.txt:
+        * compositing/iframes/scrolling-iframe-expected.txt:
+        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
+        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * compositing/layer-creation/overlap-animation-expected.txt:
+        * compositing/layer-creation/overlap-child-layer-expected.txt:
+        * compositing/layer-creation/overlap-clipping-expected.txt:
+        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * compositing/layer-creation/overlap-transforms-expected.txt:
+        * compositing/layer-creation/scroll-partial-update-expected.txt:
+        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
+        * compositing/layer-creation/translatez-overlap-expected.txt:
+        * compositing/overflow-trumps-transform-style-expected.txt:
+        * compositing/overflow/clip-descendents-expected.txt:
+        * compositing/overflow/content-gains-scrollbars-expected.txt:
+        * compositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * compositing/overflow/resize-painting-expected.txt:
+        * compositing/plugins/no-backing-store-expected.txt:
+        * compositing/rtl/rtl-absolute-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-fixed-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-relative-expected.txt:
+        * compositing/tiled-layers-hidpi-expected.txt:
+        * compositing/visible-rect/2d-transformed-expected.txt:
+        * compositing/visible-rect/3d-transform-style-expected.txt:
+        * compositing/visible-rect/3d-transformed-expected.txt:
+        * compositing/visible-rect/animated-expected.txt:
+        * compositing/visible-rect/animated-from-none-expected.txt:
+        * compositing/visible-rect/clipped-by-viewport-expected.txt:
+        * compositing/visible-rect/clipped-visible-rect-expected.txt:
+        * compositing/visible-rect/iframe-and-layers-expected.txt:
+        * compositing/visible-rect/nested-transform-expected.txt:
+        * compositing/visible-rect/scrolled-expected.txt:
+        * css3/filters/filtered-compositing-descendant-expected.txt:
+        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Removed.
+        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
+        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Removed.
+        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/clip-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
+        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
+        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
+        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Removed.
+        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Removed.
+        * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
+        * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
+        * platform/chromium/compositing/overflow/resize-painting-expected.txt:
+        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Removed.
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
+        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Removed.
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
+        * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Removed.
+        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
+        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
+        * platform/mac/compositing/iframes/resizer-expected.txt:
+        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
+
+2012-12-08  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-08  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-08  Adam Klein  <adamk@chromium.org>
+
+        HTMLTemplateElement.innerHTML should be parsed into the template contents owner document
+        https://bugs.webkit.org/show_bug.cgi?id=104407
+
+        Reviewed by Eric Seidel.
+
+        * fast/dom/HTMLTemplateElement/innerHTML-inert-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/innerHTML-inert.html: Added.
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-win-xp/fast/text/hyphenate-character-expected.txt: Added.
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Removed.
+        * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Removed.
+        * platform/chromium-win/css3/flexbox/repaint-column-reverse-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png.
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Added.
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.  Remove some incorrect baselines.
+
+        * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
+        * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Added.
+        * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Added.
+        * platform/chromium-mac/css3/flexbox/repaint-column-reverse-expected.png: Added.
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-linux/fast/text/hyphenate-character-expected.png: Added.
+        * platform/chromium-linux/fast/text/hyphenate-character-expected.txt: Added.
+        * platform/chromium-linux/fast/text/hyphenate-first-word-expected.png: Added.
+        * platform/chromium-linux/fast/text/hyphenate-limit-before-after-expected.png: Added.
+        * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Added.
+        * platform/chromium-linux/fast/text/hyphenate-locale-expected.png: Added.
+        * platform/chromium-linux/fast/text/hyphens-expected.png: Added.
+        * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png: Added.
+        * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.png: Added.
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt.
+        * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/text/hyphenate-locale-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/hyphens-expected.png: Added.
+        * platform/chromium-mac-lion/fast/text/hyphens-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-first-word-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt:
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt:
+        * platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.txt: Added.
+        * platform/chromium-mac/fast/text/hyphenate-character-expected.png:
+        * platform/chromium-mac/fast/text/hyphenate-character-expected.txt: Added.
+        * platform/chromium-mac/fast/text/hyphenate-first-word-expected.png: Added.
+        * platform/chromium-mac/fast/text/hyphenate-first-word-expected.txt: Added.
+        * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png:
+        * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt.
+        * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.png: Added.
+        * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.txt: Added.
+        * platform/chromium-mac/fast/text/hyphenate-locale-expected.png: Added.
+        * platform/chromium-mac/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.txt.
+        * platform/chromium-mac/fast/text/hyphens-expected.png:
+        * platform/chromium-mac/fast/text/hyphens-expected.txt: Added.
+        * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
+        * platform/chromium-win-xp/fast/text/hyphenate-character-expected.png: Added.
+        * platform/chromium-win-xp/fast/text/hyphens-expected.png: Added.
+        * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.png: Added.
+        * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt.
+        * platform/chromium-win/fast/text/hyphenate-character-expected.png: Added.
+        * platform/chromium-win/fast/text/hyphenate-character-expected.txt: Added.
+        * platform/chromium-win/fast/text/hyphenate-first-word-expected.png: Added.
+        * platform/chromium-win/fast/text/hyphenate-limit-before-after-expected.png: Added.
+        * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Added.
+        * platform/chromium-win/fast/text/hyphenate-locale-expected.png: Added.
+        * platform/chromium-win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/hyphenate-locale-expected.txt.
+        * platform/chromium-win/fast/text/hyphens-expected.png: Added.
+        * platform/chromium-win/fast/text/international/hindi-whitespace-expected.png:
+        * platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt:
+        * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/text/hyphenate-character-expected.png: Removed.
+        * platform/chromium/fast/text/hyphenate-first-word-expected.png: Removed.
+        * platform/chromium/fast/text/hyphenate-limit-before-after-expected.png: Removed.
+        * platform/chromium/fast/text/hyphenate-limit-lines-expected.png: Removed.
+        * platform/chromium/fast/text/hyphenate-locale-expected.png: Removed.
+        * platform/chromium/fast/text/hyphens-expected.png: Removed.
+        * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
+        * platform/efl-wk1/fast/text/hyphenate-character-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-character-expected.png.
+        * platform/efl-wk1/fast/text/hyphenate-first-word-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-first-word-expected.png.
+        * platform/efl-wk1/fast/text/hyphenate-limit-before-after-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-before-after-expected.png.
+        * platform/efl-wk1/fast/text/hyphenate-limit-lines-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-lines-expected.png.
+        * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.png.
+        * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.txt.
+        * platform/efl-wk1/fast/text/hyphens-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphens-expected.png.
+
+2012-12-07  Alexis Menard  <alexis@webkit.org>
+
+        Enable CSS3 position offset for CSS Masking.
+        https://bugs.webkit.org/show_bug.cgi?id=104252
+
+        Reviewed by Dirk Schulze.
+
+        Add coverage for the new cases. Both when setting the position with the
+        longhand or with the shorthand.
+
+        * fast/masking/parsing-mask-expected.txt:
+        * fast/masking/parsing-mask.html:
+
+2012-12-07  No'am Rosenthal  <noam@webkit.org>
+
+        Use background color for GraphicsLayers when applicable
+        https://bugs.webkit.org/show_bug.cgi?id=103786
+
+        Created new tests for composited background colors, update existing tests that are affected by the change,
+        and created platform-specific overrides for Chromium, since it does not yet support composited background
+        colors.
+
+        Reviewed by Simon Fraser.
+
+        * compositing/background-color/background-color-alpha-expected.html: Added.
+        * compositing/background-color/background-color-alpha.html: Added.
+        * compositing/background-color/background-color-change-to-text-expected.html: Added.
+        * compositing/background-color/background-color-change-to-text.html: Added.
+        * compositing/background-color/background-color-composite-expected.html: Added.
+        * compositing/background-color/background-color-composite.html: Added.
+        * compositing/background-color/background-color-container-expected.html: Added.
+        * compositing/background-color/background-color-container.html: Added.
+        * compositing/background-color/background-color-content-clip-expected.html: Added.
+        * compositing/background-color/background-color-content-clip.html: Added.
+        * compositing/background-color/background-color-padding-change-expected.html: Added.
+        * compositing/background-color/background-color-padding-change.html: Added.
+        * compositing/background-color/background-color-padding-clip-expected.html: Added.
+        * compositing/background-color/background-color-padding-clip.html: Added.
+        * compositing/background-color/background-color-simple-expected.html: Added.
+        * compositing/background-color/background-color-simple.html: Added.
+        * compositing/background-color/background-color-text-change-expected.html: Added.
+        * compositing/background-color/background-color-text-change.html: Added.
+        * compositing/background-color/background-color-text-clip-expected.html: Added.
+        * compositing/background-color/background-color-text-clip.html: Added.
+                Added new tests for the specific functionality added, with the edge cases regarding composited
+                backgrounds.
+
+        * compositing/backing/no-backing-for-clip-expected.txt:
+        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
+        * compositing/backing/no-backing-for-perspective-expected.txt:
+        * compositing/columns/composited-in-paginated-expected.txt:
+        * compositing/geometry/ancestor-overflow-change-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+        * compositing/geometry/clip-expected.txt:
+        * compositing/geometry/composited-in-columns-expected.txt:
+        * compositing/geometry/flipped-writing-mode-expected.txt:
+        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+        * compositing/geometry/preserve-3d-switching-expected.txt:
+        * compositing/iframes/become-composited-nested-iframes-expected.txt:
+        * compositing/iframes/become-overlapped-iframe-expected.txt:
+        * compositing/iframes/composited-parent-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+        * compositing/iframes/connect-compositing-iframe-expected.txt:
+        * compositing/iframes/connect-compositing-iframe2-expected.txt:
+        * compositing/iframes/connect-compositing-iframe3-expected.txt:
+        * compositing/iframes/enter-compositing-iframe-expected.txt:
+        * compositing/iframes/iframe-resize-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * compositing/iframes/overlapped-iframe-expected.txt:
+        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
+        * compositing/iframes/page-cache-layer-tree-expected.txt:
+        * compositing/iframes/scrolling-iframe-expected.txt:
+        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
+        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
+        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
+        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * compositing/layer-creation/overlap-animation-expected.txt:
+        * compositing/layer-creation/overlap-child-layer-expected.txt:
+        * compositing/layer-creation/overlap-clipping-expected.txt:
+        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
+        * compositing/layer-creation/overlap-transforms-expected.txt:
+        * compositing/layer-creation/scroll-partial-update-expected.txt:
+        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-expected.txt:
+        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
+        * compositing/layer-creation/translatez-overlap-expected.txt:
+        * compositing/overflow-trumps-transform-style-expected.txt:
+        * compositing/overflow/clip-descendents-expected.txt:
+        * compositing/plugins/no-backing-store-expected.txt:
+        * compositing/rtl/rtl-absolute-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-expected.txt:
+        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+        * compositing/rtl/rtl-fixed-expected.txt:
+        * compositing/rtl/rtl-fixed-overflow-expected.txt:
+        * compositing/rtl/rtl-relative-expected.txt:
+        * compositing/tiled-layers-hidpi-expected.txt:
+        * compositing/visible-rect/2d-transformed-expected.txt:
+        * compositing/visible-rect/3d-transform-style-expected.txt:
+        * compositing/visible-rect/3d-transformed-expected.txt:
+        * compositing/visible-rect/animated-expected.txt:
+        * compositing/visible-rect/animated-from-none-expected.txt:
+        * compositing/visible-rect/clipped-by-viewport-expected.txt:
+        * compositing/visible-rect/clipped-visible-rect-expected.txt:
+        * compositing/visible-rect/iframe-and-layers-expected.txt:
+        * compositing/visible-rect/nested-transform-expected.txt:
+        * compositing/visible-rect/scrolled-expected.txt:
+        * css3/filters/filtered-compositing-descendant-expected.txt:
+                Updated existing tests that now print different layer-tree results.
+
+        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
+        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
+        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
+        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
+        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
+        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
+        * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
+        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
+        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
+        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Copied from LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
+        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
+        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
+        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
+        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
+        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
+        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Copied from LayoutTests/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
+        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
+        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
+        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
+        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
+        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
+        * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
+        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
+                Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.  New baselines for new tests.
+
+        * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Added.
+        * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Added.
+        * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Added.
+        * platform/chromium-win/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-after-expected.png.
+        * platform/chromium-win/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-delete-expected.png.
+        * platform/chromium-win/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-rename-expected.png.
+
+2012-12-07  Adam Klein  <adamk@chromium.org>
+
+        MutationRecord addedNodes/removedNodes should never be null
+        https://bugs.webkit.org/show_bug.cgi?id=98921
+
+        Reviewed by Ryosuke Niwa.
+
+        Updated nullity test to check for empty nodelists.
+
+        * fast/mutation/mutation-record-nullity-expected.txt:
+        * fast/mutation/mutation-record-nullity.html:
+
+2012-12-07  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium-win rebaselines.
+
+        * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
+        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+
+2012-12-07  Dima Gorbik  <dgorbik@apple.com>
+
+        Implement general ::cue pseudo element for the <video>
+        https://bugs.webkit.org/show_bug.cgi?id=104043
+
+        Reviewed by Eric Carlson.
+
+        * media/track/captions-webvtt/styling.vtt: Added.
+        * media/track/track-css-all-cues-expected.txt: Added.
+        * media/track/track-css-all-cues.html: Added.
+
+2012-12-07  Kondapally Kalyan  <kalyan.kondapally@intel.com>
+
+        Fix webgl-depth-texture.html to match the test expectation.
+        https://bugs.webkit.org/show_bug.cgi?id=104259.
+
+        Reviewed by Kenneth Russell.
+
+        The text expectation of this testcase expects to check for FrameBuffer status and compare the value
+        using ShouldBe after creating the framebuffer.
+        Currently, we do it only in case of adding a color buffer. This patch ensures that the Framebuffer
+        Status check using ShouldBe is done in all cases.
+
+        * fast/canvas/webgl/webgl-depth-texture.html:
+
+2012-12-06  Filip Pizlo  <fpizlo@apple.com>
+
+        Strange results calculating a square root in a loop
+        https://bugs.webkit.org/show_bug.cgi?id=104247
+        <rdar://problem/12826880>
+
+        Reviewed by Oliver Hunt.
+
+        * fast/js/dfg-cfg-simplify-redundant-dead-get-local-expected.txt: Added.
+        * fast/js/dfg-cfg-simplify-redundant-dead-get-local.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-cfg-simplify-redundant-dead-get-local.js: Added.
+        (getDist):
+        (calcError):
+
+2012-12-07  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaselines.
+
+        * platform/chromium-linux-x86/ietestcenter: Removed.
+        * platform/chromium-linux/compositing/backface-visibility: Added.
+        * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
+        * platform/chromium-mac/compositing/backface-visibility: Added.
+        * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
+        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Removed.
+        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Removed.
+        * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
+
+2012-12-07  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaselines.
+
+        * platform/chromium-linux-x86/ietestcenter/css3: Removed.
+        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+        * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds: Added.
+        * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
+        * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
+
+2012-12-07  Stephen Chenney  <schenney@chromium.org>
+
+        XMLSerializer is too aggressive in adding prefixes
+        https://bugs.webkit.org/show_bug.cgi?id=104387
+
+        Reviewed by Ryosuke Niwa.
+
+        Add a test case for a prefix that is already set, but to a different name than the default.
+
+        * svg/custom/xlink-prefix-in-attributes.html:
+        * svg/custom/xlink-prefix-in-attributes-expected.txt:
+
+2012-12-07  Eric Carlson  <eric.carlson@apple.com>
+
+        Captions menu doesn't update to track changes
+        https://bugs.webkit.org/show_bug.cgi?id=104393
+
+        Reviewed by Dean Jackson.
+
+        Test to ensure that the captions menu is updated as tracks added and removed.
+
+        * media/video-controls-captions-trackmenu-expected.txt:
+        * media/video-controls-captions-trackmenu.html:
+
+2012-12-07  Stephen White  <senorblanco@chromium.org>
+
+        CSS url() filters with forward references don't work
+        https://bugs.webkit.org/show_bug.cgi?id=90405
+
+        Based on a patch by Keyar Hood.
+
+        Reviewed by Dirk Schulze.
+
+        * css3/filters/effect-reference-after-expected.txt: Added.
+        * css3/filters/effect-reference-after.html: Added.
+        * css3/filters/effect-reference-delete-crash-expected.txt: Added.
+        * css3/filters/effect-reference-delete-crash.html: Added.
+        * css3/filters/effect-reference-delete-expected.txt: Added.
+        * css3/filters/effect-reference-delete.html: Added.
+        * css3/filters/effect-reference-rename-expected.txt: Added.
+        * css3/filters/effect-reference-rename.html: Added.
+        * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
+        * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
+        * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
+        * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
+        * svg/filters/filter-cycle.html: Added.
+        * svg/filters/filter-cycle-expected.html: Added.
+        * platform/chromium-linux/css3/filters/effect-reference-after-expected: Added.
+        * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Added.
+        * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2012-12-07  Alexis Menard  <alexis@webkit.org>
+
+        Unreviewed EFL gardening.
+
+        css3/calc/background-position-parsing.html is now working as
+        webkit.org/b/104131 has been fixed. I also rebased
+        background_position_three_four_values-expected.png which was incorrect and
+        now with the CSS3 background-position offsets it renders correctly.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+
+2012-12-07  Alexis Menard  <alexis@webkit.org>
+
+        [Chromium] Enable CSS3 background-position offset by default.
+        https://bugs.webkit.org/show_bug.cgi?id=104253
+
+        Reviewed by Tony Chang.
+
+        Enable by default the new CSS3 background position offsets therefore we
+        can unskip the tests.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-07  James Simonsen  <simonjam@chromium.org>
+
+        [Chromium] Enable Intel's Resource Timing tests
+        https://bugs.webkit.org/show_bug.cgi?id=104330
+
+        Reviewed by Tony Gentilcore.
+
+        * platform/chromium/TestExpectations: 2 fail because they rely on iframes.
+
+2012-12-07  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r127163): Content is offset to the right at rea.ru
+        https://bugs.webkit.org/show_bug.cgi?id=103116
+
+        Reviewed by David Hyatt.
+
+        * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins-expected.html: Added.
+        * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins.html: Added.
+        * fast/block/margin-collapse/self-collapsing-block-with-float-child-expected.html: Added.
+        * fast/block/margin-collapse/self-collapsing-block-with-float-child.html: Added.
+
+2012-12-07  Mike West  <mkwst@chromium.org>
+
+        fast/frames/sandboxed-iframe-scripting.html contains very misleading comments.
+        https://bugs.webkit.org/show_bug.cgi?id=104363
+
+        Reviewed by Darin Adler.
+
+        The comments in this test describe a state that is in fact the opposite
+        of what's being tested. That confused me. This patch corrects the
+        comments to make it clear that adding a sandbox attribute at runtime has
+        no effect on the frame; the sandboxing flags are set when the nested
+        browsing context is _navigated_, not when the attribute changes value.
+
+        Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox
+
+        * fast/frames/resources/sandboxed-iframe-script-dynamic.html:
+        * fast/frames/sandboxed-iframe-scripting-expected.txt:
+        * fast/frames/sandboxed-iframe-scripting.html:
+
+2012-12-07  Antoine Quint  <graouts@apple.com>
+
+        Provide the backend for exposing the layer tree to the Web Inspector
+        https://bugs.webkit.org/show_bug.cgi?id=103513
+
+        Reviewed by Pavel Feldman.
+
+        Adding a LayoutTest that exercises the various APIs and event exposed by the LayerTreeAgent.
+        This test is skipped on EFL where ACCELERATED_COMPOSITING is not available.
+
+        * inspector-protocol/layer-tree-expected.txt: Added.
+        * inspector-protocol/layer-tree.html: Added.
+        * platform/efl/TestExpectations:
+
+2012-12-07  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding an image mismatch expectation for fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        [TexMap] Can not do multiple accelerated animations
+        https://bugs.webkit.org/show_bug.cgi?id=104364
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskip test animating multiple accelerated properties.
+
+        * platform/qt/TestExpectations:
+
+2012-10-03   Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: provide a way to reload page with given script preprocessor.
+        https://bugs.webkit.org/show_bug.cgi?id=80992
+
+        Reviewed by Yury Semikhatsky.
+
+        * http/tests/inspector/inspector-test.js:
+        (initialize_InspectorTest.InspectorTest.hardReloadPage):
+        (initialize_InspectorTest.InspectorTest.reloadPage):
+        (initialize_InspectorTest.InspectorTest._innerReloadPage):
+        * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
+        * inspector/debugger/debugger-script-preprocessor.html: Added.
+        * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
+
+2012-12-07  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: the "Sources" column is always empty in CSS selector profiles
+        https://bugs.webkit.org/show_bug.cgi?id=104225
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/profiler/selector-profiler-url-expected.txt: Added.
+        * inspector/profiler/selector-profiler-url.html: Added.
+
+2012-12-07  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Web Inspector: enable inspector tests on chromium-mac.
+        https://bugs.webkit.org/show_bug.cgi?id=104357
+
+        Reviewed by Pavel Feldman.
+
+        After chromium r171707 patch we can enable inspector tests on chromium-mac.
+        Two expectation files were moved from chromium-win to chromium because chromium-mac doesn't inherit expectations from chromium-win.
+       Expectations in chromium-mac were removed because they were added by mistake.
+       [ Win Linux ] filter was removed because I need to add Mac but [ Mac Win Linux ] is equivalent to nothing.
+
+        * platform/chromium-mac/inspector/console/command-line-api-getEventListeners-expected.txt: Removed.
+        * platform/chromium-mac/inspector/cookie-parser-expected.txt: Removed.
+        * platform/chromium-mac/inspector/debugger/debugger-activation-crash2-expected.txt: Removed.
+        * platform/chromium-mac/inspector/debugger/event-listener-breakpoints-expected.txt: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console/command-line-api-getEventListeners-expected.txt.
+        * platform/chromium/inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt.
+
+2012-12-07  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        Unreviewed EFL gardening.
+
+        Remove platform-specific baselines for viewsource-attribute.html
+        and viewsource-on-image-file.html as the current results matches
+        base expectations. Also, add missing platform-specific baselines
+        for fast/text/decorations-with-text-combine.html.
+
+        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Removed.
+        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Removed.
+        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Removed.
+        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Removed.
+        * platform/efl/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/efl/fast/text/decorations-with-text-combine-expected.txt: Added.
+
+2012-12-07  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt] Gardening after r136857, r136893 and 136919.
+        https://bugs.webkit.org/show_bug.cgi?id=104351
+
+        Reviewed by Csaba Osztrogonác.
+
+        r136857: skipped a newly added failing reftest.
+        r136893: skipped two newly added xmlhttprequest tests
+        r136919: skipped a test because layoutTestController.setBackingScaleFactor() is unimplemented
+
+        * platform/qt/TestExpectations:
+
+2012-12-06  Filip Pizlo  <fpizlo@apple.com>
+
+        Incorrect inequality for checking whether a statement is within bounds of a handler
+        https://bugs.webkit.org/show_bug.cgi?id=104313
+        <rdar://problem/12808934>
+
+        Reviewed by Geoffrey Garen.
+
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/try-catch-try-try-catch-try-finally-return-catch-finally.js: Added.
+        (foo):
+        * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt: Added.
+        * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally.html: Added.
+
+2012-12-06  Noel Gordon  <noel.gordon@gmail.com>
+
+        Unreviewed Gardening. More http://trac.webkit.org/changeset/136910. Add Chromium Linux results. 
+
+        * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
+        * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
+
+2012-12-06  James Simonsen  <simonjam@chromium.org>
+
+        [Resource Timing] Allow detailed timing on same origin sites
+        https://bugs.webkit.org/show_bug.cgi?id=104328
+
+        Reviewed by Tony Gentilcore.
+
+        * platform/chromium/TestExpectations: This was mismarked as an iframe failure.
+
+2012-12-06  Rick Byers  <rbyers@chromium.org>
+
+        CSS cursor property should support webkit-image-set
+        https://bugs.webkit.org/show_bug.cgi?id=99493
+
+        Reviewed by Beth Dakin.
+
+        Add tests for parser round-tripping of cursor rules with -webkit-image-set,
+        and also end-to-end mouse cursor tests that validate the cursor details
+        ultimately used at different device scales.
+
+        Tests are disabled on ports other than chromium (require ENABLE(MOUSE_CURSOR_SCALE))
+
+        * fast/css/cursor-parsing-image-set-expected.txt: Added.
+        * fast/css/cursor-parsing-image-set.html: Added.
+        * fast/events/mouse-cursor-image-set-expected.txt: Added.
+        * fast/events/mouse-cursor-image-set.html: Added.
+        * fast/events/resources/greenbox200.png: Added.
+        * fast/events/resources/greenbox30-hotspot28-3.cur: Added.
+        * fast/events/resources/greenbox30.png: Added.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-06  Hayato Ito  <hayato@chromium.org>
+
+        Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
+        https://bugs.webkit.org/show_bug.cgi?id=102681
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
+        * fast/dom/shadow/shadow-dom-event-dispatching.html:
+        * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
+        * fast/events/dispatch-synthetic-mouseevent.html: Added.
+
+2012-12-06  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        Disabled file input box stops a certain other div from being rendered
+        https://bugs.webkit.org/show_bug.cgi?id=104226
+
+        Reviewed by Dimitri Glazkov.
+
+        Add a test to ensure that sibling of disabled file input is correctly rendered.
+
+        * fast/forms/file/sibling-of-disabled-file-input-expected.txt: Added.
+        * fast/forms/file/sibling-of-disabled-file-input.html: Added.
+
+2012-12-06  Dominic Cooney  <dominicc@chromium.org>
+
+        Element.pseudo property should be prefixed
+        https://bugs.webkit.org/show_bug.cgi?id=104060
+
+        Reviewed by Hajime Morita.
+
+        Updated tests.
+
+        * fast/dom/shadow/pseudo-attribute-dynamic.html:
+        * fast/dom/shadow/pseudo-attribute-expected.txt:
+        * fast/dom/shadow/pseudo-attribute-rendering.html:
+        * fast/dom/shadow/pseudo-attribute.html:
+        * fast/dom/shadow/shadow-pseudo-id.html:
+
+2012-12-06  Li Yin  <li.yin@intel.com>
+
+        [Chromium] Unreviewed, webaudio/audioparam-connect-audioratesignal.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=87273
+
+        Remove audioparam-connect-audioratesignal.html from chromium/TestExpectations,
+        since it no longer appears on the flakiness dashboard.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaseline for r136909.
+
+        * platform/chromium-win-xp/http/tests/w3c: Added.
+        * platform/chromium-win-xp/http/tests/w3c/webperf: Added.
+        * platform/chromium-win-xp/http/tests/w3c/webperf/submission: Added.
+        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel: Added.
+        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
+        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
+        * platform/chromium-win/http/tests/w3c: Added.
+        * platform/chromium-win/http/tests/w3c/webperf: Added.
+        * platform/chromium-win/http/tests/w3c/webperf/submission: Added.
+        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel: Added.
+        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
+        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
+        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
+
+2012-12-06  Philip Rogers  <pdr@google.com>
+
+        Unify SVG's animation and target tracking systems.
+        https://bugs.webkit.org/show_bug.cgi?id=102655
+
+        Reviewed by Dirk Schulze.
+
+        * svg/animations/svg-animation-order-expected.html: Added.
+        * svg/animations/svg-animation-order.html: Added.
+        * svg/custom/svg-pending-twice-expected.html: Added.
+        * svg/custom/svg-pending-twice.html: Added.
+
+2012-12-06  James Simonsen  <simonjam@chromium.org>
+
+        [Chromium] Enable Resource Timing and User Timing
+        https://bugs.webkit.org/show_bug.cgi?id=103788
+
+        Reviewed by Tony Gentilcore.
+
+        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_iframe_navigation.html: Removed. Incomplete, shouldn't have been submitted.
+        * platform/chromium/TestExpectations: Remove 'Skip' expectations and add expected failures for iframes.
+        * platform/chromium/fast/dom/Window/window-properties-performance-expected.txt: Added. Now includes User Timing and Resource Timing properties.
+
+2012-12-06  Adam Klein  <adamk@chromium.org>
+
+        [HTMLTemplateElement] make content readonly and cloneNode(deep) clone content
+        https://bugs.webkit.org/show_bug.cgi?id=104181
+
+        Reviewed by Adam Barth.
+
+        * fast/dom/HTMLTemplateElement/cloneNode-expected.txt:
+        * fast/dom/HTMLTemplateElement/cloneNode.html:
+        * fast/dom/HTMLTemplateElement/contentWrappers-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/contentWrappers.html: Added.
+        * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt:
+        * fast/dom/HTMLTemplateElement/ownerDocument.html:
+
+2012-12-06  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaseline for r136885.
+
+        * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
+        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
+        * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
+        * platform/efl-wk1/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
+        * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Removed.
+
+2012-12-06  Jochen Eisinger  <jochen@chromium.org>
+
+        [chromium] when forwarding events through the WebPluginContainer, create a UserGestureIndicator if processing a user gesture
+        https://bugs.webkit.org/show_bug.cgi?id=104306
+
+        Reviewed by Dimitri Glazkov.
+
+        * platform/chromium/plugins/user-gesture-expected.txt: Added.
+        * platform/chromium/plugins/user-gesture.html: Added.
+
+2012-12-06  David Grogan  <dgrogan@chromium.org>
+
+        IndexedDB: Add webkitErrorMessage to IDBTransaction
+        https://bugs.webkit.org/show_bug.cgi?id=104199
+
+        Reviewed by Tony Chang.
+
+        Test for webkitErrorMessage in the three circumstances that can
+        generate one:
+        1) Bubble from operation error
+        2) Uncaught exception in operation event handler
+        3) Asynchronous abort from the backend
+
+        And fix a FIXME in the test.
+
+        * storage/indexeddb/resources/transaction-error.js:
+        (testErrorFromRequest.trans.onabort):
+        (testErrorFromRequest):
+        (testErrorFromException.trans.onabort):
+        (testErrorFromException):
+        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
+        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
+        (testErrorFromCommit.trans.oncomplete):
+        (testErrorFromCommit):
+        * storage/indexeddb/transaction-error-expected.txt:
+
+2012-12-06  Alexander Shalamov  <alexander.shalamov@intel.com>
+
+        XMLHttpRequest Content-Type should be taken from Blob type
+        https://bugs.webkit.org/show_bug.cgi?id=99983
+
+        Reviewed by Alexey Proskuryakov.
+
+        Added tests that check if content type is set correctly when blob object is sent.
+
+        * http/tests/xmlhttprequest/post-blob-content-type-expected.txt: Added.
+        * http/tests/xmlhttprequest/post-blob-content-type.html: Added.
+
+2012-12-06  Joshua Bell  <jsbell@chromium.org>
+
+        [Chromium] IndexedDB: storage/indexeddb/resources/cursor-advance.html flaky in content_shell after WK136782
+        https://bugs.webkit.org/show_bug.cgi?id=104292
+
+        Reviewed by Tony Chang.
+
+        Test had a read-only transaction depending on the completion of a prior read-write transaction,
+        which is not guaranteed by the spec. Switch from triggering the second transaction into the
+        oncomplete of the first.
+
+        * storage/indexeddb/resources/cursor-advance.js:
+        (populateObjectStore):
+
+2012-12-06  Andrew Scherkus  <scherkus@chromium.org>
+
+        [Chromium] Unreviewed, rebaselining http/tests/media/video-buffered-range-contains-currentTime.html
+        https://bugs.webkit.org/show_bug.cgi?id=104300
+
+        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Xianzhu Wang  <wangxianzhu@chromium.org>
+
+        internals.settings.setEnableCompositingForFixedPosition() should be called before onload
+        https://bugs.webkit.org/show_bug.cgi?id=104277
+
+        Fixed some tests that set enableCompositingForFixedPosition in onload handler which may not take effect because it is too late.
+        Leave the image mismatches to bug 96839.
+
+        Reviewed by Simon Fraser.
+
+        * compositing/geometry/fixed-position-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
+        * compositing/geometry/fixed-position-composited-page-scale.html:
+        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
+        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-transform-composited-page-scale.html:
+        * compositing/layer-creation/fixed-position-out-of-view.html:
+        * platform/chromium/TestExpectations: Mark the original flaky image mismatch as constantly failure. Add one image mismatch caused by this change but because of incorrect baseline.
+
+2012-12-06  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Tony Chang  <tony@chromium.org>
+
+        REGRESSION(r135082): Restore the ability to insert author level style sheets from script
+        https://bugs.webkit.org/show_bug.cgi?id=104042
+
+        Reviewed by Antti Koivisto.
+
+        Add a test that makes sure that an author level style is set.
+
+        * userscripts/insert-stylesheets-expected.txt: Added.
+        * userscripts/insert-stylesheets.html: Added.
+
+2012-12-06  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        effect-reference-hw.html is failing (lighting has a Y-flip), but people
+        seem tempted to rebaseline it.  Put the software result in its place
+        for now, and mark it failing, so people aren't tempted to rebaseline it.
+
+        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
+        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip a new test because of missing test font.
+
+        * platform/qt/TestExpectations:
+
+2012-12-06  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
+        * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-mac-lion/fast/css/background-clip-radius-values-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-win/fast/css/background-clip-radius-values-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        Add some bug IDs to failing tests, and restore some old expectations.
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaselines.
+
+        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks: Removed.
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows: Removed.
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Removed.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes: Added.
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
+
+2012-12-06  Justin Novosad  <junov@google.com>
+
+        New pixel baselines for fast/backgrounds/gradient-background-leakage.html
+        https://bugs.webkit.org/show_bug.cgi?id=103896
+
+        Unreviewed
+
+        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
+        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/efl-wk1/fast/backgrounds: Added.
+        * platform/efl-wk1/fast/backgrounds/gradient-background-leakage-expected.png: Added.
+        * platform/efl/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
+
+2012-12-06  Yael Aharon  <yael.aharon@intel.com>
+
+        Unreviewed gardening.
+
+        Add expected results for transforms/3d tests that are producing correct resulta.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/transforms/3d: Added.
+        * platform/efl/transforms/3d/general: Added.
+        * platform/efl/transforms/3d/general/perspective-non-layer-expected.png: Added.
+        * platform/efl/transforms/3d/general/perspective-non-layer-expected.txt: Added.
+        * platform/efl/transforms/3d/general/perspective-units-expected.png: Added.
+        * platform/efl/transforms/3d/general/perspective-units-expected.txt: Added.
+        * platform/efl/transforms/3d/hit-testing: Added.
+        * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
+        * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
+        * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
+        * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
+
+2012-12-06  Stephen Chenney  <schenney@chromium.org>
+
+        Fix a bad rebaseline
+
+        Unreviewed expectations fix.
+
+        This test is apparently flaky and I put in the wrong flake.
+
+        * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Removed.
+        * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
+
+2012-12-06  Hans Muller  <hmuller@adobe.com>
+
+        [CSS Exclusions] Add support for computing the first included interval position.
+        https://bugs.webkit.org/show_bug.cgi?id=103327
+
+        Test the rounded rectangle support for adjusting the top of a line downwards
+        when the first word doesn't fit within the shape.
+
+        Reviewed by Levi Weintraub.
+
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html: Added.
+
+2012-12-06  Stephen Chenney  <schenney@chromium.org>
+
+        Rebaseline some expectations
+
+        Unreviewed expectations update
+
+        These test have expectations but apparently just need rebaselines.
+        Some may still be flakey.
+
+        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
+        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Added.
+        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
+        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
+        * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
+        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-win/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png:
+        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
+        * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png: Added.
+        * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
+        * platform/chromium/svg/custom/radialGradient-focal-radius-expected.png: Removed.
+        * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
+        * platform/efl-wk1/svg/custom: Added.
+        * platform/efl-wk1/svg/custom/radialGradient-focal-radius-expected.png: Added.
+        * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Removed.
+
+2012-12-06  Stephen Chenney  <schenney@chromium.org>
+
+        Test expectations update
+        https://bugs.webkit.org/show_bug.cgi?id=104007
+
+        Unreviewed expectations update.
+
+        * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png:
+
+2012-12-06  W. James MacLean  <wjmaclean@chromium.org>
+
+        [chromium] Should apply link highlight to largest enclosing node with a handCursor.
+        https://bugs.webkit.org/show_bug.cgi?id=104264
+
+        Reviewed by Adrienne Walker.
+
+        Add layout test to cover new functionality.
+
+        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested.html: Added.
+        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added.
+        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.txt: Added.
+
+2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
+
+        UndoManager layout tests should be removed
+        https://bugs.webkit.org/show_bug.cgi?id=104246
+
+        Reviewed by Adam Barth.
+
+        The UndoManager feature support was removed from the source tree
+        in r133326. The layout tests should be removed as well. As with
+        the feature implementation, these too can be restored back when needed.
+
+        * editing/undomanager: Removed.
+        * editing/undomanager/automatic-transaction-attribute-expected.txt: Removed.
+        * editing/undomanager/automatic-transaction-attribute.html: Removed.
+        * editing/undomanager/automatic-transaction-data-expected.txt: Removed.
+        * editing/undomanager/automatic-transaction-data.html: Removed.
+        * editing/undomanager/automatic-transaction-node-expected.txt: Removed.
+        * editing/undomanager/automatic-transaction-node.html: Removed.
+        * editing/undomanager/document-has-undomanager-expected.txt: Removed.
+        * editing/undomanager/document-has-undomanager.html: Removed.
+        * editing/undomanager/domtransaction-survives-gc-expected.txt: Removed.
+        * editing/undomanager/domtransaction-survives-gc.html: Removed.
+        * editing/undomanager/undomanager-isolated-world-expected.txt: Removed.
+        * editing/undomanager/undomanager-isolated-world.html: Removed.
+        * editing/undomanager/undomanager-item-expected.txt: Removed.
+        * editing/undomanager/undomanager-item.html: Removed.
+        * editing/undomanager/undomanager-reenter-expected.txt: Removed.
+        * editing/undomanager/undomanager-reenter.html: Removed.
+        * editing/undomanager/undomanager-transact-expected.txt: Removed.
+        * editing/undomanager/undomanager-transact.html: Removed.
+        * editing/undomanager/undomanager-undo-redo-expected.txt: Removed.
+        * editing/undomanager/undomanager-undo-redo.html: Removed.
+        * editing/undomanager/undoscopehost-use-after-free-expected.txt: Removed.
+        * editing/undomanager/undoscopehost-use-after-free.html: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt-4.8/TestExpectations:
+        * platform/qt-mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2012-12-06  Alexis Menard  <alexis@webkit.org>
+
+        [Mac] Unreviewed gardening after r136415.
+
+        r136415 enables the CSS3 background position offsets therefore this
+        expected png needs to be updated with the new result (the correct one
+        actually). It was not failing on the bot as the Apple Mac bot does not
+        seem to run pixel tests.
+
+        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+
+2012-12-06  Tommy Widenflycht  <tommyw@google.com>
+
+        Speech Recognition API: Change the error code to a string on SpeechRecognitionError
+        https://bugs.webkit.org/show_bug.cgi?id=104254
+
+        Reviewed by Adam Barth.
+
+        Adjusting tests.
+
+        * fast/events/constructors/speech-recognition-error-constructor-expected.txt:
+        * fast/events/constructors/speech-recognition-error-constructor.html:
+        * fast/speech/scripted/speechrecognition-errors-expected.txt:
+        * fast/speech/scripted/speechrecognition-errors.html:
+        * fast/speech/scripted/speechrecognitionerror-basics-expected.txt:
+        * fast/speech/scripted/speechrecognitionerror-basics.html:
+        * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt:
+
+2012-12-06  Stephen Chenney  <schenney@chromium.org>
+
+        SVG <use> element inside an svg-as-image fails
+        https://bugs.webkit.org/show_bug.cgi?id=104007
+
+        Reviewed by Eric Seidel.
+
+        Upon redraw, SVGImage calls layout on the document it is drawing into
+        the image if the image, provided it believes the redraw does not need
+        to be delayed. Unfortunately, when an SVG <use> element is modified
+        (by animation, say) and regenerates its shadow tree, the destructors
+        invoke redraw, causing the SVGImage to call layout on something that
+        is in the process of being deleted. That's bad.
+
+        This change causes SVGImage to always delay the redraw. It is the most robust
+        way to protect against this problem, as there may be any number of
+        ways to cause this issue (a node being deleted in an svg-as-image
+        target) and this protects against them all.
+
+        The test case crashes in Asan Chromium.
+
+        * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png: Changed as a result of this change.
+        * svg/as-image/animated-use-as-image-crash-expected.txt: Added.
+        * svg/as-image/animated-use-as-image-crash.html: Added.
+        * svg/as-image/resources/animated-href-on-use.svg: Added.
+
+2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, update an expected file.
+
+        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
+
+2012-12-06  Antoine Quint  <graouts@apple.com>
+
+        TextTrack's .cues not ordered correctly when two cues have the same .startTime
+        https://bugs.webkit.org/show_bug.cgi?id=103266
+
+        Reviewed by Eric Carlson.
+
+        Unskip an Opera test that we now pass. Note that the original test has two issues that prompted
+        changes in this patch. The first issue is https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066
+        and I've elected to comment the sub-test that fails and tracking turning it back on when the test
+        is corrected with https://bugs.webkit.org/show_bug.cgi?id=104255. The second issue was in the sub-test
+        that revealed the failure covered by this bug and had an issue acknowledged by the author
+        (see https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066) so I fixed it in our repository.
+
+        * media/track/opera/interfaces/TextTrack/cues-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrack/cues.html:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding missing platform-specific baselines.
+
+        * platform/gtk/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/gtk/fast/text/decorations-with-text-combine-expected.txt: Added.
+        * platform/gtk/fast/text/orientation-sideways-expected.png: Added.
+        * platform/gtk/fast/text/orientation-sideways-expected.txt: Added.
+
+2012-12-06  Yael Aharon  <yael.aharon@intel.com>
+
+        [EFL][Qt] fast/regions/autowidth-normalflow-maxwidth.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=104160
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        The test fast/regions/autowidth-normalflow-maxwidth.html is failing for EFL and Qt
+        because the test expects that the text of the test would fit in 400 pixels,
+        but both for Qt and for EFL, the text requires more than that.
+        Changed the test and the expectation ref-test to allow 450 pixels.
+
+        * fast/regions/autowidth-normalflow-maxwidth-expected.html:
+        * fast/regions/autowidth-normalflow-maxwidth.html:
+        * platform/efl-wk2/TestExpectations:
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2012-12-06  Shinya Kawanaka  <shinyak@chromium.org>
+
+        Internals.getElementByIdInShadowRoot is nonsense now.
+        https://bugs.webkit.org/show_bug.cgi?id=104241
+
+        Reviewed by Kent Tamura.
+
+        * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt:
+        * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
+        * fast/dom/shadow/resources/shadow-dom.js: Uses ShadowRoot.getElementById() instead.
+        (getNodeInShadowTreeStack):
+
+2012-12-06  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r136818.
+        http://trac.webkit.org/changeset/136818
+        https://bugs.webkit.org/show_bug.cgi?id=104249
+
+        simulatedClick does not work as per #chrmium irc. (Requested
+        by hayato on #webkit).
+
+        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
+        * fast/dom/shadow/shadow-dom-event-dispatching.html:
+        * fast/events/dispatch-synthetic-mouseevent-expected.txt: Removed.
+        * fast/events/dispatch-synthetic-mouseevent.html: Removed.
+
+2012-12-06  Pavel Podivilov  <podivilov@google.com>
+
+        [chromium] Unreviewed, fix baselines for plugins/npp-set-window-called-during-destruction.html on win7.
+
+        * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
+        * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
+        * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
+        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
+
+2012-12-06  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Test expectation update
+        https://bugs.webkit.org/show_bug.cgi?id=104210
+        https://bugs.webkit.org/show_bug.cgi?id=103869
+
+        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png:
+        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png:
+        * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
+        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
+        * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Update test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=103853
+        https://bugs.webkit.org/show_bug.cgi?id=103869
+
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-06  Hayato Ito  <hayato@chromium.org>
+
+        Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
+        https://bugs.webkit.org/show_bug.cgi?id=102681
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
+        * fast/dom/shadow/shadow-dom-event-dispatching.html:
+        * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
+        * fast/events/dispatch-synthetic-mouseevent.html: Added.
+
+2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
+
+        Turn pixel tests in dom/xhtml/level3/core into reftests
+        https://bugs.webkit.org/show_bug.cgi?id=103809
+
+        Reviewed by Dirk Pranke.
+
+        Turn 15 pixel tests under dom/xhtml/level3/core into reftests.
+        The reference files are tailored so they present the same output that
+        the pixel baselines (being removed) do.
+
+        * dom/xhtml/level3/core/canonicalform08-expected.html: Added.
+        * dom/xhtml/level3/core/canonicalform09-expected.html: Added.
+        * dom/xhtml/level3/core/documentgetinputencoding03-expected.html: Added.
+        * dom/xhtml/level3/core/entitygetinputencoding02-expected.html: Added.
+        * dom/xhtml/level3/core/entitygetxmlversion02-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri05-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri07-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri09-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri10-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri11-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri15-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri17-expected.html: Added.
+        * dom/xhtml/level3/core/nodegetbaseuri18-expected.html: Added.
+        * dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.html: Added.
+        * dom/xhtml/level3/core/nodelookupprefix19-expected.html: Added.
+        * The now-unnecessary pixel and render tree baselines: Removed.
+
+2012-12-05  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Test expectation update
+        https://bugs.webkit.org/show_bug.cgi?id=103869
+
+        * platform/chromium/TestExpectations:
+        Fix duplicated entries.
+
+2012-12-03  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI doesn't show digits well in RTL locales
+        https://bugs.webkit.org/show_bug.cgi?id=103869
+
+        Reviewed by Hajime Morita.
+
+        - Year fields and month fields are shrunk because we stop specifying
+          min-width.
+        - Focus rectangle for sub-fields get larger.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
+        Need to update mouse click positions because we have some position/width
+        changes in sub-fields.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
+        Ditto.
+        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
+        Ditto.
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/datetime/datetime-l10n-expected.png:
+        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Shinya Kawanaka  <shinyak@chromium.org>
+
+        [Chromium] DRT on Windows crashes when a testcase has a progress element in indeterminate state
+        https://bugs.webkit.org/show_bug.cgi?id=102459
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash-expected.txt: Added.
+        * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash.html: Added.
+
+2012-12-05  Kent Tamura  <tkent@chromium.org>
+
+        INPUT_MULTIPLE_FIELDS_UI: The hour field and the am/pm field should support read-only state correctly
+        https://bugs.webkit.org/show_bug.cgi?id=104210
+
+        Reviewed by Kentaro Hara.
+
+        * fast/forms/time/time-appearance-basic.html:
+        Add test cases for step=86400 (24 hours)
+        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Dan Beam  <dbeam@chromium.org>
+
+        HTMLFormElement#requestAutocomplete() should require a user action
+        https://bugs.webkit.org/show_bug.cgi?id=102320
+
+        Reviewed by Kent Tamura.
+
+        This patch dispatches an autocompleteerror when HTMLFormElement::requestAutocomplete() is called while not processing
+        a user gesture.
+
+        * fast/forms/form-request-autocomplete.html:
+
+        Added a test to ensure that dispatching a call to HTMLFormElement#requestAutocomplete() in a setTimeout() (which will
+        never be a user gesture) always fails.
+
+2012-12-05  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Blocks don't relayout children if the width of a region changes
+        https://bugs.webkit.org/show_bug.cgi?id=103993
+
+        Reviewed by David Hyatt.
+
+        The first test covers the case of reducing the width of a region for a block content node.
+        The second test covers the case of expanding the width of a region for a block content node.
+        The third test covers the case of reducing the width of a region for an inline content node.
+
+        * fast/regions/region-width-change-relayout-1-expected.html: Added.
+        * fast/regions/region-width-change-relayout-1.html: Added.
+        * fast/regions/region-width-change-relayout-2-expected.html: Added.
+        * fast/regions/region-width-change-relayout-2.html: Added.
+        * fast/regions/region-width-change-relayout-3-expected.html: Added.
+        * fast/regions/region-width-change-relayout-3.html: Added.
+
+2012-12-05  KyungTae Kim  <ktf.kim@samsung.com>
+
+        [WK2][EFL] Gardening. Rebase fast/block/basic/020.html
+        https://bugs.webkit.org/show_bug.cgi?id=104195
+
+        Unreviewed Gardening.
+
+        The layer for "visibility:hidden;position:absolute;" object should be in RenderTree when USE(ACCELERATED_COMPOSITING),
+        because the HiddenLayers are included in zOrderList when CompositingMode is on.
+
+        * platform/efl-wk2/fast/block/basic/020-expected.txt: Added.
+        * platform/efl/TestExpectations:
+
+2012-12-05  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Allow multiple transactions to interleave request execution
+        https://bugs.webkit.org/show_bug.cgi?id=97570
+
+        Reviewed by Tony Chang.
+
+        New tests for parallel transactions, update existing tests that relied on sequential execution.
+
+        * storage/indexeddb/database-close-expected.txt:
+        * storage/indexeddb/mozilla/clear-expected.txt:
+        * storage/indexeddb/mozilla/resources/clear.js: Split up transaction steps.
+        * storage/indexeddb/resources/database-close.js: Don't log on individual transaction completion.
+        * storage/indexeddb/resources/transaction-coordination-within-database.js: Added.
+        * storage/indexeddb/resources/transaction-scope-sequencing.js: Added.
+        * storage/indexeddb/resources/transaction-starvation.js: Added.
+        * storage/indexeddb/transaction-coordination-within-database-expected.txt: Added.
+        * storage/indexeddb/transaction-coordination-within-database.html: Added.
+        * storage/indexeddb/transaction-scope-sequencing-expected.txt: Added.
+        * storage/indexeddb/transaction-scope-sequencing.html: Added.
+        * storage/indexeddb/transaction-starvation-expected.txt: Added.
+        * storage/indexeddb/transaction-starvation.html: Added.
+
+2012-12-05  Dan Bernstein  <mitz@apple.com>
+
+        Text decorations are rotated when text-combine takes effect
+        https://bugs.webkit.org/show_bug.cgi?id=104172
+
+        Reviewed by Dave Hyatt.
+
+        * fast/text/decorations-with-text-combine.html: Added.
+        * platform/chromium/TestExpectations: Added to tests missing platform-specific results.
+        * platform/mac/fast/text/decorations-with-text-combine-expected.png: Added.
+        * platform/mac/fast/text/decorations-with-text-combine-expected.txt: Added.
+
+2012-12-05  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, add Mac baselines after r136409 (mathml sup/sub box changes).
+
+        * platform/mac/TestExpectations:
+        * platform/mac/mathml/presentation/roots-expected.txt:
+        * platform/mac/mathml/presentation/row-alignment-expected.txt:
+        * platform/mac/mathml/presentation/sub-expected.txt:
+        * platform/mac/mathml/presentation/subsup-expected.txt:
+        * platform/mac/mathml/presentation/sup-expected.txt:
+        * platform/mac/mathml/presentation/tables-expected.txt:
+
+2012-12-05  Leo Yang  <leoyang@rim.com>
+
+        Extra space in fast/css/image-resolution/image-resolution.html
+        https://bugs.webkit.org/show_bug.cgi?id=104130
+
+        Reviewed by Emil A Eklund.
+
+        String returned by cssText doesn't include an extra tailing space.
+        This patch is removing an expectation of the extra tailing space in the test.
+
+        * fast/css/image-resolution/image-resolution-expected.txt:
+        * fast/css/image-resolution/image-resolution.html:
+
+2012-12-05  Justin Novosad  <junov@google.com>
+
+        [skia] Improve performance of GraphicsContext::createCompatibleBuffer by using SkDevice:createCompatibleDevice
+        https://bugs.webkit.org/show_bug.cgi?id=103896
+
+        Reviewed by Stephen White.
+
+        Added image failure expectation for test needing new baselines
+
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-05  David Dorwin  <ddorwin@chromium.org>
+
+        [Chromium] Re-enabling encrypted-media tests now that the issues are fixed.
+        https://bugs.webkit.org/show_bug.cgi?id=104137
+
+        Unreviewed revert of r136312.
+        The issues were fixed in Chromium r171039 & r171081.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Martin Robinson  <mrobinson@igalia.com>
+
+        http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php returns a malformed authentication header
+        https://bugs.webkit.org/show_bug.cgi?id=104052
+
+        Reviewed by Alexey Proskuryakov.
+
+        Add an authentication realm to the WWW-Authenticate header of the PHP script. Some networking
+        libraries do not cope well with WWW-Authenticate headers that do not include realms. Additionally
+        RFC2617 specifies that this part of the header is not-optional.
+
+        This test will be unskipped once the rest of the authentication support is complete in the
+        libsoup backend and GTK+ DRT/WTR.
+
+        * http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php:
+
+2012-12-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed Windows re-rebaseline.
+
+        * platform/win/fast/text/orientation-sideways-expected.txt:
+
+2012-12-05  Bear Travis  <betravis@adobe.com>
+
+        [CSS Exclusions] Enable shape-inside for multiple-segment polygons
+        https://bugs.webkit.org/show_bug.cgi?id=91878
+
+        Reviewed by David Hyatt.
+
+        Adding tests for multiple segment polygons. These tests make sure that text can be
+        properly broken up into multiple segments per line to fit into a shape-inside.
+
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-001-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-001.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-002-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-002.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-003-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-003.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-004-expected.html: Added.
+        * fast/exclusions/shape-inside/shape-inside-multiple-segments-004.html: Added.
+
+2012-12-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Re-add Windows specific results removed in r136699 that were actually correct.
+
+        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
+
+2012-12-05  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaselines.
+
+        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
+        * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
+        * platform/chromium-mac-lion/fast/harness: Added.
+        * platform/chromium-mac-lion/fast/harness/perftests: Added.
+        * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.png: Added.
+        * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/fast/harness: Added.
+        * platform/chromium-mac-snowleopard/fast/harness/perftests: Added.
+        * platform/chromium-mac-snowleopard/fast/harness/perftests/runs-per-second-log-expected.png: Added.
+        * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
+        * platform/chromium-win/fast/harness/perftests: Added.
+        * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.png: Added.
+        * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        Manage failing fast/media reftests for EFL and Qt.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding GTK-specific reference files for two fast/media tests after r136708.
+        The GTK port isn't yet supporting 3D transforms so these two reference files
+        should reflect that.
+
+        * platform/gtk/fast/media/mq-transform-02-expected.html: Added.
+        * platform/gtk/fast/media/mq-transform-03-expected.html: Added.
+
+2012-12-05  Andreas Kling  <akling@apple.com>
+
+        REGRESSION(r136615): Incorrect style sharing in view-source documents.
+        <http://webkit.org/b/104089>
+
+        Reviewed by Antti Koivisto.
+
+        Unskip: fast/frames/viewsource-attribute.html
+                fast/frames/viewsource-on-image-file.html
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        Removing redundant pixel and render tree baselines for fast/media tests.
+        This is the second and last patch covering non-Chromium ports.
+
+        Too many files to list.
+
+2012-12-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed rebaseline on Windows after r136640.
+
+        * platform/win/fast/text/orientation-sideways-expected.txt: Added.
+
+2012-12-05  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed rebaseline.
+        https://bugs.webkit.org/show_bug.cgi?id=98209.
+
+        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
+
+2012-12-05  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] REGRESSION: 2 tests started to fail with newer Qt5
+        https://bugs.webkit.org/show_bug.cgi?id=104140
+
+        Unreviewed gardening, skip new failing tests to paint the bots green.
+
+        * platform/qt-5.0/TestExpectations:
+
+2012-12-05  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION(r126683): Table cell are getting borders when the style doesn't mention any
+        https://bugs.webkit.org/show_bug.cgi?id=101677
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/table/td-bordercolor-attribute-expected.txt: Added.
+        * fast/table/td-bordercolor-attribute.html: Added.
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        Removing redundant pixel and render tree baselines for fast/media tests.
+        This first patch of a two-part cleanup covers Chromium ports.
+
+        Too many files to list.
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Turn pixel tests in fast/media into reftests
+        https://bugs.webkit.org/show_bug.cgi?id=103632
+
+        Reviewed by Darin Adler.
+
+        Turn the pixel tests under fast/media into reftests.
+        The reference files are tailored so they present the same output
+        that the pixel baselines. The latter will be removed in two subsequent commits.
+
+        * fast/media/implicit-media-all-expected.html: Added.
+        * fast/media/media-descriptor-syntax-01-expected.html: Added.
+        * fast/media/media-descriptor-syntax-02-expected.html: Added.
+        * fast/media/media-descriptor-syntax-03-expected.html: Added.
+        * fast/media/media-descriptor-syntax-04-expected.html: Added.
+        * fast/media/media-descriptor-syntax-05-expected.html: Added.
+        * fast/media/media-descriptor-syntax-06-expected.html: Added.
+        * fast/media/media-query-invalid-value-expected.html: Added.
+        * fast/media/media-query-invalid-value-expected.txt: Removed.
+        * fast/media/media-type-syntax-01-expected.html: Added.
+        * fast/media/media-type-syntax-02-expected.html: Added.
+        * fast/media/monochrome-expected.html: Added.
+        * fast/media/mq-animation-expected.html: Added.
+        * fast/media/mq-aspect-ratio-expected.html: Added.
+        * fast/media/mq-compound-query-01-expected.html: Added.
+        * fast/media/mq-compound-query-02-expected.html: Added.
+        * fast/media/mq-compound-query-03-expected.html: Added.
+        * fast/media/mq-compound-query-04-expected.html: Added.
+        * fast/media/mq-compound-query-05-expected.html: Added.
+        * fast/media/mq-grid-01-expected.html: Added.
+        * fast/media/mq-grid-02-expected.html: Added.
+        * fast/media/mq-invalid-media-feature-01-expected.html: Added.
+        * fast/media/mq-invalid-media-feature-02-expected.html: Added.
+        * fast/media/mq-invalid-media-feature-03-expected.html: Added.
+        * fast/media/mq-invalid-media-feature-04-expected.html: Added.
+        * fast/media/mq-invalid-syntax-01-expected.html: Added.
+        * fast/media/mq-invalid-syntax-02-expected.html: Added.
+        * fast/media/mq-invalid-syntax-03-expected.html: Added.
+        * fast/media/mq-invalid-syntax-04-expected.html: Added.
+        * fast/media/mq-invalid-syntax-05-expected.html: Added.
+        * fast/media/mq-js-media-except-01-expected.html: Added.
+        * fast/media/mq-js-media-except-01-expected.txt: Removed.
+        * fast/media/mq-js-media-except-02-expected.html: Added.
+        * fast/media/mq-js-media-except-02-expected.txt: Removed.
+        * fast/media/mq-js-media-except-03-expected.html: Added.
+        * fast/media/mq-js-media-except-03-expected.txt: Removed.
+        * fast/media/mq-js-media-forward-syntax-expected.html: Added.
+        * fast/media/mq-js-stylesheet-media-01-expected.html: Added.
+        * fast/media/mq-js-stylesheet-media-02-expected.html: Added.
+        * fast/media/mq-js-stylesheet-media-03-expected.html: Added.
+        * fast/media/mq-js-stylesheet-media-04-expected.html: Added.
+        * fast/media/mq-max-pixel-ratio-expected.html: Added.
+        * fast/media/mq-min-constraint-expected.html: Added.
+        * fast/media/mq-min-pixel-ratio-expected.html: Added.
+        * fast/media/mq-min-pixel-ratio-expected.txt: Removed.
+        * fast/media/mq-orientation-expected.html: Added.
+        * fast/media/mq-pixel-ratio-expected.html: Added.
+        * fast/media/mq-relative-constraints-02-expected.html: Added.
+        * fast/media/mq-relative-constraints-03-expected.html: Added.
+        * fast/media/mq-relative-constraints-04-expected.html: Added.
+        * fast/media/mq-relative-constraints-05-expected.html: Added.
+        * fast/media/mq-relative-constraints-06-expected.html: Added.
+        * fast/media/mq-relative-constraints-07-expected.html: Added.
+        * fast/media/mq-relative-constraints-08-expected.html: Added.
+        * fast/media/mq-relative-constraints-08-expected.txt: Removed.
+        * fast/media/mq-relative-constraints-09-expected.html: Added.
+        * fast/media/mq-simple-neg-query-01-expected.html: Added.
+        * fast/media/mq-simple-neg-query-02-expected.html: Added.
+        * fast/media/mq-simple-neg-query-03-expected.html: Added.
+        * fast/media/mq-simple-neg-query-04-expected.html: Added.
+        * fast/media/mq-simple-neg-query-05-expected.html: Added.
+        * fast/media/mq-simple-query-01-expected.html: Added.
+        * fast/media/mq-simple-query-02-expected.html: Added.
+        * fast/media/mq-simple-query-03-expected.html: Added.
+        * fast/media/mq-simple-query-04-expected.html: Added.
+        * fast/media/mq-simple-query-05-expected.html: Added.
+        * fast/media/mq-transform-01-expected.html: Added.
+        * fast/media/mq-transform-02-expected.html: Added.
+        * fast/media/mq-transform-03-expected.html: Added.
+        * fast/media/mq-transform-04-expected.html: Added.
+        * fast/media/mq-transition-expected.html: Added.
+        * fast/media/mq-valueless-expected.html: Added.
+        * fast/media/mq-width-absolute-01-expected.html: Added.
+        * fast/media/mq-width-absolute-02-expected.html: Added.
+        * fast/media/mq-width-absolute-03-expected.html: Added.
+        * fast/media/mq-width-absolute-04-expected.html: Added.
+        * fast/media/view-mode-media-feature-expected.html: Added.
+        * fast/media/view-mode-media-feature-expected.txt: Removed.
+        * fast/media/viewport-media-query-expected.html: Added.
+        * platform/gtk/fast/media/mq-transform-02-expected.html: Added as 3D transforms support
+        isn't yet enabled on the GTK port.
+        * platform/gtk/fast/media/mq-transform-03-expected.html: Ditto.
+
+2012-12-05  Alexander Shalamov  <alexander.shalamov@intel.com>
+
+        [EFL][GTK] List value response headers are not handled in RespourceResponse (libsoup specific)
+        https://bugs.webkit.org/show_bug.cgi?id=95181
+
+        Reviewed by Martin Robinson.
+
+        Added test that checks if list-value response headers handled correctly.
+
+        * http/tests/xmlhttprequest/resources/custom-headers.php: Added.
+        * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt: Added.
+        * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html: Added.
+
+2012-12-05  Krzysztof Czech  <k.czech@samsung.com>
+
+        [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines
+        https://bugs.webkit.org/show_bug.cgi?id=104000
+
+        Reviewed by Chris Fleizach.
+
+        Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added.
+        * platform/efl-wk2/accessibility/table-cells-expected.txt: Added.
+
+2012-12-05  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: Don't include error message text in the editor buffer.
+        https://bugs.webkit.org/show_bug.cgi?id=103932
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/editor/editor-test.js:
+        (initialize_EditorTests.InspectorTest.getLineElement):
+        (initialize_EditorTests):
+        * inspector/editor/text-editor-type-over-decoration-expected.txt: Added.
+        * inspector/editor/text-editor-type-over-decoration.html: Added.
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Skipping back the Media Stream layout tests, they're not behaving well.
+        Removing a few failure expectations for tests that are passing.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-05  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaselines.
+
+        * platform/chromium-mac/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
+        * platform/chromium-win-xp/css3/flexbox: Added.
+        * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Added.
+        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
+        * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
+        * platform/chromium/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
+        * platform/win-7sp0/plugins: Added.
+        * platform/win-7sp0/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
+        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
+
+2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-05  Arnaud Renevier  <a.renevier@sisa.samsung.com>
+
+        [Gtk] navigator.plugins contains too many plugin entries. First one are garbages
+        https://bugs.webkit.org/show_bug.cgi?id=102438
+
+        Reviewed by Xan Lopez.
+
+        Add a test to check that navigator.plugins only contain valid plugin
+        objects.
+
+        * plugins/navigator-plugins-expected.txt: Added.
+        * plugins/navigator-plugins.html: Added.
+        * plugins/script-tests/navigator-plugins.js: Added.
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Moving some expectations for expected failures under the appropriate section.
+
+        Rather than skipping expected failures, they should be run (as long as they
+        don't time out in great numbers) just to get the extra test coverage (mostly
+        to confirm they don't crash unexpectably). Most of such expectations are being
+        unskipped and changed into a proper failure expectation, but more can folllow.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-05  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening, updating baselines after r136657 and r136672.
+
+        * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt:
+        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Removed.
+        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Removed.
+        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Removed.
+        * platform/gtk/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Removed.
+        * platform/gtk/http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: Removed.
+
+2012-12-05  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] InjectedBundle should check Intent url for null
+        https://bugs.webkit.org/show_bug.cgi?id=104117
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        EFL is slightly more verbose than chromium on this one.
+
+        * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
+
+2012-12-05  Antoine Quint  <graouts@apple.com>
+
+        TextTrackCue's .endTime property should fire a TypeError when NaN is assigned
+        https://bugs.webkit.org/show_bug.cgi?id=103413
+
+        Reviewed by Eric Carlson.
+
+        Stop skipping two tests that now have new passing conditions, only held back from
+        passing altogether by https://bugs.webkit.org/show_bug.cgi?id=103258.
+
+        * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-05  Alexis Menard  <alexis@webkit.org>
+
+        [CSS3 Backgrounds and Borders] Allow the CSS3 background position offset for background shorthand.
+        https://bugs.webkit.org/show_bug.cgi?id=104014
+
+        Reviewed by Dirk Schulze.
+
+        Extend the current parsing tests of background-position to cover the
+        case when it is set part of the background shorthand.
+
+        * fast/backgrounds/background-position-parsing-2-expected.txt:
+        * fast/backgrounds/background-position-parsing-2.html:
+
+2012-12-06  Keishi Hattori  <keishi@webkit.org>
+
+        [Chromium] Rebaseline suggestion picker tests because of CSS change in r136674
+
+        Unreviewed.
+
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
+
+2012-12-05  Keishi Hattori  <keishi@webkit.org>
+
+        Marking *-suggestion-picker-appearance-locale-hebrew.html tests as Missing
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        Revert some update of r136670, and update the generic expecteds.
+
+        * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt:
+        * fast/media/mq-resolution-expected.txt:
+        * fast/media/w3c/test_media_queries-expected.txt:
+        * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
+        * platform/qt/fast/media/mq-resolution-expected.txt: Removed.
+        * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Removed.
+
+2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Removed duplicated test expectations.
+
+        * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
+        * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
+        * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Removed.
+        * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Removed.
+        * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
+        * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Removed.
+        * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Removed.
+        * platform/efl-wk1/mathml/presentation/roots-expected.txt: Removed.
+        * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Removed.
+        * platform/efl-wk1/mathml/presentation/sub-expected.txt: Removed.
+        * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Removed.
+        * platform/efl-wk1/media/video-aspect-ratio-expected.png: Removed.
+        * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
+        * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
+        * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Removed.
+        * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Removed.
+        * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
+        * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Removed.
+        * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Removed.
+        * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Removed.
+        * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
+        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
+        * platform/efl/fast/forms/005-expected.png: Removed.
+        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
+        * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
+        * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Removed.
+        * platform/efl/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt.
+        * platform/efl/fast/media/mq-resolution-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-expected.txt.
+        * platform/efl/fast/media/w3c/test_media_queries-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt.
+        * platform/efl/fast/multicol/overflow-across-columns-expected.png: Removed.
+        * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.png: Removed.
+        * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Removed.
+        * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Removed.
+        * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
+        * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Removed.
+        * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Removed.
+        * platform/efl/fast/regions/element-region-overset-state-expected.txt: Removed.
+        * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Removed.
+        * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Removed.
+        * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Removed.
+        * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Removed.
+        * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Removed.
+        * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Removed.
+        * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Removed.
+        * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Removed.
+        * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Removed.
+        * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Removed.
+        * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Removed.
+        * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Removed.
+        * platform/efl/fast/regions/get-regions-by-content-expected.txt: Removed.
+        * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Removed.
+        * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Removed.
+        * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Removed.
+        * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Removed.
+        * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Removed.
+        * platform/efl/fast/regions/hit-test-float-expected.txt: Removed.
+        * platform/efl/fast/regions/hit-test-region-expected.txt: Removed.
+        * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
+        * platform/efl/fast/regions/no-split-line-box-expected.txt: Removed.
+        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
+        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
+        * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Removed.
+        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
+        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
+        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
+        * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Removed.
+        * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Removed.
+        * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Removed.
+        * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Removed.
+        * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Removed.
+        * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Removed.
+        * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Removed.
+        * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Removed.
+        * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Removed.
+        * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/region-element-display-change-expected.txt: Removed.
+        * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Removed.
+        * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Removed.
+        * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Removed.
+        * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/select-in-region-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Removed.
+        * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Removed.
+        * platform/efl/fast/regions/text-region-breaks-expected.txt: Removed.
+        * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Removed.
+        * platform/efl/fast/regions/text-region-split-expected.txt: Removed.
+        * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Removed.
+        * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Removed.
+        * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
+        * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Removed.
+        * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Removed.
+        * platform/efl/fast/regions/webkit-region-rule-expected.txt: Removed.
+        * platform/efl/fast/repaint/background-generated-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
+        * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
+        * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Removed.
+        * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
+        * platform/efl/fast/table/025-expected.png: Removed.
+        * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
+        * platform/efl/fast/text/international/bidi-listbox-expected.txt: Removed.
+        * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
+        * platform/efl/fast/text/international/bidi-override-expected.txt: Removed.
+        * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed.
+        * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt: Removed.
+        * platform/efl/svg/dom/css-transforms-expected.txt: Removed.
+        * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Removed.
+        * platform/efl/svg/text/scaled-font-expected.png: Removed.
+        * platform/efl/svg/text/text-hkern-expected.png: Removed.
+        * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Removed.
+        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
+        * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Removed.
+        * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed.
+        * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+        * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Removed.
+        * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Removed.
+        * platform/efl/tables/mozilla/core/misc-expected.txt: Removed.
+        * platform/efl/tables/mozilla/core/row_span-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Removed.
+        * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
+        * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Removed.
+        * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Removed.
+
+2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        Skip a test and update an other one.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
+
+2012-12-04  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] New baselines after http://webkit.org/b/103906.  Unreviewed.
+
+        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Copied from LayoutTests/platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png.
+        * platform/chromium-linux/compositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-linux/compositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
+        * platform/chromium-linux/fast/box-shadow/inset-expected.png:
+        * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png:
+        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
+        * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
+        * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png:
+        * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png:
+        * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
+        * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
+        * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-linux/fast/text/stroking-expected.png:
+        * platform/chromium-linux/fast/transforms/shadows-expected.png:
+        * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
+        * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+        * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+        * platform/chromium-linux/fast/writing-mode/english-lr-text-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/text/textshadow-001-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/text/textshadow-002-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/text/textshadow-003-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/text/textshadow-004-expected.png:
+        * platform/chromium-linux/ietestcenter/css3/text/textshadow-010-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
+        * platform/chromium-linux/svg/css/stars-with-shadow-expected.png:
+        * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
+        * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
+        * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png:
+        * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png:
+        * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac-lion/fast/multicol/shadow-breaking-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-path-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/text/shadow-translucent-fill-expected.png:
+        * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-mac-lion/fast/text/stroking-expected.png:
+        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
+        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
+        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+        * platform/chromium-mac-lion/fast/writing-mode/english-lr-text-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-001-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-002-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-003-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-004-expected.png:
+        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-010-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-lion/svg/css/stars-with-shadow-expected.png:
+        * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac-lion/svg/custom/repaint-shadow-expected.png:
+        * platform/chromium-mac-lion/transitions/svg-text-shadow-transition-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png:
+        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-path-expected.png:
+        * platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
+        * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+        * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-001-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-002-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-003-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-004-expected.png:
+        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-010-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-snowleopard/svg/css/stars-with-shadow-expected.png:
+        * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac-snowleopard/transitions/svg-text-shadow-transition-expected.png:
+        * platform/chromium-mac/compositing/culling/scrolled-within-boxshadow-expected.png: Added.
+        * platform/chromium-mac/compositing/culling/translated-boxshadow-expected.png: Added.
+        * platform/chromium-mac/compositing/culling/unscrolled-within-boxshadow-expected.png: Added.
+        * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-mac/compositing/geometry/foreground-layer-expected.png:
+        * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
+        * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
+        * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
+        * platform/chromium-mac/fast/box-shadow/inset-expected.png:
+        * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
+        * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
+        * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png:
+        * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
+        * platform/chromium-mac/fast/canvas/fillText-shadow-expected.txt: Removed.
+        * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
+        * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png:
+        * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png:
+        * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
+        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-mac/fast/repaint/moving-shadow-on-path-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/repaint/transform-replaced-shadows-expected.png:
+        * platform/chromium-mac/fast/text/shadow-translucent-fill-expected.png:
+        * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-mac/fast/text/stroking-expected.png:
+        * platform/chromium-mac/fast/transforms/shadows-expected.png:
+        * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
+        * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+        * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+        * platform/chromium-mac/fast/writing-mode/english-lr-text-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/text/textshadow-001-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/text/textshadow-002-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/text/textshadow-003-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/text/textshadow-004-expected.png:
+        * platform/chromium-mac/ietestcenter/css3/text/textshadow-010-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
+        * platform/chromium-mac/svg/css/path-with-shadow-expected.png:
+        * platform/chromium-mac/svg/css/shadow-and-opacity-expected.png:
+        * platform/chromium-mac/svg/css/shadow-with-large-radius-expected.png:
+        * platform/chromium-mac/svg/css/shadow-with-negative-offset-expected.png:
+        * platform/chromium-mac/svg/css/stars-with-shadow-expected.png:
+        * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-mac/svg/custom/repaint-shadow-expected.png:
+        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
+        * platform/chromium-mac/transitions/svg-text-shadow-transition-expected.png:
+        * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-win-xp/fast/text/stroking-expected.png:
+        * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-win/compositing/culling/scrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
+        * platform/chromium-win/compositing/culling/translated-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
+        * platform/chromium-win/compositing/culling/unscrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
+        * platform/chromium-win/compositing/geometry/clipping-foreground-expected.png:
+        * platform/chromium-win/compositing/geometry/foreground-layer-expected.png:
+        * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
+        * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
+        * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
+        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
+        * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
+        * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
+        * platform/chromium-win/fast/box-shadow/inset-expected.png:
+        * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
+        * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
+        * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png:
+        * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
+        * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
+        * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png:
+        * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png:
+        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
+        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
+        * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
+        * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
+        * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
+        * platform/chromium-win/fast/text/stroking-decorations-expected.png:
+        * platform/chromium-win/fast/text/stroking-expected.png:
+        * platform/chromium-win/fast/transforms/shadows-expected.png:
+        * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
+        * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+        * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+        * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
+        * platform/chromium-win/ietestcenter/css3/text/textshadow-001-expected.png:
+        * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png:
+        * platform/chromium-win/ietestcenter/css3/text/textshadow-003-expected.png:
+        * platform/chromium-win/ietestcenter/css3/text/textshadow-004-expected.png:
+        * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
+        * platform/chromium-win/svg/css/path-with-shadow-expected.png:
+        * platform/chromium-win/svg/css/shadow-and-opacity-expected.png:
+        * platform/chromium-win/svg/css/shadow-with-large-radius-expected.png:
+        * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.png:
+        * platform/chromium-win/svg/css/stars-with-shadow-expected.png:
+        * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
+        * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
+        * platform/chromium-win/svg/custom/repaint-shadow-expected.png:
+        * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
+        * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/efl-wk1/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/clipping-foreground-expected.png.
+        * platform/efl-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/foreground-layer-expected.png.
+        * platform/efl-wk1/fast/borders/border-radius-constraints-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-constraints-expected.png.
+        * platform/efl-wk1/fast/borders/border-radius-split-inline-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-split-inline-expected.png.
+        * platform/efl-wk1/fast/borders/mixed-border-styles-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/mixed-border-styles-radius-expected.png.
+        * platform/efl-wk1/fast/box-shadow/inset-box-shadows-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-box-shadows-expected.png.
+        * platform/efl-wk1/fast/box-shadow/inset-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-expected.png.
+        * platform/efl-wk1/fast/css/box-shadow-and-border-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/css/box-shadow-and-border-radius-expected.png.
+        * platform/efl-wk1/fast/css/shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/fast/css/shadow-multiple-expected.png.
+        * platform/efl-wk1/fast/multicol/shadow-breaking-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shadow-breaking-expected.png.
+        * platform/efl-wk1/fast/repaint/moving-shadow-on-path-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-path-expected.png.
+        * platform/efl-wk1/fast/text/shadow-translucent-fill-expected.png: Renamed from LayoutTests/platform/efl/fast/text/shadow-translucent-fill-expected.png.
+        * platform/efl-wk1/fast/text/stroking-decorations-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-decorations-expected.png.
+        * platform/efl-wk1/fast/text/stroking-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-expected.png.
+        * platform/efl-wk1/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png.
+        * platform/efl-wk1/fast/writing-mode/box-shadow-vertical-lr-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png.
+        * platform/efl-wk1/fast/writing-mode/box-shadow-vertical-rl-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-vertical-rl-expected.png.
+        * platform/efl-wk1/fast/writing-mode/english-lr-text-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/english-lr-text-expected.png.
+        * platform/efl-wk1/ietestcenter/css3/text/textshadow-001-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-001-expected.png.
+        * platform/efl-wk1/ietestcenter/css3/text/textshadow-002-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-002-expected.png.
+        * platform/efl-wk1/ietestcenter/css3/text/textshadow-003-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-003-expected.png.
+        * platform/efl-wk1/ietestcenter/css3/text/textshadow-004-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-004-expected.png.
+        * platform/efl-wk1/ietestcenter/css3/text/textshadow-010-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-010-expected.png.
+        * platform/efl-wk1/svg/css/circle-in-mask-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/circle-in-mask-with-shadow-expected.png.
+        * platform/efl-wk1/svg/css/path-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/path-with-shadow-expected.png.
+        * platform/efl-wk1/svg/css/shadow-with-large-radius-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-large-radius-expected.png.
+        * platform/efl-wk1/svg/css/shadow-with-negative-offset-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-negative-offset-expected.png.
+        * platform/efl-wk1/svg/css/stars-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/stars-with-shadow-expected.png.
+        * platform/efl-wk1/svg/css/text-gradient-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-gradient-shadow-expected.png.
+        * platform/efl-wk1/svg/css/text-shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-shadow-multiple-expected.png.
+        * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
+        * platform/gtk/fast/canvas/fillText-shadow-expected.txt: Removed.
+        * platform/gtk/svg/css/shadow-and-opacity-expected.png: Removed.
+        * svg/css/shadow-and-opacity-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-and-opacity-expected.png.
+
+2012-12-05  Keishi Hattori  <keishi@webkit.org>
+
+        Fix text direction in datalist popup for time controls
+        https://bugs.webkit.org/show_bug.cgi?id=103853
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html: Added.
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        [mac][chromium] Unreviewed gardening.
+
+        Rebaselining tests after r136657 to pick up changes to console messages.
+
+        * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
+        * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
+        * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        [gtk] Unreviewed gardening.
+
+        Rebaselining tests after r136657 to pick up changes to console messages.
+
+        * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
+        * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Renamed from LayoutTests/platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt.
+        * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Added.
+        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Added.
+        * platform/gtk/svg/custom/polyline-setattribute-points-null-expected.txt:
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        [qt] Unreviewed gardening.
+
+        Rebaselining tests after r136657 to pick up changes to console messages.
+
+        * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
+        * platform/qt/fast/media/mq-resolution-expected.txt: Added.
+        * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Added.
+        * platform/qt/svg/custom/polyline-setattribute-points-null-expected.txt:
+            These shouldn't have had line numbers; they were all pointing to the
+            end of the style or script block in which the message was generated.
+
+2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Updated the expectations of MathML tests.
+
+        * platform/efl-wk1/mathml/presentation/roots-expected.txt:
+        * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt:
+        * platform/efl-wk1/mathml/presentation/sub-expected.txt:
+        * platform/efl-wk1/mathml/presentation/subsup-expected.txt:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/efl/mathml/presentation/attributes-expected.png:
+        * platform/efl/mathml/presentation/attributes-expected.txt:
+        * platform/efl/mathml/presentation/fenced-expected.png:
+        * platform/efl/mathml/presentation/fenced-expected.txt:
+        * platform/efl/mathml/presentation/fenced-mi-expected.png:
+        * platform/efl/mathml/presentation/fractions-expected.png:
+        * platform/efl/mathml/presentation/fractions-expected.txt:
+        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
+        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
+        * platform/efl/mathml/presentation/mo-stretch-expected.png:
+        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
+        * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
+        * platform/efl/mathml/presentation/roots-expected.png:
+        * platform/efl/mathml/presentation/roots-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/roots-expected.txt.
+        * platform/efl/mathml/presentation/row-alignment-expected.png:
+        * platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
+        * platform/efl/mathml/presentation/style-expected.png:
+        * platform/efl/mathml/presentation/sub-expected.png:
+        * platform/efl/mathml/presentation/sub-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/sub-expected.txt.
+        * platform/efl/mathml/presentation/subsup-expected.png:
+        * platform/efl/mathml/presentation/subsup-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/subsup-expected.txt.
+        * platform/efl/mathml/presentation/sup-expected.png:
+        * platform/efl/mathml/presentation/sup-expected.txt:
+        * platform/efl/mathml/presentation/tables-expected.png:
+        * platform/efl/mathml/presentation/tables-expected.txt:
+        * platform/efl/mathml/presentation/tokenElements-expected.png:
+        * platform/efl/mathml/presentation/under-expected.png:
+        * platform/efl/mathml/presentation/underover-expected.png:
+        * platform/efl/mathml/xHeight-expected.png:
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        [efl] Unreviewed gardening.
+
+        Rebaselining tests after r136657 to pick up changes to console messages.
+
+        * platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
+        * platform/efl-wk1/fast/media/mq-resolution-expected.txt: Added.
+        * platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt: Added.
+        * platform/efl-wk1/inspector/console/console-object-constructor-name-expected.txt: Added.
+        * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
+        * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
+        * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
+            These shouldn't have had line numbers; they were all pointing to the
+            end of the style or script block in which the message was generated.
+        * platform/efl-wk1/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Added.
+        * platform/efl-wk1/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Added.
+            New stack trace.
+
+2012-12-05  Kent Tamura  <tkent@chromium.org>
+
+        Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html are slow
+        https://bugs.webkit.org/show_bug.cgi?id=104094
+
+        Reviewed by Kentaro Hara.
+
+        Make them faster by spliting them into the main frame HTML files
+        and the sub frame HTML files. The sub frame HTML files are loaded
+        five times in one test, and don't need to load
+        js-test-pre/post.js. This change makes them about 2x faster on my
+        local machine.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
+        * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
+        * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html.
+        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html:
+        * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html.
+        * fast/forms/time-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html.
+        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
+        * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html.
+        * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        Moving Chromium's baseline for media/track/opera/interfaces/TextTrack/addCue.html
+        (that contains correct, platform-agnostic results) alongside the test.
+
+        * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Copied from LayoutTests/platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt.
+        * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Removed.
+        * platform/efl/TestExpectations: Removed the missing expectation for this test.
+
+2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a platform-specific baseline for fast/css/image-set-value-not-removed-crash.html.
+        Adding a failure expectation for svg/custom/use-href-update-crash.html.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        Unreviewed gardening.
+
+        fast/frames/viewsource-on-image-file.html and
+        fast/overflow/scrollbar-click-retains-focus.html are failing on every
+        port. Skipping.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-05  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Flex item auto margins in the cross direction should safe center
+        https://bugs.webkit.org/show_bug.cgi?id=103919
+
+        Reviewed by Ojan Vafai.
+
+        * css3/flexbox/flex-flow-auto-margins-no-available-space-expected.txt: Added.
+        * css3/flexbox/flex-flow-auto-margins-no-available-space.html: Added.
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        [mac][gtk] Unreviewed gardening.
+
+        fast/overflow/scrollbar-click-retains-focus.html was added in r136646
+        and fails only on Mac WK1, and GTK. Skipping.
+
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: Autogenerate stack traces and line numbers when possible.
+        https://bugs.webkit.org/show_bug.cgi?id=100650
+
+        Reviewed by Yury Semikhatsky.
+
+        New line numbers! Huzzah! (Also, removing some that shouldn't be there).
+
+        * http/tests/inspector/console-xhr-logging-expected.txt:
+        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
+            One new stack trace! OMG!
+        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
+        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+        * html5lib/run-test11-expected.txt:
+        * http/tests/misc/bubble-drag-events-expected.txt:
+        * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
+        * http/tests/misc/iframe-invalid-source-crash-expected.txt:
+        * http/tests/misc/image-blocked-src-change-expected.txt:
+        * http/tests/misc/image-blocked-src-no-change-expected.txt:
+        * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * http/tests/security/frame-loading-via-document-write-expected.txt:
+        * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
+        * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
+        * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
+        * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
+        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-expected.txt:
+        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/form-action-expected.txt:
+        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-expected.txt:
+        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
+        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+        * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
+        * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
+        * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
+        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
+        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
+        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+        * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
+        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
+        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
+        * svg/custom/invalid-length-units-expected.txt:
+        * svg/custom/poly-parsing-error-expected.txt:
+        * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
+        * svg/dom/fuzz-path-parser-expected.txt:
+        * svg/dom/path-parser-expected.txt:
+        * svg/dom/points-parser-expected.txt:
+
+2012-12-04  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Reduce the children repaints when moved multiple times during the layout
+        https://bugs.webkit.org/show_bug.cgi?id=103510
+
+        Reviewed by Darin Adler.
+
+        Add test to check that for flex items moved multiple times during the
+        layout, only the initial and final positions are repainted.
+
+        * css3/flexbox/repaint-column-reverse-expected.txt: Added.
+        * css3/flexbox/repaint-column-reverse.html: Added.
+        * platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png: Added.
+
+2012-12-05  Dominik Röttsches  <dominik.rottsches@intel.com>
+
+        [EFL] Unreviewed gardening.
+
+        Rebaselining viewsource* after r126683.
+        Adding new baseline for orientation-sideways, new test.
+        Moving addCue test to TestExpectations until it's fixed in bug 103925.
+
+        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Added.
+        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Added.
+        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Added.
+        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Added.
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/text/orientation-sideways-expected.png: Added.
+        * platform/efl/fast/text/orientation-sideways-expected.txt: Added.
+
+2012-12-05  Mike West  <mkwst@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        fast/text/hyphenate-character.html, fast/text/hyphenate-first-word.html
+        fast/text/hyphenate-locale.html, and fast/text/hyphens.html have started
+        failing on Linux. Widening the skip to cover that platform as well (they
+        were already skipped for Windows, Mac, and Android.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-05  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=103487
+
+        * platform/chromium/TestExpectations:
+        fast/forms/placeholder-position.html is flaky on linux.
+
+2012-12-05  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=104092
+
+        * platform/chromium/TestExpectations:
+        Mark fast/frames/paint-iframe-background.html as flaky.
+
+2012-12-05  Bear Travis  <betravis@adobe.com>
+
+        Absolutely positioned non-replaced elements should resolve vertical margins against
+        their containing block's logical width
+        https://bugs.webkit.org/show_bug.cgi?id=103576
+
+        Reviewed by Emil A Eklund.
+
+        Test that different writing mode combinations between a parent and child correctly
+        compute percentage margins for an absolutely positioned child.
+
+        * fast/writing-mode/percentage-margins-absolute-expected.txt: Added.
+        * fast/writing-mode/percentage-margins-absolute.html: Added.
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=104090
+
+        * platform/chromium/TestExpectations:
+        Mark fast/css-grid-layout/grid-columns-rows-get-set-multiple.html and
+        fast/css-grid-layout/grid-columns-rows-get-set.html as crash on Mac
+        Debug.
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+        Mark fast/frames/viewsource-attribute.html and
+        viewsource-on-image-file.html as failure.
+
+2012-12-04  Elliott Sprehn  <esprehn@chromium.org>
+
+        Clicking a scrollbar unfocuses the current activeElement
+        https://bugs.webkit.org/show_bug.cgi?id=96335
+        Reviewed by Ojan Vafai.
+        Add test that ensures clicking inside a scrollbar doesn't move the
+        focus unless the scrollbar is inside a mouse focusable element.
+
+        * fast/overflow/scrollbar-click-retains-focus-expected.txt: Added.
+        * fast/overflow/scrollbar-click-retains-focus.html: Added.
+
+2012-12-04  Viatcheslav Ostapenko  <v.ostapenko@samsung.com>
+
+        [EFL][WK2] Enable compositing pixel tests that are not fail after EFL WTR snapshot implementation.
+        https://bugs.webkit.org/show_bug.cgi?id=104075
+
+        Unreviewed, EFL gardening.
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-12-04  Noel Gordon  <noel.gordon@gmail.com>
+
+        [v8] Improve worker.postMessage() string performance: avoid utf8 conversion
+        https://bugs.webkit.org/show_bug.cgi?id=102230
+
+        Reviewed by Eric Seidel.
+
+        Update serialized-script-value-expected results for the new SerializedScriptValue
+        wire format version. Add test cases for UChar string serialization to verify that
+        the UChar string data appears on an even-byte boundary in the wire format, and to
+        test reading string data from the previous wire format is backward-compatible.
+
+        * platform/chromium/fast/storage/serialized-script-value-expected.txt:
+        * platform/chromium/fast/storage/serialized-script-value.html:
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening. A rebaseline.
+
+        * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+        Updated css3/filters/effect-reference-hw.html's expectation.
+
+2012-12-04  Florin Malita  <fmalita@chromium.org>
+
+        Unreviewed gardening - skip use-href-update-crash.svg on Win.
+
+        * platform/win/TestExpectations:
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Removed, rebaseline.
+
+2012-12-04  Florin Malita  <fmalita@chromium.org>
+
+        Unreviewed gardening - suppressing failing svg/custom/use-href-update-crash.svg on Mac and
+        Qt.
+
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-12-04  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] Turn on the new Skia mask blur algorithm.
+        https://bugs.webkit.org/show_bug.cgi?id=103906
+
+        Reviewed by Adrienne Walker.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Add Windows specific results for some tests following r136558 and r136560.
+
+        Tests are indeed passing. The output is just slightly different on Windows.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
+        * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
+
+2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Implement CSS parsing and handling for <track-minmax>
+        https://bugs.webkit.org/show_bug.cgi?id=103799
+
+        Reviewed by Tony Chang.
+
+        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
+        * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
+        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
+        * fast/css-grid-layout/grid-columns-rows-get-set.html:
+        * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
+        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
+        Extended the following tests to cover the new grammar.
+
+2012-12-04  Florin Malita  <fmalita@chromium.org>
+
+        Unreviewed gardening - add missing js-test-pre.js include to avoid use-href-update-crash.svg
+        failures on platforms that do not define gc().
+
+        * svg/custom/use-href-update-crash.svg:
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed, mark css3/filters/effect-reference-hw.html as failing rather than crashing.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Yury Semikhatsky  <yurys@chromium.org>
+
+        [chromium] Layout test inspector-protocol/debugger-pause-dedicated-worker.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=101229
+
+        Reviewed by Vsevolod Vlasov.
+
+        Removed unnecessary logging that introduced flakiness to the tests.
+
+        * inspector-protocol/debugger-pause-dedicated-worker-expected.txt:
+        * inspector-protocol/debugger-pause-dedicated-worker.html:
+        * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt:
+        * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html:
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaselines.
+
+        * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Added.
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium expectations update.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-use-after-free in WebCore::StyleCachedImageSet::cssValue
+        https://bugs.webkit.org/show_bug.cgi?id=100621
+
+        Reviewed by Eric Seidel.
+
+        * fast/css/image-set-value-not-removed-crash-expected.txt: Added.
+        * fast/css/image-set-value-not-removed-crash.html: Added.
+
+2012-12-04  Abhishek Arya  <inferno@chromium.org>
+
+        Crash in CachedResource::checkNotify due to -webkit-crossfade.
+        https://bugs.webkit.org/show_bug.cgi?id=98068
+
+        Reviewed by Nate Chapin.
+
+        * fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
+        * fast/images/crossfade-client-not-removed-crash.html: Added.
+
+2012-12-04  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip flaky "fake mouse move tests" on Windows port.
+        https://bugs.webkit.org/show_bug.cgi?id=103043.
+
+        * platform/win/TestExpectations:
+
+2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        Heap-use-after-free in WebCore::RenderLayer::paintList [MathML]
+        https://bugs.webkit.org/show_bug.cgi?id=100764
+
+        Reviewed by Eric Seidel.
+
+        * mathml/mfenced-root-layer-expected.txt: Added.
+        * mathml/mfenced-root-layer.html: Added.
+
+2012-12-04  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening. Skip fast/loader/non-deferred-substitute-load.html on Windows port.
+        https://bugs.webkit.org/show_bug.cgi?id=103968
+
+        * platform/win/TestExpectations:
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed, mark fast/dom/HTMLTemplateElement/inertContents.html as flaky on mac debug.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Florin Malita  <fmalita@chromium.org>
+
+        Stale SVGUseElement reference in CachedResource::checkNotify()
+        https://bugs.webkit.org/show_bug.cgi?id=104004
+
+        Reviewed by Eric Seidel.
+
+        * svg/custom/use-href-update-crash-expected.txt: Added.
+        * svg/custom/use-href-update-crash.svg: Added.
+
+2012-12-04  Antoine Quint  <graouts@apple.com>
+
+        Missing -expected.txt files for new <track> tests
+        https://bugs.webkit.org/show_bug.cgi?id=104006
+
+        Reviewed by Eric Carlson.
+
+        Add the missing -expected.txt files.
+
+        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
+
+2012-12-04  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r136509.
+        http://trac.webkit.org/changeset/136509
+        https://bugs.webkit.org/show_bug.cgi?id=104015
+
+        broke layout tests (Requested by eae on #webkit).
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-04  Antoine Quint  <graouts@apple.com>
+
+        INVALID_STATE_ERR error upon calling .addCue() for an already-in-use cue
+        https://bugs.webkit.org/show_bug.cgi?id=103264
+
+        Reviewed by Eric Carlson.
+
+        Stop skipping media/track/opera/interfaces/TextTrack/addCue.html as it now mostly passes, the remaining issue
+        being tracked by https://bugs.webkit.org/show_bug.cgi?id=103258.
+
+        * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-04  Mike West  <mkwst@chromium.org>
+
+        Log to console when forms and popups are blocked by 'sandbox'.
+        https://bugs.webkit.org/show_bug.cgi?id=103615
+
+        Reviewed by Adam Barth.
+
+        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
+        * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
+        * fast/frames/sandboxed-iframe-forms-expected.txt:
+        * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
+        * http/tests/security/no-popup-from-sandbox.html:
+        * http/tests/security/popup-allowed-by-sandbox-is-sandboxed.html:
+            Updating effected tests with new console warnings.
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaseline for r136508.
+
+        * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
+        * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
+        * platform/efl-wk1/compositing/masks: Added.
+        * platform/efl-wk1/compositing/masks/masked-ancestor-expected.png: Added.
+        * platform/efl/compositing/masks/masked-ancestor-expected.png: Removed.
+
+2012-12-04  Ken Kania  <kkania@chromium.org>
+
+        Inspector: Introduce Input.dispatchKeyEvent and DOM.focus for typing simulation.
+        https://bugs.webkit.org/show_bug.cgi?id=103530
+
+        Reviewed by Yury Semikhatsky.
+
+        Input.dispatchKeyEvent simply calls EventHandler::keyEvent with the key event data
+        from the command parameters. The client will be responsible for providing proper
+        events to simulate desired typing behavior.
+        DOM.focus calls focus on a dom element.
+
+        * inspector-protocol/dom-focus-expected.txt: Added.
+        * inspector-protocol/dom-focus.html: Added.
+        * inspector-protocol/input/dispatchKeyEvent-expected.txt: Added.
+        * inspector-protocol/input/dispatchKeyEvent.html: Added.
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed mathml rebaseline.
+
+        * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Removed.
+        * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Removed.
+        * platform/chromium/mathml/presentation/sub-expected.txt: Removed.
+        * platform/efl-wk1/mathml: Added.
+        * platform/efl-wk1/mathml/presentation: Added.
+        * platform/efl-wk1/mathml/presentation/roots-expected.txt: Added.
+        * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Added.
+        * platform/efl-wk1/mathml/presentation/sub-expected.txt: Added.
+        * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Added.
+        * platform/efl/mathml/presentation/roots-expected.txt: Removed.
+        * platform/efl/mathml/presentation/row-alignment-expected.txt: Removed.
+        * platform/efl/mathml/presentation/sub-expected.txt: Removed.
+        * platform/efl/mathml/presentation/subsup-expected.txt: Removed.
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed, skip new broken tests in chromium.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium expectations update, mark unskipped svg tests as slow.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Emil A Eklund  <eae@chromium.org>
+
+        Unreviewed chromium rebaseline for r136506 and 136502.
+
+        * platform/chromium-linux/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
+        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
+        * platform/chromium-linux/media/track/opera: Added.
+        * platform/chromium-linux/media/track/opera/interfaces: Added.
+        * platform/chromium-linux/media/track/opera/interfaces/HTMLElement: Added.
+        * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
+        * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
+        * platform/chromium-linux/media/track/opera/interfaces/TextTrack: Added.
+        * platform/chromium-linux/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
+        * platform/chromium-mac-lion/media/track/opera: Added.
+        * platform/chromium-mac-lion/media/track/opera/interfaces: Added.
+        * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement: Added.
+        * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
+        * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
+        * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack: Added.
+        * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/media/track/opera: Added.
+        * platform/chromium-mac-snowleopard/media/track/opera/interfaces: Added.
+        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement: Added.
+        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
+        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
+        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack: Added.
+        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
+        * platform/chromium-mac/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
+        * platform/chromium-mac/compositing/repaint/newly-composited-on-scroll-expected.png:
+        * platform/chromium-mac/media/track/opera: Added.
+        * platform/chromium-mac/media/track/opera/interfaces: Added.
+        * platform/chromium-mac/media/track/opera/interfaces/HTMLElement: Added.
+        * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
+        * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
+        * platform/chromium-mac/media/track/opera/interfaces/TextTrack: Added.
+        * platform/chromium-mac/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
+        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
+        * platform/chromium-win-xp/media/track/opera: Added.
+        * platform/chromium-win-xp/media/track/opera/interfaces: Added.
+        * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement: Added.
+        * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
+        * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
+        * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack: Added.
+        * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
+        * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
+        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
+        * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
+        * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
+        * platform/chromium-win/media/track/opera: Added.
+        * platform/chromium-win/media/track/opera/interfaces: Added.
+        * platform/chromium-win/media/track/opera/interfaces/HTMLElement: Added.
+        * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
+        * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
+        * platform/chromium-win/media/track/opera/interfaces/TextTrack: Added.
+        * platform/chromium-win/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
+        * platform/efl-wk1/compositing/iframes: Added.
+        * platform/efl-wk1/compositing/iframes/composited-iframe-alignment-expected.png: Added.
+        * platform/efl-wk1/compositing/reflections/reflection-in-composited-expected.png: Added.
+        * platform/efl-wk1/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
+        * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
+        * platform/efl/compositing/reflections/reflection-in-composited-expected.png: Removed.
+        * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Removed.
+
+2012-12-04  Robert Hogan  <robert@webkit.org>
+
+        Redrawing issue with inserting new inline element between existing inline elements
+        https://bugs.webkit.org/show_bug.cgi?id=50315
+
+        Reviewed by Levi Weintraub.
+
+        * fast/inline/layout-after-inserting-nested-br-expected.html: Added.
+        * fast/inline/layout-after-inserting-nested-br.html: Added.
+
+2012-12-04  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        IntSize::scale() should return rounded value
+        https://bugs.webkit.org/show_bug.cgi?id=103984
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Test css3/device-adapt/viewport-width-not-affecting-next-page.html is not flaky any more.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-12-04  Stephen Chenney  <schenney@chromium.org>
+
+        [chromium] Turn on the new Skia mask blur algorithm.
+        https://bugs.webkit.org/show_bug.cgi?id=103906
+
+        Unreviewed roll out.
+
+        The previous patch was premature and is causing issues rolling skia deps and Chromium deps.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Antoine Quint  <graouts@apple.com>
+
+        TextTrack's .kind property should return lower-case values
+        https://bugs.webkit.org/show_bug.cgi?id=103411
+
+        Reviewed by Eric Carlson.
+
+        Stop skipping passing tests.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-04  Markus Heintz  <markusheintz@chromium.org>
+
+        Web Inspector: Updating test expectations after viewport console warnings cleanup.
+        https://bugs.webkit.org/show_bug.cgi?id=102890
+
+        Reviewed by Jochen Eisinger.
+
+        Updating test expectations after improving the console message text
+        for a viewport console warning and change the log level to warning.
+
+        * fast/viewport/viewport-121-expected.txt:
+        * fast/viewport/viewport-122-expected.txt:
+        * fast/viewport/viewport-125-expected.txt:
+        * fast/viewport/viewport-126-expected.txt:
+        * fast/viewport/viewport-127-expected.txt:
+        * fast/viewport/viewport-134-expected.txt:
+        * fast/viewport/viewport-52-expected.txt:
+        * fast/viewport/viewport-53-expected.txt:
+        * fast/viewport/viewport-54-expected.txt:
+        * fast/viewport/viewport-55-expected.txt:
+        * fast/viewport/viewport-77-expected.txt:
+        * fast/viewport/viewport-83-expected.txt:
+        * fast/viewport/viewport-84-expected.txt:
+        * fast/viewport/viewport-87-expected.txt:
+        * fast/viewport/viewport-warnings-3-expected.txt:
+        * fast/viewport/viewport-warnings-5-expected.txt:
+        * fast/viewport/viewport-warnings-6-expected.txt:
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+        Update flaky tests' expectations.
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+        Mark css3/filters/effect-reference-hw.html and
+        css3/filters/effect-reference-ordering-hw.html as crash.
+
+2012-12-04  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding failure expectations for the sixth and seventh SVG viewspec tests.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [Overrides] Add ability to override the page CSS media type
+        https://bugs.webkit.org/show_bug.cgi?id=103752
+
+        Reviewed by Pavel Feldman.
+
+        The test invokes PageAgent.setEmulatedMedia() and emits the WebInspector.cssModel.mediaQueryResultChanged() signal.
+
+        * inspector/styles/media-emulation-expected.txt: Added.
+        * inspector/styles/media-emulation.html: Added.
+
+2012-12-04  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Fix a test and re-enable fast/harness/perftests on Chromium.
+
+        * fast/harness/perftests/runs-per-second-log.html:
+        * platform/chromium/TestExpectations:
+
+2012-12-04  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+        Updated about 200 tests' expectations, because the tests were
+        reported as "expected to XXX, but YYY".
+
+2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [REGRESSION] [Styles] Rule disappears if edited selector does not affect selected node
+        https://bugs.webkit.org/show_bug.cgi?id=103059
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/elements-test.js:
+        (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
+          Add dumping of the [no-affect] flag for rules not affecting the currently selected element.
+        * inspector/styles/commit-selector-expected.txt: Rebaseline.
+
+2012-12-04  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        Make svg/dom/viewspec-parser-*.html non-flaky
+        https://bugs.webkit.org/show_bug.cgi?id=103744
+
+        Reviewed by Dirk Schulze.
+
+        Modified viewspec-parser-*.html in two ways:
+        - remove duplicate testing: the five files were all running
+          the exact same tests (only a few percent were unique).
+        - move the test division out of viewspec-parser.js to make it more
+          visible, divide the tests into logical sets.
+
+        * platform/efl-wk2/TestExpectations:
+        * svg/dom/resources/viewspec-parser.js:
+        (startViewspecTests):
+        * svg/dom/viewspec-parser-1-expected.txt:
+        * svg/dom/viewspec-parser-1.html:
+        * svg/dom/viewspec-parser-2-expected.txt:
+        * svg/dom/viewspec-parser-2.html:
+        * svg/dom/viewspec-parser-3-expected.txt:
+        * svg/dom/viewspec-parser-3.html:
+        * svg/dom/viewspec-parser-4-expected.txt:
+        * svg/dom/viewspec-parser-4.html:
+        * svg/dom/viewspec-parser-5-expected.txt:
+        * svg/dom/viewspec-parser-5.html:
+        * svg/dom/viewspec-parser-6-expected.txt: Added.
+        * svg/dom/viewspec-parser-6.html: Added.
+        * svg/dom/viewspec-parser-7-expected.txt: Added.
+        * svg/dom/viewspec-parser-7.html: Added.
+
+2012-12-03  Nate Chapin  <japhet@chromium.org>
+
+        svg/foreignObject/viewport-foreignObject-crash.html recurses infinitely sometimes
+        https://bugs.webkit.org/show_bug.cgi?id=103935.
+
+        Reviewed by Abhishek Arya.
+
+        * svg/foreignObject/viewport-foreignobject-crash.html:
+
+2012-12-03  Joshua Bell  <jsbell@chromium.org>
+
+        IndexedDB: Correct database version after aborted upgrade
+        https://bugs.webkit.org/show_bug.cgi?id=103763
+
+        Reviewed by Tony Chang.
+
+        Update test expectations and tweak a test so it's testing what it claimed.
+
+        * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
+        * storage/indexeddb/mozilla/resources/versionchange-abort.js:
+        (postAbort):
+        * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
+        * storage/indexeddb/resources/unblocked-version-changes.js:
+        (onUpgradeNeeded):
+        * storage/indexeddb/unblocked-version-changes-expected.txt:
+
+2012-12-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Gardening of Apple Windows port.
+        https://bugs.webkit.org/show_bug.cgi?id=102603.
+
+        * platform/win/TestExpectations:
+
+2012-12-03  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+        Marked the following tests as crash timeout for Android:
+        media/encrypted-media/encrypted-media-syntax.html,
+        media/encrypted-media/encrypted-media-events.html, and
+        media/encrypted-media/encrypted-media-not-loaded.html.
+
+2012-12-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening of Apple Windows Port.
+        https://bugs.webkit.org/show_bug.cgi?id=97026
+
+        * platform/win/TestExpectations:
+
+2012-12-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Removing expected failing results for Windows port. Test now works.
+        https://bugs.webkit.org/show_bug.cgi?id=51469
+
+        * platform/win/fast/js/large-expressions-expected.txt: Removed.
+
+2012-12-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip fast/js/kde/Array.html.
+        https://bugs.webkit.org/show_bug.cgi?id=103962.
+
+        * platform/win/TestExpectations:
+
+2012-12-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Line ending fix.
+
+        * platform/win/css3/filters/effect-reference-expected.txt:
+        * platform/win/css3/filters/effect-reference-hw-expected.txt:
+
+2012-12-03  Rafael Weinstein  <rafaelw@chromium.org>
+
+        Implement HTMLTemplateElement
+        https://bugs.webkit.org/show_bug.cgi?id=86031
+
+        Reviewed by Adam Barth.
+
+        * fast/dom/HTMLTemplateElement/cloneNode-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/cloneNode.html: Added.
+        * fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/inertContents.html: Added.
+        * fast/dom/HTMLTemplateElement/innerHTML-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/innerHTML.html: Added.
+        * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt: Added.
+        * fast/dom/HTMLTemplateElement/ownerDocument.html: Added.
+        * html5lib/resources/template.dat: Added.
+        * html5lib/run-template-expected.txt: Added.
+        * html5lib/run-template.html: Added.
+        * resources/dump-as-markup.js:
+        (Markup._get):
+        (Markup._getSelectionFromNode):
+
+2012-12-03  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        [CSS Grid Layout] Support percentage paddings and margins on grid items
+        https://bugs.webkit.org/show_bug.cgi?id=103677
+
+        Reviewed by Tony Chang.
+
+        * resources/check-layout.js:
+        Extended check-layout to be able to query paddings and margins. Note that in order to compare,
+        the attribute with the returned value from getComputedStyle, we need to trim the unit ("px")
+        from the actual values. This trick also works in FireFox and Opera.
+
+        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-expected.txt: Added.
+        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html: Added.
+
+2012-12-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Expected failing results on Windows.
+
+        * platform/win/css3/filters: Added.
+        * platform/win/css3/filters/effect-reference-expected.txt: Added.
+        * platform/win/css3/filters/effect-reference-hw-expected.txt: Added.
+
+2012-12-03  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+        Removed duplicate entries for compositing/masks/masked-ancestor.html.
+        Fixed overriding: compositing/masks/simple-composited-mask.html.
+
+2012-12-03  Antoine Quint  <graouts@apple.com>
+
+        Add Opera-submitted W3C <track> tests to LayoutTests
+        https://bugs.webkit.org/show_bug.cgi?id=103887
+
+        Reviewed by Eric Carlson.
+
+        Adding the Opera-submitted W3C <track> testsuite and test results for passing tests. Failing tests are skipped
+        on all platforms.
+
+        * media/track/opera/idl/media-idl-tests.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks-expected.txt: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default-expected.txt: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label-expected.txt: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState-expected.txt: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang-expected.txt: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang.html: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track-expected.txt: Added.
+        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track.html: Added.
+        * media/track/opera/interfaces/TextTrack/activeCues.html: Added.
+        * media/track/opera/interfaces/TextTrack/addCue.html: Added.
+        * media/track/opera/interfaces/TextTrack/constants-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrack/constants.html: Added.
+        * media/track/opera/interfaces/TextTrack/cues.html: Added.
+        * media/track/opera/interfaces/TextTrack/kind.html: Added.
+        * media/track/opera/interfaces/TextTrack/label-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrack/label.html: Added.
+        * media/track/opera/interfaces/TextTrack/language-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrack/language.html: Added.
+        * media/track/opera/interfaces/TextTrack/mode-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrack/mode.html: Added.
+        * media/track/opera/interfaces/TextTrack/oncuechange-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrack/oncuechange.html: Added.
+        * media/track/opera/interfaces/TextTrack/removeCue.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/align.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/endTime.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/id.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/line.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/onenter.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/onexit.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/pauseOnExit.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/snapToLines.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/startTime.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/text.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/track.html: Added.
+        * media/track/opera/interfaces/TextTrackCue/vertical.html: Added.
+        * media/track/opera/interfaces/TextTrackCueList/getCueById-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackCueList/getCueById.html: Added.
+        * media/track/opera/interfaces/TextTrackCueList/getter.html: Added.
+        * media/track/opera/interfaces/TextTrackCueList/length-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackCueList/length.html: Added.
+        * media/track/opera/interfaces/TextTrackList/getter.html: Added.
+        * media/track/opera/interfaces/TextTrackList/length-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackList/length.html: Added.
+        * media/track/opera/interfaces/TextTrackList/onaddtrack-expected.txt: Added.
+        * media/track/opera/interfaces/TextTrackList/onaddtrack.html: Added.
+        * media/track/opera/interfaces/TextTrackList/onremovetrack.html: Added.
+        * media/track/opera/interfaces/TrackEvent/constructor.html: Added.
+        * media/track/opera/interfaces/TrackEvent/createEvent.html: Added.
+        * media/track/opera/resources/WebIDLParser.js: Added.
+        (window.WebIDLParser):
+        (window.WebIDLParser.):
+        * media/track/opera/resources/idlharness.js: Added.
+        (.):
+        * media/track/opera/resources/media/sunflower.mp4: Added.
+        * media/track/opera/resources/media/sunflower.webm: Added.
+        * media/track/opera/track/track-element/cloneNode.html: Added.
+        * media/track/opera/track/track-element/src-clear-cues.html: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/buildtests.py: Added.
+        (appendtest):
+        * media/track/opera/track/webvtt/parsing-cue-data/common.js: Added.
+        (format):
+        (test_serializer):
+        (.if):
+        (print_diffs):
+        (runTests.tests.forEach):
+        (runTests):
+        (trackError):
+        (removeElm):
+        * media/track/opera/track/webvtt/parsing-cue-data/dat/entities.dat: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/dat/tags.dat: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/dat/timestamps.dat: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/dat/tree-building.dat: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html: Added.
+        * media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html: Added.
+        * media/track/opera/track/webvtt/parsing/001.html: Added.
+        * media/track/opera/track/webvtt/parsing/support/.htaccess: Added.
+        * media/track/opera/track/webvtt/parsing/support/arrows.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/cue-counts.json: Added.
+        * media/track/opera/track/webvtt/parsing/support/header-garbage.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/header-space.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/header-tab.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/header-timings.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/ids.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/newlines.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/no-signature.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/nulls.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/omitted-hours.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/settings-align.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/settings-line.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/settings-multiple.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/settings-position.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/settings-size.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/settings-vertical.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-bom.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-formfeed.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-lowercase.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-no-newline.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-null.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-space-no-newline.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-space.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-tab-no-newline.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-tab.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-timings.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-too-short.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-two-boms.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/signature-websrt.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/space-chars.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/timings-60.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/timings-garbage.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/timings-negative.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/timings-too-long.vtt: Added.
+        * media/track/opera/track/webvtt/parsing/support/timings-too-short.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html: Added.
+        * media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html: Added.
+        * media/track/opera/track/webvtt/rendering/adhoc/support/12345_timestamps.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/adhoc/support/class.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/adhoc/support/voice_with_evil_timestamp.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_tracks-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/2_tracks.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/3_tracks-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/3_tracks.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_end-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_end.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_start-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_start.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/basic-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/basic.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/build-manifest.py: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/cue_too_long-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/cue_too_long.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/size_90-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/size_90.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/size_99-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/size_99.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely_all_cues_have_same_timestamp.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/support/single_quote.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_90.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_99.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/evil/support/test.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_50_percent-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_50_percent.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/media/background.gif: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/media/white.mp4: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/media/white.webm: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/media_with_controls-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/media_with_controls.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/reftest.list: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/repaint-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/repaint.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/size_50-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/size_50.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_completely_move_up.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_down.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_up.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_end.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_end_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_50.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_gt_50.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50_size_gt_maximum_size.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_start.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/align_start_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/bidi_ruby.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/bold_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_2_timestamps.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_timestamp.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/class_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/class_with_2_timestamps.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/class_with_timestamp.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/cue_with_id.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/decode_escaped_entities.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/foo.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/foo_c_bar.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/foo_space_space_bar_LF_baz.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/italic_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_2_timestamps.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_timestamp.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_-2_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_0.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_1_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_50_percent.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap_move_up.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap_move_up.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/one_line_cue_plus_wrapped_cue.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/refTestWait.js: Added.
+        (takeScreenshot):
+        (takeScreenshoDelayed):
+        * media/track/opera/track/webvtt/rendering/reftest/support/size_50.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_bold.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_bold_with_class.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_class.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_class_with_class.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_italic.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_italic_with_class.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_two_voices.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_underline.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_underline_with_class.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_voice.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/test_voice_with_class.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues_wrapped.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/u002E_LF_u05D0.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2028_u05D0.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2029_u05D0.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/u0041_first.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/u05D0_first.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/u0628_first.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/u06E9_no_strong_dir.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/underline_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_2_timestamps.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_timestamp.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/very_long_cue.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/voice_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_2_timestamps.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_timestamp.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long_size_20.vtt: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped-ref.html: Added.
+        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-12-03  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, add Chromium GTK+ baselines after r136409 (mathml sup/sub box changes).
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/mathml/presentation/roots-expected.txt:
+        * platform/gtk/mathml/presentation/row-alignment-expected.txt:
+        * platform/gtk/mathml/presentation/sub-expected.txt:
+        * platform/gtk/mathml/presentation/subsup-expected.txt:
+        * platform/gtk/mathml/presentation/sup-expected.txt:
+        * platform/gtk/mathml/presentation/tables-expected.txt:
+
+2012-12-03  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, add Chromium Win/Mac baselines after r136409 (mathml sup/sub box changes).
+
+        * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Removed.
+        * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Added.
+        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Removed.
+        * platform/chromium-mac-lion/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
+        * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt:
+        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt:
+        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
+        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt:
+        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
+        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt:
+        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
+        * platform/chromium-mac/mathml/presentation/roots-expected.txt: Renamed from LayoutTests/platform/chromium/mathml/presentation/roots-expected.txt.
+        * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt:
+        * platform/chromium-mac/mathml/presentation/sub-expected.txt: Added.
+        * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
+        * platform/chromium-mac/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
+        * platform/chromium-mac/mathml/presentation/tables-expected.txt:
+        * platform/chromium-win-xp/mathml/presentation/roots-expected.txt:
+        * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt:
+        * platform/chromium-win-xp/mathml/presentation/sub-expected.txt:
+        * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt:
+        * platform/chromium-win-xp/mathml/presentation/sup-expected.txt:
+        * platform/chromium-win-xp/mathml/presentation/tables-expected.txt:
+        * platform/chromium-win/mathml/presentation/roots-expected.txt:
+        * platform/chromium-win/mathml/presentation/row-alignment-expected.txt:
+        * platform/chromium-win/mathml/presentation/sub-expected.txt:
+        * platform/chromium-win/mathml/presentation/subsup-expected.txt:
+        * platform/chromium-win/mathml/presentation/sup-expected.txt:
+        * platform/chromium-win/mathml/presentation/tables-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/mathml/presentation/row-alignment-expected.txt: Removed.
+        * platform/chromium/mathml/presentation/subsup-expected.txt: Removed.
+
+2012-12-03  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed gardening on Apple Windows port.
+
+        * platform/win/TestExpectations:
+
+2012-12-03  Xan Lopez  <xlopez@igalia.com>
+
+        Unreviewed gardening.
+
+        Update grid layout tests with proper expected results for cosmetic
+        debug() changes I did in the previous patch.
+
+        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
+        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
+
+2012-12-03  Stephen White  <senorblanco@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-03  Simon Fraser  <simon.fraser@apple.com>
+
+        When animating mask-postion on a composited layer, element renders incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=103700
+
+        Reviewed by Tim Horton.
+
+        Test that dumps the layer tree for a composited layer with a mask.
+
+        * compositing/masks/mask-layer-size-expected.txt: Added.
+        * compositing/masks/mask-layer-size.html: Added.
+
+2012-12-03  Xan Lopez  <xan@igalia.com>
+
+        [CSS Grid Layout] Support <percentage> and viewport-relative breadth sizes
+        https://bugs.webkit.org/show_bug.cgi?id=103335
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/css-grid-layout/breadth-size-resolution-grid-expected.txt: Added.
+        * fast/css-grid-layout/breadth-size-resolution-grid.html: Added.
+        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
+        * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
+        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
+        * fast/css-grid-layout/grid-columns-rows-get-set.html:
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt:
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt:
+        * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
+        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
+
+2012-12-03  Max Vujovic  <mvujovic@adobe.com>
+
+        [CSS Shaders] Do not clamp indirect array indices during CSS Shaders ANGLE validation pass
+        https://bugs.webkit.org/show_bug.cgi?id=102731
+
+        Reviewed by Dean Jackson.
+
+        Add a vertex shader which indirectly indexes a uniform array. This shader should validate,
+        compile, and execute properly.
+
+        The GLSL ES 1.0 spec [1], Appendix A, Section 5 "Uniforms (excluding samplers)" says:
+        "In the vertex shader, support for all forms of array indexing is mandated."
+
+        [1]: http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf
+
+        * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Added.
+        * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Added.
+        * css3/filters/resources/array-indirect-index.vs: Added.
+
+2012-12-03  Tony Chang  <tony@chromium.org>
+
+        Performance degradation while rendering MathML content, freezes the tab.
+        https://bugs.webkit.org/show_bug.cgi?id=102585
+
+        Reviewed by Eric Seidel.
+
+        Add a regression test for nested fractions. The O(2^n) layout time should
+        be fixed by r136324.
+
+        * mathml/presentation/mfrac-nested-expected.txt: Added.
+        * mathml/presentation/mfrac-nested.html: Added.
+
+2012-12-03  Alexis Menard  <alexis@webkit.org>
+
+        [EFL] Enable CSS3 background-position offsets by default.
+        https://bugs.webkit.org/show_bug.cgi?id=103879
+
+        Reviewed by Laszlo Gombos.
+
+        Enable by default the new CSS3 background position offsets therefore we
+        can unskip the tests.
+
+        * platform/efl/TestExpectations:
+
+2012-12-03  Stephen White  <senorblanco@chromium.org>
+
+        [chromium]  Unreviewed gardening.
+        Fix duplicate test expectations.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-03  Philip Rogers  <pdr@google.com>
+
+        Invalidate SVG width on width attribute change.
+        https://bugs.webkit.org/show_bug.cgi?id=103304
+
+        Reviewed by Dirk Schulze.
+
+        * svg/custom/root-size-attribute-changes-expected.html: Added.
+        * svg/custom/root-size-attribute-changes.html: Added.
+
+2012-12-03  Stephen White  <senorblanco@chromium.org>
+
+        [chromium] Turn on the new Skia mask blur algorithm.
+        https://bugs.webkit.org/show_bug.cgi?id=103906
+
+        Reviewed by Adrienne Walker.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-03  Alexis Menard  <alexis@webkit.org>
+
+        [Mac] Enable CSS3 background-position offset by default.
+        https://bugs.webkit.org/show_bug.cgi?id=103905
+
+        Reviewed by Simon Fraser.
+
+        Enable by default the new CSS3 background position offsets therefore we
+        can unskip the tests.
+
+        * platform/mac/TestExpectations:
+
+2012-12-03  Takashi Sakamoto  <tasak@google.com>
+
+        [style scoped]: style scoped needs more tests.
+        https://bugs.webkit.org/show_bug.cgi?id=99821
+
+        Reviewed by Dimitri Glazkov.
+
+        Test cases in this patch validate dynamically creating, moving and
+        removing a scoped style works well.
+
+        * fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Added.
+        * fast/css/style-scoped/style-scoped-with-dom-operation.html: Added.
+
+2012-12-03  Anton Vayvod  <avayvod@chromium.org>
+
+        Text Autosizing: don't autosize horizontal menu items implemented via floating list items
+        https://bugs.webkit.org/show_bug.cgi?id=103840
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Floating list items are often used to implement horizontal menus. Currently, text autosizing 
+        disregards such elements as autosizing containers. List items are often then autosized as part
+        of a bigger cluster (usually the whole page) and look too big.
+        This change turns floating list items into autosizing clusters so they are autosized separately
+        resulting in no font size multiplication for menu items implemented in this manner.
+
+        * fast/text-autosizing/cluster-list-item-expected.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow-expected.html.
+        * fast/text-autosizing/cluster-list-item.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow.html; added case for a floating list item.
+
+2012-12-03  Tony Chang  <tony@chromium.org>
+
+        [mathml] Improve performance of nested sup or sub elements
+        https://bugs.webkit.org/show_bug.cgi?id=103665
+
+        Reviewed by Darin Adler.
+
+        Update Chromium Linux baselines and mark tests as failing on other platforms.
+        The mathml.css change causes these pixel results changes. This doesn't change
+        the pixel results, it is only a change to the render tree. The render boxes
+        should more tightly wrap the superscripts and subscripts but be positioned
+        in the same place.
+
+        * mathml/presentation/sup-nested-expected.txt: Added.
+        * mathml/presentation/sup-nested.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/chromium-linux/mathml/presentation/roots-expected.txt:
+        * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
+        * platform/chromium-linux/mathml/presentation/sub-expected.txt:
+        * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
+        * platform/chromium-linux/mathml/presentation/sup-expected.txt:
+        * platform/chromium-linux/mathml/presentation/tables-expected.txt:
+
+2012-12-03  Alexis Menard  <alexis@webkit.org>
+
+        [GTK] Enable CSS3 background-background position offset by default.
+        https://bugs.webkit.org/show_bug.cgi?id=103903
+
+        Reviewed by Philippe Normand.
+
+        Enable by default the new CSS3 background position offsets therefore we
+        can unskip the tests.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-03  Hajime Morrita  <morrita@google.com>
+
+        Corrupted DOM tree during appendChild/insertBefore
+        https://bugs.webkit.org/show_bug.cgi?id=103601
+
+        Reviewed by Abhishek Arya.
+
+        * fast/events/mutation-during-append-child-expected.txt: Added.
+        * fast/events/mutation-during-append-child.html: Added.
+        * fast/events/mutation-during-insert-before-expected.txt: Added.
+        * fast/events/mutation-during-insert-before.html: Added.
+
+2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [GTK][EFL] Gardening for media/video-volume.html
+        https://bugs.webkit.org/show_bug.cgi?id=103894
+
+        Unreviewed gardening: media/video-volume.html fails with
+        gstreamer.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
+
+        Unreviewed Qt gardening.
+
+        Remove image expectation for tests that now pass.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+
+2012-12-03  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Expectations fix up
+
+        Unreviewed expectations.
+
+        Two tests appear to have been out-of-date when they were last rebaselined.
+
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
+        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
+        * platform/chromium-win-xp/svg/carto.net: Removed.
+        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
+        * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
+
+2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
+
+        svg/custom/baseval-animval-equality.svg should use dumpAsText
+        https://bugs.webkit.org/show_bug.cgi?id=103873
+
+        Reviewed by Dirk Schulze.
+
+        Turn it to a dumpAsText test.
+
+        * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/chromium/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/gtk/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * platform/qt/svg/custom/baseval-animval-equality-expected.txt: Removed.
+        * svg/custom/baseval-animval-equality-expected.txt: Added.
+        * svg/custom/baseval-animval-equality.svg:
+
+2012-12-03  Erik Arvidsson  <arv@chromium.org>
+
+        Update Acid3 test to the latest version
+        https://bugs.webkit.org/show_bug.cgi?id=102943
+
+        Reviewed by Ojan Vafai.
+
+        The Acid3 test has been updated to not break when browsers starts to implement new
+        standards. This updates our copy of the Acid3 test.
+
+        * fast/dom/Range/acid3-surround-contents.html:
+        * http/tests/misc/acid3.html:
+
+2012-12-03  Tommy Widenflycht  <tommyw@google.com>
+
+        Speech Recognition API: Update SpeechRecognitionEvent to match the specification
+        https://bugs.webkit.org/show_bug.cgi?id=103407
+
+        Reviewed by Kentaro Hara.
+
+        Updating basic tests and removing emma tests temporarily.
+
+        * fast/speech/scripted/emma-expected.txt: Removed.
+        * fast/speech/scripted/emma.html: Removed.
+        * fast/speech/scripted/speechrecognition-basics-expected.txt:
+        * fast/speech/scripted/speechrecognition-basics.html:
+
+2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Gardening, mark tests flaky
+        https://bugs.webkit.org/show_bug.cgi?id=103884
+
+        Unreviewed gardening to mark tests flaky based on flakiness dashboard.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-12-03  Alexis Menard  <alexis@webkit.org>
+
+        [Qt] Enable CSS3 background-position offsets by default.
+        https://bugs.webkit.org/show_bug.cgi?id=103877
+
+        Reviewed by Tor Arne Vestbø.
+
+        Enable by default the new CSS3 background position offsets therefore we
+        can unskip the tests.
+
+        * platform/qt/TestExpectations:
+
+2012-12-03  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r136377.
+        http://trac.webkit.org/changeset/136377
+        https://bugs.webkit.org/show_bug.cgi?id=103881
+
+        Causes crashes on debug builds that use JSC. (Requested by
+        mkwst on #webkit).
+
+        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
+        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+        * html5lib/run-test11-expected.txt:
+        * http/tests/inspector/console-xhr-logging-expected.txt:
+        * http/tests/misc/bubble-drag-events-expected.txt:
+        * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
+        * http/tests/misc/iframe-invalid-source-crash-expected.txt:
+        * http/tests/misc/image-blocked-src-change-expected.txt:
+        * http/tests/misc/image-blocked-src-no-change-expected.txt:
+        * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * http/tests/security/frame-loading-via-document-write-expected.txt:
+        * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
+        * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
+        * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
+        * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
+        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-expected.txt:
+        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/form-action-expected.txt:
+        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-expected.txt:
+        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
+        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+        * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+        * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
+        * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
+        * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
+        * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
+        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
+        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
+        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+        * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
+        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
+        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
+        * svg/custom/invalid-length-units-expected.txt:
+        * svg/custom/poly-parsing-error-expected.txt:
+        * svg/dom/fuzz-path-parser-expected.txt:
+        * svg/dom/path-parser-expected.txt:
+        * svg/dom/points-parser-expected.txt:
+
+2012-12-03  Kihong Kwon  <kihong.kwon@samsung.com>
+
+        Remove useless included header and change position of Proximity Events test cases
+        https://bugs.webkit.org/show_bug.cgi?id=103871
+
+        Reviewed by Antonio Gomes.
+
+        Change the path of Proximity Events test cases from LayoutTests/fast/dom/Proximity to LayoutTests/proximity.
+
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+        * proximity/check-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity-expected.txt.
+        * proximity/check-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity.html.
+        * proximity/create-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity-expected.txt.
+        * proximity/create-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity.html.
+
+2012-12-03  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt] Gardening after r136280, r136323, r136164 and r136031.
+        https://bugs.webkit.org/show_bug.cgi?id=103876
+
+        Reviewed by Csaba Osztrogonác.
+
+        r136280: Added Qt baseline for fast/events/stopPropagation-submit.html.
+        r136323: Skipped storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
+        r136164: Skipped fast/dom/Geolocation/cached-position-iframe.html on Qt-WK2
+        r136031: Updated Qt-WK2 baselines for http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag* tests.
+
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
+        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
+        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/events/stopPropagation-submit-expected.txt: Added.
+
+2012-12-03  Alexis Menard  <alexis@webkit.org>
+
+        [CSS3 Backgrounds and Borders] Implement CSS3 background-position offsets rendering.
+        https://bugs.webkit.org/show_bug.cgi?id=103440
+
+        Reviewed by Julien Chaffraix.
+
+        Uncomment the computed style tests from background-position-parsing-2
+        and add the expected output. Add a new
+        background-position-rendering test to verify that the background has a
+        correct position with the new <position> value. I also covered some old
+        CSS 2.1 values for verification.
+
+        * fast/backgrounds/background-position-parsing-2-expected.txt:
+        * fast/backgrounds/background-position-parsing-2.html:
+        * fast/backgrounds/background-position-rendering-expected.html: Added.
+        * fast/backgrounds/background-position-rendering.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2012-12-03  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: Autogenerate stack traces and line numbers when possible.
+        https://bugs.webkit.org/show_bug.cgi?id=100650
+
+        Reviewed by Yury Semikhatsky.
+
+        New line numbers! Huzzah! (Also, removing some that shouldn't be there).
+
+        * http/tests/inspector/console-xhr-logging-expected.txt:
+        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
+            One new stack trace! OMG!
+        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
+        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
+        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+        * html5lib/run-test11-expected.txt:
+        * http/tests/misc/bubble-drag-events-expected.txt:
+        * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
+        * http/tests/misc/iframe-invalid-source-crash-expected.txt:
+        * http/tests/misc/image-blocked-src-change-expected.txt:
+        * http/tests/misc/image-blocked-src-no-change-expected.txt:
+        * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * http/tests/security/frame-loading-via-document-write-expected.txt:
+        * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
+        * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
+        * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
+        * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
+        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-expected.txt:
+        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/form-action-expected.txt:
+        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-expected.txt:
+        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-expected.txt:
+        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+        * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
+        * http/tests/security/xssAuditor/open-script-src-expected.txt:
+        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+        * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
+        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+        * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+        * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
+        * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
+        * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
+        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
+        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
+        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+        * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
+        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
+        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
+        * svg/custom/invalid-length-units-expected.txt:
+        * svg/custom/poly-parsing-error-expected.txt:
+        * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
+        * svg/dom/fuzz-path-parser-expected.txt:
+        * svg/dom/path-parser-expected.txt:
+        * svg/dom/points-parser-expected.txt:
+
+2012-12-03  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding a failure expectation for editing/selection/caret-alignment-for-vertical-text.html.
+
+        * platform/gtk/TestExpectations:
+
+2012-12-03  Mateusz Leszko  <m.leszko@samsung.com>
+
+        [EFL] Accessibility gardening
+        https://bugs.webkit.org/show_bug.cgi?id=103735
+
+        Unreviewed, EFL accessibility gardening.
+
+        Unskipping accessibility tests. Skipping failing ones.
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-12-03  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        CSS Device Adaptation: window.innerWidth returns wrong value if CSS viewport descriptors are applied
+        https://bugs.webkit.org/show_bug.cgi?id=103737
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Added new test css3/device-adapt/viewport-width-check-window-innerwidth-correct.html.
+
+        * css3/device-adapt/viewport-width-check-window-innerwidth-correct-expected.txt: Added.
+        * css3/device-adapt/viewport-width-check-window-innerwidth-correct.html: Added.
+
+2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [Styles] Retain selector case as written in the source code
+        https://bugs.webkit.org/show_bug.cgi?id=103118
+
+        Reviewed by Antti Koivisto.
+
+        * inspector/styles/selector-list-expected.txt: Added.
+        * inspector/styles/selector-list.html: Added.
+        * inspector/styles/styles-add-new-rule-expected.txt: Rebaselined.
+
+2012-12-02  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Unreviewed, WebKit2 gardening.
+
+        Skip storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
+        on WebKit2 since testRunner.closeIdleLocalStorageDatabases() is not implemented yet.
+
+        * platform/wk2/TestExpectations:
+
+2012-12-02  Kangil Han  <kangil.han@samsung.com>
+
+        [EFL] Unskip fast/js/array-sort-modifying-tostring.html in release mode
+        https://bugs.webkit.org/show_bug.cgi?id=103850
+
+        Unreviewed, EFL gardening.
+
+        This case has been passed in release mode, whereas crashed occasionally in debug mode.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-12-02  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, webkit gardening. Rebaseline of fast/css/font-weight-1.
+
+        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
+        * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
+        * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
+
+2012-12-02  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        [chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html is failing on all platforms.
+        https://bugs.webkit.org/show_bug.cgi?id=103817
+
+        Reviewed by Kent Tamura.
+
+        Adding initial value to the datetime input. Without it, the test fails
+        because calendar picker opens current month.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
+
+2012-12-02  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, webkit gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=103834
+
+        * platform/chromium/TestExpectations:
+        Mark month-multiple-fields-keyboard-events.html as FAIL for WinXP.
+
+2012-12-02  Kangil Han  <kangil.han@samsung.com>
+
+        [EFL][WK1] Change AC bug url appropriately
+        https://bugs.webkit.org/show_bug.cgi?id=103808
+
+        Unreviewed, EFL gardening.
+
+        From https://bugs.webkit.org/show_bug.cgi?id=103488 to https://bugs.webkit.org/show_bug.cgi?id=103847
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-12-02  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, webkit gardening, fix webkit lint.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-02  Sadrul Habib Chowdhury  <sadrul@chromium.org>
+
+        [chromium] Correct the location of synthetic mouse events when page is zoomed
+        https://bugs.webkit.org/show_bug.cgi?id=103823
+
+        Reviewed by Adam Barth.
+
+        * platform/chromium/plugins/touch-events-synthesized-expected.txt:
+        * platform/chromium/plugins/touch-events-synthesized.html:
+
+2012-12-02  Robert Hogan  <robert@webkit.org>
+
+        Bad rendering of web page because of image's height is set to 100%
+        https://bugs.webkit.org/show_bug.cgi?id=28035
+
+        Reviewed by Eric Seidel.
+
+        * fast/css/computed-image-width-with-percent-height-expected.html: Added.
+        * fast/css/computed-image-width-with-percent-height-quirksmode-expected.html: Added.
+        * fast/css/computed-image-width-with-percent-height-quirksmode.html: Added.
+        * fast/css/computed-image-width-with-percent-height.html: Added.
+
+2012-12-02  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] regionlayoutupdate event fires continuously
+        https://bugs.webkit.org/show_bug.cgi?id=102101
+
+        Reviewed by David Hyatt.
+
+        Add a test to make sure that for a flow thread with auto-height region, the regionlayoutupdate event is not unnecessary triggered.
+
+        * fast/regions/autoheight-regionlayoutupdate-multipletimes-expected.txt: Added.
+        * fast/regions/autoheight-regionlayoutupdate-multipletimes.html: Added.
+
+2012-12-02  Mike West  <mkwst@chromium.org>
+
+        [gtk] Enable the CSP_NEXT runtime flag.
+        https://bugs.webkit.org/show_bug.cgi?id=103810
+
+        Reviewed by Adam Barth.
+
+        * platform/gtk/TestExpectations:
+            Unskipping CSP 1.1 tests for GTK.
+
+2012-12-02  Mike West  <mkwst@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        Skipping failing tests on mac.
+
+        * platform/chromium/TestExpectations:
+            Mark fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
+            and widening fast/css/font-weight-1.html to include 'Mac'.
+
+2012-12-02  Rik Cabanier  <cabanier@adobe.com>
+
+        Extend JavaScript support for blending in canvas
+        https://bugs.webkit.org/show_bug.cgi?id=101804
+
+        Reviewed by Dirk Schulze.
+
+        Added a test that checks that all blendingmodes are supported
+
+        * canvas/philip/tests/2d.composite.globalComposite-expected.txt: Added.
+        * canvas/philip/tests/2d.composite.globalComposite.html: Added.
+
+2012-12-02  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=96720
+
+        * platform/chromium/TestExpectations: Mark them Slow
+
+2012-12-02  Elliott Sprehn  <esprehn@gmail.com>
+
+        documentElement should not always get a renderer
+        https://bugs.webkit.org/show_bug.cgi?id=103475
+
+        Reviewed by Ojan Vafai.
+
+        Test that using display: none on the documentElement hides the document.
+
+        * fast/css/display-none-documentElement-expected.html: Added.
+        * fast/css/display-none-documentElement.html: Added.
+
+2012-12-02  Pan Deng  <pan.deng@intel.com>
+
+        [Resource Timing]Test cases of cross origin resource timing.
+        https://bugs.webkit.org/show_bug.cgi?id=84886.
+
+        Reviewed by Tony Gentilcore.
+
+        Test cases in this patch validate resource timing behavior when cross origin request with/without "allow-timing-origin" response header. 
+
+        * http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php: Added.
+        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt: Added.
+        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html: Added.
+        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt: Added.
+        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request.html: Added.
+
+2012-12-02  Justin Novosad  <junov@google.com>
+
+        Fix occlusion culling logic to handle css background layer clipping
+        https://bugs.webkit.org/show_bug.cgi?id=103276
+
+        Reviewed by Simon Fraser.
+
+        New ref test that verifies the superposition of background layers with
+        the layers having smaller clip regions than the layers beneath them.
+        This test ensures the bottom layers are not removed by culling
+        optimizations.
+
+        * fast/backgrounds/background-opaque-clipped-gradients-expected.html: Added.
+        * fast/backgrounds/background-opaque-clipped-gradients.html: Added.
+
+2012-12-02  Tony Chang  <tony@chromium.org>
+
+        Avoid a second layout of flex items in layoutAndPlaceChildren()
+        https://bugs.webkit.org/show_bug.cgi?id=102352
+
+        Reviewed by Ojan Vafai.
+
+        Add a test case to make sure we relayout when a sibling is stretching.
+
+        * css3/flexbox/stretch-after-sibling-size-change-expected.txt: Added.
+        * css3/flexbox/stretch-after-sibling-size-change.html: Added.
+
+2012-12-02  Yongjun Zhang  <yongjun_zhang@apple.com>
+
+        Need a method to close all idle localstorage databases immediately.
+        https://bugs.webkit.org/show_bug.cgi?id=103469
+
+        Reviewed by David Kilzer.
+
+        * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately-expected.txt: Added.
+        * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html: Added.
+        * storage/resources/storage-close-idle-localstorage-databases-immediately.html: Added.
+
+2012-12-02  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r136236.
+        http://trac.webkit.org/changeset/136236
+        https://bugs.webkit.org/show_bug.cgi?id=103833
+
+        [chromium] Flakey crashes in SpeechRecognitionEvent::emma
+        during GC. (Requested by mkwst on #webkit).
+
+        * fast/speech/scripted/emma-expected.txt:
+        * fast/speech/scripted/emma.html:
+        * fast/speech/scripted/speechrecognition-basics-expected.txt:
+        * fast/speech/scripted/speechrecognition-basics.html:
+
+2012-12-01  Mike West  <mkwst@chromium.org>
+
+        [chromium] Unreviewed gardening. Skipping crashing tests.
+
+        The DEPS roll containing r170422 is causing three crashes cross-platform
+        in the Chromium port. Skipping them here, filed crbug.com/163785 to fix.
+
+        * platform/chromium/TestExpectations:
+            Marked media/encrypted-media/encrypted-media-events.html,
+            media/encrypted-media/encrypted-media-not-loaded.html, and
+            media/encrypted-media/encrypted-media-syntax.html as crashing.
+
+2012-12-01  Mike West  <mkwst@chromium.org>
+
+        [chromium] Unreviewed gardening. Skipping calendar-picker-datetime-with-step.html.
+
+        It looks like platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html
+        started failing at midnight PST, December 1st. I don't think it handled
+        the month change correctly. Filed https://bugs.webkit.org/show_bug.cgi?id=103817
+        to cover the fix.
+
+        * platform/chromium/TestExpectations:
+
+2012-12-01  Mike West  <mkwst@chromium.org>
+
+        [gtk] Unreviewed gardening. Skipping CSP 1.1 tests.
+
+        The CSP 1.1 tests are failing under GTK after r136305 made the CSP_NEXT
+        flag runtime enabled. Will fix in webkit.org/b/103810, skipping for now.
+
+        * platform/gtk/TestExpectations:
+            Skipping CSP 1.1 tests.
+
+2012-11-30  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Shorten a file name as the test renamed in r136122 is still hosing Chromium Win perf. bot.
+
+        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Renamed.
+        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Removed.
+        * http/tests/inspector/network/script-as-text-loading-long-url.html:
+
+2012-11-30  Sujin Park  <sujjin.park@gmail.com>
+
+        [EFL][WK1] Gardening test cases which are not crashed after r135662
+        https://bugs.webkit.org/show_bug.cgi?id=103803
+
+        Unreviewed, EFL gardening.
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-11-30  Jer Noble  <jer.noble@apple.com>
+
+        Add support for the 'unpause()' method on MediaController.
+        https://bugs.webkit.org/show_bug.cgi?id=103751
+
+        Reviewed by Eric Carlson.
+
+        Add new test for unpause() and playbackState() methods.
+
+        * media/media-controller-unpause.html:
+        * media/media-controller-unpause-expected.txt:
+        * media/media-controller-playback.html:
+        * media/media-controller-playback-expected.txt:
+
+2012-11-30  Zhenyao Mo  <zmo@google.com>
+
+        Unreviewed, webkit gardening, fix webkit lint.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-30  Simon Fraser  <simon.fraser@apple.com>
+
+        Use the correct path to a test in TestExpectations.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-30  Simon Fraser  <simon.fraser@apple.com>
+
+        Make RenderLayer::updateLayerPosition() private
+        https://bugs.webkit.org/show_bug.cgi?id=102624
+
+        Reviewed by Ryosuke Niwa.
+
+        New results with correctly computed event offsets.
+
+        * fast/events/stopPropagation-submit-expected.txt:
+
+2012-11-30  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r136142.
+        http://trac.webkit.org/changeset/136142
+        https://bugs.webkit.org/show_bug.cgi?id=103768
+
+        break a bunch of interactive_ui_tests in chromium win
+        (Requested by zhenyao_home on #webkit).
+
+        * fast/ruby/position-after.html: Removed.
+        * platform/mac/fast/ruby/position-after-expected.png: Removed.
+        * platform/mac/fast/ruby/position-after-expected.txt: Removed.
+
+2012-11-30  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaselining tests affected by recent Skia changes
+
+        Unreviewed test expectations updates.
+
+        Due to the Win7 builders being so far behind, some Win7 expectations may be wrong.
+        Also fixes https://bugs.webkit.org/show_bug.cgi?id=103722
+
+        * platform/chromium-linux-x86/svg/transforms: Added.
+        * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
+        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Removed.
+        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
+        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
+        * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
+        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
+        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+        * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.png:
+        * platform/chromium-mac-lion/svg/custom/stroke-width-large-expected.png:
+        * platform/chromium-mac-lion/svg/custom/use-transform-expected.png:
+        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/stroke-width-large-expected.png:
+        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
+        * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
+        * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
+        * platform/chromium-mac/fast/box-shadow/inset-expected.png:
+        * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
+        * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
+        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-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/repaint/transform-replaced-shadows-expected.png:
+        * platform/chromium-mac/fast/transforms/shadows-expected.png:
+        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
+        * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
+        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+        * platform/chromium-mac/svg/custom/pattern-rotate-expected.png:
+        * platform/chromium-mac/svg/custom/stroke-width-large-expected.png:
+        * platform/chromium-mac/svg/custom/use-transform-expected.png:
+        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
+        * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
+        * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
+        * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
+        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win-xp/platform/chromium/fast/forms/color: Removed.
+        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
+        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
+        * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
+        * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
+        * platform/chromium-win/fast/box-shadow/inset-expected.png:
+        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
+        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
+        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png.
+        * platform/chromium-win/fast/transforms/shadows-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
+        * platform/chromium-win/svg/css/group-with-shadow-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
+        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+        * platform/chromium-win/svg/custom/pattern-rotate-expected.png:
+        * platform/chromium-win/svg/custom/stroke-width-large-expected.png:
+        * platform/chromium-win/svg/custom/use-transform-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-11-30  James Simonsen  <simonjam@chromium.org>
+
+        Report CSS as initiator instead of elements, except body
+        https://bugs.webkit.org/show_bug.cgi?id=103546
+
+        Reviewed by Tony Gentilcore.
+
+        * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Rebaseline to match new behavior.
+
+2012-11-30  Michelangelo De Simone  <michelangelo@webkit.org>
+
+        [CSS Shaders] Clamp input colors before blending
+        https://bugs.webkit.org/show_bug.cgi?id=98962
+
+        Reviewed by Dean Jackson.
+
+        Test to check the correct clamping of color values.
+
+        * css3/filters/custom/custom-filter-color-clamping-expected.html: Added.
+        * css3/filters/custom/custom-filter-color-clamping-negative-expected.html: Added.
+        * css3/filters/custom/custom-filter-color-clamping-negative.html: Added.
+        * css3/filters/custom/custom-filter-color-clamping.html: Added.
+        * css3/filters/resources/custom-filter-color-clamping-negative.fs: Added.
+        * css3/filters/resources/custom-filter-color-clamping.fs: Added.
+
+2012-11-30  Abhishek Arya  <inferno@chromium.org>
+
+        Crash due to intruding float not removed after writing mode changed.
+        https://bugs.webkit.org/show_bug.cgi?id=100149
+
+        Reviewed by Levi Weintraub.
+
+        * fast/block/float/intruding-float-not-removed-writing-mode-expected.txt: Added.
+        * fast/block/float/intruding-float-not-removed-writing-mode.xhtml: Added.
+
+2012-11-30  Florin Malita  <fmalita@chromium.org>
+
+        SVG pattern data deleted while in use
+        https://bugs.webkit.org/show_bug.cgi?id=103415
+
+        Reviewed by Dirk Schulze.
+
+        * svg/custom/large-image-pattern-crash-expected.txt: Added.
+        * svg/custom/large-image-pattern-crash.html: Added.
+
+2012-11-30  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Fixing TestExpectations
+
+        Unreviewed fix to pass lint
+
+        * platform/chromium/TestExpectations:
+
+2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        [EFL] Skip failing test editing/selection/caret-alignment-for-vertical-text.html
+        https://bugs.webkit.org/show_bug.cgi?id=103741
+
+        Unreviewed, EFL gardening.
+
+        Skip failing test editing/selection/caret-alignment-for-vertical-text.html
+        until bug 103740 is fixed.
+
+        * platform/efl/TestExpectations:
+
+2012-11-29  Tommy Widenflycht  <tommyw@google.com>
+
+        Speech Recognition API: Update SpeechRecognitionEvent to match the specification
+        https://bugs.webkit.org/show_bug.cgi?id=103407
+
+        Reviewed by Adam Barth.
+
+        Updating tests.
+
+        * fast/speech/scripted/emma-expected.txt:
+        * fast/speech/scripted/emma.html:
+        * fast/speech/scripted/speechrecognition-basics-expected.txt:
+        * fast/speech/scripted/speechrecognition-basics.html:
+
+2012-11-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        [WK2] TiledBackingStore: Frame view re-layouts with wrong Fixed Visible Content Rect.
+        https://bugs.webkit.org/show_bug.cgi?id=103428
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Unskipped corresponding test cases for EFL WK2.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
+
+        [EFL] Gardening after r136031 and r136142
+        https://bugs.webkit.org/show_bug.cgi?id=103734
+
+        Unreviewed, EFL gardening.
+
+        Add baselines for new test fast/ruby/position-after.html. Also
+        unskip passing tests.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/ruby/position-after-expected.png: Added.
+        * platform/efl/fast/ruby/position-after-expected.txt: Added.
+
+2012-11-30  Arpita Bahuguna  <arpitabahuguna@gmail.com>
+
+        Caret is painted horizontally in vertical writing mode when there are no visible text
+        https://bugs.webkit.org/show_bug.cgi?id=102359
+
+        Reviewed by Ryosuke Niwa.
+
+        * editing/selection/caret-alignment-for-vertical-text-expected.txt: Added.
+        * editing/selection/caret-alignment-for-vertical-text.html: Added.
+        Test to verify that the orientation of the caret on an empty vertical text
+        line or container is same as that for a non-empty container.
+
+2012-11-30  Nandor Huszka  <hnandor@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+
+        Add expected results for a new test.
+
+        * platform/qt/fast/ruby/position-after-expected.png: Added.
+        * platform/qt/fast/ruby/position-after-expected.txt: Added.
+
+2012-11-30  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=96720
+
+        Reviewed by Kentaro Hara.
+
+        We should start tests after js-test-post.js loading to avoid missing
+        testRunner.waitUntilDone calls.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
+        Make the outer switch a function to be called window.onload, and stop to
+        remove the iframe because the script in the iframe calls notifyDone.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
+        Ditto.
+        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
+        Ditto.
+        * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
+        Ditto.
+        * platform/chromium/TestExpectations:
+        Move the line for
+        week-multiple-fields-preserve-value-after-history-back.html near to
+        others. We don't remove these expectations yet just in case.
+
+2012-11-30  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, fast/text/line-initial-and-final-swashes.html missing expectations on XP after r136153.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-30  Takashi Sakamoto  <tasak@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-30  Keishi Hattori  <keishi@webkit.org>
+
+        Layout Test fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=103713
+
+        Unreviewed.
+
+        Rebaselining month-multiple-fields-preserve-value-after-history-back.html for Windows.
+
+        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
+        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
+
+2012-11-29  Keishi Hattori  <keishi@webkit.org>
+
+        Better type ahead for DateTimeSymbolicFieldElement
+        https://bugs.webkit.org/show_bug.cgi?id=103031
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
+
+2012-11-29  Keishi Hattori  <keishi@webkit.org>
+
+        Add month-multiple-fields tests
+        https://bugs.webkit.org/show_bug.cgi?id=102046
+
+        Reviewed by Kent Tamura.
+
+        Adding tests for multiple field <input type=month>.
+
+        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Added.
+
+2012-11-29  Zhenyao Mo  <zmo@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-29  John Knottenbelt  <jknotten@chromium.org>
+
+        Use GeolocationController's last geoposition as cached position.
+        https://bugs.webkit.org/show_bug.cgi?id=103540
+
+        Reviewed by Benjamin Poulain.
+
+        The page's GeolocationController mediates access to the
+        GeolocationClient for multiple frames' Geolocation instances. This
+        patch changes the position cache to be on the GeolocationController
+        rather than on the Geolocation instance.
+
+        This fixes a bug where if one frame has has received a fresh
+        position, then a request for a cached position from a second frame
+        does not succeed because the Geolocation instance in the second
+        frame's position cache hasn't received the position update that
+        went to the first frame.
+
+        * fast/dom/Geolocation/cached-position-iframe-expected.txt: Added.
+        * fast/dom/Geolocation/cached-position-iframe.html: Added.
+        * fast/dom/Geolocation/resources/cached-position-iframe-inner.html: Added.
+        * fast/dom/Geolocation/script-tests/cached-position-iframe.js: Added.
+        (window.onmessage):
+
+2012-11-29  Zhenyao Mo  <zmo@google.com>
+
+        Unreviewed, WebKit gardening.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-29  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Skia rebaseline after we made kSrc_Mode go faster
+
+        Unreviewed expectations update.
+
+        Some of these are still crashing on Debug.
+
+        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
+        * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
+        * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-win-xp/svg/carto.net: Added.
+        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
+        * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+        * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
+        * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-11-29  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaseline after removed double drawing of clipped hairlines at edges
+
+        Unreviewed expectations update
+
+        * platform/chromium-linux-x86/svg/hixie/perf/003-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/repaint/list-marker-expected.png: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/001-expected.png: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/002-expected.png: Added.
+        * platform/chromium-mac-lion/svg/hixie/perf/003-expected.png:
+        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png:
+        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png:
+        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-mac/fast/repaint/list-marker-expected.png:
+        * platform/chromium-mac/svg/hixie/perf/001-expected.png:
+        * platform/chromium-mac/svg/hixie/perf/002-expected.png:
+        * platform/chromium-mac/svg/hixie/perf/003-expected.png:
+        * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/chromium-win/fast/repaint/list-marker-expected.png:
+        * platform/chromium-win/svg/hixie/perf/001-expected.png:
+        * platform/chromium-win/svg/hixie/perf/002-expected.png:
+        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+        * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
+        * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
+        * svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
+
+2012-11-29  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Rebaseline after SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX was removed
+
+        Unreviewed test expectations update.
+
+        * platform/chromium-linux-x86/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
+        * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Removed.
+        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
+        * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
+        * platform/chromium-mac-lion/fast/borders/border-image-rotate-transform-expected.png: Added.
+        * platform/chromium-mac-lion/fast/forms/select-style-expected.png: Added.
+        * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png: Added.
+        * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png: Added.
+        * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/select-style-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
+        * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
+        * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
+        * platform/chromium-mac/fast/forms/select-style-expected.png:
+        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
+        * platform/chromium-mac/svg/custom/focus-ring-expected.png:
+        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Removed.
+        * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+        * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
+        * platform/chromium-win/fast/borders/borderRadiusDashed06-expected.png:
+        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
+        * platform/chromium-win/svg/custom/focus-ring-expected.png:
+        * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-11-29  Stephen Chenney  <schenney@chromium.org>
+
+        [Chromium] Expectations update
+
+        Unreviewed expectation.
+
+        These expectations seem to have been rebaselined in error or missed
+        being rebaselined during the great Skia rebaseline of Thanksgiving
+        Day. This fixes some failing expectations and removes some incorrect
+        expectations that crept in.
+
+        * fast/repaint/bugzilla-6278-expected.png: Added.
+        * fast/repaint/invisible-objects-expected.png: Added.
+        * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-mac-lion/fast/repaint/bugzilla-6278-expected.png: Added.
+        * platform/chromium-mac-lion/fast/repaint/invisible-objects-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-6278-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Removed.
+        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-mac/fast/repaint/bugzilla-6278-expected.png: Added.
+        * platform/chromium-mac/fast/repaint/iframe-scroll-repaint-expected.png: Added.
+        * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-win/fast/repaint/body-background-image-expected.png:
+        * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
+        * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
+        * platform/chromium-win/fast/repaint/invisible-objects-expected.png: Added.
+        * platform/chromium-win/fast/text/font-initial-expected.png:
+        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
+        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/js/date-toisostring-expected.txt: Removed.
+        * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt: Removed.
+        * platform/chromium/fast/repaint/bugzilla-6278-expected.png: Removed.
+        * platform/chromium/fast/repaint/iframe-scroll-repaint-expected.png: Removed.
+        * platform/chromium/fast/repaint/invisible-objects-expected.png: Removed.
+        * platform/chromium/svg/custom/getBBox-path-expected.txt: Removed.
+        * platform/chromium/svg/custom/global-constructors-expected.txt: Removed.
+        * platform/efl/fast/repaint/bugzilla-6278-expected.png: Removed.
+        * platform/efl/fast/repaint/invisible-objects-expected.png: Removed.
+        * platform/gtk/fast/repaint/bugzilla-6278-expected.png: Removed.
+        * platform/gtk/fast/repaint/invisible-objects-expected.png: Removed.
+
+2012-11-28  Daniel Bates  <dbates@webkit.org>
+
+        [Chromium] LayoutTests/fast/js/string-replacement-outofmemory.html crashes
+        https://bugs.webkit.org/show_bug.cgi?id=103348
+
+        Reviewed by Abhishek Arya.
+
+        Add a comment to explain that the crash is expected and is performed in an
+        orderly fashion.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-29  Dan Bernstein  <mitz@apple.com>
+
+        <rdar://problem/12771885> Support ruby-position: {before, after}
+        https://bugs.webkit.org/show_bug.cgi?id=103569
+
+        Reviewed by Anders Carlsson.
+
+        * fast/ruby/position-after.html: Added.
+        * platform/mac/fast/ruby/position-after-expected.png: Added.
+        * platform/mac/fast/ruby/position-after-expected.txt: Added.
+
+2012-11-29  Mike West  <mkwst@chromium.org>
+
+        Typo in 'autofocus' sandboxing error message.
+        https://bugs.webkit.org/show_bug.cgi?id=103616
+
+        Reviewed by Jochen Eisinger.
+
+        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
+
+2012-11-29  Hajime Morrita  <morrita@google.com>
+
+        HTMLMediaElement's .textTracks property does not reflect <track> element
+        https://bugs.webkit.org/show_bug.cgi?id=103420
+        
+        Reviewed by Eric Carlson.
+
+        * media/track/track-node-add-remove-expected.txt: Added.
+        * media/track/track-node-add-remove.html: Added.
+
+2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, update Mac expectation after r136128.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-29  Stephen Chenney  <schenney@chromium.org>
+
+        Unreviewed Chromium expectations cleanup
+
+        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
+        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
+        * platform/chromium-mac/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
+        * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
+        * platform/chromium-win/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
+        * platform/chromium/TestExpectations: Removed tests now passing
+        * platform/chromium/fast/css/font-weight-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/css/font-weight-1-expected.png.
+
+2012-11-29  Stephen Chenney  <schenney@chromium.org>
+
+        Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=103375
+
+        Unreviewed expectations update.
+
+        The test is no longer flakey after yeterdays test modification.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-29  KwangYong Choi  <ky0.choi@samsung.com>
+
+        [EFL] Remove duplicated entries from efl-wk1/TestExpectations
+        https://bugs.webkit.org/show_bug.cgi?id=103236
+
+        Unreviewed. These entries exist in efl/TestExpectations. Remove duplication.
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-11-29  Mike West  <mkwst@chromium.org>
+
+        Layout Test http/tests/inspector/network/script-as-text-loading-long-url.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=103619
+
+        Reviewed by Alexander Pavlov.
+
+        Windows doesn't like loooong filenames.
+
+        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Renamed from LayoutTests/http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php.
+        * http/tests/inspector/network/script-as-text-loading-long-url.html:
+        * platform/chromium/TestExpectations:
+            Unskipping the test on XP.
+
+2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL][WK2] flaky reftests after r135935
+        https://bugs.webkit.org/show_bug.cgi?id=103618
+
+        Unreviewed gardening, mark more reftests flaky after r135935.
+
+        * platform/efl-wk2/TestExpectations:
+
+2012-11-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
+
+        [Qt] Unreviewed gardening.
+        Rebase 3 tests. Skip one test because it needs Qt implementation.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
+
+2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] remove failure expectations from passing tests
+        https://bugs.webkit.org/show_bug.cgi?id=103523
+
+        Unreviewed gardening, remove failure expectations:
+        http/tests/security/isolatedWorld/world-reuse.html was fixed in
+        r135871 and the rest have been passing for a long while according
+        to flakiness dashboard.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-11-29  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r136111.
+        http://trac.webkit.org/changeset/136111
+        https://bugs.webkit.org/show_bug.cgi?id=103620
+
+        Broke compilation on Mac (unused private field m_matchMode)
+        (Requested by apavlov on #webkit).
+
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
+
+2012-11-29  Mike West  <mkwst@chromium.org>
+
+        [Chromium] Unreviewed gardening.
+
+        * platform/chromium/TestExpectations:
+            Skipping 'http/tests/inspector/network/script-as-text-loading-long-url.html'
+            on WinXP.
+
+2012-11-29  Keishi Hattori  <keishi@webkit.org>
+
+        Better type ahead for DateTimeSymbolicFieldElement
+        https://bugs.webkit.org/show_bug.cgi?id=103031
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
+
+2012-11-29  Kent Tamura  <tkent@chromium.org>
+
+        Convert *-appearance-pseudo-classes.html to dumpAsText tests
+        https://bugs.webkit.org/show_bug.cgi?id=103602
+
+        Reviewed by Kentaro Hara.
+
+        fast/forms/*/*-appearance-pseudo-classes.html doesn't need to be a pixel
+        test because "how css properties are applied" is tested in
+        fast/forms/*/*-appearance-basic.html. Checking querySelectorAll result
+        is enough to check pseudo classes support, and we can convert the test
+        to a dumpAsText test. We imporve test coverage in the new dumpAsText tests.
+
+        Also, this patch adds missing datetimelocal-pseudo-classes.html.
+
+        * fast/forms/date/date-pseudo-classes-expected.txt:
+        * fast/forms/date/date-pseudo-classes.html: Add :in-range -> :out-of-range cases.
+        * fast/forms/datetimelocal/datetimelocal-pseudo-classes-expected.txt: Added.
+        * fast/forms/datetimelocal/datetimelocal-pseudo-classes.html: Added.
+        * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Removed.
+        * fast/forms/month/month-appearance-pseudo-classes.html: Removed.
+        * fast/forms/month/month-pseudo-classes-expected.txt: Added.
+        * fast/forms/month/month-pseudo-classes.html: Added.
+        * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Removed.
+        * fast/forms/time/time-appearance-pseudo-classes.html: Removed.
+        * fast/forms/time/time-pseudo-classes-expected.txt: Added.
+        * fast/forms/time/time-pseudo-classes.html: Added.
+        * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Removed.
+        * fast/forms/week/week-appearance-pseudo-classes.html: Removed.
+        * fast/forms/week/week-pseudo-classes-expected.txt: Added.
+        * fast/forms/week/week-pseudo-classes.html: Added.
+        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
+
+2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, mark fast/regions tests failing after r136045 as failing, since they are actually reftests.
+
+        * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Removed.
+        * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Removed.
+        * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-11-29  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Fix content node renderers ordering inside the named flow thread
+        https://bugs.webkit.org/show_bug.cgi?id=103501
+
+        Reviewed by David Hyatt.
+
+        The first two ref tests cover the issue with incorrectly computing the insertion position for a content node renderer.
+        The third ref test covers the issue with nextRenderer and previousRenderer skipping valid nodes.
+
+        * fast/regions/named-flow-content-order-1-expected.html: Added.
+        * fast/regions/named-flow-content-order-1.html: Added.
+        * fast/regions/named-flow-content-order-2-expected.html: Added.
+        * fast/regions/named-flow-content-order-2.html: Added.
+        * fast/regions/named-flow-content-order-3-expected.html: Added.
+        * fast/regions/named-flow-content-order-3.html: Added.
+
+2012-11-28  Mike West  <mkwst@chromium.org>
+
+        Add a test to ensure that 'seamless' iframes do not inherit contenteditable.
+        https://bugs.webkit.org/show_bug.cgi?id=95890
+
+        Reviewed by Ojan Vafai.
+
+        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt: Added.
+        * fast/frames/seamless/seamless-contenteditable-not-inherited.html: Added.
+
+2012-11-28  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: Console message's anchor element should be trimmed for readability.
+        https://bugs.webkit.org/show_bug.cgi?id=100095
+
+        Reviewed by Pavel Feldman.
+
+        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Added.
+        * http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
+        * http/tests/inspector/network/script-as-text-loading-long-url.html: Added.
+        * platform/chromium/http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
+            JSC vs V8.
+
+012-11-28  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, rebaseline CSS regions test expectations for Mac 10.8 after r136045.
+
+        * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Added.
+        * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Added.
+        * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Added.
+
+2012-11-28  Hajime Morrita  <morrita@google.com>
+
+        [Shadow DOM] Element.createShadowRoot() should be prefixed.
+        https://bugs.webkit.org/show_bug.cgi?id=103595
+
+        Reviewed by Kentaro Hara.
+
+        * fast/dom/shadow/shadow-aware-create-shadow-root.html:
+
+2012-11-28  Hayato Ito <hayato@chromium.org>
+
+        Test the return value from Node::compareDocumentPositionMake more strictly.
+        https://bugs.webkit.org/show_bug.cgi?id=103590
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/compare-document-position-expected.txt:
+        * fast/dom/shadow/compare-document-position.html:
+
+2012-11-28  Yael Aharon  <yael.aharon@intel.com>
+
+        [EFL][WK2] input-with-validation-without-shadow.html makes following tests crash after r135935
+        https://bugs.webkit.org/show_bug.cgi?id=103508
+
+        Reviewed by Kent Tamura.
+
+        Do not submit the form in the ref test, as it is also not submitted by the
+        original test. This also fixes the timeout in EFL's tests.
+        Remove the test from TestEexpectations as the test is passing now.
+
+        * fast/dom/shadow/input-with-validation-without-shadow-expected.html:
+        * platform/efl-wk2/TestExpectations:
+
+2012-11-28  Hayato Ito  <hayato@chromium.org>
+
+        Node::compareDocumentPosition returns wrong value for a node in the different shadow tree.
+        https://bugs.webkit.org/show_bug.cgi?id=103502
+
+        Reviewed by Dimitri Glazkov.
+
+        * fast/dom/shadow/compare-document-position-expected.txt: Added.
+        * fast/dom/shadow/compare-document-position.html: Added.
+
+2012-11-28  Noel Gordon  <noel.gordon@gmail.com>
+
+        Unreviewed test fix: chromium/fast/storage/serialized-script-value.html
+
+        This test produces an undefined error if the test fails.
+
+        * platform/chromium/fast/storage/serialized-script-value.html: Use bufferView
+        instead of view (view is not defined).
+
+2012-11-28  Joshua Bell  <jsbell@chromium.org>
+
+        [Chromium] IndexedDB: Assert/crash in indexing layout tests in content_shell
+        https://bugs.webkit.org/show_bug.cgi?id=103562
+
+        Reviewed by Tony Chang.
+
+        Fix an expectation glitch that may arise in multi-process ports (an error on
+        the open request may arrive before logging has stopped; safe to ignore it).
+
+        * storage/indexeddb/resources/transaction-error.js:
+
+2012-11-23  Dirk Schulze  <krit@webkit.org>
+
+        Remove -webkit-mask-attachment
+        https://bugs.webkit.org/show_bug.cgi?id=67137
+
+        Reviewed by David Hyatt.
+
+        Added negative tests for '-webkit-mask' shorthand property attachment keywords.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt: 
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * fast/css/remove-shorthand.html: Corrected syntax for -webkit-mask test.
+        * fast/masking/parsing-mask-expected.txt:
+        * fast/masking/parsing-mask.html: Added negative tests for attachment property keywords.
+        * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-11-28  Kenichi Ishibashi  <bashi@chromium.org>
+
+        StyleResolver should not set NaN to font size
+        https://bugs.webkit.org/show_bug.cgi?id=99506
+
+        Reviewed by Abhishek Arya.
+
+        * fast/css/font-size-nan-expected.txt: Added.
+        * fast/css/font-size-nan.svg: Added.
+
+2012-11-23  Dirk Schulze  <krit@webkit.org>
+
+        CSS parser does not support -webkit-mask-size for -webkit-mask shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=103020
+
+        Reviewed by David Hyatt.
+
+        Added new subtests to exisiting test for the changed syntax of '-webkit-mask' shorthand property.
+
+        * fast/masking/parsing-mask-expected.txt:
+        * fast/masking/parsing-mask.html:
+
+2012-11-28  Tom Sepez  <tsepez@chromium.org>
+
+        XSSAuditor bypass with script src=data: URL ending in <!--
+        https://bugs.webkit.org/show_bug.cgi?id=103548
+
+        Reviewed by Adam Barth.
+
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt: Added.
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3.html: Added.
+
+2012-11-28  Abhishek Arya  <inferno@chromium.org>
+
+        Heap-use-after-free in WebCore::RenderLayerModelObject::hasSelfPaintingLayer
+        https://bugs.webkit.org/show_bug.cgi?id=101970
+
+        Reviewed by David Hyatt.
+
+        * fast/block/float/float-not-removed-from-pre-block-expected.txt: Added.
+        * fast/block/float/float-not-removed-from-pre-block.html: Added.
+
+2012-11-28  Tony Chang  <tony@chromium.org>
+
+        Move internals.settings.setPageScaleFactor to internals.setPageScaleFactor
+        https://bugs.webkit.org/show_bug.cgi?id=103559
+
+        Reviewed by Jochen Eisinger.
+
+        This method doesn't alter the Settings object, so move it to internals.
+        Update the tests to call the right version.
+
+        * compositing/geometry/fixed-position-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
+        * compositing/geometry/fixed-position-composited-page-scale.html:
+        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
+        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
+        * compositing/geometry/fixed-position-transform-composited-page-scale.html:
+        * compositing/overflow/overflow-scaled-descendant-overlapping.html:
+        * compositing/repaint/page-scale-repaint.html:
+        * compositing/scaling/tiled-layer-recursion.html:
+        * fast/dom/Element/scale-page-bounding-client-rect-in-frame.html:
+        * fast/dom/Element/scale-page-bounding-client-rect.html:
+        * fast/dom/Element/scale-page-client-rects-in-frame.html:
+        * fast/dom/Element/scale-page-client-rects.html:
+        * fast/dom/Range/scale-page-bounding-client-rect.html:
+        * fast/dom/Range/scale-page-client-rects.html:
+        * fast/dom/elementFromPoint-scaled-scrolled.html:
+        * fast/dom/iframe-inner-size-scaling.html:
+        * fast/dom/window-inner-size-scaling.html:
+        * fast/dom/window-scroll-scaling.html:
+        * fast/events/scale-and-scroll-body.html:
+        * fast/events/scale-and-scroll-iframe-body.html:
+        * fast/events/scale-and-scroll-iframe-window.html:
+        * fast/events/scale-and-scroll-window.html:
+        * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
+        (iframeLoaded):
+        * fast/events/script-tests/page-scaled-mouse-click.js:
+        * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
+        * fast/events/touch/page-scaled-touch-gesture-click.html:
+        * fast/events/touch/touch-scaled-scrolled.html:
+        * fast/frames/frame-set-rotation-hit.html:
+        * fast/frames/frame-set-scaling-hit.html:
+        * fast/frames/iframe-double-scale-contents.html:
+        * fast/repaint/background-scaling.html:
+        * fast/repaint/scale-page-shrink.html:
+        * fast/text/descent-clip-in-scaled-page-expected.html:
+        * fast/text/descent-clip-in-scaled-page.html:
+        * fast/transforms/selection-bounds-in-transformed-view.html:
+        * inspector/elements/highlight-node-scaled.html:
+        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html:
+        * svg/as-image/image-respects-pageScaleFactor-change.html:
+        * svg/as-image/image-respects-pageScaleFactor.html:
+
+2012-11-28  Christophe Dumez  <christophe.dumez@intel.com>
+
+        CSS3 Multicolumn: column-span should accept value 'none' (instead of '1')
+        https://bugs.webkit.org/show_bug.cgi?id=101462
+
+        Reviewed by David Hyatt.
+
+        Update expected results for several test cases now that the
+        default value for column-span property was renamed from 1
+        to none.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-11-28  Stephen Chenney  <schenney@chromium.org>
+
+        Chromium TestExpectations minor changes.
+        https://bugs.webkit.org/show_bug.cgi?id=103148
+
+        Unreviewed test expectations changes.
+
+        Making some tests flakey rather than actually failing.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-28  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip flaky video test media/W3C/video/readyState/readyState_during_loadedmetadata.html.
+        https://bugs.webkit.org/show_bug.cgi?id=103442
+
+        * platform/win/TestExpectations:
+
+2012-11-28  Anton Vayvod  <avayvod@chromium.org>
+
+        Text Autosizing: Clusters should use width of LCA of their text nodes
+        https://bugs.webkit.org/show_bug.cgi?id=102562
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Many pages set a max-width on their content. So especially for the
+        RenderView, instead of just taking the width of |cluster| we find
+        the lowest common ancestor of the first and last descendant text node of
+        the cluster (i.e. the deepest wrapper block that contains all the text),
+        and use its width instead.
+        Had to update a couple of existing tests since the actual width for font
+        size multiplier calculation has been changed by the patch.
+
+        * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
+        * fast/text-autosizing/cluster-wide-in-narrow.html:
+        * fast/text-autosizing/cluster-with-narrow-lca-and-cluster-expected.html: Added.
+        * fast/text-autosizing/cluster-with-narrow-lca-and-cluster.html: Added.
+        * fast/text-autosizing/cluster-with-narrow-lca-expected.html: Added.
+        * fast/text-autosizing/cluster-with-narrow-lca.html: Added.
+        * fast/text-autosizing/cluster-with-wide-lca-expected.html: Added.
+        * fast/text-autosizing/cluster-with-wide-lca.html: Added.
+        * fast/text-autosizing/em-margin-border-padding-expected.html:
+        * fast/text-autosizing/em-margin-border-padding.html:
+        * fast/text-autosizing/list-item-out-of-flow-expected.html: Added.
+        * fast/text-autosizing/list-item-out-of-flow.html: Added.
+        * fast/text-autosizing/wide-child-expected.html:
+        * fast/text-autosizing/wide-child.html:
+        * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html: Added.
+        * fast/text-autosizing/wide-in-narrow-overflow-scroll.html: Added.
+
+2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
+
+        [CSS Regions] Crash when using hover and first-letter inside a flow-thread
+        https://bugs.webkit.org/show_bug.cgi?id=102957
+
+        Reviewed by David Hyatt.
+
+        Added CSS Regions tests for the firstLetter and listMarker render objects that use 
+        different destroy paths in the code.
+
+        * fast/regions/firstletter-inside-flowthread-expected.html: Added.
+        * fast/regions/firstletter-inside-flowthread.html: Added.
+        * fast/regions/listmarker-inside-flowthread-expected.html: Added.
+        * fast/regions/listmarker-inside-flowthread.html: Added.
+
+2012-11-28  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, fix duplicate expectation.
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-11-28  Pravin D  <pravind.2k4@gmail.com>
+
+        LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
+        https://bugs.webkit.org/show_bug.cgi?id=103453
+
+        Reviewed by Julien Chaffraix.
+
+        The testcase failure was due to the difference in the default line-height value
+        used by Qt-linux port from other ports.
+
+        * fast/table/css-table-max-height.html:
+        * platform/qt/TestExpectations:
+
+2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
+
+        [CSS Regions] Auto-height regions will not calculate the height correctly when the content changes dynamically
+        https://bugs.webkit.org/show_bug.cgi?id=102954
+
+        Reviewed by David Hyatt.
+
+        Added test to check for auto-height region size update after an element is added to the flow.
+        In this case the first region will need to resize to accommodate the size of the added elements.
+
+        * fast/regions/autoheight-dynamic-update-expected.html: Added.
+        * fast/regions/autoheight-dynamic-update.html: Added.
+
+2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
+
+        [Chromium] Unreviewed. Fixing lint errors introduced in r136030.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
+
+        [CSS Regions] InRenderFlowThread returns false in the first setStyle
+        https://bugs.webkit.org/show_bug.cgi?id=102839
+
+        Reviewed by Dave Hyatt.
+
+        Added test to check that the composited elements added to a RenderFlowThread are painted correctly.
+
+        * fast/repaint/region-painting-composited-element-expected.html: Added.
+        * fast/repaint/region-painting-composited-element.html: Added.
+
+2012-11-28  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, land updated Mac results after track limiter removal.
+
+        * fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+        * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
+        * fast/forms/range/input-appearance-range-expected.txt:
+        * fast/forms/range/slider-padding-expected.txt:
+        * fast/forms/range/slider-thumb-stylability-expected.txt:
+        * fast/multicol/client-rects-expected.txt:
+        * fast/repaint/slider-thumb-drag-release-expected.txt:
+        * fast/repaint/slider-thumb-float-expected.txt:
+        * platform/mac/TestExpectations:
+        * platform/mac/fast/forms/box-shadow-override-expected.txt:
+        * platform/mac/fast/forms/input-appearance-height-expected.txt:
+        * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
+        * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
+        * platform/mac/media/audio-controls-rendering-expected.txt:
+        * platform/mac/media/controls-after-reload-expected.txt:
+        * platform/mac/media/controls-strict-expected.txt:
+        * platform/mac/media/controls-styling-strict-expected.txt:
+        * platform/mac/media/controls-without-preload-expected.txt:
+        * platform/mac/media/video-controls-rendering-expected.txt:
+        * platform/mac/media/video-display-toggle-expected.txt:
+        * platform/mac/media/video-no-audio-expected.txt:
+        * platform/mac/media/video-playing-and-pause-expected.txt:
+
+2012-11-28  Dan Bernstein  <mitz@apple.com>
+
+        <rdar://problem/12645085> REGRESSION (r130851): With kerning enabled, a white-space: pre-wrap inline starting with tab+space has the wrong width
+        https://bugs.webkit.org/show_bug.cgi?id=103541
+
+        Reviewed by Anders Carlsson.
+
+        * fast/text/tab-with-kerning-expected.html: Added.
+        * fast/text/tab-with-kerning.html: Added.
+
+2012-11-28  Nate Chapin  <japhet@chromium.org>
+
+        Move empty loading to DocumentLoader, simplify FrameLoader::init()
+        https://bugs.webkit.org/show_bug.cgi?id=101512
+
+        Reviewed by Adam Barth.
+
+        Don't expect resource load callbacks for empty loads.
+
+        * http/tests/inspector/network/network-iframe-load-and-delete.html:
+        * http/tests/loading/redirect-methods-expected.txt:
+        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
+        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
+        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
+
+2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
+
+        [Chromium] Unreviewed. Mark http/tests/media/video-buffered-range-contains-currentTime.html as requiring an image rebaseline.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-28  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, land updated Chromium results after track limiter removal.
+
+        * fast/forms/range/range-thumb-height-percentage-expected.txt:
+        * platform/chromium-mac-lion/media/video-empty-source-expected.png:
+        * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
+        * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
+        * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
+        * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
+        * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt: Added.
+        * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/range-thumb-height-percentage-expected.txt.
+        * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
+        * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
+        * platform/chromium-mac/fast/forms/range/slider-thumb-stylability-expected.txt:
+        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
+        * platform/chromium-mac/fast/layers/video-layer-expected.txt:
+        * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
+        * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Removed.
+        * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
+        * platform/chromium-mac/media/audio-repaint-expected.txt:
+        * platform/chromium-mac/media/controls-after-reload-expected.txt:
+        * platform/chromium-mac/media/controls-strict-expected.txt:
+        * platform/chromium-mac/media/controls-styling-expected.txt:
+        * platform/chromium-mac/media/controls-styling-strict-expected.txt:
+        * platform/chromium-mac/media/controls-without-preload-expected.txt:
+        * platform/chromium-mac/media/media-controls-clone-expected.txt:
+        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
+        * platform/chromium-mac/media/video-controls-rendering-expected.txt:
+        * platform/chromium-mac/media/video-display-toggle-expected.txt:
+        * platform/chromium-mac/media/video-empty-source-expected.png:
+        * platform/chromium-mac/media/video-empty-source-expected.txt:
+        * platform/chromium-mac/media/video-no-audio-expected.txt:
+        * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
+        * platform/chromium-mac/media/video-zoom-controls-expected.txt:
+        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
+        * platform/chromium-win-xp/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
+        * platform/chromium-win-xp/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
+        * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Removed.
+        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
+        * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
+        * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
+        * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
+        * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
+        * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
+        * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
+        * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
+        * platform/chromium-win/fast/multicol/client-rects-expected.txt:
+        * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
+        * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
+        * platform/chromium-win/media/video-empty-source-expected.txt:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
+        * platform/chromium/fast/forms/range/slider-thumb-shared-style-expected.txt: Removed.
+        * platform/chromium/fast/multicol/client-rects-expected.txt: Added.
+        * platform/chromium/fast/repaint/slider-thumb-float-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/slider-thumb-float-expected.txt.
+        * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
+        * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
+        * platform/win-future/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/fast/forms/range/range-thumb-height-percentage-expected.txt.
+
+2012-11-28  Antoine Quint  <graouts@apple.com>
+
+        Calling .removeCue() for a cue that was never added should raise a NOT_FOUND_ERR
+        https://bugs.webkit.org/show_bug.cgi?id=103412
+
+        Reviewed by Eric Carlson.
+
+        Updating the .removeCue() test checking on the exception to be NOT_FOUND_ERR instead
+        of INVALID_STATE_ERR.
+
+        * media/track/track-add-remove-cue-expected.txt:
+        * media/track/track-add-remove-cue.html:
+
+2012-11-28  Stephen Chenney  <schenney@chromium.org>
+
+        Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=103375
+
+        Unreviewed test update.
+
+        According to the original bug, at least 4 iterations were required to
+        crash (without the fix). To make the test faster, I've reduced the max
+        iteration count to 5, rather than 10. This may not fix the timeoout
+        issue because it might be a real timeout, not just a slow test.
+
+        * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
+
+2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
+
+        [chromium] Allow plugins to opt-in to receive synthetic mouse events out of touch events.
+        https://bugs.webkit.org/show_bug.cgi?id=103092
+
+        Reviewed by Tony Chang.
+
+        Add test for synthesized mouse events from touch (and update existing tests).
+
+        * platform/chromium/plugins/touch-events-details.html:
+        * platform/chromium/plugins/touch-events-synthesized-expected.txt: Added.
+        * platform/chromium/plugins/touch-events-synthesized.html: Copied from LayoutTests/platform/chromium/plugins/touch-events.html.
+        * platform/chromium/plugins/touch-events.html:
+        * platform/chromium/plugins/transformed-events.html:
+
+2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
+
+        Fix gesture scrolling when the target-element of scroll-begin is removed
+        https://bugs.webkit.org/show_bug.cgi?id=103355
+
+        Reviewed by Antonio Gomes.
+
+        Added a test that starts a touch-scroll, removes the initial element under the
+        touch-point, and scrolls some more, to test that the scrolling happens correctly
+        after the element is removed.
+
+        * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Added.
+        * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Added.
+
+2012-11-28  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL][WK2] add flaky results after r135935
+        https://bugs.webkit.org/show_bug.cgi?id=103514
+
+        Unreviewed gardening: add flaky results after r135935 enabled
+        loads of reftests. Also move the existing flaky results from efl
+        to efl-wk2 since this does not concern WK1.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-11-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        Move childrenAffectedBy bits from RenderStyle to Element
+        https://bugs.webkit.org/show_bug.cgi?id=101448
+        https://bugs.webkit.org/show_bug.cgi?id=98021
+
+        Reviewed by Antti Koivisto.
+        New test-case by Takashi Sakamoto
+
+        * fast/css/nth-child-not-in-rightmost-expected.html: Added.
+        * fast/css/nth-child-not-in-rightmost.html: Added.
+        * touchadjustment/event-triggered-widgets.html: Fix bug exposed by patch.
+
+2012-11-28  Kent Tamura  <tkent@chromium.org>
+
+        Merge tests for date pseudo classes into one
+        https://bugs.webkit.org/show_bug.cgi?id=103489
+
+        Reviewed by Kentaro Hara.
+
+        date-appearance-pseudo-classes.html doesn't need to be a pixel
+        test because "how css properties are applied" is tested in
+        date-appearance-basic.html. Checking querySelectorAll result is
+        enough to check pseudo classes support, and we can convert the
+        test to a dumpAsText test.
+
+        Also, we should remove type=date dependencies in
+        fast/css/pseudo-*.html because some platforms don't enable
+        INPUT_TYPE_DATE and we had better put such tests into one place,
+        fast/forms/date/.
+
+        * fast/css/pseudo-in-range-expected.txt:
+        * fast/css/pseudo-in-range-invalid-value-expected.txt:
+        * fast/css/pseudo-out-of-range-expected.txt:
+        * fast/css/script-tests/pseudo-in-range-invalid-value.js:
+        * fast/css/script-tests/pseudo-in-range.js:
+        * fast/css/script-tests/pseudo-out-of-range.js:
+        * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Removed.
+        * fast/forms/date/date-appearance-pseudo-classes.html: Removed.
+        * fast/forms/date/date-pseudo-classes-expected.txt: Added.
+        * fast/forms/date/date-pseudo-classes.html: Added.
+        * fast/forms/resources/common-pseudo-classes.js: Added.
+        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
+        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+2012-11-28  Tommy Widenflycht  <tommyw@google.com>
+
+        Add basic implementation for MediaStreamAudioDestinationNode
+        https://bugs.webkit.org/show_bug.cgi?id=101815
+
+        Reviewed by Chris Rogers.
+
+        * webaudio/mediastreamaudiodestinationnode-expected.txt: Added.
+        * webaudio/mediastreamaudiodestinationnode.html: Added.
+
+2012-11-28  Jaehun Lim  <ljaehun.lim@samsung.com>
+
+        [EFL][WK1] Gardening AC testcases in efl-wk1
+        https://bugs.webkit.org/show_bug.cgi?id=103488
+
+        Unreviewed, EFL gardening.
+
+        efl-wk1 doesn't fully support AC.
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-11-27  Mike West  <mkwst@chromium.org>
+
+        Improve WebSocketChannel connection failure console messages.
+        https://bugs.webkit.org/show_bug.cgi?id=103448
+
+        Reviewed by Adam Barth.
+
+        * http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt:
+        * http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
+        * http/tests/websocket/tests/hybi/close-before-open-expected.txt:
+        * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
+        * http/tests/websocket/tests/hybi/close-expected.txt:
+        * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt:
+        * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt:
+        * http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-error-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
+        * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
+        * http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
+        * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt:
+        * http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
+        * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
+        * http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
+        * http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
+        * http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
+        * http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
+        * http/tests/websocket/tests/hybi/send-file-blob-fail-expected.txt:
+        * http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
+        * http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
+        * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
+        * http/tests/websocket/tests/hybi/workers/close-expected.txt:
+            Update test expectations with the new error messages.
+
+2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, mark http/tests/inspector/indexeddb/database-data.html as flaky on Linux, too.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, mark http/tests/canvas/canvas-slow-font-loading.html as failing on all of Mac.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Test expectation update
+        https://bugs.webkit.org/show_bug.cgi?id=96720
+
+        * platform/chromium/TestExpectations:
+        datetimelocal-multiple-fields-preserve-value-after-history-back.html is flaky.
+
+2012-11-27  Noel Gordon  <noel.gordon@gmail.com>
+
+        Unreviewed gardening: http/tests/inspector/network/network-xhr-replay.html times-out on win release
+        https://bugs.webkit.org/show_bug.cgi?id=96953
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Update test results for recent forms changes
+
+        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png:
+        * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
+        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png:
+        * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
+        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
+        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png:
+        * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
+        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png:
+        * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        Support proper <percent> / calc() resolution for grid items
+        https://bugs.webkit.org/show_bug.cgi?id=102968
+
+        Reviewed by Ojan Vafai.
+
+        * fast/css-grid-layout/calc-resolution-grid-item-expected.txt: Added.
+        * fast/css-grid-layout/calc-resolution-grid-item.html: Added.
+        * fast/css-grid-layout/percent-resolution-grid-item-expected.txt: Added.
+        * fast/css-grid-layout/percent-resolution-grid-item.html: Added.
+        Test that checks that our override containing block's logical width / height logic
+        works as expected.
+
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt: Added.
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html: Added.
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html: Added.
+        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt: Added.
+        Those test cases covers the cases of percentage sized grid items with percentage sized grid tracks
+        inside a fixed or percentage sized grid element. They don't pass yet as we don't support percentage
+        sized grid tracks (see bug 103335).
+
+2012-11-27  Yael Aharon  <yael.aharon@intel.com>
+
+        Unreviewed gardening. Add more tests that started failing after http://trac.webkit.org/changeset/135935
+        to TestExpectations. Mark pailures as [ ImageOnlyFailure Pass ] because
+        the failures on Release and Debug bots are not the same.
+
+        * platform/efl/TestExpectations:
+
+2012-11-27  Dana Jansens  <danakj@chromium.org>
+
+        Rebaseline and remove expectations for deferred virtual test suite
+        https://bugs.webkit.org/show_bug.cgi?id=102294
+
+        Unreviewed gardening.
+
+        These three tests are failing on mac, but other platforms are fine.
+        Rebaseline windows, and mark as failing only for Mac.
+
+        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png:
+        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: crashing on XP
+        fast/frames/sandboxed-iframe-navigation-parent.html
+        https://bugs.webkit.org/show_bug.cgi?id=103472
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening:
+        Layout Test http/tests/navigation/slowmetaredirect-basic.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=103471
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, land updated Gtk results after track limiter removal.
+
+        * fast/dom/HTMLInputElement/input-slider-update-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
+        * fast/forms/range/input-appearance-range-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt.
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
+        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
+        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
+        * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
+        * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
+        * platform/gtk/fast/forms/range/slider-padding-expected.txt:
+        * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
+        * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
+        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
+        * platform/gtk/fast/layers/video-layer-expected.txt:
+        * platform/gtk/fast/multicol/client-rects-expected.txt:
+        * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
+        * platform/gtk/fast/repaint/slider-thumb-float-expected.txt:
+        * platform/gtk/media/audio-controls-rendering-expected.txt:
+        * platform/gtk/media/audio-repaint-expected.txt:
+        * platform/gtk/media/controls-after-reload-expected.txt:
+        * platform/gtk/media/controls-strict-expected.txt:
+        * platform/gtk/media/controls-styling-expected.txt:
+        * platform/gtk/media/controls-styling-strict-expected.txt:
+        * platform/gtk/media/controls-without-preload-expected.txt:
+        * platform/gtk/media/media-controls-clone-expected.txt:
+        * platform/gtk/media/video-controls-rendering-expected.txt:
+        * platform/gtk/media/video-display-toggle-expected.txt:
+        * platform/gtk/media/video-empty-source-expected.txt:
+        * platform/gtk/media/video-no-audio-expected.txt:
+        * platform/gtk/media/video-volume-slider-expected.txt:
+        * platform/gtk/media/video-zoom-controls-expected.txt:
+        * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
+        * platform/mac/fast/forms/range/input-appearance-range-expected.txt: Removed.
+
+2012-11-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        Add behavior tests for input[type=datetime-local] with multiple fields
+        https://bugs.webkit.org/show_bug.cgi?id=103386
+
+        Reviewed by Kent Tamura.
+
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event.html: Added.
+        * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
+        (startTestFor): Support datetime and datetime-local.
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening:
+        media/video-currentTime-set.html crashes
+        https://bugs.webkit.org/show_bug.cgi?id=103183
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Yael Aharon  <yael.aharon@intel.com>
+
+        Unreviewed gardening. Add tests that started failing after http://trac.webkit.org/changeset/135935
+        to TestExpectations.
+
+        * platform/efl/TestExpectations:
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening:
+        http/tests/inspector/network/network-xhr-replay.html times out crashes
+        https://bugs.webkit.org/show_bug.cgi?id=96953
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, land updated Qt results after track limiter removal.
+
+        * fast/forms/range/slider-padding-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/slider-padding-expected.txt.
+        * fast/multicol/client-rects-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/client-rects-expected.txt.
+        * fast/repaint/slider-thumb-drag-release-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/slider-thumb-drag-release-expected.txt.
+        * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
+        * platform/mac/fast/forms/range/slider-padding-expected.txt: Removed.
+        * platform/mac/fast/multicol/client-rects-expected.txt: Removed.
+        * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
+        * platform/qt/TestExpectations:
+        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
+        * platform/qt/fast/forms/box-shadow-override-expected.txt:
+        * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
+        * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
+        * platform/qt/fast/forms/range/slider-padding-expected.txt:
+        * platform/qt/fast/multicol/client-rects-expected.txt:
+        * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
+        * platform/qt/fast/repaint/slider-thumb-float-expected.txt:
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, land updated EFL results after track limiter removal.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
+        * platform/efl/fast/forms/box-shadow-override-expected.txt:
+        * platform/efl/fast/forms/input-appearance-height-expected.txt:
+        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
+        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
+        * platform/efl/fast/forms/range/slider-padding-expected.txt:
+        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
+        * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
+        * platform/efl/fast/layers/video-layer-expected.txt:
+        * platform/efl/fast/multicol/client-rects-expected.txt:
+        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
+        * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Added.
+        * platform/efl/media/audio-controls-rendering-expected.txt:
+        * platform/efl/media/controls-strict-expected.txt:
+        * platform/efl/media/controls-styling-strict-expected.txt:
+        * platform/efl/media/controls-without-preload-expected.txt:
+        * platform/efl/media/media-controls-clone-expected.txt:
+        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
+        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
+        * platform/efl/media/video-display-toggle-expected.txt:
+        * platform/efl/media/video-empty-source-expected.txt:
+        * platform/efl/media/video-no-audio-expected.txt:
+        * platform/efl/media/video-zoom-controls-expected.txt:
+
+2012-11-27  Dean Jackson  <dino@apple.com>
+
+        Make track list control active
+        https://bugs.webkit.org/show_bug.cgi?id=101670
+
+        Reviewed by Eric Carlson.
+
+        New test that exercises the track list menu, and how it can be used
+        to enable specific tracks. Since this is only enabled for Mac, it is
+        skipped on all other platforms.
+
+        Meanwhile, the existing test for a on/off captions button now
+        does not work on Mac, so skip it there. I copied the functionality
+        into the new test so we still have coverage.
+
+        * media/video-controls-captions-trackmenu-expected.txt: Added.
+        * media/video-controls-captions-trackmenu.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, updating TestExpectations after input slider change.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, updating TestExpectations after input slider change.
+
+        * platform/gtk/TestExpectations:
+
+2012-11-26  Filip Pizlo  <fpizlo@apple.com>
+
+        DFG SetLocal should use forwardSpeculationCheck instead of its own half-baked version of same
+        https://bugs.webkit.org/show_bug.cgi?id=103353
+
+        Reviewed by Oliver Hunt and Gavin Barraclough.
+
+        * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit-expected.txt: Added.
+        * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit.html: Added.
+        * fast/js/dfg-side-effect-assignment-osr-exit-expected.txt: Added.
+        * fast/js/dfg-side-effect-assignment-osr-exit.html: Added.
+        * fast/js/jsc-test-list:
+        * fast/js/script-tests/dfg-intrinsic-side-effect-assignment-osr-exit.js: Added.
+        (foo):
+        * fast/js/script-tests/dfg-side-effect-assignment-osr-exit.js: Added.
+        (foo):
+        (bar):
+
+2012-11-27  Alexandru Chiculita  <achicu@adobe.com>
+
+        [CSS Regions] Elements using transforms are not repainted correctly when rendered in a region
+        https://bugs.webkit.org/show_bug.cgi?id=102826
+
+        Reviewed by David Hyatt.
+
+        Added test file to check for repainting inside a RenderFlowThread when the page is in composited mode.
+
+        * fast/repaint/region-painting-in-composited-view-expected.html: Added.
+        * fast/repaint/region-painting-in-composited-view.html: Added.
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Unreviewed, updating TestExpectations after input slider change.
+
+        * platform/efl/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        Unreviewed Qt gardening.
+
+        * platform/qt/TestExpectations:
+        Skipped fast/table/css-table-max-height.html as it is showing a 12px difference.
+        The test is actually passing but the output wouldn't make it obvious that it is the case.
+
+2012-11-27  Tom Sepez  <tsepez@chromium.org>
+
+        Regression(r129406): Fix the scope of the WidgetHierarchyUpdateSuspensionScope in Element::Attach().
+        https://bugs.webkit.org/show_bug.cgi?id=100803
+
+        Reviewed by Abhishek Arya.
+
+        * fast/dom/adopt-node-crash-2-expected.txt: Added.
+        * fast/dom/adopt-node-crash-2.html: Added.
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Remove hidden limiter div in the input slider shadow DOM
+        https://bugs.webkit.org/show_bug.cgi?id=102993
+
+        Reviewed by Ojan Vafai.
+
+        Pixel results should be the same, but the render tree for RenderSlider has one less div.
+
+        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
+        * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
+        * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
+        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
+        * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
+        * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
+        * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
+        * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
+        * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
+        * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
+        * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
+        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
+        * platform/chromium-win/fast/layers/video-layer-expected.txt:
+        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
+        * platform/chromium-win/media/audio-repaint-expected.txt:
+        * platform/chromium-win/media/controls-after-reload-expected.txt:
+        * platform/chromium-win/media/controls-strict-expected.txt:
+        * platform/chromium-win/media/controls-styling-expected.txt:
+        * platform/chromium-win/media/controls-styling-strict-expected.txt:
+        * platform/chromium-win/media/controls-without-preload-expected.txt:
+        * platform/chromium-win/media/media-controls-clone-expected.txt:
+        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
+        * platform/chromium-win/media/video-controls-rendering-expected.txt:
+        * platform/chromium-win/media/video-display-toggle-expected.txt:
+        * platform/chromium-win/media/video-no-audio-expected.txt:
+        * platform/chromium-win/media/video-playing-and-pause-expected.txt:
+        * platform/chromium-win/media/video-zoom-controls-expected.txt:
+        * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: fast/frames/frame-name-reset.html crashing intermittently
+        https://bugs.webkit.org/show_bug.cgi?id=103451
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: platform/chromium/virtual/gpu/fast/canvas/font-update.html
+        https://bugs.webkit.org/show_bug.cgi?id=103449
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Aaron Colwell  <acolwell@chromium.org>
+
+        Use-after-free in media player handling
+        https://bugs.webkit.org/show_bug.cgi?id=103426
+
+        Reviewed by Eric Carlson.
+
+        - Added a test to verify that the MediaSource gets closed when the HTMLMediaElement is destroyed
+          after it is removed from the DOM.
+        - Updated video-media-source-state-changes-expected.txt to reflect a slight change in event dispatch ordering.
+
+
+        * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction-expected.txt: Added.
+        * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction.html: Added.
+        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
+
+2012-11-27  David Grogan  <dgrogan@chromium.org>
+
+        IndexedDB: Remove IDBDatabase.setVersion API
+        https://bugs.webkit.org/show_bug.cgi?id=94972
+
+        Reviewed by Tony Chang.
+
+        * storage/indexeddb/removed-expected.txt:
+        * storage/indexeddb/resources/removed.js:
+        (test):
+
+2012-11-27  Mike West  <mkwst@chromium.org>
+
+        Log to console when autofocus is blocked by sandbox attribute.
+        https://bugs.webkit.org/show_bug.cgi?id=103255
+
+        Reviewed by Ojan Vafai.
+
+        * fast/forms/autofocus-in-sandbox-without-allow-scripts-expected.txt: Added.
+        * fast/forms/autofocus-in-sandbox-without-allow-scripts.html: Added.
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: ImageOnlyFailure in fast/canvas/font-update.html
+        https://bugs.webkit.org/show_bug.cgi?id=103447
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Yael Aharon  <yael.aharon@intel.com>
+
+        Unreviewed gardening. Add bug numbers to flaky tests.
+
+        * platform/efl/TestExpectations:
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Gardening: Updated TestExpecations for failure in
+        http/tests/canvas/canvas-slow-font-loading.html
+        https://bugs.webkit.org/show_bug.cgi?id=103446
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip some flaky video tests on Windows.
+        https://bugs.webkit.org/show_bug.cgi?id=103442
+
+        * platform/win/TestExpectations:
+
+2012-11-27  Pravin D  <pravind.2k4@gmail.com>
+
+        max-height property not respected in case of tables
+        https://bugs.webkit.org/show_bug.cgi?id=98633
+
+        Reviewed by Julien Chaffraix.
+
+        * fast/table/css-table-max-height-expected.txt: Added.
+        * fast/table/css-table-max-height.html: Added.
+
+2012-11-27  Roger Fong  <roger_fong@apple.com>
+
+        Windows specific implementation of usesTileCacheLayer needed after r133056.
+        https://bugs.webkit.org/show_bug.cgi?id=103321
+
+        Reviewed by Simon Fraser.
+
+        After r133056 it no longer suffices to use the existing usesTileCacheLayer method on Windows.
+        The change resulted in 3 crashing tests:
+        compositing/rotated-tiled-clamped
+        compositing/rotated-tiled-preserve3d-clamped
+        fast/events/tabindex-focus-blur-all
+
+        * platform/win/TestExpectations: 
+        Remove the tests below from the Windows skip list. 
+
+        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
+        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
+        Add Windows specific results for tests added in r133056.
+
+2012-11-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        [EFL] Gardening of failing tests
+        https://bugs.webkit.org/show_bug.cgi?id=103434
+
+        Unreviewed gardening.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/js/global-constructors-expected.txt:
+
+2012-11-27  Christophe Dumez  <christophe.dumez@intel.com>
+
+        Canvas does not draw any text if the font is not fully loaded yet
+        https://bugs.webkit.org/show_bug.cgi?id=103392
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Add canvas test to check that text is drawn using a fallback font
+        if the primary font is not fully loaded yet.
+
+        * http/tests/canvas/canvas-slow-font-loading-expected.html: Added.
+        * http/tests/canvas/canvas-slow-font-loading.html: Added.
+
+2012-11-27  Yael Aharon  <yael.aharon@intel.com>
+
+        Unreviewed gardening. fast/loader/submit-form-while-parsing-2.html is still flaky
+        so put it back in TestExpectations.
+
+        * platform/efl/TestExpectations:
+
+2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        Layout Test transitions/transition-shorthand-delay.html should usePauseAPI
+        https://bugs.webkit.org/show_bug.cgi?id=103402
+
+        Reviewed by Simon Fraser.
+
+        PauseAPI works when pausing during delay in transitions now, using it
+        should fix the flakiness.
+
+        * platform/efl/TestExpectations:
+        * transitions/transition-shorthand-delay.html:
+
+2012-11-27  Robert Hogan  <robert@webkit.org>
+
+        REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font
+        https://bugs.webkit.org/show_bug.cgi?id=101443
+
+        Reviewed by David Hyatt.
+
+        * fast/text/word-space-nbsp-expected.html: Added.
+        * fast/text/word-space-nbsp.html: Added.
+
+2012-11-27  Tony Chang  <tony@chromium.org>
+
+        Unreviewed gardening, fixing lint errors in TestExpectations.
+
+        * platform/gtk/TestExpectations:
+        * platform/qt/TestExpectations:
+
+2012-11-27  Yael Aharon  <yael.aharon@intel.com>
+
+        Unreviewed gardening. Remove from TestExpectations tests that are passing.
+
+        * platform/efl/TestExpectations:
+
+2012-11-27  Istiaque Ahmed  <lazyboy@chromium.org>
+
+        freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if the object does not exist in the map.
+        https://bugs.webkit.org/show_bug.cgi?id=103356
+
+        Reviewed by Adam Barth.
+
+        Before introducing per context data, it used to be the case that we would ignore removing v8 object
+        from context data's map if we couldn't find it. With perContextData change, this turned into an ASSERT
+        instead and we had crash reports.
+        Related crbug.com/154462.
+
+        * platform/chromium/plugins/release-frame-content-window-expected.txt: Added.
+        * platform/chromium/plugins/release-frame-content-window.html: Added.
+        * platform/chromium/plugins/resources/empty.html: Added.
+        * platform/chromium/plugins/resources/empty2.html: Added.
+
+2012-11-27  Justin Novosad  <junov@google.com>
+
+        Skipping fast/backgrounds/background-opaque-images-over-color.html on mac
+        https://bugs.webkit.org/show_bug.cgi?id=103435
+
+        Unreviewed
+
+        * platform/mac/TestExpectations:
+
+2012-11-27  Marja Hölttä  <marja@chromium.org>
+
+        Add callbacks to the FrameLoaderClient when a resource is requested
+        https://bugs.webkit.org/show_bug.cgi?id=92761
+
+        Reviewed by Adam Barth.
+
+        In Chromium, when an extension script cancels a network
+        request (which happens out of process), we'd like to
+        notify content scripts running on the current page about
+        which elements failed to load because the requests were
+        cancelled (as opposed to e.g. the network request just
+        didn't work). Since the resource request itself does not
+        carry any information what DOM element is was made for,
+        currently a content script has to search the DOM tree and
+        guess which requests will be cancelled by its counter
+        part. By adding these callbacks, the embedder can make
+        this connection explictly.
+
+        * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Added.
+        * platform/chromium/fast/loader/resource-request-callbacks.html: Added.
+
+2012-11-27  Dan Carney  <dcarney@google.com>
+
+        Fix world-reuse test for mac build
+        https://bugs.webkit.org/show_bug.cgi?id=103385
+
+        Reviewed by Jochen Eisinger.
+
+        Mac and chrome builds have different expectations for where
+        an isolated world is executed. 
+
+        * http/tests/security/isolatedWorld/world-reuse.html:
+
+2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: updated TestExpectations for crashes in
+        media/video-duration-known-after-eos.html
+        https://bugs.webkit.org/show_bug.cgi?id=103183
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  David Grogan  <dgrogan@chromium.org>
+
+        IndexedDB: Make test resilient to different event ordering
+        https://bugs.webkit.org/show_bug.cgi?id=103344
+
+        Reviewed by Tony Chang.
+
+        This test was failing in multi-process chromium because the blocked
+        event can arrive before the versionchange event.
+
+        * storage/indexeddb/pending-version-change-on-exit.html:
+
+2012-11-27  Min Qin  <qinmin@chromium.org>
+
+        Don't throw an exception if user gesture is required for load
+        https://bugs.webkit.org/show_bug.cgi?id=103318
+
+        Reviewed by Eric Carlson.
+
+        Check that exception is not thrown and metadata is not loaded if media load requires user gesture.
+
+        * media/video-load-require-user-gesture-expected.txt:
+        * media/video-load-require-user-gesture.html:
+
+2012-11-27  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed gardening, skip a new failing test to paint the bots green.
+
+        * platform/qt/TestExpectations:
+
+2012-11-27  Justin Novosad  <junov@google.com>
+
+        Correcting baseline for fast/backgrounds/background-opaque-images-over-color.html
+        https://bugs.webkit.org/show_bug.cgi?id=103275
+
+        Unreviewed
+
+        Fixing small error in ref test baseline.
+
+        * fast/backgrounds/background-opaque-images-over-color-expected.html:
+
+2012-11-27  Justin Novosad  <junov@google.com>
+
+        Convert test fast/backgrounds/background-opaque-images-over-color.html to a ref test
+        https://bugs.webkit.org/show_bug.cgi?id=103275
+
+        Reviewed by Simon Fraser
+
+        Removing existing baselines, and adding an -expecte.html to make
+        fast/backgrounds/background-opaque-images-over-color.html a ref test
+
+        * fast/backgrounds/background-opaque-images-over-color-expected.html: Added.
+        * fast/backgrounds/background-opaque-images-over-color-expected.txt: Removed.
+        * fast/backgrounds/background-opaque-images-over-color.html:
+        * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
+        * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
+
+2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Mark tests flaky
+        https://bugs.webkit.org/show_bug.cgi?id=103403
+
+        Unreviewed expectations update for EFL: Mark tests flaky based on
+        flakiness dashboard and testing. Also rearrange efl/TestExpectations
+        so all media flakes are next to each other.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-11-27  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Crash when dispatching regionlayoutupdate
+        https://bugs.webkit.org/show_bug.cgi?id=102944
+
+        Reviewed by Andreas Kling.
+
+        The test modifies the layout, forces a regionlayoutupdate event to be scheduled and then removes the content and the regions.
+        The event is dispatched on a named flow in the "NULL" state. Without this patch a crash occurs.
+
+        * fast/regions/webkit-named-flow-event-crash-expected.txt: Added.
+        * fast/regions/webkit-named-flow-event-crash.html: Added.
+
+2012-11-27  Allan Sandfeld Jensen  <allan.jensen@digia.com>
+
+        Reduce XHR timeout tests execution time
+        https://bugs.webkit.org/show_bug.cgi?id=102184
+
+        Reviewed by Csaba Osztrogonác.
+
+        Reduce all timeouts by five.
+
+        * http/tests/resources/load-and-stall.cgi:
+        * http/tests/resources/load-and-stall.php:
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js:
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js:
+        (RequestTracker.prototype.startXHR):
+        (RequestTracker.prototype.handleEvent):
+        (AbortedRequest.prototype.getMessage):
+        (AbortedRequest.prototype.handleEvent):
+        (SyncRequestSettingTimeoutAfterOpen.startXHR):
+        (SyncRequestSettingTimeoutBeforeOpen.startXHR):
+        (TestCounter.testComplete):
+
+2012-11-27  Mihnea Ovidenie  <mihnea@adobe.com>
+
+        [CSS Regions] Absolutely positioned regions do not expand to fill their container
+        https://bugs.webkit.org/show_bug.cgi?id=102385
+
+        Reviewed by Julien Chaffraix.
+
+        Added new tests for the case of an absolutely positioned region inside a container. The region is anchored and it should expand to the container limits
+        in the anchored direction.
+        Also modified expectations for another test that has absolutely positioned auto-height regions, which now have height computed properly.
+
+        * fast/regions/autosize-abspos-anchoredregion-expected.txt: Added.
+        * fast/regions/autosize-abspos-anchoredregion-vertlr-expected.txt: Added.
+        * fast/regions/autosize-abspos-anchoredregion-vertlr.html: Added.
+        * fast/regions/autosize-abspos-anchoredregion.html: Added.
+        * platform/chromium/fast/regions/autoheight-regions-mark-expected.txt:
+        * platform/efl/fast/regions/autoheight-regions-mark-expected.txt:
+        * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt:
+        * platform/mac/fast/regions/autoheight-regions-mark-expected.txt:
+        * platform/qt/fast/regions/autoheight-regions-mark-expected.txt:
+
+2012-11-27  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt] Gardening after r135723, r135740 and r135789. Skipped 3 tests and added rebaseline to a test.
+
+        Reviewed by Csaba Osztrogonác.
+
+        r135723: Added Qt baseline to http/tests/inspector/network/script-as-text-loading-with-caret.html
+        r135740: Skipped fast/frames/page-visibility-crash.html because Page Visibility API is disabled.
+        r135789: Skipped fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html because gestureLongTap is not supported on Qt, and
+                         fast/events/touch/gesture/context-menu-on-long-tap.html because Drag and Drop support is disabled on Qt.
+
+        * platform/qt/TestExpectations:
+        * platform/qt/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
+
+2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
+
+        Incorrect value of CSSStyleDeclaration#length when a shorthand property is inherit or initial
+        https://bugs.webkit.org/show_bug.cgi?id=73002
+
+        Reviewed by Alexis Menard.
+
+        Expectations get fixed in some cases.
+
+        * css3/flexbox/flex-property-parsing-expected.txt:
+        * fast/css/inherit-initial-shorthand-values-expected.txt: Added.
+        * fast/css/inherit-initial-shorthand-values.html: Added.
+        * fast/css/parsing-text-emphasis-expected.txt:
+        * fast/css/parsing-text-emphasis.html:
+
+2012-09-17  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
+
+        Incorrect rect-based hit-test result when hit-test region includes culled inlines
+        https://bugs.webkit.org/show_bug.cgi?id=88376
+
+        Reviewed by Dave Hyatt.
+
+        Renames the existing nodesFromRect-culled-inlines.html test to nodesFromRect-inline-image.html,
+        because it did not test any culled inlines anymore, and replace it with two new tests that does
+        test culled inlines.
+
+        * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak-expected.txt: Copied from LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt.
+        * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html: Added.
+        * fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt:
+        * fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html:
+        * fast/dom/nodesFromRect/nodesFromRect-inline-image-expected.txt: Added.
+        * fast/dom/nodesFromRect/nodesFromRect-inline-image.html: Added.
+        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
+        (checkRect):
+        (nodesFromRectAsString):
+
+2012-11-27  Kent Tamura  <tkent@chromium.org>
+
+        Reduce the number of pixel tests for date/time input types
+        https://bugs.webkit.org/show_bug.cgi?id=103373
+
+        Reviewed by Kentaro Hara.
+
+        Merge fast/forms/<type>/<type>-appearance-style.html and
+        <type>-appearance-disabled-readonly.html into
+        <type>-appearance-basic.html, and add tests for font-weight, height, and
+        -webkit-appearance:none.
+
+        * fast/forms/date/date-appearance-basic-expected.txt:
+        * fast/forms/date/date-appearance-basic.html:
+        * fast/forms/date/date-appearance-style-expected.txt: Removed.
+        * fast/forms/date/date-appearance-style.html: Removed.
+        * fast/forms/month/month-appearance-basic-expected.txt:
+        * fast/forms/month/month-appearance-basic.html:
+        * fast/forms/month/month-appearance-style-expected.txt: Removed.
+        * fast/forms/month/month-appearance-style.html: Removed.
+        * fast/forms/time/time-appearance-basic-expected.txt:
+        * fast/forms/time/time-appearance-basic.html:
+        * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Removed.
+        * fast/forms/time/time-appearance-disabled-readonly.html: Removed.
+        * fast/forms/time/time-appearance-style-expected.txt: Removed.
+        * fast/forms/time/time-appearance-style.html: Removed.
+        * fast/forms/week/week-appearance-basic-expected.txt:
+        * fast/forms/week/week-appearance-basic.html:
+        * fast/forms/week/week-appearance-style-expected.txt: Removed.
+        * fast/forms/week/week-appearance-style.html: Removed.
+        * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Removed.
+        * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Removed.
+        * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
+        * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Removed.
+        * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
+        * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Removed.
+        * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Removed.
+        * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Removed.
+        * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
+        * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Removed.
+        * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Removed.
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Kent Tamura  <tkent@chromium.org>
+
+        A followup of r135836
+        https://bugs.webkit.org/show_bug.cgi?id=102861
+
+        I landed an old revision of the patch in r135836.
+
+        * fast/forms/ValidityState-001.html:
+        * fast/forms/number/number-validity-badinput-expected.txt:
+        * fast/forms/number/number-validity-badinput.html:
+        * fast/forms/resources/multiple-fields-validity-badinput.js:
+        (testBadInput):
+
+2012-11-27  Kent Tamura  <tkent@chromium.org>
+
+        Implement ValidityState::badInput
+        https://bugs.webkit.org/show_bug.cgi?id=102861
+
+        Reviewed by Hajime Morita.
+
+        * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput-expected.txt: Added.
+        * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput.html: Added.
+        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput-expected.txt: Added.
+        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput.html: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput-expected.txt: Added.
+        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput.html: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput-expected.txt: Added.
+        * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput.html: Added.
+        * fast/forms/number/number-unacceptable-style-expected.txt: Removed.
+        * fast/forms/number/number-validity-badinput-expected.txt: Added.
+        * fast/forms/number/number-validity-badinput.html: Renamed from LayoutTests/fast/forms/number/number-unacceptable-style.html.
+        * fast/forms/resources/multiple-fields-validity-badinput.js: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput-expected.txt: Added.
+        * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput.html: Added.
+        * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput-expected.txt: Added.
+        * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput.html: Added.
+
+2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, mark svg/animations/mpath-remove-from-dependents-on-delete-crash.html as flaky.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Cleaning up expectations, removing those that cover tests
+        that are now passing.
+
+        * platform/gtk/TestExpectations:
+
+2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding timeout expectations for three plugins tests timing out after r135786.
+
+        * platform/gtk/TestExpectations:
+
+2012-11-26  Kent Tamura  <tkent@chromium.org>
+
+        :read-only selector should match to date/time input types
+        https://bugs.webkit.org/show_bug.cgi?id=103350
+
+        Reviewed by Kentaro Hara.
+
+        The text color becomes yellow as specified for :read-only in
+        *-appearance-pseudo-classes.html
+
+        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png:
+        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Justin Novosad  <junov@google.com>
+
+        [Qt] new fast/backgrounds/background-opaque-images-over-color.html fails since r135629
+        https://bugs.webkit.org/show_bug.cgi?id=103227
+
+        Reviewed by Simon Hausmann.
+
+        Unskipping test now that baseline has been fixed.
+
+        * platform/qt/TestExpectations:
+
+2012-11-26  Noel Gordon  <noel.gordon@gmail.com>
+
+        [chromium mac] Layout Test touchadjustment/touch-links-longpress.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=103363
+
+        Unreviewed test expectations update.
+
+        * platform/chromium/TestExpectations: Add failing expection for Mac.
+
+2012-11-26  Daniel Bates  <dbates@webkit.org>
+
+        Update Chromium test expectation for test LayoutTests/fast/js/string-replacement-outofmemory.html
+        See <https://bugs.webkit.org/show_bug.cgi?id=103348> for more details.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Istiaque Ahmed  <lazyboy@chromium.org>
+
+        Check for empty perContextData while creating NP V8 Object.
+        https://bugs.webkit.org/show_bug.cgi?id=98448
+
+        Reviewed by Adam Barth.
+
+        Fixes crash in npCreateV8ScriptObject(), if NP Invoke is called from a document
+        that is no longer displayed in frame (isCurrentlyDisplayedInFrame() ==
+        false), we have empty perContextData and this results in invalid memory access.
+
+        * platform/chromium/plugins/empty-per-context-data-expected.txt: Added.
+        * platform/chromium/plugins/empty-per-context-data.html: Added.
+        * platform/chromium/plugins/resources/script-container.html: Added.
+
+2012-11-26  Daniel Bates  <dbates@webkit.org>
+
+        JavaScript fails to handle String.replace() with large replacement string
+        https://bugs.webkit.org/show_bug.cgi?id=102956
+        <rdar://problem/12738012>
+
+        Reviewed by Oliver Hunt.
+
+        Add test to ensure that we handle string replacement with a large replacement string.
+
+        * fast/js/script-tests/string-replacement-outofmemory.js: Added.
+        (createStringWithRepeatedChar):
+        * fast/js/string-replacement-outofmemory-expected.txt: Added.
+        * fast/js/string-replacement-outofmemory.html: Added.
+
+2012-11-26  Varun Jain  <varunjain@chromium.org>
+
+        LongPress and LongTap gestures should start drag/drop and open context menu respectively.
+        https://bugs.webkit.org/show_bug.cgi?id=101545
+
+        Reviewed by Antonio Gomes.
+
+        For LongPress, we simulate drag by sending a mouse down and mouse drag
+        events. If a drag is not started (because maybe there is no draggable
+        element), then we show context menu instead (which is the current
+        behavior for LongPress). For LongTap, we use the existing functions that
+        LongPress uses to summon the context menu. LongPress initiated drag and
+        drop can be enabled/disabled by the platform using the Setting
+        touchDragDropEnabled which is disabled by default.
+
+        * fast/events/touch/gesture/context-menu-on-long-tap.html: Added.
+        * fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html: Added.
+        * platform/chromium/fast/events/touch/gesture/context-menu-on-long-tap-expected.txt: Added.
+        * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt: Added.
+        * touchadjustment/touch-links-longpress-expected.txt:
+        * touchadjustment/touch-links-longpress.html:
+
+2012-11-26  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skipping some compositing/tiling tests on Windows because tiled backing is not supported.
+        Tests skipped:
+        compositing/tiling/rotated-tiled-preserve3d-clamped.html
+        compositing/tiling/rotated-tiled-clamped.html
+
+        * platform/win/TestExpectations:
+
+2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: css3/filters/custom/custom-filter-transforms-animation.html
+        times out intermittently.
+        https://bugs.webkit.org/show_bug.cgi?id=103308
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: failure in fast/text/atsui-small-caps-punctuation-size.html
+        https://bugs.webkit.org/show_bug.cgi?id=103148
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: failure in http/tests/media/pdf-served-as-pdf.html
+        https://bugs.webkit.org/show_bug.cgi?id=103093
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: updated TextExpecations for failing
+        fast/dom/shadow/shadow-dom-event-dispatching.html
+        https://bugs.webkit.org/show_bug.cgi?id=103299
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. Skip fast/dom/Window/open-window-min-size.html on Windows.
+        DRT doesn't support showModalDialog https://bugs.webkit.org/show_bug.cgi?id=53675.
+
+        * platform/win/TestExpectations:
+
+2012-11-26  Roger Fong  <roger_fong@apple.com>
+
+        Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
+        Add a feature flag and skip some failing tests.
+        https://bugs.webkit.org/show_bug.cgi?id=103294
+
+        Tests skipped:
+        compositing/overflow/scrolling-without-painting.html
+        compositing/overflow/updating-scrolling-content.html
+
+        * platform/win/TestExpectations:
+
+2012-11-26  Dan Carney  <dcarney@google.com>
+
+        Refactor V8 bindings to allow content scripts to access subframes
+        https://bugs.webkit.org/show_bug.cgi?id=93646
+
+        Reviewed by Adam Barth.
+
+        Test modified to check isolated world access across frames.
+
+        * http/tests/security/isolatedWorld/world-reuse-expected.txt:
+        * http/tests/security/isolatedWorld/world-reuse.html:
+
+2012-11-26  Tony Chang  <tony@chromium.org>
+
+        Move more functions from internals.settings to internals
+        https://bugs.webkit.org/show_bug.cgi?id=102976
+
+        Reviewed by Adam Barth.
+
+        Move internals.settings.setEnableMockPagePopup to internals.setEnableMockPagePopup.
+
+        * fast/forms/resources/picker-common.js:
+
+2012-11-26  Andrei Bucur  <abucur@adobe.com>
+
+        [CSS Regions] Add Region info for RootLineBoxes and pack the pagination data
+        https://bugs.webkit.org/show_bug.cgi?id=101332
+
+        Reviewed by David Hyatt.
+
+        The test checks if there is a crash when doing a line layout if:
+        - the flow has no region
+        - the flow has a region but the lines have no containing region
+        - the flow has no region but the lines have a containing region
+
+        * fast/regions/line-containing-region-crash-expected.txt: Added.
+        * fast/regions/line-containing-region-crash.html: Added.
+
+2012-11-26  Michelangelo De Simone  <michelangelo@webkit.org>
+
+        [CSS Shaders] Add IDL file and bindings for mix function
+        https://bugs.webkit.org/show_bug.cgi?id=93011
+
+        Reviewed by Dean Jackson.
+
+        Test for the Custom Filter mix() function JS bindings.
+
+        * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
+        * css3/filters/custom/custom-filter-mix-bindings.html: Added.
+        * css3/filters/script-tests/custom-filter-mix-bindings.js: Added.
+        (jsWrapperClass):
+        (shouldBeType):
+        * platform/chromium/css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
+        * platform/efl/fast/js/global-constructors-expected.txt: Updated with the new WebKitCSSMixFunctionValueConstructor.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
+        * platform/mac/fast/js/global-constructors-expected.txt: Ditto.
+        * platform/qt-5.0/fast/js/global-constructors-expected.txt: Ditto.
+        * platform/qt/fast/js/global-constructors-expected.txt: Ditto.
+        * platform/win/fast/js/global-constructors-expected.txt: Ditto.
+
+2012-11-26  Julien Chaffraix  <jchaffraix@webkit.org>
+
+        RenderBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent
+        https://bugs.webkit.org/show_bug.cgi?id=103075
+
+        Reviewed by Ojan Vafai.
+
+        * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode-expected.txt: Added.
+        * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html: Added.
+        * fast/table/caption-orthogonal-writing-mode-sizing-expected.txt: Added.
+        * fast/table/caption-orthogonal-writing-mode-sizing.html: Added.
+
+2012-11-26  Abhishek Arya  <inferno@chromium.org>
+
+        Crash in Frame::dispatchVisibilityStateChangeEvent.
+        https://bugs.webkit.org/show_bug.cgi?id=102053
+
+        Reviewed by Adam Barth.
+
+        * fast/frames/page-visibility-crash-expected.txt: Added.
+        * fast/frames/page-visibility-crash.html: Added.
+
+2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        Import more CSS Device Adaptation layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=95967
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        And these are the remaining test from the Opera's CSS
+        Device Adaptation test suite.
+
+        * css3/device-adapt/opera/constrain-021-expected.txt: Added.
+        * css3/device-adapt/opera/constrain-021.xhtml: Added.
+        * css3/device-adapt/opera/constrain-022-expected.txt: Added.
+        * css3/device-adapt/opera/constrain-022.xhtml: Added.
+        * css3/device-adapt/opera/orientation-001-expected.txt: Added.
+        * css3/device-adapt/opera/orientation-001.xhtml: Added.
+        * css3/device-adapt/opera/orientation-002-expected.txt: Added.
+        * css3/device-adapt/opera/orientation-002.xhtml: Added.
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+
+2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
+
+        Viewport CSS rules should not clamp values like Viewport META
+        https://bugs.webkit.org/show_bug.cgi?id=103068
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Imported Opera tests that makes sure we are doing the clamping right.
+
+        * css3/device-adapt/opera/constrain-018-expected.txt: Added.
+        * css3/device-adapt/opera/constrain-018.xhtml: Added.
+        * css3/device-adapt/opera/constrain-019-expected.txt: Added.
+        * css3/device-adapt/opera/constrain-019.xhtml: Added.
+        * css3/device-adapt/opera/constrain-023-expected.txt: Added.
+        * css3/device-adapt/opera/constrain-023.xhtml: Added.
+        * css3/device-adapt/opera/constrain-024-expected.txt: Added.
+        * css3/device-adapt/opera/constrain-024.xhtml: Added.
+
+2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: added TestExpecations failures for 
+        media/remove-from-document.html
+        https://bugs.webkit.org/show_bug.cgi?id=103093
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Justin Novosad  <junov@google.com>
+
+        New baselines for test fast/backgrounds/background-opaque-images-over-color.html
+        https://bugs.webkit.org/show_bug.cgi?id=102557
+
+        Unreviewed
+
+        * fast/backgrounds/background-opaque-images-over-color-expected.txt:
+        * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
+        * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
+        * platform/chromium/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2012-11-26  Justin Novosad  <junov@google.com>
+
+        New baselines for test fast/backgrounds/gradient-background-leakage-2.html
+        https://bugs.webkit.org/show_bug.cgi?id=103089
+
+        Unreviewed
+
+        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
+        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
+        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Mike West  <mkwst@chromium.org>
+
+        Web Inspector: URLs containing '^' are improperly linked in console messages.
+        https://bugs.webkit.org/show_bug.cgi?id=103248
+
+        Reviewed by Yury Semikhatsky.
+
+        * http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
+        * http/tests/inspector/network/script-as-text-loading-with-caret.html: Added.
+        * platform/chromium/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt:
+            JSC vs V8. :(
+
+2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewd Gardening: updated TestExpecations for additional failures in
+        media/video-preload.html
+        https://bugs.webkit.org/show_bug.cgi?id=103093
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
+        https://bugs.webkit.org/show_bug.cgi?id=103222
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/console/command-line-api-expected.txt:
+        * inspector/console/command-line-api-inspect-expected.txt:
+        * inspector/console/console-dir-expected.txt:
+        * inspector/console/console-format-collections-expected.txt:
+        * inspector/console/console-format-expected.txt:
+        * inspector/elements/event-listener-sidebar-expected.txt:
+        * inspector/elements/event-listeners-about-blank-expected.txt:
+        * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Removed.
+        * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
+        * platform/chromium/inspector/console/console-dir-expected.txt:
+        * platform/chromium/inspector/console/console-format-collections-expected.txt:
+
+2012-11-26  Florin Malita  <fmalita@chromium.org>
+
+        RenderSVGResourceContainer does not clear cached data on removal
+        https://bugs.webkit.org/show_bug.cgi?id=102620
+
+        Reviewed by Dirk Schulze.
+
+        * svg/custom/stale-resource-data-crash-expected.txt: Added.
+        * svg/custom/stale-resource-data-crash.svg: Added.
+
+2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
+
+        Not reviewed: rolling out r135714 and r135712 for breaking debug tests.
+
+        * inspector/console/command-line-api-expected.txt:
+        * inspector/console/command-line-api-inspect-expected.txt:
+        * inspector/console/console-dir-expected.txt:
+        * inspector/console/console-format-collections-expected.txt:
+        * inspector/console/console-format-expected.txt:
+        * inspector/elements/event-listener-sidebar-expected.txt:
+        * inspector/elements/event-listeners-about-blank-expected.txt:
+        * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Copied from LayoutTests/platform/chromium/inspector/console/console-format-collections-expected.txt.
+        * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
+        * platform/chromium/inspector/console/console-dir-expected.txt:
+        * platform/chromium/inspector/console/console-format-collections-expected.txt:
+
+2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
+
+        Not reviewed: rolling out accidental TestExpectations change.
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
+        https://bugs.webkit.org/show_bug.cgi?id=103222
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/console/command-line-api-expected.txt:
+        * inspector/console/console-dir-expected.txt:
+        * inspector/console/console-format-expected.txt:
+        * inspector/elements/event-listener-sidebar-expected.txt:
+        * inspector/elements/event-listeners-about-blank-expected.txt:
+        * platform/chromium/inspector/console/console-dir-expected.txt:
+
+2012-11-26  Eugene Klyuchnikov  <eustas@chromium.org>
+
+        Web Inspector: HeapProfiler: remove snapshotView reference from data-grids.
+        https://bugs.webkit.org/show_bug.cgi?id=103240
+
+        Reviewed by Yury Semikhatsky.
+
+        Directly access current view instead of getting if from the data grid.
+
+        * inspector/profiler/heap-snapshot-test.js:
+        (initialize_HeapSnapshotTest):
+
+2012-11-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
+
+        [EFL] Gardening: update test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=103119
+
+        Unreviewed gardening. timeline-timer-fired-from-eval-call-site-expected.html
+        is passing now, other changes are just marking tests as flaky based on
+        the flakiness dashboard.
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-11-26  Keishi Hattori  <keishi@webkit.org>
+
+        Layout Test platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=103225
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Remove current month check because it was flaky.
+
+2012-11-26  János Badics  <jbadics@inf.u-szeged.hu>
+
+        [Qt] Gardening after r135629. Skipped a newly added but failing test.
+        https://bugs.webkit.org/show_bug.cgi?id=103227
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/TestExpectations:
+
+2012-11-26  Hajime Morrita  <morrita@google.com>
+
+        [Shadow DOM] Implement Element::createShadowRoot()
+        https://bugs.webkit.org/show_bug.cgi?id=102911
+
+        Reviewed by Kentaro Hara.
+
+        The coverage might not seem comprehensive at a glance. However,
+        this is just an alias of ShadowRoot constructor and there are
+        bunch of test cases which cover it.
+
+        As bug 102913 will convert such callsites to use createShadowRoot(),
+        the API will get be covered well then.
+
+        * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
+        * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
+          Further ShadowAware API will come here.
+
+2012-11-26  Alexander Pavlov  <apavlov@chromium.org>
+
+        [Chromium] Unreviewed, mark platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html as flaky (date-dependent).
+
+        * platform/chromium/TestExpectations:
+
+2012-11-26  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding timeout expectation for the new a11y test added in r135680.
+
+        * platform/gtk/TestExpectations:
+
+2012-11-25  Ryuan Choi <ryuan.choi@samsung.com>
+
+        Unreviewed gardening.
+        Unskip the fixed regressions from r135662
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-11-25  Takashi Sakamoto  <tasak@google.com>
+
+        WebCore::RenderBlock::determineStartPosition crash
+        https://bugs.webkit.org/show_bug.cgi?id=98993
+
+        Reviewed by Brent Fulgham.
+
+        * fast/inline/inline-box-append-child-crash-expected.txt: Added.
+        * fast/inline/inline-box-append-child-crash.html: Added.
+
+2012-11-25  Chris Fleizach  <cfleizach@apple.com>
+
+        AX: file upload input cannot be activated with VoiceOver
+        https://bugs.webkit.org/show_bug.cgi?id=100343
+
+        Reviewed by Sam Weinig.
+
+        * accessibility/file-upload-button-with-axpress-expected.txt: Added.
+        * accessibility/file-upload-button-with-axpress.html: Added.
+
+2012-11-25  Kent Tamura  <tkent@chromium.org>
+
+        [Chromium] Fix svn:mime-type for images
+
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
+        * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/fast/text/drawBidiText-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/fast/text/international/001-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/fast/text/international/002-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Modified property svn:mime-type.
+        * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Modified property svn:mime-type.
+
+2012-11-25  Kunihiko Sakamoto  <ksakamoto@chromium.org>
+
+        [Chromium] Add tests for datetime/datetime-local suggestion picker
+        https://bugs.webkit.org/show_bug.cgi?id=102888
+
+        Reviewed by Kent Tamura.
+
+        Adding tests for <input type=datetime> and <input type=datetime-local> with datalist.
+
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
+        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
+        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute-expected.txt: Added.
+        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute.html: Added.
+
+2012-10-08  Robert Hogan  <robert@webkit.org>
+
+        Changing position:relative to position:static results in mis-positioned div
+        https://bugs.webkit.org/show_bug.cgi?id=26397
+
+        Reviewed by Ojan Vafai.
+
+        * fast/block/abspos-child-container-changes-from-relative-to-static-expected.html: Added
+        * fast/block/abspos-child-container-changes-from-relative-to-static.html: Added
+
+2012-11-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
+
+        [WK2] TiledBackingStore: page contents is scaled wrongly
+        https://bugs.webkit.org/show_bug.cgi?id=103090
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Added new layout test to verify that viewport 'width' descriptor does not
+        affect contents width of next loaded page. 
+
+        * css3/device-adapt/resources/check-contents-width.html: Added.
+        * css3/device-adapt/viewport-width-not-affecting-next-page-expected.txt: Added.
+        * css3/device-adapt/viewport-width-not-affecting-next-page.html: Added.
+
+2012-11-24  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: updated expectations for failures in:
+        * http/tests/local/drag-over-remote-content.html
+        https://bugs.webkit.org/show_bug.cgi?id=103181
+        * media/video-seek-past-end-playing.html
+        https://bugs.webkit.org/show_bug.cgi?id=103183
+
+        * platform/chromium/TestExpectations:
+
+2012-11-24  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
+2012-11-24  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
+
+        Unreviewed gardening. Too many tests come to crashe after build 7830 on
+        EFL Linux 64-bit Release bot.
+
+        * platform/efl-wk1/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: updated test expectations for failure in
+        * svg/batik/text/textPosition2.svg
+        https://bugs.webkit.org/show_bug.cgi?id=103148
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: text failures in:
+        * inspector/console/command-line-api-inspect.html
+        * inspector/runtime/runtime-localStorage-getProperties.html
+        https://bugs.webkit.org/show_bug.cgi?id=103161
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: update test expectations for
+        svg/hixie/perf/007.xml
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Alexis Menard  <alexis@webkit.org>
+
+        [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
+        https://bugs.webkit.org/show_bug.cgi?id=102104
+
+        Reviewed by Julien Chaffraix.
+
+        Add new tests to cover the new parsing for the background position
+        property. For now the computed style checks are commented out because
+        the rendering part of the feature is not yet implemented (i.e.
+        FillLayer does not contain yet the feature and this is what
+        CSSComputedStyleDeclaration is using).
+
+        * fast/backgrounds/background-position-parsing-2-expected.txt:
+        * fast/backgrounds/background-position-parsing-2.html:
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening. Image rebaseline of
+        fast/text/atsui-small-caps-punctuation-size.html
+
+        * platform/chromium-linux-x86/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
+        * platform/efl-wk1/fast/text/atsui-small-caps-punctuation-size-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.png.
+
+2012-11-23  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed gardening.
+
+        Adding failure expectation for fast/dom/shadow/host-wrapper-reclaimed.html.
+
+        * platform/gtk/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed: updated test expecations -- additional failures in
+        * fast/text/large-text-composed-char.html
+        * fast/text/text-letter-spacing.html
+        * http/tests/inspector/indexeddb/database-data.html
+        and new failures:
+        * fast/frames/frame-unload-crash2.html 
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Justin Novosad  <junov@google.com>
+
+        Adding occlusion detection to reduce overdraw in RenderBox background rendering
+        https://bugs.webkit.org/show_bug.cgi?id=102557
+
+        Reviewed by Stephen White.
+
+        New test exercises different CSS background style use cases that
+        are candidates for optimization by occlusion culling.
+
+        * fast/backgrounds/background-opaque-images-over-color-expected.txt: Added.
+        * fast/backgrounds/background-opaque-images-over-color.html: Added.
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Gardening: updated expectations (pass/timeout) for
+        week-multiple-fields-preserve-value-after-history-back.html
+        https://bugs.webkit.org/show_bug.cgi?id=103152
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Krzysztof Czech  <k.czech@samsung.com>
+
+        [EFL] Adapt accessibility feature to WebKitTestRunner.
+        https://bugs.webkit.org/show_bug.cgi?id=100757
+
+        Reviewed by Laszlo Gombos.
+
+        Skipping Accessibility tests for wk1/wk2.
+        Some of the implementation is still missing.
+
+        * platform/efl/TestExpectations:
+
+2012-11-23  Justin Novosad  <junov@google.com>
+
+        Page background color bleeds through inner edge of div border with rounded edges
+        https://bugs.webkit.org/show_bug.cgi?id=103089
+
+        Reviewed by Stephen White.
+
+        New layout test to verify that there is no color bleeding between
+        a div element's border and background when there are rounded corners
+        an a scale that reduces a thick border down to a width of less than
+        two pixels.
+
+        * fast/backgrounds/gradient-background-leakage-2-expected.txt: Added.
+        * fast/backgrounds/gradient-background-leakage-2.html: Added.
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Gardening: update expectations for fast/events/stopPropagation-submit.html flaky
+        https://bugs.webkit.org/show_bug.cgi?id=103149
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Mateusz Leszko  <m.leszko@samsung.com>
+
+        [EFL][GTK] Adapt accessibility feature to WebKitTestRunner.
+        https://bugs.webkit.org/show_bug.cgi?id=100757
+
+        Reviewed by Laszlo Gombos.
+
+        Unskipping EFL Accessiblity tests for wk2.
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: test expectations failures.
+        https://bugs.webkit.org/show_bug.cgi?id=103148
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
+
+        Unreviewed gardening: update expectations for now crashing test 
+        visibility-simple-canvas2d-layer.html
+        https://bugs.webkit.org/show_bug.cgi?id=98086
+
+        * platform/chromium/TestExpectations:
+
+2012-11-23  Pavel Feldman  <pfeldman@chromium.org>
+
+        Web Inspector: damaging last chunk does not remove its garbage from DOM
+        https://bugs.webkit.org/show_bug.cgi?id=103132
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/editor/editor-test.js:
+        (initialize_EditorTests.InspectorTest.createTestEditor):
+        (initialize_EditorTests.InspectorTest.dumpEditorChunks):
+        (initialize_EditorTests.InspectorTest.dumpEditorModel):
+        (initialize_EditorTests.InspectorTest.dumpEditorDOM):
+        (initialize_EditorTests):
+        * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt: Added.
+        * inspector/editor/text-editor-remove-chunks-from-dom.html: Added.
+        * inspector/editor/text-editor-selection-expected.txt:
+        * inspector/editor/text-editor-selection.html:
+
 2012-11-23  Kent Tamura  <tkent@chromium.org>
 
         Correct input[type=number] value sanitization for user-input
index 7249b2f..95a0337 100644 (file)
@@ -3,11 +3,14 @@ Test for validationMessage DOM property.
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS patternInput.validationMessage is 'pattern mismatch'
-PASS requiredInput.validationMessage is 'value missing'
-PASS requiredTextArea.validationMessage is 'value missing'
-PASS requiredSelect.validationMessage is 'value missing'
-PASS emailInput.validationMessage is 'type mismatch'
+input patternMismatch: pattern mismatch
+input valueMissing: value missing
+textarea valueMissing: value missing
+select valueMissing: value missing
+input typeMismatch: type mismatch
+input badInput: type mismatch
+badInput and valueMissing:
+PASS numberInput.validationMessage is nonRequiredBadInputMessage
 PASS but.validationMessage is ''
 PASS anoninput.validationMessage is ''
 PASS happyFieldset.validationMessage is ''
index f6eb0bb..7f7b177 100644 (file)
@@ -46,7 +46,19 @@ emailInput.name = "emailInput";
 emailInput.type = "email";
 emailInput.value = "incorrectValue";
 form.appendChild(emailInput);
-shouldBe("emailInput.validationMessage", "'type mismatch'");
+debug("input typeMismatch: " + emailInput.validationMessage);
+
+var numberInput = document.createElement("input");
+numberInput.type = "number";
+form.appendChild(numberInput);
+numberInput.focus();
+document.execCommand("InsertText", false, "abc");
+debug("input badInput: " + numberInput.validationMessage);
+var nonRequiredBadInputMessage = numberInput.validationMessage;
+
+debug("badInput and valueMissing:");
+numberInput.required = true;
+shouldBe("numberInput.validationMessage", "nonRequiredBadInputMessage");
 
 // A button can't be valited and, thus, has a blank validationMessage
 var but = document.createElement("button");
diff --git a/LayoutTests/platform/chromium/fast/forms/validationMessage-expected.txt b/LayoutTests/platform/chromium/fast/forms/validationMessage-expected.txt
new file mode 100644 (file)
index 0000000..eed5077
--- /dev/null
@@ -0,0 +1,24 @@
+Test for validationMessage DOM property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+input patternMismatch: pattern mismatch
+input valueMissing: value missing
+textarea valueMissing: value missing
+select valueMissing: value missing
+input typeMismatch: type mismatch
+input badInput: Please enter a number.
+badInput and valueMissing:
+PASS numberInput.validationMessage is nonRequiredBadInputMessage
+PASS but.validationMessage is ''
+PASS anoninput.validationMessage is ''
+PASS happyFieldset.validationMessage is ''
+PASS happySelect.validationMessage is ''
+PASS happyOutput.validationMessage is ''
+PASS happyObject.validationMessage is ''
+PASS happyKeygen.validationMessage is ''
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
index d82382c..ab54cb0 100644 (file)
@@ -1,7 +1,21 @@
-<<<<<<< HEAD
-2012-11-23  Kent Tamura  <tkent@chromium.org>
-=======
-2012-11-25  Kent Tamura  <tkent@chromium.org>
+2013-03-11  Kent Tamura  <tkent@chromium.org>
+
+        Inappropriate validation message for required number/date input elements
+        https://bugs.webkit.org/show_bug.cgi?id=111982
+
+        Reviewed by Kentaro Hara.
+
+        For validation message, badInput messages should take precedence
+        over valueMissing messages because users already filled out the
+        field with a bad value.
+
+        Tests: Update fast/forms/validationMessage.html
+
+        * html/InputType.cpp:
+        (WebCore::InputType::validationMessage):
+        Check badInput first.
+
+2013-03-11  Kent Tamura  <tkent@chromium.org>
 
         Refactoring: Move the content of HTMLInputElement::subtreeHasChanged to TextFieldInputType
         https://bugs.webkit.org/show_bug.cgi?id=103195
         * rendering/RenderBlock.h:
         (RenderBlock):
 
-2012-11-24  Antti Koivisto  <antti@apple.com>
-
-        Make renderer construction less generic
-        https://bugs.webkit.org/show_bug.cgi?id=103175
-
-        Reviewed by Ojan Vafai.
->>>>>>> fdba644... Refactoring: Move the content of HTMLInputElement::subtreeHasChanged to TextFieldInputType
+2012-11-25  Kent Tamura  <tkent@chromium.org>
 
         Correct input[type=number] value sanitization for user-input
         https://bugs.webkit.org/show_bug.cgi?id=103018
index ee56250..e4c6842 100644 (file)
@@ -370,16 +370,16 @@ String InputType::validationMessage() const
     const String value = element()->value();
 
     // The order of the following checks is meaningful. e.g. We'd like to show the
-    // valueMissing message even if the control has other validation errors.
+    // badInput message even if the control has other validation errors.
+    if (hasBadInput())
+        return badInputText();
+
     if (valueMissing(value))
         return valueMissingText();
 
     if (typeMismatch())
         return typeMismatchText();
 
-    if (hasBadInput())
-        return badInputText();
-
     if (patternMismatch(value))
         return validationMessagePatternMismatchText();