[Cherry-pick][Text Autosizing] Combine narrow descendants of a cluster into groups...
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 19 Feb 2013 12:45:26 +0000 (12:45 +0000)
committerJaehun Lim <ljaehun.lim@samsung.com>
Thu, 4 Apr 2013 02:43:43 +0000 (11:43 +0900)
[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

Source/WebCore:

Enhancement of the approach introduced in https://bugs.webkit.org/show_bug.cgi?id=109573.
Instead of using the same text size multiplier for all narrow descendants of any autosizing
cluster, group the descendants by how much narrower they are than the cluster's
|blockContainingAllText| and process each group separately with a different multiplier for
each one.
For example, we want nested comments on the page to be autosized as a group but separately
from a sidebar on the same page.

Patch by Anton Vayvod <avayvod@chromium.org> on 2013-02-19
Reviewed by Kenneth Rohde Christiansen.

Updated the existing test to verify the patch.

* rendering/TextAutosizer.cpp:
(WebCore::TextAutosizer::processClusterInternal):

    Splits the narrow descendants of the autosizing cluster into groups before processing
    each group individually.

(WebCore::TextAutosizer::getNarrowDescendantsGroupedByWidth):

    Sorts the narrow descendants of the given cluster into groups, combining them by the
    difference between their content widths. If sorted by width, two consecutive nodes
    belong to the same group if their width difference is no greater than 100 CSS units.

* rendering/TextAutosizer.h:

    New method definitions.

LayoutTests:

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|.

Patch by Anton Vayvod <avayvod@chromium.org> on 2013-02-19
Reviewed by Kenneth Rohde Christiansen.

* fast/text-autosizing/narrow-descendants-combined-expected.html:
* fast/text-autosizing/narrow-descendants-combined.html:

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

Conflicts:

LayoutTests/ChangeLog
Source/WebCore/ChangeLog

LayoutTests/ChangeLog
LayoutTests/fast/text-autosizing/narrow-descendants-combined-expected.html
LayoutTests/fast/text-autosizing/narrow-descendants-combined.html
Source/WebCore/rendering/TextAutosizer.cpp
Source/WebCore/rendering/TextAutosizer.h

index 388cd42..33adcc4 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.
index 48fc24b..3472b38 100644 (file)
@@ -12,14 +12,19 @@ body { width: 800px; margin: 0; overflow-y: hidden; }
 <body>
 
 <div style="font-size: 1.25rem">
+    <div style="width: 240px">
+        This text should be autosized to 20px computed font-size as it is combined with the next and the last narrow siblings and the maximum width is 400px.
+    </div>
     <div style="width: 320px">
-        This text should be autosized to 20px computed font-size as it is combined with its narrow siblings and the maximum width is 400px.
+        This text should be autosized to 20px computed font-size as it is combined with the first and the last narrow siblings and the maximum width is 400px.
     </div>
-    <div style="width: 400px">
-        This text should be autosized to 20px computed font-size as it is combined with its narrow siblings and the maximum width is 400px.
+    <div style="width: 560px; font-size: 1.75rem">
+        This text should be autosized to 28px computed font-size as it is combined into a separate group from its two siblings since it's significantly wider.<br>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
     </div>
-    <div style="width: 240px">
-        This text should be autosized to 20px computed font-size as it is combined with its narrow siblings and the maximum width is 400px.
+    <div style="width: 400px">
+        This text should be autosized to 20px computed font-size as it is combined with the first and the second narrow siblings and the maximum width is 400px.<br>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
     </div>
 </div>
 
index 5aac36b..4720e61 100644 (file)
@@ -21,14 +21,19 @@ if (window.internals) {
 <body>
 
 <div>
+    <div style="width: 240px">
+        This text should be autosized to 20px computed font-size as it is combined with the next and the last narrow siblings and the maximum width is 400px.
+    </div>
     <div style="width: 320px">
-        This text should be autosized to 20px computed font-size as it is combined with its narrow siblings and the maximum width is 400px.
+        This text should be autosized to 20px computed font-size as it is combined with the first and the last narrow siblings and the maximum width is 400px.
     </div>
-    <div style="width: 400px">
-        This text should be autosized to 20px computed font-size as it is combined with its narrow siblings and the maximum width is 400px.
+    <div style="width: 560px">
+        This text should be autosized to 28px computed font-size as it is combined into a separate group from its two siblings since it's significantly wider.<br>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
     </div>
-    <div style="width: 240px">
-        This text should be autosized to 20px computed font-size as it is combined with its narrow siblings and the maximum width is 400px.
+    <div style="width: 400px">
+        This text should be autosized to 20px computed font-size as it is combined with the first and the second narrow siblings and the maximum width is 400px.<br>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
     </div>
 </div>
 
index ff2c1af..43f2a1a 100644 (file)
@@ -148,7 +148,10 @@ void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInf
 
     processContainer(multiplier, container, clusterInfo, subtreeRoot, windowInfo);
 
-    processCompositeCluster(clusterInfo.narrowDescendants, windowInfo);
+    Vector<Vector<TextAutosizingClusterInfo> > narrowDescendantsGroups;
+    getNarrowDescendantsGroupedByWidth(clusterInfo, narrowDescendantsGroups);
+    for (size_t i = 0; i < narrowDescendantsGroups.size(); ++i)
+        processCompositeCluster(narrowDescendantsGroups[i], windowInfo);
 }
 
 void TextAutosizer::processCluster(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo)
@@ -555,6 +558,43 @@ const RenderObject* TextAutosizer::findFirstTextLeafNotInCluster(const RenderObj
     return 0;
 }
 
+namespace {
+
+// Compares the width of the specified cluster's roots in descending order.
+bool clusterWiderThanComparisonFn(const TextAutosizingClusterInfo& first, const TextAutosizingClusterInfo& second)
+{
+    return first.root->contentLogicalWidth() > second.root->contentLogicalWidth();
+}
+
+} // namespace
+
+void TextAutosizer::getNarrowDescendantsGroupedByWidth(const TextAutosizingClusterInfo& parentClusterInfo, Vector<Vector<TextAutosizingClusterInfo> >& groups)
+{
+    ASSERT(parentClusterInfo.blockContainingAllText);
+    ASSERT(groups.isEmpty());
+
+    Vector<TextAutosizingClusterInfo> clusterInfos(parentClusterInfo.narrowDescendants);
+    if (clusterInfos.isEmpty())
+        return;
+
+    std::sort(clusterInfos.begin(), clusterInfos.end(), &clusterWiderThanComparisonFn);
+    groups.grow(1);
+
+    // If the width difference between two consecutive elements of |clusterInfos| is greater than
+    // this empirically determined value, the next element should start a new group.
+    const float maxWidthDifferenceWithinGroup = 100;
+    for (size_t i = 0; i < clusterInfos.size(); ++i) {
+        groups.last().append(clusterInfos[i]);
+
+        if (i + 1 < clusterInfos.size()) {
+            float currentWidth = clusterInfos[i].root->contentLogicalWidth();
+            float nextWidth = clusterInfos[i + 1].root->contentLogicalWidth();
+            if (currentWidth - nextWidth > maxWidthDifferenceWithinGroup)
+                groups.grow(groups.size() + 1);
+        }
+    }
+}
+
 } // namespace WebCore
 
 #endif // ENABLE(TEXT_AUTOSIZING)
index 6495a30..bb38baa 100644 (file)
@@ -91,6 +91,11 @@ private:
     // belong to any cluster.
     static const RenderObject* findFirstTextLeafNotInCluster(const RenderObject*, size_t& depth, TraversalDirection);
 
+    // Returns groups of narrow descendants of a given autosizing cluster. The groups are combined
+    // by the difference between the width of the descendant and the width of the parent cluster's
+    // |blockContainingAllText|.
+    static void getNarrowDescendantsGroupedByWidth(const TextAutosizingClusterInfo& parentClusterInfo, Vector<Vector<TextAutosizingClusterInfo> >&);
+
     Document* m_document;
 };